home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows NT Super Tune-Up Kit
/
PIE-WindowsNTSuperTuneUpKit-1997.iso
/
UTILITY
/
SHUTDOWN
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1993-06-27
|
298b
|
13 lines
# Nmake macros for building Windows 32-Bit apps
!include <ntwin32.mak>
all: shutdown.exe
shutdown.obj: shutdown.c
$(cc) $(cflags) $(cvars) shutdown.c
shutdown.exe: shutdown.obj
$(link) $(conflags) -out:shutdown.exe shutdown.obj libc.lib kernel32.lib ntdll.lib advapi32.lib