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

  1. # before changing the DLL name, resolve the references in applib\domthred.cxx
  2. TARGETNAME=tslauncher
  3. TARGETPATH=$(_OBJ_DIR)
  4. TARGETTYPE=DYNLINK
  5. UMTYPE=windows
  6. C_DEFINES = -DUNICODE
  7. USE_MFCUNICODE=1
  8. USE_VCCOM=1
  9. USE_ATL=1
  10. TARGETLIBS=\
  11. $(SDK_LIB_PATH)\kernel32.lib \
  12. $(SDK_LIB_PATH)\user32.lib \
  13. $(SDK_LIB_PATH)\oleaut32.lib \
  14. $(SDK_LIB_PATH)\ole32.lib
  15. INCLUDES=..\inc;..\server\$(O)
  16. SOURCES=\
  17. Launchers.cpp \
  18. Properties.cpp \
  19. ShortList.cpp \
  20. tslauncher.cpp \
  21. tsmfc.cpp \
  22. status.rc