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.

35 lines
675 B

  1. # sources
  2. # Author: Philippe Choquier ( phillich )
  3. # Date: 27-dec-1995
  4. #
  5. # This file is used for HTML administration tools using ISAPI extension
  6. # for web server
  7. #
  8. # Describes the macros used for building using NT 'build' command
  9. #
  10. !include ..\..\..\place.inc
  11. MAJORCOMP=APPLYINF
  12. MINORCOMP=APPLYINF
  13. TARGETNAME=APPLYINF
  14. TARGETTYPE=PROGRAM
  15. TARGETPATH=obj
  16. UMTYPE=console
  17. MSC_WARNING_LEVEL=/W3 /WX
  18. USE_MSVCRT=1
  19. TARGETLIBS=\
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\user32.lib
  23. SOURCES=$(SOURCES) \
  24. applyinf.cxx \
  25. applyinf.rc
  26. INCLUDES=.\;$(INCLUDES);..\..\..\inc