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.

82 lines
2.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.inc
  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. Makarand Patwardhan (makarp)
  12. !ENDIF
  13. TERMSRV_ROOT = ..\..\..\..
  14. TL_SERVER_DIR = ..\..
  15. INCLUDES= \
  16. ..; \
  17. $(TL_SERVER_DIR)\include; \
  18. $(TL_SERVER_DIR)\upg4to5;
  19. MAJORCOMP=LicenOC
  20. TARGETPATH=obj
  21. TARGETTYPE=DYNLINK
  22. DLLDEF=..\LicenOC.def
  23. DLLBASE=0x2000000
  24. DLLENTRY=_DllMainCRTStartup
  25. USE_MSVCRT=1
  26. C_DEFINES=$(C_DEFINES) -DLICENOC_SMALL_UPG
  27. PRECOMPILED_INCLUDE = ..\stdafx.h
  28. PRECOMPILED_SOURCEFILE = ..\stdafx.cpp
  29. PRECOMPILED_CXX = 1
  30. SOURCES= \
  31. ..\licenoc.cpp \
  32. ..\licenoc.rc \
  33. ..\registry.cpp \
  34. ..\services.cpp \
  35. ..\ocpage.cpp \
  36. ..\pages.cpp \
  37. ..\dir.cpp \
  38. ..\logfile.cpp
  39. TARGETLIBS= \
  40. $(SDK_LIB_PATH)\activeds.lib \
  41. $(SDK_LIB_PATH)\adsiid.lib \
  42. $(SDK_LIB_PATH)\advapi32.lib \
  43. $(SDK_LIB_PATH)\comctl32.lib \
  44. $(SDK_LIB_PATH)\esent.lib \
  45. $(SDK_LIB_PATH)\kernel32.lib \
  46. $(SDK_LIB_PATH)\netapi32.lib \
  47. $(SDK_LIB_PATH)\ntdsapi.lib \
  48. $(SDK_LIB_PATH)\user32.lib \
  49. $(SDK_LIB_PATH)\odbc32.lib \
  50. $(SDK_LIB_PATH)\ole32.lib \
  51. $(SDK_LIB_PATH)\oleaut32.lib \
  52. $(SDK_LIB_PATH)\setupapi.lib \
  53. $(SDK_LIB_PATH)\shell32.lib \
  54. $(SDK_LIB_PATH)\uuid.lib \
  55. $(TERMSRV_ROOT)\lib\$(O)\esetup.lib \
  56. $(TERMSRV_ROOT)\lib\$(O)\upg4db.lib \
  57. $(TERMSRV_ROOT)\lib\$(O)\common.lib
  58. 386_WARNING_LEVEL=-W4