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.

20 lines
314 B

  1. !include ../sources.inc
  2. USE_STL=1
  3. TARGETNAME=sxapwhost1
  4. TARGETTYPE=PROGRAM
  5. UMTYPE=console
  6. SOURCES= \
  7. chost.cpp \
  8. LINKLIBS=\
  9. $(SXAPW_LIB_LIB) \
  10. $(SXAPW_STDINC_LIB)
  11. TARGETLIBS=\
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\ole32.lib \
  14. $(SDK_LIB_PATH)\oleaut32.lib \
  15. $(SDK_LIB_PATH)\uuid.lib