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.
20 lines
361 B
20 lines
361 B
TARGETNAME=ntfrsupg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=..\inc;..\idl\$(O);$(NET_INC_PATH);$(DS_INC_PATH)\crypto
|
|
|
|
C_DEFINES=-DUNICODE -D_UNICODE
|
|
|
|
TARGETLIBS= \
|
|
$(DS_LIB_PATH)\netapi32p.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
SOURCES=\
|
|
ntfrsupg.cxx \
|
|
version.rc
|
|
|
|
UMTYPE=console
|