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.

23 lines
351 B

  1. !include ..\..\..\place.inc
  2. TARGETNAME=iisvdir
  3. TARGETPATH=obj
  4. TARGETTYPE=PROGRAM
  5. UMTYPE=console
  6. MAJORCOMP=setup
  7. MINORCOMP=iisvdir
  8. C_DEFINES= $(C_DEFINES) -DUNICODE
  9. SOURCES= \
  10. main.cpp \
  11. resource.rc
  12. INCLUDES=\
  13. ..; \
  14. ..\..\..\inc
  15. TARGETLIBS= \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\ole32.lib