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.

97 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. TARGETNAME=synceng
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. DLLENTRY=LibMain
  19. NOT_LEAN_AND_MEAN=1
  20. C_DEFINES=-DWINNT -DEXPV -DPRIVATE_HEAP -DUNICODE
  21. !IF "$(SHELLDBG)"=="1"
  22. C_DEFINES=$(C_DEFINES) -DDEBUG
  23. !ENDIF
  24. CONDITIONAL_INCLUDES=\
  25. synceng.rcv
  26. INCLUDES=..\..\inc;
  27. SOURCES= \
  28. brfcase.c\
  29. clsiface.c\
  30. comc.c\
  31. copy.c\
  32. db.c\
  33. debug.c\
  34. dllinit.c\
  35. expandft.c\
  36. fcache.c\
  37. findbc.c\
  38. foldtwin.c\
  39. guids.c\
  40. hndtrans.c\
  41. inifile.c\
  42. init.c\
  43. irecinit.c\
  44. list.c\
  45. memmgr.c\
  46. merge.c\
  47. olepig.c\
  48. oleutil.c\
  49. path.c\
  50. ptrarray.c\
  51. reclist.c\
  52. recon.c\
  53. resstr.c\
  54. serial.c\
  55. sortsrch.c\
  56. storage.c\
  57. string.c\
  58. stub.c\
  59. subcycle.c\
  60. twin.c\
  61. twinlist.c\
  62. util.c\
  63. volume.c\
  64. valid.c \
  65. synceng.rc
  66. UMTYPE=windows
  67. EXPECTED_WINVER=4.0
  68. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  69. $(SDK_LIB_PATH)\user32.lib \
  70. $(SDK_LIB_PATH)\advapi32.lib \
  71. $(SDK_LIB_PATH)\uuid.lib \
  72. ..\linkinfo\$(O)\linkinfo.lib \
  73. $(PROJECT_LIB_PATH)\shlwapip.lib \
  74. $(SDK_LIB_PATH)\shell32.lib \
  75. $(SDK_LIB_PATH)\shlwapi.lib
  76. PRECOMPILED_INCLUDE=project.h
  77. PRECOMPILED_PCH=project.pch
  78. PRECOMPILED_OBJ=project.obj