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
365 B
22 lines
365 B
TARGETNAME=tcmsetup
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
C_DEFINES=-DTAPI_NT=1 -DWINNT=1 -DUNICODE
|
|
|
|
UMENTRY=winmain
|
|
UMTYPE=windows
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\tapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
|
|
SOURCES=admin.c \
|
|
admin.rc
|
|
|
|
|