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.

35 lines
703 B

  1. # sources
  2. # Author: Murali R. Krishnan ( MuraliK)
  3. # Date: 1-Nov-1995
  4. #
  5. # Describes the macros used for building using NT 'build' command
  6. #
  7. !include ..\..\..\..\..\place.inc
  8. MAJORCOMP=w3svc
  9. MINORCOMP=gateways
  10. TARGETNAME=cgicomm
  11. TARGETPATH=obj
  12. TARGETTYPE=LIBRARY
  13. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\advapi32.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. USE_MSVCRT=1
  17. INCLUDES=..\..\..\..\odbc\include
  18. SOURCES=dynodbc.c \
  19. html.c \
  20. cgicomm.rc
  21. UMAPPL=
  22. UMTYPE=console
  23. UMLIBS= $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. odbccp32.lib