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.

31 lines
545 B

  1. !include ../sources.inc
  2. TARGETNAME=sxapwhost2
  3. TARGETTYPE=PROGRAM
  4. UMTYPE=console
  5. USE_STL=1
  6. SOURCES= \
  7. create.cpp \
  8. hostframe.cpp \
  9. host2.cpp \
  10. host2.rc \
  11. LINKLIBS=\
  12. $(SXAPW_LIB_LIB) \
  13. $(SXAPW_STDINC_LIB) \
  14. $(SXAPW_GUIDS_LIB) \
  15. TARGETLIBS=\
  16. $(SDK_LIB_PATH)\kernel32.lib \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\gdi32.lib \
  19. $(SDK_LIB_PATH)\ole32.lib \
  20. $(SDK_LIB_PATH)\oleaut32.lib \
  21. $(SDK_LIB_PATH)\uuid.lib
  22. !undef PRECOMPILED_OPTION
  23. !undef PRECOMPILED_TARGET
  24. PRECOMPILED_CXX=1
  25. PRECOMPILED_INCLUDE=stdinc.h