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.

79 lines
1.9 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. Revision History:
  12. !ENDIF
  13. TARGETNAME=ntprint
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. LINKLIBS=$(PROJECT_ROOT)\lib\$(O)\spllib.lib
  17. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\shell32.lib \
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\setupapi.lib \
  22. $(SDK_LIB_PATH)\winspool.lib \
  23. $(SDK_LIB_PATH)\mscms.lib \
  24. $(SDK_LIB_PATH)\crypt32.lib \
  25. $(SDK_LIB_PATH)\version.lib \
  26. $(SDK_LIB_PATH)\shlwapi.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\oleaut32.lib \
  29. $(SDK_LIB_PATH)\ActiveDS.lib \
  30. $(SDK_LIB_PATH)\adsiid.lib \
  31. $(SDK_LIB_PATH)\wintrust.lib
  32. DLLDEF=..\ntprint.def
  33. DLLENTRY=_DllMainCRTStartup
  34. USE_MSVCRT=1
  35. BUFFER_OVERFLOW_CHECKS=1
  36. INCLUDES = \
  37. ..; \
  38. ..\..\inc; \
  39. ..\..\..\inc; \
  40. $(ADMIN_INC_PATH); \
  41. $(BASE_INC_PATH); \
  42. $(WINDOWS_INC_PATH);\
  43. $(ENDUSER_INC_PATH)
  44. SOURCES= ..\data.c \
  45. ..\install.c \
  46. ..\ntprint.c \
  47. ..\monitor.c \
  48. ..\upgrade.c \
  49. ..\util.c \
  50. ..\utildi.c \
  51. ..\win95.c \
  52. ..\srvinst.cxx \
  53. ..\clusupg.cxx \
  54. ..\signing.cxx \
  55. ..\printupg.cxx \
  56. ..\splsetup.rc \
  57. ..\IppOcm.cxx
  58. UMTYPE=console
  59. UMLIBS=$(O)\splsetup.lib
  60. C_DEFINES=-DUNICODE -D_UNICODE -DLINK_SPLLIB