testsuite.dsp 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. # Microsoft Developer Studio Project File - Name="testsuite" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Generic Project" 0x010a
  5. CFG=testsuite - Win32 Debug_TS
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "testsuite.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "testsuite.mak" CFG="testsuite - Win32 Debug_TS"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "testsuite - Win32 Release_TS_Inline" (based on "Win32 (x86) Generic Project")
  19. !MESSAGE "testsuite - Win32 Release_TS" (based on "Win32 (x86) Generic Project")
  20. !MESSAGE "testsuite - Win32 Release_TSDbg" (based on "Win32 (x86) Generic Project")
  21. !MESSAGE "testsuite - Win32 Debug_TS" (based on "Win32 (x86) Generic Project")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. MTL=midl.exe
  28. !IF "$(CFG)" == "testsuite - Win32 Release_TS_Inline"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release_TS_Inline"
  32. # PROP BASE Intermediate_Dir "Release_TS_Inline"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "..\..\Release_TS_Inline"
  37. # PROP Intermediate_Dir "..\..\"
  38. # PROP Target_Dir ""
  39. !ELSEIF "$(CFG)" == "testsuite - Win32 Release_TS"
  40. # PROP BASE Use_MFC 0
  41. # PROP BASE Use_Debug_Libraries 0
  42. # PROP BASE Output_Dir "Release_TS"
  43. # PROP BASE Intermediate_Dir "Release_TS"
  44. # PROP BASE Target_Dir ""
  45. # PROP Use_MFC 0
  46. # PROP Use_Debug_Libraries 0
  47. # PROP Output_Dir "..\..\Release_TS"
  48. # PROP Intermediate_Dir "..\..\"
  49. # PROP Target_Dir ""
  50. !ELSEIF "$(CFG)" == "testsuite - Win32 Release_TSDbg"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 0
  53. # PROP BASE Output_Dir "Release_TSDbg"
  54. # PROP BASE Intermediate_Dir "Release_TSDbg"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 0
  57. # PROP Use_Debug_Libraries 0
  58. # PROP Output_Dir "..\..\Release_TSDbg"
  59. # PROP Intermediate_Dir "..\..\"
  60. # PROP Target_Dir ""
  61. !ELSEIF "$(CFG)" == "testsuite - Win32 Debug_TS"
  62. # PROP BASE Use_MFC 0
  63. # PROP BASE Use_Debug_Libraries 1
  64. # PROP BASE Output_Dir "Debug_TS"
  65. # PROP BASE Intermediate_Dir "Debug_TS"
  66. # PROP BASE Target_Dir ""
  67. # PROP Use_MFC 0
  68. # PROP Use_Debug_Libraries 1
  69. # PROP Output_Dir "..\..\Debug_TS"
  70. # PROP Intermediate_Dir "..\..\"
  71. # PROP Target_Dir ""
  72. !ENDIF
  73. # Begin Target
  74. # Name "testsuite - Win32 Release_TS_Inline"
  75. # Name "testsuite - Win32 Release_TS"
  76. # Name "testsuite - Win32 Release_TSDbg"
  77. # Name "testsuite - Win32 Debug_TS"
  78. # Begin Source File
  79. SOURCE=..\results.txt
  80. !IF "$(CFG)" == "testsuite - Win32 Release_TS_Inline"
  81. # PROP Intermediate_Dir "..\Release_TS_Inline"
  82. # PROP Ignore_Default_Tool 1
  83. # Begin Custom Build - Running Testsuite, please wait...
  84. IntDir=.\..\Release_TS_Inline
  85. InputPath=..\results.txt
  86. "..\..\results.txt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  87. set TOP_BUILDDIR=Release_TS_inline
  88. set TEST_DIR=tests
  89. $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
  90. # End Custom Build
  91. !ELSEIF "$(CFG)" == "testsuite - Win32 Release_TS"
  92. # PROP Intermediate_Dir "..\Release_TS"
  93. # PROP Ignore_Default_Tool 1
  94. # Begin Custom Build - Running Testsuite, please wait...
  95. IntDir=.\..\Release_TS
  96. InputPath=..\results.txt
  97. "..\..\results.txt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  98. set TOP_BUILDDIR=Release_TS
  99. set TEST_DIR=tests
  100. $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
  101. # End Custom Build
  102. !ELSEIF "$(CFG)" == "testsuite - Win32 Release_TSDbg"
  103. # PROP Intermediate_Dir "..\Release_TSDbg"
  104. # PROP Ignore_Default_Tool 1
  105. # Begin Custom Build - Running Testsuite, please wait...
  106. IntDir=.\..\Release_TSDbg
  107. InputPath=..\results.txt
  108. "..\..\results.txt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  109. set TOP_BUILDDIR=Release_TSDbg
  110. set TEST_DIR=tests
  111. $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
  112. # End Custom Build
  113. !ELSEIF "$(CFG)" == "testsuite - Win32 Debug_TS"
  114. # PROP Intermediate_Dir "..\Debug_TS"
  115. # PROP Exclude_From_Build 1
  116. !ENDIF
  117. # End Source File
  118. # End Target
  119. # End Project