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.

29 lines
698 B

  1. # sources
  2. # Author: Lei Jin(leijin)
  3. # Date: 07/03/1997
  4. #
  5. # This file is used for compiling Proxy web server from code
  6. # for generic web server
  7. #
  8. # Describes the macros used for building using NT 'build' command
  9. #
  10. !include ..\sources.inc
  11. !include $(PROJECT_ROOT)\iis\place.inc
  12. TARGETNAME=wamreg
  13. C_DEFINES=$(C_DEFINES) -D_IIS_6_0
  14. INCLUDES=$(IISBASEDIR)\iisrearc\core\inc; \
  15. $(INCLUDES) \
  16. $(IISBASEDIR)\iisrearc\core\ap\was\if\$(O)
  17. TARGETLIBS=$(TARGETLIBS) \
  18. $(IISBASEDIR)\LIB\$(O)\iisutil.lib
  19. NTTARGETFILE0= ..\..\..\..\inc\$(O)\iwamreg.h
  20. PASS0_PUBLISH=\
  21. {..\..\..\..\inc\$(O)\iwamreg.h=$(SDK_INC_PATH)\iwamreg.h}