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