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.

106 lines
2.2 KiB

  1. !IF 0
  2. Copyright (c) 1990 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. $(SDK_LIB_PATH)\crtdll.lib \
  11. $(SDK_LIB_PATH)\libcd.lib \
  12. !ENDIF
  13. USE_MSVCRT=1
  14. TARGETNAME=DfrgFat
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. INCLUDES=..\Inc
  18. USE_ATL=1
  19. !ifdef TEST
  20. TESTDEFINE= -DTest -DPauseAtEnd
  21. !endif
  22. !ifdef VISIBLEWINDOW
  23. !ifndef TEST
  24. VISIBLEWINDOWDEFINE= -DVisibleWindow
  25. !endif
  26. !endif
  27. !ifdef ERRORSACTIVE
  28. ERRORDEFINE= -DErrorsActive
  29. !endif
  30. !ifdef LOGGING
  31. LOGDEFINE= -DLogging
  32. !endif
  33. C_DEFINES= -DNOTIMER -DWIN32 -DUNICODE -D_UNICODE -DENGINE -DNOEVTLOG -DDFRGFAT -DDFRG -DDKMS $(TESTDEFINE) $(VISIBLEWINDOWDEFINE) $(ERRORDEFINE) $(LOGDEFINE)
  34. WIN32_WINNT_VERSION=0x0500
  35. LINKER_STACKSIZE=/STACK:1048576,12288
  36. MISCFILES=..\dfrg.reg \
  37. ..\install.bat
  38. PRECOMPILED_INCLUDE=stdafx.h
  39. PRECOMPILED_CXX=1
  40. SOURCES=..\Alloc.cpp \
  41. BootOptimizeFat.cpp \
  42. ..\DasdRead.cpp \
  43. ..\DataIo.cpp \
  44. ..\DataIoCl.cpp \
  45. ..\defragcommon.cpp \
  46. ..\DevIo.cpp \
  47. ..\DiskView.cpp \
  48. DfrgFat.cpp \
  49. ..\ErrLog.cpp \
  50. ..\ErrMsg.cpp \
  51. ..\Error.cpp \
  52. ..\Exclude.cpp \
  53. ..\Expand.cpp \
  54. ..\Extents.cpp \
  55. ..\FastFat2.cpp \
  56. ..\FatSubs.cpp \
  57. ..\FraggedFileList.cpp \
  58. ..\FreeSpace.cpp \
  59. ..\FsSubs.cpp \
  60. ..\GetDfrgRes.cpp\
  61. ..\GetReg.cpp \
  62. ..\GetTime.cpp \
  63. ..\Graphix.cpp \
  64. ..\IntFuncs.cpp \
  65. ..\LoadFile.cpp \
  66. ..\LogFile.cpp \
  67. ..\Logging.cpp \
  68. ..\MoveFile.cpp \
  69. ..\Priority.c \
  70. ..\RemMsg.cpp \
  71. ..\SecAttr.cpp \
  72. ..\TextBlock.cpp \
  73. ..\UiCommon.cpp \
  74. ..\vDebugGlobal.cpp \
  75. ..\vWindowAppCore.cpp \
  76. ..\DfrgFat.rc
  77. UMENTRY=winmain
  78. UMTYPE=windows
  79. TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib \
  80. $(SDK_LIB_PATH)\comctl32.lib \
  81. $(SDK_LIB_PATH)\shell32.lib \
  82. $(SDK_LIB_PATH)\ole32.lib \
  83. $(SDK_LIB_PATH)\uuid.lib \
  84. $(SDK_LIB_PATH)\vssapi.lib