home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows NT Super Tune-Up Kit
/
PIE-WindowsNTSuperTuneUpKit-1997.iso
/
SECURITY
/
CHKSECUR
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1993-04-02
|
237b
|
10 lines
!include <ntwin32.mak>
all: check_sd.exe
check_sd.obj: check_sd.c
$(cc) $(cdebug) $(cflags) $(cvars) $*.c
check_sd.exe: check_sd.obj
$(link) $(linkdebug) $(conflags) -out:$*.exe $*.obj $(conlibs) advapi32.lib user32.lib