home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / nt / source.exe / POSIX / EXAMPLES / CC.MK < prev    next >
Encoding:
Text File  |  1993-07-08  |  113 b   |  5 lines

  1. SDK = //C/nt/public/sdk
  2.  
  3. test: test.c a.c b.c
  4.     cc -o test $(CFLAGS) -I $(SDK)/inc/crt -L $(SDK)/lib/i386 *.c
  5.