home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
winbase
/
ipc
/
namepipe
/
console
/
makefile
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
|
1995-10-27
|
220 b
|
13 lines
!include <ntwin32.mak>
all: nmpipe.exe
nmpipe.obj: $*.c
.c.obj:
$(cc) $(cflags) $(cdebug) $(cvarsdll) $*.c
.obj.exe:
$(link) $(ldebug) $(conlflags) -out:$*.exe $*.obj $(conlibsdll) \
user32.lib