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.

61 lines
1.5 KiB

  1. # sources
  2. # Author: Neil Allain (a-neilal)
  3. # Date: 26-February-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 ..\..\..\..\place.inc
  11. TARGETNAME=browscap
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. BUFFER_OVERFLOW_CHECKS=1
  15. DLLENTRY=_DllMainCRTStartup
  16. USE_MSVCRT=1
  17. USE_NATIVE_EH=1
  18. USE_STATIC_ATL=1
  19. USE_STL=1
  20. TARGETLIBS=\
  21. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\gdi32.lib \
  25. $(SDK_LIB_PATH)\comdlg32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\shell32.lib \
  28. $(SDK_LIB_PATH)\ole32.lib \
  29. $(SDK_LIB_PATH)\oleaut32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\svcguid.lib \
  32. $(SDK_LIB_PATH)\comsvcs.lib \
  33. $(SDK_LIB_PATH)\security.lib
  34. INCLUDES= ..\shared\inc;..\..\asp; \
  35. $(IISBASEDIR)\inc; \
  36. $(IISBASEDIR)\inc\$(O);
  37. SOURCES=\
  38. stdafx.cpp \
  39. brwcap.cpp \
  40. browcap.cpp \
  41. capmap.cpp \
  42. mem.cpp \
  43. MyString.cpp \
  44. monitor.cpp \
  45. rdwrt.cpp \
  46. brwcap.rc \
  47. context.cpp \
  48. brwcap.idl
  49. NTTARGETFILES=CopyFiles
  50. PRECOMPILED_CXX=1
  51. PRECOMPILED_INCLUDE=stdafx.h
  52. PRECOMPILED_PCH=stdafx.pch
  53. PRECOMPILED_OBJ=stdafx.o