home *** CD-ROM | disk | FTP | other *** search
/ Chip: Windows 2000 Professional Resource Kit / W2KPRK.iso / apps / posix / source / EXAMPLES / MAKEFILE < prev    next >
Encoding:
Text File  |  1999-11-17  |  69 b   |  3 lines

  1. test: test.o a.o b.o
  2.     cc -o test -L //C/nt/public/sdk/lib/i386 *.o
  3.