home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
winnt
/
netapi
/
netshare
/
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
|
1996-07-11
|
243 b
|
12 lines
!include <ntwin32.mak>
proj=netshare
all: $(proj).exe
$(proj).obj: $(proj).c
$(cc) $(cflags) $(cvars) $(cdebug) $(proj).c
$(proj).exe: $(proj).obj
$(link) $(ldebug) -out:$(proj).exe $(proj).obj netapi32.lib advapi32.lib