mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
268 B
19 lines
268 B
TARGETNAME=wipedisk
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
C_DEFINES=-D_WIN32_ -DWIN32 -DOS_WIN32 -DUNICODE -D_UNICODE
|
|
|
|
SOURCES= \
|
|
wipedisk.cpp
|
|
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
|
|
|