home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
winbase
/
security
/
winnt
/
lsaprivs
/
makefile
< prev
Wrap
Makefile
|
1996-04-29
|
254b
|
12 lines
!include <ntwin32.mak>
proj=lsaprivs
all: $(proj).exe
$(proj).obj: $(proj).c
$(cc) $(cflags) $(cvars) $(cdebug) -I..\include $(proj).c
$(proj).exe: $(proj).obj
$(link) $(ldebug) -out:$(proj).exe $(proj).obj advapi32.lib user32.lib