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.
22 lines
373 B
22 lines
373 B
|
|
NTDEBUG=ntsd
|
|
NTDEBUGTYPE=both
|
|
|
|
TARGETPATH=..\octest
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
USE_MSVCRT=1
|
|
USE_MSVCRT=1
|
|
|
|
UMLIBS=$(SDK_LIB_PATH)\libc.lib\
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
SOURCES= ..\octest.c \
|
|
..\utils.c \
|
|
..\wizpage.c \
|
|
..\octest.rc \
|
|
..\msg.mc
|
|
|
|
INCLUDES=..\hctlib;..
|