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.

76 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. INCLUDES=..\..\passport
  15. WININETDIR=..\
  16. USE_MSVCRT=1
  17. MAJORCOMP=JSPROXY
  18. TARGETPATH=obj
  19. TARGETTYPE=DYNLINK
  20. TARGETNAME=JSPROXY
  21. UMTYPE=windows
  22. DLLBASE=0x01000000
  23. DLLENTRY=DllMain
  24. C_DEFINES=$(C_DEFINES) -DNASHVILLE
  25. TARGETLIBS=\
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\shlwapi.lib \
  29. $(SDK_LIB_PATH)\advapi32.lib \
  30. $(SDK_LIB_PATH)\oleaut32.lib \
  31. $(SDK_LIB_PATH)\ole32.lib \
  32. $(SDK_LIB_PATH)\uuid.lib
  33. #################################################################
  34. ###
  35. ## Compiler switches ...... (both env)
  36. ## Careful with /G and /O options. They are different for RISC!
  37. #
  38. USER_C_FLAGS=$(USER_C_FLAGS) -Opi
  39. ##
  40. ## Sources files
  41. ##
  42. SOURCES=\
  43. cscpsite.cpp \
  44. dllmain.cpp \
  45. jsproxy.cpp \
  46. regexp.cpp \
  47. utils.cpp \
  48. jsproxy.rc
  49. CONDITIONAL_INCLUDES = \
  50. winwlm.h \
  51. macocidl.h \
  52. macwin32.h
  53. BUFFER_OVERFLOW_CHECKS=NO_NTDLL