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.

25 lines
441 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. ..\..\..\inc\$(O);\
  16. TARGETLIBS= \
  17. $(SDK_LIB_PATH)\uuid.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\ole32.lib