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.9 KiB

  1. !IF 0
  2. Copyright (c) 1990-2001 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. !ENDIF
  11. TARGETNAME=diskedit
  12. TARGETPATH=obj
  13. TARGETTYPE=PROGRAM
  14. INCLUDES= \
  15. $(SDK_INC_PATH)\port1632;\
  16. $(PROJECT_ROOT)\fs\utils\ifsutil\inc;\
  17. $(PROJECT_ROOT)\fs\utils\ulib\inc;\
  18. $(PROJECT_ROOT)\fs\utils\untfs\inc;\
  19. $(PROJECT_ROOT)\fs\utils\ufat\inc;\
  20. ..;\
  21. $(DDK_INC_PATH)
  22. C_DEFINES= -DWIN32 -DUNICODE -D_UNICODE
  23. SOURCES= \
  24. ..\attrio.cxx \
  25. ..\chainio.cxx \
  26. ..\clusio.cxx \
  27. ..\crack.cxx \
  28. ..\diskedit.cxx \
  29. ..\edit.cxx \
  30. ..\fileio.cxx \
  31. ..\frsedit.cxx \
  32. ..\frsio.cxx \
  33. ..\gptedit.cxx \
  34. ..\indxedit.cxx \
  35. ..\io.cxx \
  36. ..\rootio.cxx \
  37. ..\secedit.cxx \
  38. ..\secio.cxx \
  39. ..\vscroll.cxx \
  40. ..\bootedit.cxx \
  41. ..\nbedit.cxx \
  42. ..\partedit.cxx \
  43. ..\recordpg.cxx \
  44. ..\restarea.cxx \
  45. ..\logreced.cxx \
  46. ..\logrecio.cxx \
  47. ..\atrlsted.cxx \
  48. ..\secstr.cxx \
  49. ..\res.rc
  50. USE_MSVCRT=1
  51. UMENTRY=winmain
  52. UMTYPE=windows
  53. TARGETLIBS= \
  54. $(PROJECT_ROOT)\fs\utils\ulib\src\$(ALT_PROJECT)\$(O)\ulib.lib \
  55. $(PROJECT_ROOT)\fs\utils\ifsutil\src\$(ALT_PROJECT)\$(O)\ifsutil.lib \
  56. $(PROJECT_ROOT)\fs\utils\untfs\src\$(ALT_PROJECT)\$(O)\untfs.lib \
  57. $(PROJECT_ROOT)\fs\utils\ufat\src\$(ALT_PROJECT)\$(O)\ufat.lib \
  58. $(SDK_LIB_PATH)\ntdll.lib
  59. W32_SB=1
  60. SOURCES_USED=..\sources.inc
  61. PRECOMPILED_INCLUDE=..\ulib.hxx
  62. PRECOMPILED_CXX=1