home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
winbase
/
io
/
fwatch
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1997-06-06
|
297 b
|
12 lines
# Nmake macros for building Windows 32-Bit apps
!include <win32.mak>
all: fwatch.exe
fwatch.obj: fwatch.c
$(cc) $(cflags) $(cdebug) $(cvars) fwatch.c -D_WIN32_WINNT=0x0400
fwatch.exe: fwatch.obj
$(link) $(ldebug) $(conflags) -out:fwatch.exe fwatch.obj $(conlibs) user32.lib