Leaked source code of windows server 2003
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.
 
 
 
 
 
 

24 lines
537 B

# 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