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.

89 lines
1.9 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 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. History:
  11. Created 27-Sep-94 by Bob Day (bobday)
  12. from template created 12-Apr-1990 by Steve Wood (stevewo)
  13. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  14. !ENDIF
  15. !IFNDEF MSC_WARNING_LEVEL
  16. MSC_WARNING_LEVEL=/W3
  17. !ENDIF
  18. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  19. TARGETNAME=linkinfo
  20. TARGETPATH=obj
  21. TARGETTYPE=DYNLINK
  22. DLLENTRY=LibMain
  23. PASS1_PUBLISH={$(O)\linkinfo.lib=$(PROJECT_LIB_PATH)\linkinfo.lib}
  24. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(NET_LIB_PATH)\mprp.lib
  28. USE_LIBCNTPR=1
  29. DELAYLOAD=MPR.DLL
  30. C_DEFINES=-DWINNT -DPRIVATE_HEAP -DEXPV -DUNICODE
  31. CONDITIONAL_INCLUDES=\
  32. linkinfo.rcv
  33. INCLUDES=.; \
  34. ..\core; \
  35. ..\..\inc;
  36. SOURCES= canon.c \
  37. cnrlink.c \
  38. dllinit.c \
  39. linkinfo.c \
  40. server.c \
  41. util.c \
  42. volumeid.c \
  43. $(O)\init.c \
  44. $(O)\serial.c \
  45. $(O)\memmgr.c \
  46. $(O)\valid.c \
  47. $(O)\comc.c \
  48. $(O)\inifile.c \
  49. $(O)\resstr.c \
  50. $(O)\debug.c \
  51. nothunk.c \
  52. linkinfo.rc
  53. NTTARGETFILE0=\
  54. $(O)\init.c \
  55. $(O)\serial.c \
  56. $(O)\memmgr.c \
  57. $(O)\valid.c \
  58. $(O)\comc.c \
  59. $(O)\inifile.c \
  60. $(O)\resstr.c \
  61. $(O)\debug.c
  62. DLLDEF=$(O)\linkinfo.def
  63. UMTYPE=windows
  64. EXPECTED_WINVER=4.0
  65. PRECOMPILED_INCLUDE=project.h
  66. PRECOMPILED_PCH=project.pch
  67. PRECOMPILED_OBJ=project.obj