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.

51 lines
1.1 KiB

  1. # sources
  2. # Author: Murali R. Krishnan ( MuraliK)
  3. # Date: 14-Nov-1994
  4. #
  5. # Describes the macros used for building using NT 'build' command
  6. #
  7. !include ..\..\..\place.inc
  8. MAJORCOMP=gopher
  9. MINORCOMP=gdapi
  10. TARGETNAME=gdapi
  11. TARGETPATH=$(IISBASEDIR)\lib
  12. TARGETTYPE=DYNLINK
  13. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\advapi32.lib \
  15. $(SDK_LIB_PATH)\rpcrt4.lib \
  16. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  17. USE_MSVCRT=1
  18. # Treat warnings as errors
  19. MSC_WARNING_LEVEL = /W3 /WX
  20. C_DEFINES= -DRPC_NO_WINDOWS_H
  21. INCLUDES = .;..;..\..\inc;\
  22. ..\..\..\inc; \
  23. SOURCES= \
  24. gdbind.c \
  25. gd_cli.c \
  26. gdstubs.c \
  27. gdapi.rc \
  28. NTMAKEFILE0 = gd_cli.c
  29. !IFDEF BUILD_AS_CONSOLE_APP
  30. UMAPPL=gdadmin
  31. UMTYPE=console
  32. UMLIBS= $(SDK_LIB_PATH)\user32.lib \
  33. $(SDK_LIB_PATH)\gdapi.lib \
  34. $(IISBASEDIR)\svcs\infocomm\info\client\$(O)\infoadmn.lib \
  35. $(SDK_LIB_PATH)\rpcrt4.lib \
  36. ..\..\lib\*\inetrtl.lib
  37. !ENDIF
  38. # USE_PDB=1
  39. # PDB_ROOT=\nt\release\i386\nt\inetsrv\pdb\