From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,18681094401e6cae,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-07 07:40:59 PST Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!news2.near.net!yale!yale!yale.edu!not-for-mail From: griest-tom@cs.yale.edu (Tom Griest) Newsgroups: comp.lang.ada Subject: GNAT/NT make-make utility available Date: 3 Nov 1994 23:46:41 -0500 Organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 Distribution: world Message-ID: <39cebhINNp92@RA.DEPT.CS.YALE.EDU> NNTP-Posting-Host: dept-gw.cs.yale.edu Date: 1994-11-03T23:46:41-05:00 List-Id: A makefile generation tool "mkmk.exe" for Windows-NT (Intel) is available at: ftp.cs.yale.edu /pub/gnat This tool accepts the filename for the Ada main program and uses the ADA_INCLUDE_PATH to find all of the files and build a makefile compatible with MS nmake. Be sure to get mkmk.txt too to see how to use it. Also, other updates to the GNAT/NT compiler have been made to allow it to build Win32 applications without using Microsoft's C compiler to process the ".c" file generated by gnatbind. Since the latest release of the WinNT-3.5 SDK no longer includes a C compiler, we didn't want someone to have to go out and buy a "C" compiler in order to compile Ada! -Tom