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