windows-nt/Source/XPSP1/NT/enduser/troubleshoot/launcher/client/sources
2020-09-26 16:20:57 +08:00

25 lines
513 B
Plaintext

# before changing the DLL name, resolve the references in applib\domthred.cxx
TARGETNAME=tslauncher
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=DYNLINK
UMTYPE=windows
C_DEFINES = -DUNICODE
USE_MFCUNICODE=1
USE_VCCOM=1
USE_ATL=1
TARGETLIBS=\
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\ole32.lib
INCLUDES=..\inc;..\server\$(O)
SOURCES=\
Launchers.cpp \
Properties.cpp \
ShortList.cpp \
tslauncher.cpp \
tsmfc.cpp \
status.rc