process_jam_log.vcproj 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="process_jam_log"
  6. ProjectGUID="{9A751791-929F-496A-8DE7-B61020619BFA}"
  7. RootNamespace="process_jam_log"
  8. Keyword="MakeFileProj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory="Debug"
  17. IntermediateDirectory="Debug"
  18. ConfigurationType="0">
  19. <Tool
  20. Name="VCNMakeTool"
  21. BuildCommandLine="cd ..\..\..\..\tools\regression\build
  22. ..\..\jam\src\bin.ntx86\bjam.exe process_jam_log variant=debug
  23. "
  24. ReBuildCommandLine="cd ..\..\..\..\tools\regression\build
  25. call bjam --v2 msvc-7.1 debug clean
  26. call bjam --v2 msvc-7.1 debug"
  27. CleanCommandLine="cd ..\..\..\..\tools\regression\build
  28. call bjam --v2 msvc-7.1 debug clean
  29. "
  30. Output="../../../../bin.v2/tools/regression/build/msvc-7.1/debug/link-static/process_jam_log.exe"/>
  31. </Configuration>
  32. <Configuration
  33. Name="Release|Win32"
  34. OutputDirectory="Release"
  35. IntermediateDirectory="Release"
  36. ConfigurationType="0">
  37. <Tool
  38. Name="VCNMakeTool"
  39. BuildCommandLine="cd ..
  40. ..\..\jam\src\bin.ntx86\bjam process_jam_log variant=release link=static"
  41. ReBuildCommandLine="cd ..
  42. ..\..\jam\src\bin.ntx86\bjam -a process_jam_log variant=release link=static"
  43. CleanCommandLine="cd ..
  44. ..\..\jam\src\bin.ntx86\bjam clean"
  45. Output="..\..\..\..\bin.v2\tools\regression\build\msvc-7.1\release\link-static\process_jam_log.exe"/>
  46. </Configuration>
  47. </Configurations>
  48. <References>
  49. </References>
  50. <Files>
  51. <Filter
  52. Name="Source Files"
  53. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  54. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  55. </Filter>
  56. <Filter
  57. Name="Header Files"
  58. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  59. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  60. </Filter>
  61. <Filter
  62. Name="Resource Files"
  63. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  64. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  65. </Filter>
  66. <File
  67. RelativePath=".\readme.txt">
  68. </File>
  69. </Files>
  70. <Globals>
  71. </Globals>
  72. </VisualStudioProject>
粤ICP备19079148号