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.

102 lines
2.3 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-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME= riprep
  15. TARGETPATH= obj
  16. TARGETTYPE= PROGLIB
  17. DLLDEF=riprep.def
  18. C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
  19. PRECOMPILED_CXX= 1
  20. PRECOMPILED_INCLUDE= pch.h
  21. UMTYPE= windows
  22. UMENTRY= winmain
  23. USE_MSVCRT= 1
  24. LINKLIBS= \
  25. $(BASE_LIB_PATH)\sputilsu.lib \
  26. ..\imirror\$(O)\imirror.lib
  27. TARGETLIBS= \
  28. $(SDK_LIB_PATH)\ntdll.lib \
  29. $(SDK_LIB_PATH)\kernel32.lib \
  30. $(SDK_LIB_PATH)\user32.lib \
  31. $(SDK_LIB_PATH)\comctl32.lib \
  32. $(SDK_LIB_PATH)\shlwapi.lib \
  33. $(SDK_LIB_PATH)\shell32.lib \
  34. $(SDK_LIB_PATH)\netapi32.lib \
  35. $(SDK_LIB_PATH)\version.lib \
  36. $(SDK_LIB_PATH)\setupapi.lib \
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(SDK_LIB_PATH)\oleaut32.lib \
  39. $(SDK_LIB_PATH)\uuid.lib \
  40. $(SDK_LIB_PATH)\imagehlp.lib \
  41. $(SDK_LIB_PATH)\comdlg32.lib \
  42. $(SDK_LIB_PATH)\userenv.lib \
  43. $(BASE_LIB_PATH)\spsyslib.lib \
  44. $(SDK_LIB_PATH)\wininet.lib \
  45. $(SDK_LIB_PATH)\userenv.lib
  46. !IF !$(IA64) && !$(AMD64)
  47. TARGETLIBS=\
  48. $(TARGETLIBS) $(SDK_LIB_PATH)\cleandrm.lib
  49. !ENDIF
  50. INCLUDES= \
  51. $(BASE_INC_PATH); \
  52. $(DS_INC_PATH);
  53. SOURCES= \
  54. appldlg.cpp \
  55. callback.cpp \
  56. compat.cpp \
  57. compchk.cpp \
  58. complete.cpp \
  59. debug.cpp \
  60. directory.cpp \
  61. errorlog.cpp \
  62. logging.cpp \
  63. main.cpp \
  64. msg.mc \
  65. resource.rc \
  66. rsrcutil.cpp \
  67. setup.cpp \
  68. serverdlg.cpp \
  69. sif.cpp \
  70. summary.cpp \
  71. tasks.cpp \
  72. utils.cpp \
  73. web.cpp \
  74. welcome.cpp \
  75. sysprep.c
  76. LINKER_FLAGS=/SWAPRUN:NET