Source code of Windows XP (NT5)
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.

36 lines
606 B

  1. !include ../sources.inc
  2. TARGETNAME=sxapwhost
  3. TARGETTYPE=PROGRAM
  4. UMTYPE=console
  5. USE_MFC=1
  6. USE_MFCUNICODE=1
  7. USE_STL=1
  8. SOURCES= \
  9. ChildFrm.cpp \
  10. chost.cpp \
  11. host.cpp \
  12. host.rc \
  13. hostDoc.cpp \
  14. hostView.cpp \
  15. MainFrm.cpp \
  16. SettingsDlg.cpp \
  17. LINKLIBS=\
  18. $(SXAPW_LIB_LIB) \
  19. $(SXAPW_GUIDS_LIB) \
  20. $(SXAPW_STDINC_LIB)
  21. TARGETLIBS=\
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\ole32.lib \
  25. $(SDK_LIB_PATH)\oleaut32.lib \
  26. $(SDK_LIB_PATH)\uuid.lib
  27. !undef PRECOMPILED_OPTION
  28. !undef PRECOMPILED_TARGET
  29. PRECOMPILED_CXX=1
  30. PRECOMPILED_INCLUDE=stdinc.h