Changeset 238
- Timestamp:
- 07/24/06 14:59:12 (4 years ago)
- Location:
- eaccelerator/trunk
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
win32/eAccelerator.sln (modified) (1 diff)
-
win32/eAccelerator.vcproj (modified) (8 diffs)
-
win32/eLoader.vcproj (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eaccelerator/trunk/ChangeLog
r237 r238 6 6 * Bump up version to 0.9.5-rc1 7 7 * Put -O2 back on for -rc1 8 * Update the VC2005 project files 8 9 9 10 2006-07-23 Hans Rakers <hans at parse dot nl> -
eaccelerator/trunk/win32/eAccelerator.sln
r120 r238 1 Microsoft Visual Studio Solution File, Format Version 8.00 2 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eAccelerator", "eAccelerator.vcproj", "{9CB8051E-B608-430D-B6AA-D763031A94B7}" 3 ProjectSection(ProjectDependencies) = postProject 4 EndProjectSection 1 2 Microsoft Visual Studio Solution File, Format Version 9.00 3 # Visual Studio 2005 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eAccelerator", "eAccelerator.vcproj", "{F236792D-8DF1-49FA-9F36-2338F47C9DEB}" 5 5 EndProject 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eLoader", "eLoader.vcproj", "{5FCBC0AF-2EBB-461F-9971-9272472602E7}" 7 ProjectSection(ProjectDependencies) = postProject 8 EndProjectSection 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eLoader", "eLoader.vcproj", "{945FEBD1-AA09-445B-8C31-11270D6B2464}" 9 7 EndProject 10 8 Global 11 GlobalSection(SolutionConfiguration ) = preSolution12 Debug PHP 4 = Debug PHP413 Debug PHP5 = Debug PHP514 Release PHP 4 = Release PHP415 Release PHP5 = Release PHP59 GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 Debug PHP5|Win32 = Debug PHP5|Win32 11 Debug|Win32 = Debug|Win32 12 Release PHP5|Win32 = Release PHP5|Win32 13 Release|Win32 = Release|Win32 16 14 EndGlobalSection 17 GlobalSection(ProjectConfiguration ) = postSolution18 { 9CB8051E-B608-430D-B6AA-D763031A94B7}.Debug PHP4.ActiveCfg = Debug|Win3219 { 9CB8051E-B608-430D-B6AA-D763031A94B7}.Debug PHP4.Build.0 = Debug|Win3220 { 9CB8051E-B608-430D-B6AA-D763031A94B7}.Debug PHP5.ActiveCfg = Debug PHP5|Win3221 { 9CB8051E-B608-430D-B6AA-D763031A94B7}.Debug PHP5.Build.0 = Debug PHP5|Win3222 { 9CB8051E-B608-430D-B6AA-D763031A94B7}.Release PHP4.ActiveCfg = Release|Win3223 { 9CB8051E-B608-430D-B6AA-D763031A94B7}.Release PHP4.Build.0 = Release|Win3224 { 9CB8051E-B608-430D-B6AA-D763031A94B7}.Release PHP5.ActiveCfg = Release PHP5|Win3225 { 9CB8051E-B608-430D-B6AA-D763031A94B7}.Release PHP5.Build.0 = Release PHP5|Win3226 { 5FCBC0AF-2EBB-461F-9971-9272472602E7}.Debug PHP4.ActiveCfg = Debug|Win3227 { 5FCBC0AF-2EBB-461F-9971-9272472602E7}.Debug PHP4.Build.0 = Debug|Win3228 { 5FCBC0AF-2EBB-461F-9971-9272472602E7}.Debug PHP5.ActiveCfg = Debug PHP5|Win3229 { 5FCBC0AF-2EBB-461F-9971-9272472602E7}.Debug PHP5.Build.0 = Debug PHP5|Win3230 { 5FCBC0AF-2EBB-461F-9971-9272472602E7}.Release PHP4.ActiveCfg = Release|Win3231 { 5FCBC0AF-2EBB-461F-9971-9272472602E7}.Release PHP4.Build.0 = Release|Win3232 { 5FCBC0AF-2EBB-461F-9971-9272472602E7}.Release PHP5.ActiveCfg = Release PHP5|Win3233 { 5FCBC0AF-2EBB-461F-9971-9272472602E7}.Release PHP5.Build.0 = Release PHP5|Win3215 GlobalSection(ProjectConfigurationPlatforms) = postSolution 16 {F236792D-8DF1-49FA-9F36-2338F47C9DEB}.Debug PHP5|Win32.ActiveCfg = Debug PHP5|Win32 17 {F236792D-8DF1-49FA-9F36-2338F47C9DEB}.Debug PHP5|Win32.Build.0 = Debug PHP5|Win32 18 {F236792D-8DF1-49FA-9F36-2338F47C9DEB}.Debug|Win32.ActiveCfg = Debug|Win32 19 {F236792D-8DF1-49FA-9F36-2338F47C9DEB}.Debug|Win32.Build.0 = Debug|Win32 20 {F236792D-8DF1-49FA-9F36-2338F47C9DEB}.Release PHP5|Win32.ActiveCfg = Release PHP5|Win32 21 {F236792D-8DF1-49FA-9F36-2338F47C9DEB}.Release PHP5|Win32.Build.0 = Release PHP5|Win32 22 {F236792D-8DF1-49FA-9F36-2338F47C9DEB}.Release|Win32.ActiveCfg = Release|Win32 23 {F236792D-8DF1-49FA-9F36-2338F47C9DEB}.Release|Win32.Build.0 = Release|Win32 24 {945FEBD1-AA09-445B-8C31-11270D6B2464}.Debug PHP5|Win32.ActiveCfg = Debug PHP5|Win32 25 {945FEBD1-AA09-445B-8C31-11270D6B2464}.Debug PHP5|Win32.Build.0 = Debug PHP5|Win32 26 {945FEBD1-AA09-445B-8C31-11270D6B2464}.Debug|Win32.ActiveCfg = Debug|Win32 27 {945FEBD1-AA09-445B-8C31-11270D6B2464}.Debug|Win32.Build.0 = Debug|Win32 28 {945FEBD1-AA09-445B-8C31-11270D6B2464}.Release PHP5|Win32.ActiveCfg = Release PHP5|Win32 29 {945FEBD1-AA09-445B-8C31-11270D6B2464}.Release PHP5|Win32.Build.0 = Release PHP5|Win32 30 {945FEBD1-AA09-445B-8C31-11270D6B2464}.Release|Win32.ActiveCfg = Release|Win32 31 {945FEBD1-AA09-445B-8C31-11270D6B2464}.Release|Win32.Build.0 = Release|Win32 34 32 EndGlobalSection 35 GlobalSection(ExtensibilityGlobals) = postSolution 36 EndGlobalSection 37 GlobalSection(ExtensibilityAddIns) = postSolution 33 GlobalSection(SolutionProperties) = preSolution 34 HideSolutionNode = FALSE 38 35 EndGlobalSection 39 36 EndGlobal -
eaccelerator/trunk/win32/eAccelerator.vcproj
r120 r238 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8,00" 5 5 Name="eAccelerator" 6 ProjectGUID="{9CB8051E-B608-430D-B6AA-D763031A94B7}" 7 SccProjectName="" 8 SccLocalPath=""> 6 ProjectGUID="{F236792D-8DF1-49FA-9F36-2338F47C9DEB}" 7 > 9 8 <Platforms> 10 9 <Platform 11 Name="Win32"/> 10 Name="Win32" 11 /> 12 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 13 15 <Configurations> 14 16 <Configuration … … 17 19 IntermediateDirectory=".\Release" 18 20 ConfigurationType="2" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 19 22 UseOfMFC="0" 20 ATLMinimizesCRunTimeLibraryUsage="FALSE" 21 CharacterSet="2"> 23 ATLMinimizesCRunTimeLibraryUsage="false" 24 CharacterSet="2" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 PreprocessorDefinitions="NDEBUG" 41 MkTypLibCompatible="true" 42 SuppressStartupBanner="true" 43 TargetEnvironment="1" 44 TypeLibraryName=".\Release/eAccelerator.tlb" 45 HeaderFileName="" 46 /> 22 47 <Tool 23 48 Name="VCCLCompilerTool" 49 AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE"
" 24 50 Optimization="2" 25 InlineFunctionExpansion=" 2"51 InlineFunctionExpansion="1" 26 52 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 27 PreprocessorDefinitions="NDEBUG;ZEND_DEBUG=0;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_ WEBUI"28 StringPooling=" TRUE"53 PreprocessorDefinitions="NDEBUG;ZEND_DEBUG=0;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_INFO" 54 StringPooling="true" 29 55 RuntimeLibrary="2" 30 EnableFunctionLevelLinking="TRUE" 31 UsePrecompiledHeader="2" 56 EnableFunctionLevelLinking="true" 32 57 PrecompiledHeaderFile=".\Release/eAccelerator.pch" 33 58 AssemblerListingLocation=".\Release/" … … 35 60 ProgramDataBaseFileName=".\Release/" 36 61 WarningLevel="3" 37 SuppressStartupBanner="TRUE" 38 CompileAs="0"/> 39 <Tool 40 Name="VCCustomBuildTool"/> 62 SuppressStartupBanner="true" 63 /> 64 <Tool 65 Name="VCManagedResourceCompilerTool" 66 /> 67 <Tool 68 Name="VCResourceCompilerTool" 69 PreprocessorDefinitions="NDEBUG" 70 Culture="1033" 71 /> 72 <Tool 73 Name="VCPreLinkEventTool" 74 /> 41 75 <Tool 42 76 Name="VCLinkerTool" 43 AdditionalDependencies=" ../../../php5ts.lib odbc32.lib odbccp32.lib"77 AdditionalDependencies="php5ts.lib odbc32.lib odbccp32.lib" 44 78 OutputFile=".\Release/eAccelerator.dll" 45 79 LinkIncremental="1" 46 SuppressStartupBanner=" TRUE"80 SuppressStartupBanner="true" 47 81 AdditionalLibraryDirectories="..\..\.." 48 82 ProgramDatabaseFile=".\Release/eAccelerator.pdb" 49 83 ImportLibrary=".\Release/eAccelerator.lib" 50 TargetMachine="1"/> 51 <Tool 52 Name="VCMIDLTool" 53 PreprocessorDefinitions="NDEBUG" 54 MkTypLibCompatible="TRUE" 55 SuppressStartupBanner="TRUE" 56 TargetEnvironment="1" 57 TypeLibraryName=".\Release/eAccelerator.tlb" 58 HeaderFileName=""/> 59 <Tool 60 Name="VCPostBuildEventTool"/> 61 <Tool 62 Name="VCPreBuildEventTool"/> 63 <Tool 64 Name="VCPreLinkEventTool"/> 65 <Tool 66 Name="VCResourceCompilerTool" 67 PreprocessorDefinitions="NDEBUG" 68 Culture="1033"/> 69 <Tool 70 Name="VCWebServiceProxyGeneratorTool"/> 71 <Tool 72 Name="VCXMLDataGeneratorTool"/> 73 <Tool 74 Name="VCWebDeploymentTool"/> 75 <Tool 76 Name="VCManagedWrapperGeneratorTool"/> 77 <Tool 78 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 84 TargetMachine="1" 85 /> 86 <Tool 87 Name="VCALinkTool" 88 /> 89 <Tool 90 Name="VCManifestTool" 91 /> 92 <Tool 93 Name="VCXDCMakeTool" 94 /> 95 <Tool 96 Name="VCBscMakeTool" 97 SuppressStartupBanner="true" 98 OutputFile=".\Release/eAccelerator.bsc" 99 /> 100 <Tool 101 Name="VCFxCopTool" 102 /> 103 <Tool 104 Name="VCAppVerifierTool" 105 /> 106 <Tool 107 Name="VCWebDeploymentTool" 108 /> 109 <Tool 110 Name="VCPostBuildEventTool" 111 /> 79 112 </Configuration> 80 113 <Configuration 81 Name="Release PHP4|Win32"114 Name="Release|Win32" 82 115 OutputDirectory=".\Release" 83 116 IntermediateDirectory=".\Release" 84 117 ConfigurationType="2" 118 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 85 119 UseOfMFC="0" 86 ATLMinimizesCRunTimeLibraryUsage="FALSE" 87 CharacterSet="2"> 120 ATLMinimizesCRunTimeLibraryUsage="false" 121 CharacterSet="2" 122 > 123 <Tool 124 Name="VCPreBuildEventTool" 125 /> 126 <Tool 127 Name="VCCustomBuildTool" 128 /> 129 <Tool 130 Name="VCXMLDataGeneratorTool" 131 /> 132 <Tool 133 Name="VCWebServiceProxyGeneratorTool" 134 /> 135 <Tool 136 Name="VCMIDLTool" 137 PreprocessorDefinitions="NDEBUG" 138 MkTypLibCompatible="true" 139 SuppressStartupBanner="true" 140 TargetEnvironment="1" 141 TypeLibraryName=".\Release/eAccelerator.tlb" 142 HeaderFileName="" 143 /> 88 144 <Tool 89 145 Name="VCCLCompilerTool" 90 Optimization="3" 146 AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE"" 147 Optimization="2" 91 148 InlineFunctionExpansion="1" 92 149 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 93 PreprocessorDefinitions=" ZTS=0;NDEBUG;ZEND_DEBUG=0;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_WEBUI"94 StringPooling=" TRUE"150 PreprocessorDefinitions="NDEBUG;ZEND_DEBUG=0;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_INFO" 151 StringPooling="true" 95 152 RuntimeLibrary="2" 96 EnableFunctionLevelLinking="TRUE" 97 UsePrecompiledHeader="2" 153 EnableFunctionLevelLinking="true" 98 154 PrecompiledHeaderFile=".\Release/eAccelerator.pch" 99 155 AssemblerListingLocation=".\Release/" … … 101 157 ProgramDataBaseFileName=".\Release/" 102 158 WarningLevel="3" 103 SuppressStartupBanner="TRUE" 104 CompileAs="0"/> 105 <Tool 106 Name="VCCustomBuildTool"/> 159 SuppressStartupBanner="true" 160 /> 161 <Tool 162 Name="VCManagedResourceCompilerTool" 163 /> 164 <Tool 165 Name="VCResourceCompilerTool" 166 PreprocessorDefinitions="NDEBUG" 167 Culture="1033" 168 /> 169 <Tool 170 Name="VCPreLinkEventTool" 171 /> 107 172 <Tool 108 173 Name="VCLinkerTool" 109 AdditionalDependencies=" ../../../php4ts.lib odbc32.lib odbccp32.lib"174 AdditionalDependencies="php4ts.lib odbc32.lib odbccp32.lib" 110 175 OutputFile=".\Release/eAccelerator.dll" 111 176 LinkIncremental="1" 112 SuppressStartupBanner=" TRUE"177 SuppressStartupBanner="true" 113 178 AdditionalLibraryDirectories="..\..\.." 114 179 ProgramDatabaseFile=".\Release/eAccelerator.pdb" 115 180 ImportLibrary=".\Release/eAccelerator.lib" 116 TargetMachine="1"/> 117 <Tool 118 Name="VCMIDLTool" 119 PreprocessorDefinitions="NDEBUG" 120 MkTypLibCompatible="TRUE" 121 SuppressStartupBanner="TRUE" 122 TargetEnvironment="1" 123 TypeLibraryName=".\Release/eAccelerator.tlb" 124 HeaderFileName=""/> 125 <Tool 126 Name="VCPostBuildEventTool"/> 127 <Tool 128 Name="VCPreBuildEventTool"/> 129 <Tool 130 Name="VCPreLinkEventTool"/> 131 <Tool 132 Name="VCResourceCompilerTool" 133 PreprocessorDefinitions="NDEBUG" 134 Culture="1033"/> 135 <Tool 136 Name="VCWebServiceProxyGeneratorTool"/> 137 <Tool 138 Name="VCXMLDataGeneratorTool"/> 139 <Tool 140 Name="VCWebDeploymentTool"/> 141 <Tool 142 Name="VCManagedWrapperGeneratorTool"/> 143 <Tool 144 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 181 TargetMachine="1" 182 /> 183 <Tool 184 Name="VCALinkTool" 185 /> 186 <Tool 187 Name="VCManifestTool" 188 /> 189 <Tool 190 Name="VCXDCMakeTool" 191 /> 192 <Tool 193 Name="VCBscMakeTool" 194 SuppressStartupBanner="true" 195 OutputFile=".\Release/eAccelerator.bsc" 196 /> 197 <Tool 198 Name="VCFxCopTool" 199 /> 200 <Tool 201 Name="VCAppVerifierTool" 202 /> 203 <Tool 204 Name="VCWebDeploymentTool" 205 /> 206 <Tool 207 Name="VCPostBuildEventTool" 208 /> 145 209 </Configuration> 146 210 <Configuration 147 Name="Debug PHP4|Win32"211 Name="Debug|Win32" 148 212 OutputDirectory=".\Debug" 149 213 IntermediateDirectory=".\Debug" 150 214 ConfigurationType="2" 215 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 151 216 UseOfMFC="0" 152 ATLMinimizesCRunTimeLibraryUsage="FALSE" 153 CharacterSet="2"> 217 ATLMinimizesCRunTimeLibraryUsage="false" 218 CharacterSet="2" 219 > 220 <Tool 221 Name="VCPreBuildEventTool" 222 /> 223 <Tool 224 Name="VCCustomBuildTool" 225 /> 226 <Tool 227 Name="VCXMLDataGeneratorTool" 228 /> 229 <Tool 230 Name="VCWebServiceProxyGeneratorTool" 231 /> 232 <Tool 233 Name="VCMIDLTool" 234 PreprocessorDefinitions="_DEBUG" 235 MkTypLibCompatible="true" 236 SuppressStartupBanner="true" 237 TargetEnvironment="1" 238 TypeLibraryName=".\Debug/eAccelerator.tlb" 239 HeaderFileName="" 240 /> 154 241 <Tool 155 242 Name="VCCLCompilerTool" 243 AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE"" 156 244 Optimization="0" 157 245 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 158 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING" 246 PreprocessorDefinitions="_DEBUG;ZEND_DEBUG=1;DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_INFO" 247 MinimalRebuild="true" 159 248 BasicRuntimeChecks="3" 160 249 RuntimeLibrary="1" 161 UsePrecompiledHeader="2"162 250 PrecompiledHeaderFile=".\Debug/eAccelerator.pch" 163 251 AssemblerListingLocation=".\Debug/" … … 165 253 ProgramDataBaseFileName=".\Debug/" 166 254 WarningLevel="3" 167 SuppressStartupBanner=" TRUE"255 SuppressStartupBanner="true" 168 256 DebugInformationFormat="4" 169 CompileAs="0"/> 170 <Tool 171 Name="VCCustomBuildTool"/> 257 /> 258 <Tool 259 Name="VCManagedResourceCompilerTool" 260 /> 261 <Tool 262 Name="VCResourceCompilerTool" 263 PreprocessorDefinitions="_DEBUG" 264 Culture="1033" 265 /> 266 <Tool 267 Name="VCPreLinkEventTool" 268 /> 172 269 <Tool 173 270 Name="VCLinkerTool" 174 271 AdditionalDependencies="php4ts.lib odbc32.lib odbccp32.lib" 175 272 OutputFile=".\Debug/eAccelerator.dll" 176 LinkIncremental=" 1"177 SuppressStartupBanner=" TRUE"273 LinkIncremental="2" 274 SuppressStartupBanner="true" 178 275 AdditionalLibraryDirectories="..\..\.." 179 GenerateDebugInformation=" TRUE"276 GenerateDebugInformation="true" 180 277 ProgramDatabaseFile=".\Debug/eAccelerator.pdb" 181 278 ImportLibrary=".\Debug/eAccelerator.lib" 182 TargetMachine="1"/> 183 <Tool 184 Name="VCMIDLTool" 185 PreprocessorDefinitions="_DEBUG" 186 MkTypLibCompatible="TRUE" 187 SuppressStartupBanner="TRUE" 188 TargetEnvironment="1" 189 TypeLibraryName=".\Debug/eAccelerator.tlb" 190 HeaderFileName=""/> 191 <Tool 192 Name="VCPostBuildEventTool"/> 193 <Tool 194 Name="VCPreBuildEventTool"/> 195 <Tool 196 Name="VCPreLinkEventTool"/> 197 <Tool 198 Name="VCResourceCompilerTool" 199 PreprocessorDefinitions="_DEBUG" 200 Culture="1033"/> 201 <Tool 202 Name="VCWebServiceProxyGeneratorTool"/> 203 <Tool 204 Name="VCXMLDataGeneratorTool"/> 205 <Tool 206 Name="VCWebDeploymentTool"/> 207 <Tool 208 Name="VCManagedWrapperGeneratorTool"/> 209 <Tool 210 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 279 TargetMachine="1" 280 /> 281 <Tool 282 Name="VCALinkTool" 283 /> 284 <Tool 285 Name="VCManifestTool" 286 /> 287 <Tool 288 Name="VCXDCMakeTool" 289 /> 290 <Tool 291 Name="VCBscMakeTool" 292 SuppressStartupBanner="true" 293 OutputFile=".\Debug/eAccelerator.bsc" 294 /> 295 <Tool 296 Name="VCFxCopTool" 297 /> 298 <Tool 299 Name="VCAppVerifierTool" 300 /> 301 <Tool 302 Name="VCWebDeploymentTool" 303 /> 304 <Tool 305 Name="VCPostBuildEventTool" 306 /> 211 307 </Configuration> 212 308 <Configuration … … 215 311 IntermediateDirectory=".\Debug" 216 312 ConfigurationType="2" 313 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 217 314 UseOfMFC="0" 218 ATLMinimizesCRunTimeLibraryUsage="FALSE" 219 CharacterSet="2"> 315 ATLMinimizesCRunTimeLibraryUsage="false" 316 CharacterSet="2" 317 > 318 <Tool 319 Name="VCPreBuildEventTool" 320 /> 321 <Tool 322 Name="VCCustomBuildTool" 323 /> 324 <Tool 325 Name="VCXMLDataGeneratorTool" 326 /> 327 <Tool 328 Name="VCWebServiceProxyGeneratorTool" 329 /> 330 <Tool 331 Name="VCMIDLTool" 332 PreprocessorDefinitions="_DEBUG" 333 MkTypLibCompatible="true" 334 SuppressStartupBanner="true" 335 TargetEnvironment="1" 336 TypeLibraryName=".\Debug/eAccelerator.tlb" 337 HeaderFileName="" 338 /> 220 339 <Tool 221 340 Name="VCCLCompilerTool" 341 AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE"" 222 342 Optimization="0" 223 343 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 224 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING" 344 PreprocessorDefinitions="_DEBUG;ZEND_DEBUG=1;DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_INFO" 345 MinimalRebuild="true" 225 346 BasicRuntimeChecks="3" 226 347 RuntimeLibrary="1" 227 UsePrecompiledHeader="2"228 348 PrecompiledHeaderFile=".\Debug/eAccelerator.pch" 229 349 AssemblerListingLocation=".\Debug/" … … 231 351 ProgramDataBaseFileName=".\Debug/" 232 352 WarningLevel="3" 233 SuppressStartupBanner=" TRUE"353 SuppressStartupBanner="true" 234 354 DebugInformationFormat="4" 235 CompileAs="0"/> 236 <Tool 237 Name="VCCustomBuildTool"/> 355 /> 356 <Tool 357 Name="VCManagedResourceCompilerTool" 358 /> 359 <Tool 360 Name="VCResourceCompilerTool" 361 PreprocessorDefinitions="_DEBUG" 362 Culture="1033" 363 /> 364 <Tool 365 Name="VCPreLinkEventTool" 366 /> 238 367 <Tool 239 368 Name="VCLinkerTool" 240 369 AdditionalDependencies="php5ts_debug.lib odbc32.lib odbccp32.lib" 241 370 OutputFile=".\Debug/eAccelerator.dll" 242 LinkIncremental=" 1"243 SuppressStartupBanner=" TRUE"371 LinkIncremental="2" 372 SuppressStartupBanner="true" 244 373 AdditionalLibraryDirectories="..\..\.." 245 GenerateDebugInformation=" TRUE"374 GenerateDebugInformation="true" 246 375 ProgramDatabaseFile=".\Debug/eAccelerator.pdb" 247 376 ImportLibrary=".\Debug/eAccelerator.lib" 248 TargetMachine="1"/> 249 <Tool 250 Name="VCMIDLTool" 251 PreprocessorDefinitions="_DEBUG" 252 MkTypLibCompatible="TRUE" 253 SuppressStartupBanner="TRUE" 254 TargetEnvironment="1" 255 TypeLibraryName=".\Debug/eAccelerator.tlb" 256 HeaderFileName=""/> 257 <Tool 258 Name="VCPostBuildEventTool"/> 259 <Tool 260 Name="VCPreBuildEventTool"/> 261 <Tool 262 Name="VCPreLinkEventTool"/> 263 <Tool 264 Name="VCResourceCompilerTool" 265 PreprocessorDefinitions="_DEBUG" 266 Culture="1033"/> 267 <Tool 268 Name="VCWebServiceProxyGeneratorTool"/> 269 <Tool 270 Name="VCXMLDataGeneratorTool"/> 271 <Tool 272 Name="VCWebDeploymentTool"/> 273 <Tool 274 Name="VCManagedWrapperGeneratorTool"/> 275 <Tool 276 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 377 TargetMachine="1" 378 /> 379 <Tool 380 Name="VCALinkTool" 381 /> 382 <Tool 383 Name="VCManifestTool" 384 /> 385 <Tool 386 Name="VCXDCMakeTool" 387 /> 388 <Tool 389 Name="VCBscMakeTool" 390 SuppressStartupBanner="true" 391 OutputFile=".\Debug/eAccelerator.bsc" 392 /> 393 <Tool 394 Name="VCFxCopTool" 395 /> 396 <Tool 397 Name="VCAppVerifierTool" 398 /> 399 <Tool 400 Name="VCWebDeploymentTool" 401 /> 402 <Tool 403 Name="VCPostBuildEventTool" 404 /> 277 405 </Configuration> 278 406 </Configurations> … … 282 410 <Filter 283 411 Name="Source Files" 284 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> 285 <File 286 RelativePath="..\cache.c"> 287 </File> 288 <File 289 RelativePath="..\content.c"> 290 </File> 291 <File 292 RelativePath="..\debug.c"> 293 </File> 294 <File 295 RelativePath="..\ea_restore.c"> 296 </File> 297 <File 298 RelativePath="..\ea_store.c"> 299 </File> 300 <File 301 RelativePath="..\eaccelerator.c"> 302 </File> 303 <File 304 RelativePath="..\encoder.c"> 305 </File> 306 <File 307 RelativePath="..\execute.c"> 308 </File> 309 <File 310 RelativePath="..\loader.c"> 311 </File> 312 <File 313 RelativePath="..\mm.c"> 314 </File> 315 <File 316 RelativePath="..\opcodes.c"> 317 </File> 318 <File 319 RelativePath="..\optimize.c"> 320 </File> 321 <File 322 RelativePath="..\session.c"> 323 </File> 324 <File 325 RelativePath="..\shm.c"> 326 </File> 327 <File 328 RelativePath="..\webui.c"> 412 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 413 > 414 <File 415 RelativePath="..\cache.c" 416 > 417 <FileConfiguration 418 Name="Release PHP5|Win32" 419 > 420 <Tool 421 Name="VCCLCompilerTool" 422 AdditionalIncludeDirectories="" 423 PreprocessorDefinitions="" 424 /> 425 </FileConfiguration> 426 <FileConfiguration 427 Name="Release|Win32" 428 > 429 <Tool 430 Name="VCCLCompilerTool" 431 AdditionalIncludeDirectories="" 432 PreprocessorDefinitions="" 433 /> 434 </FileConfiguration> 435 <FileConfiguration 436 Name="Debug|Win32" 437 > 438 <Tool 439 Name="VCCLCompilerTool" 440 AdditionalIncludeDirectories="" 441 PreprocessorDefinitions="" 442 /> 443 </FileConfiguration> 444 <FileConfiguration 445 Name="Debug PHP5|Win32" 446 > 447 <Tool 448 Name="VCCLCompilerTool" 449 AdditionalIncludeDirectories="" 450 PreprocessorDefinitions="" 451 /> 452 </FileConfiguration> 453 </File> 454 <File 455 RelativePath="..\content.c" 456 > 457 <FileConfiguration 458 Name="Release PHP5|Win32" 459 > 460 <Tool 461 Name="VCCLCompilerTool" 462 AdditionalIncludeDirectories="" 463 PreprocessorDefinitions="" 464 /> 465 </FileConfiguration> 466 <FileConfiguration 467 Name="Release|Win32" 468 > 469 <Tool 470 Name="VCCLCompilerTool" 471 AdditionalIncludeDirectories="" 472 PreprocessorDefinitions="" 473 /> 474 </FileConfiguration> 475 <FileConfiguration 476 Name="Debug|Win32" 477 > 478 <Tool 479 Name="VCCLCompilerTool" 480 AdditionalIncludeDirectories="" 481 PreprocessorDefinitions="" 482 /> 483 </FileConfiguration> 484 <FileConfiguration 485 Name="Debug PHP5|Win32" 486 > 487 <Tool 488 Name="VCCLCompilerTool" 489 AdditionalIncludeDirectories="" 490 PreprocessorDefinitions="" 491 /> 492 </FileConfiguration> 493 </File> 494 <File 495 RelativePath="..\debug.c" 496 > 497 <FileConfiguration 498 Name="Release PHP5|Win32" 499 > 500 <Tool 501 Name="VCCLCompilerTool" 502 AdditionalIncludeDirectories="" 503 PreprocessorDefinitions="" 504 /> 505 </FileConfiguration> 506 <FileConfiguration 507 Name="Release|Win32" 508 > 509 <Tool 510 Name="VCCLCompilerTool" 511 AdditionalIncludeDirectories="" 512 PreprocessorDefinitions="" 513 /> 514 </FileConfiguration> 515 <FileConfiguration 516 Name="Debug|Win32" 517 > 518 <Tool 519 Name="VCCLCompilerTool" 520 AdditionalIncludeDirectories="" 521 PreprocessorDefinitions="" 522 /> 523 </FileConfiguration> 524 <FileConfiguration 525 Name="Debug PHP5|Win32" 526 > 527 <Tool 528 Name="VCCLCompilerTool" 529 AdditionalIncludeDirectories="" 530 PreprocessorDefinitions="" 531 /> 532 </FileConfiguration> 533 </File> 534 <File 535 RelativePath="..\ea_dasm.c" 536 > 537 <FileConfiguration 538 Name="Release PHP5|Win32" 539 > 540 <Tool 541 Name="VCCLCompilerTool" 542 AdditionalIncludeDirectories="" 543 PreprocessorDefinitions="" 544 /> 545 </FileConfiguration> 546 <FileConfiguration 547 Name="Release|Win32" 548 > 549 <Tool 550 Name="VCCLCompilerTool" 551 AdditionalIncludeDirectories="" 552 PreprocessorDefinitions="" 553 /> 554 </FileConfiguration> 555 <FileConfiguration 556 Name="Debug|Win32" 557 > 558 <Tool 559 Name="VCCLCompilerTool" 560 AdditionalIncludeDirectories="" 561 PreprocessorDefinitions="" 562 /> 563 </FileConfiguration> 564 <FileConfiguration 565 Name="Debug PHP5|Win32" 566 > 567 <Tool 568 Name="VCCLCompilerTool" 569 AdditionalIncludeDirectories="" 570 PreprocessorDefinitions="" 571 /> 572 </FileConfiguration> 573 </File> 574 <File 575 RelativePath="..\ea_info.c" 576 > 577 <FileConfiguration 578 Name="Release PHP5|Win32" 579 > 580 <Tool 581 Name="VCCLCompilerTool" 582 AdditionalIncludeDirectories="" 583 PreprocessorDefinitions="" 584 /> 585 </FileConfiguration> 586 <FileConfiguration 587 Name="Release|Win32" 588 > 589 <Tool 590 Name="VCCLCompilerTool" 591 AdditionalIncludeDirectories="" 592 PreprocessorDefinitions="" 593 /> 594 </FileConfiguration> 595 <FileConfiguration 596 Name="Debug|Win32" 597 > 598 <Tool 599 Name="VCCLCompilerTool" 600 AdditionalIncludeDirectories="" 601 PreprocessorDefinitions="" 602 /> 603 </FileConfiguration> 604 <FileConfiguration 605 Name="Debug PHP5|Win32" 606 > 607 <Tool 608 Name="VCCLCompilerTool" 609 AdditionalIncludeDirectories="" 610 PreprocessorDefinitions="" 611 /> 612 </FileConfiguration> 613 </File> 614 <File 615 RelativePath="..\ea_restore.c" 616 > 617 <FileConfiguration 618 Name="Release PHP5|Win32" 619 > 620 <Tool 621 Name="VCCLCompilerTool" 622 AdditionalIncludeDirectories="" 623 PreprocessorDefinitions="" 624 /> 625 </FileConfiguration> 626 <FileConfiguration 627 Name="Release|Win32" 628 > 629 <Tool 630 Name="VCCLCompilerTool" 631 AdditionalIncludeDirectories="" 632 PreprocessorDefinitions="" 633 /> 634 </FileConfiguration> 635 <FileConfiguration 636 Name="Debug|Win32" 637 > 638 <Tool 639 Name="VCCLCompilerTool" 640 AdditionalIncludeDirectories="" 641 PreprocessorDefinitions="" 642 /> 643 </FileConfiguration> 644 <FileConfiguration 645 Name="Debug PHP5|Win32" 646 > 647 <Tool 648 Name="VCCLCompilerTool" 649 AdditionalIncludeDirectories="" 650 PreprocessorDefinitions="" 651 /> 652 </FileConfiguration> 653 </File> 654 <File 655 RelativePath="..\ea_store.c" 656 > 657 <FileConfiguration 658 Name="Release PHP5|Win32" 659 > 660 <Tool 661 Name="VCCLCompilerTool" 662 AdditionalIncludeDirectories="" 663 PreprocessorDefinitions="" 664 /> 665 </FileConfiguration> 666 <FileConfiguration 667 Name="Release|Win32" 668 > 669 <Tool 670 Name="VCCLCompilerTool" 671 AdditionalIncludeDirectories="" 672 PreprocessorDefinitions="" 673 /> 674 </FileConfiguration> 675 <FileConfiguration 676 Name="Debug|Win32" 677 > 678 <Tool 679 Name="VCCLCompilerTool" 680 AdditionalIncludeDirectories="" 681 PreprocessorDefinitions="" 682 /> 683 </FileConfiguration> 684 <FileConfiguration 685 Name="Debug PHP5|Win32" 686 > 687 <Tool 688 Name="VCCLCompilerTool" 689 AdditionalIncludeDirectories="" 690 PreprocessorDefinitions="" 691 /> 692 </FileConfiguration> 693 </File> 694 <File 695 RelativePath="..\eaccelerator.c" 696 > 697 <FileConfiguration 698 Name="Release PHP5|Win32" 699 > 700 <Tool 701 Name="VCCLCompilerTool" 702 AdditionalIncludeDirectories="" 703 PreprocessorDefinitions="" 704 /> 705 </FileConfiguration> 706 <FileConfiguration 707 Name="Release|Win32" 708 > 709 <Tool 710 Name="VCCLCompilerTool" 711 AdditionalIncludeDirectories="" 712 PreprocessorDefinitions="" 713 /> 714 </FileConfiguration> 715 <FileConfiguration 716 Name="Debug|Win32" 717 > 718 <Tool 719 Name="VCCLCompilerTool" 720 AdditionalIncludeDirectories="" 721 PreprocessorDefinitions="" 722 /> 723 </FileConfiguration> 724 <FileConfiguration 725 Name="Debug PHP5|Win32" 726 > 727 <Tool 728 Name="VCCLCompilerTool" 729 AdditionalIncludeDirectories="" 730 PreprocessorDefinitions="" 731 /> 732 </FileConfiguration> 733 </File> 734 <File 735 RelativePath="..\encoder.c" 736 > 737 <FileConfiguration 738 Name="Release PHP5|Win32" 739 > 740 <Tool 741 Name="VCCLCompilerTool" 742 AdditionalIncludeDirectories="" 743 PreprocessorDefinitions="" 744 /> 745 </FileConfiguration> 746 <FileConfiguration 747 Name="Release|Win32" 748 > 749 <Tool 750 Name="VCCLCompilerTool" 751 AdditionalIncludeDirectories="" 752 PreprocessorDefinitions="" 753 /> 754 </FileConfiguration> 755 <FileConfiguration 756 Name="Debug|Win32" 757 > 758 <Tool 759 Name="VCCLCompilerTool" 760 AdditionalIncludeDirectories="" 761 PreprocessorDefinitions="" 762 /> 763 </FileConfiguration> 764 <FileConfiguration 765 Name="Debug PHP5|Win32" 766 > 767 <Tool 768 Name="VCCLCompilerTool" 769 AdditionalIncludeDirectories="" 770 PreprocessorDefinitions="" 771 /> 772 </FileConfiguration> 773 </File> 774 <File 775 RelativePath="..\loader.c" 776 > 777 <FileConfiguration 778 Name="Release PHP5|Win32" 779 > 780 <Tool 781 Name="VCCLCompilerTool" 782 AdditionalIncludeDirectories="" 783 PreprocessorDefinitions="" 784 /> 785 </FileConfiguration> 786 <FileConfiguration 787 Name="Release|Win32" 788 > 789 <Tool 790 Name="VCCLCompilerTool" 791 AdditionalIncludeDirectories="" 792 PreprocessorDefinitions="" 793 /> 794 </FileConfiguration> 795 <FileConfiguration 796 Name="Debug|Win32" 797 > 798 <Tool 799 Name="VCCLCompilerTool" 800 AdditionalIncludeDirectories="" 801 PreprocessorDefinitions="" 802 /> 803 </FileConfiguration> 804 <FileConfiguration 805 Name="Debug PHP5|Win32" 806 > 807 <Tool 808 Name="VCCLCompilerTool" 809 AdditionalIncludeDirectories="" 810 PreprocessorDefinitions="" 811 /> 812 </FileConfiguration> 813 </File> 814 <File 815 RelativePath="..\mm.c" 816 > 817 <FileConfiguration 818 Name="Release PHP5|Win32" 819 > 820 <Tool 821 Name="VCCLCompilerTool" 822 AdditionalIncludeDirectories="" 823 PreprocessorDefinitions="" 824 /> 825 </FileConfiguration> 826 <FileConfiguration 827 Name="Release|Win32" 828 > 829 <Tool 830 Name="VCCLCompilerTool" 831 AdditionalIncludeDirectories="" 832 PreprocessorDefinitions="" 833 /> 834 </FileConfiguration> 835 <FileConfiguration 836 Name="Debug|Win32" 837 > 838 <Tool 839 Name="VCCLCompilerTool" 840 AdditionalIncludeDirectories="" 841 PreprocessorDefinitions="" 842 /> 843 </FileConfiguration> 844 <FileConfiguration 845 Name="Debug PHP5|Win32" 846 > 847 <Tool 848 Name="VCCLCompilerTool" 849 AdditionalIncludeDirectories="" 850 PreprocessorDefinitions="" 851 /> 852 </FileConfiguration> 853 </File> 854 <File 855 RelativePath="..\opcodes.c" 856 > 857 <FileConfiguration 858 Name="Release PHP5|Win32" 859 > 860 <Tool 861 Name="VCCLCompilerTool" 862 AdditionalIncludeDirectories="" 863 PreprocessorDefinitions="" 864 /> 865 </FileConfiguration> 866 <FileConfiguration 867 Name="Release|Win32" 868 > 869 <Tool 870 Name="VCCLCompilerTool" 871 AdditionalIncludeDirectories="" 872 PreprocessorDefinitions="" 873 /> 874 </FileConfiguration> 875 <FileConfiguration 876 Name="Debug|Win32" 877 > 878 <Tool 879 Name="VCCLCompilerTool" 880 AdditionalIncludeDirectories="" 881 PreprocessorDefinitions="" 882 /> 883 </FileConfiguration> 884 <FileConfiguration 885 Name="Debug PHP5|Win32" 886 > 887 <Tool 888 Name="VCCLCompilerTool" 889 AdditionalIncludeDirectories="" 890 PreprocessorDefinitions="" 891 /> 892 </FileConfiguration> 893 </File> 894 <File 895 RelativePath="..\optimize.c" 896 > 897 <FileConfiguration 898 Name="Release PHP5|Win32" 899 > 900 <Tool 901 Name="VCCLCompilerTool" 902 AdditionalIncludeDirectories="" 903 PreprocessorDefinitions="" 904 /> 905 </FileConfiguration> 906 <FileConfiguration 907 Name="Release|Win32" 908 > 909 <Tool 910 Name="VCCLCompilerTool" 911 AdditionalIncludeDirectories="" 912 PreprocessorDefinitions="" 913 /> 914 </FileConfiguration> 915 <FileConfiguration 916 Name="Debug|Win32" 917 > 918 <Tool 919 Name="VCCLCompilerTool" 920 AdditionalIncludeDirectories="" 921 PreprocessorDefinitions="" 922 /> 923 </FileConfiguration> 924 <FileConfiguration 925 Name="Debug PHP5|Win32" 926 > 927 <Tool 928 Name="VCCLCompilerTool" 929 AdditionalIncludeDirectories="" 930 PreprocessorDefinitions="" 931 /> 932 </FileConfiguration> 933 </File> 934 <File 935 RelativePath="..\session.c" 936 > 937 <FileConfiguration 938 Name="Release PHP5|Win32" 939 > 940 <Tool 941 Name="VCCLCompilerTool" 942 AdditionalIncludeDirectories="" 943 PreprocessorDefinitions="" 944 /> 945 </FileConfiguration> 946 <FileConfiguration 947 Name="Release|Win32" 948 > 949 <Tool 950 Name="VCCLCompilerTool" 951 AdditionalIncludeDirectories="" 952 PreprocessorDefinitions="" 953 /> 954 </FileConfiguration> 955 <FileConfiguration 956 Name="Debug|Win32" 957 > 958 <Tool 959 Name="VCCLCompilerTool" 960 AdditionalIncludeDirectories="" 961 PreprocessorDefinitions="" 962 /> 963 </FileConfiguration> 964 <FileConfiguration 965 Name="Debug PHP5|Win32" 966 > 967 <Tool 968 Name="VCCLCompilerTool" 969 AdditionalIncludeDirectories="" 970 PreprocessorDefinitions="" 971 /> 972 </FileConfiguration> 973 </File> 974 <File 975 RelativePath="..\shm.c" 976 > 977 <FileConfiguration 978 Name="Release PHP5|Win32" 979 > 980 <Tool 981 Name="VCCLCompilerTool" 982 AdditionalIncludeDirectories="" 983 PreprocessorDefinitions="" 984 /> 985 </FileConfiguration> 986 <FileConfiguration 987 Name="Release|Win32" 988 > 989 <Tool 990 Name="VCCLCompilerTool" 991 AdditionalIncludeDirectories="" 992 PreprocessorDefinitions="" 993 /> 994 </FileConfiguration> 995 <FileConfiguration 996 Name="Debug|Win32" 997 > 998 <Tool 999 Name="VCCLCompilerTool" 1000 AdditionalIncludeDirectories="" 1001 PreprocessorDefinitions="" 1002 /> 1003 </FileConfiguration> 1004 <FileConfiguration 1005 Name="Debug PHP5|Win32" 1006 > 1007 <Tool 1008 Name="VCCLCompilerTool" 1009 AdditionalIncludeDirectories="" 1010 PreprocessorDefinitions="" 1011 /> 1012 </FileConfiguration> 329 1013 </File> 330 1014 </Filter> 331 1015 <Filter 332 1016 Name="Header Files" 333 Filter="h;hpp;hxx;hm;inl"> 334 <File 335 RelativePath="..\cache.h"> 336 </File> 337 <File 338 RelativePath="..\content.h"> 339 </File> 340 <File 341 RelativePath="..\debug.h"> 342 </File> 343 <File 344 RelativePath="..\ea_restore.h"> 345 </File> 346 <File 347 RelativePath="..\ea_store.h"> 348 </File> 349 <File 350 RelativePath="..\eaccelerator.h"> 351 </File> 352 <File 353 RelativePath="..\eaccelerator_version.h"> 354 </File> 355 <File 356 RelativePath="..\mm.h"> 357 </File> 358 <File 359 RelativePath="..\opcodes.h"> 360 </File> 361 <File 362 RelativePath="..\session.h"> 363 </File> 364 <File 365 RelativePath="..\shm.h"> 366 </File> 367 <File 368 RelativePath="..\webui.h"> 369 </File> 370 <File 371 RelativePath="..\x86_spinlocks.h"> 1017 Filter="h;hpp;hxx;hm;inl" 1018 > 1019 <File 1020 RelativePath="..\cache.h" 1021 > 1022 </File> 1023 <File 1024 RelativePath="..\content.h" 1025 > 1026 </File> 1027 <File 1028 RelativePath="..\debug.h" 1029 > 1030 </File> 1031 <File 1032 RelativePath="..\ea_dasm.h" 1033 > 1034 </File> 1035 <File 1036 RelativePath="..\ea_info.h" 1037 > 1038 </File> 1039 <File 1040 RelativePath="..\ea_restore.h" 1041 > 1042 </File> 1043 <File 1044 RelativePath="..\ea_store.h" 1045 > 1046 </File> 1047 <File 1048 RelativePath="..\eaccelerator.h" 1049 > 1050 </File> 1051 <File 1052 RelativePath="..\eaccelerator_version.h" 1053 > 1054 </File> 1055 <File 1056 RelativePath="..\mm.h" 1057 > 1058 </File> 1059 <File 1060 RelativePath="..\opcodes.h" 1061 > 1062 </File> 1063 <File 1064 RelativePath="..\session.h" 1065 > 1066 </File> 1067 <File 1068 RelativePath="..\shm.h" 1069 > 372 1070 </File> 373 1071 </Filter> 374 1072 <Filter 375 1073 Name="Resource Files" 376 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 1074 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 1075 > 377 1076 </Filter> 378 1077 </Files> -
eaccelerator/trunk/win32/eLoader.vcproj
r120 r238 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8,00" 5 5 Name="eLoader" 6 ProjectGUID="{5FCBC0AF-2EBB-461F-9971-9272472602E7}" 7 SccProjectName="" 8 SccLocalPath=""> 6 ProjectGUID="{945FEBD1-AA09-445B-8C31-11270D6B2464}" 7 > 9 8 <Platforms> 10 9 <Platform 11 Name="Win32"/> 10 Name="Win32" 11 /> 12 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 13 15 <Configurations> 14 16 <Configuration … … 17 19 IntermediateDirectory=".\Debug" 18 20 ConfigurationType="2" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 19 22 UseOfMFC="0" 20 ATLMinimizesCRunTimeLibraryUsage="FALSE" 21 CharacterSet="2"> 23 ATLMinimizesCRunTimeLibraryUsage="false" 24 CharacterSet="2" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 PreprocessorDefinitions="_DEBUG" 41 MkTypLibCompatible="true" 42 SuppressStartupBanner="true" 43 TargetEnvironment="1" 44 TypeLibraryName=".\Debug/eLoader.tlb" 45 HeaderFileName="" 46 /> 22 47 <Tool 23 48 Name="VCCLCompilerTool" 24 49 Optimization="0" 25 50 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 26 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_ELOADER;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=0;WITH_EACCELERATOR_LOADER;HAVE_EACCELERATOR_STANDALONE_LOADER" 51 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=0;WITH_EACCELERATOR_LOADER;HAVE_EACCELERATOR_STANDALONE_LOADER" 52 MinimalRebuild="true" 27 53 BasicRuntimeChecks="3" 28 54 RuntimeLibrary="2" 29 UsePrecompiledHeader="2"30 55 PrecompiledHeaderFile=".\Debug/eLoader.pch" 31 56 AssemblerListingLocation=".\Debug/" … … 33 58 ProgramDataBaseFileName=".\Debug/" 34 59 WarningLevel="3" 35 SuppressStartupBanner=" TRUE"60 SuppressStartupBanner="true" 36 61 DebugInformationFormat="4" 37 CompileAs="0"/> 38 <Tool 39 Name="VCCustomBuildTool"/> 62 /> 63 <Tool 64 Name="VCManagedResourceCompilerTool" 65 /> 66 <Tool 67 Name="VCResourceCompilerTool" 68 PreprocessorDefinitions="_DEBUG" 69 Culture="1033" 70 /> 71 <Tool 72 Name="VCPreLinkEventTool" 73 /> 40 74 <Tool 41 75 Name="VCLinkerTool" 42 76 AdditionalDependencies="php5ts_debug.lib odbc32.lib odbccp32.lib" 43 77 OutputFile=".\Debug/eLoader.dll" 44 LinkIncremental=" 1"45 SuppressStartupBanner=" TRUE"78 LinkIncremental="2" 79 SuppressStartupBanner="true" 46 80 AdditionalLibraryDirectories="..\..\.." 47 GenerateDebugInformation=" TRUE"81 GenerateDebugInformation="true" 48 82 ProgramDatabaseFile=".\Debug/eLoader.pdb" 49 83 ImportLibrary=".\Debug/eLoader.lib" 50 TargetMachine="1"/> 51 <Tool 52 Name="VCMIDLTool" 53 PreprocessorDefinitions="_DEBUG" 54 MkTypLibCompatible="TRUE" 55 SuppressStartupBanner="TRUE" 56 TargetEnvironment="1" 57 TypeLibraryName=".\Debug/eLoader.tlb" 58 HeaderFileName=""/> 59 <Tool 60 Name="VCPostBuildEventTool"/> 61 <Tool 62 Name="VCPreBuildEventTool"/> 63 <Tool 64 Name="VCPreLinkEventTool"/> 65 <Tool 66 Name="VCResourceCompilerTool" 67 PreprocessorDefinitions="_DEBUG" 68 Culture="1033"/> 69 <Tool 70 Name="VCWebServiceProxyGeneratorTool"/> 71 <Tool 72 Name="VCXMLDataGeneratorTool"/> 73 <Tool 74 Name="VCWebDeploymentTool"/> 75 <Tool 76 Name="VCManagedWrapperGeneratorTool"/> 77 <Tool 78 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 84 TargetMachine="1" 85 /> 86 <Tool 87 Name="VCALinkTool" 88 /> 89 <Tool 90 Name="VCManifestTool" 91 /> 92 <Tool 93 Name="VCXDCMakeTool" 94 /> 95 <Tool 96 Name="VCBscMakeTool" 97 SuppressStartupBanner="true" 98 OutputFile=".\Debug/eLoader.bsc" 99 /> 100 <Tool 101 Name="VCFxCopTool" 102 /> 103 <Tool 104 Name="VCAppVerifierTool" 105 /> 106 <Tool 107 Name="VCWebDeploymentTool" 108 /> 109 <Tool 110 Name="VCPostBuildEventTool" 111 /> 79 112 </Configuration> 80 113 <Configuration 81 Name="Release PHP4|Win32"114 Name="Release|Win32" 82 115 OutputDirectory=".\Release" 83 116 IntermediateDirectory=".\Release" 84 117 ConfigurationType="2" 118 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 85 119 UseOfMFC="0" 86 ATLMinimizesCRunTimeLibraryUsage="FALSE" 87 CharacterSet="2"> 120 ATLMinimizesCRunTimeLibraryUsage="false" 121 CharacterSet="2" 122 > 123 <Tool 124 Name="VCPreBuildEventTool" 125 /> 126 <Tool 127 Name="VCCustomBuildTool" 128 /> 129 <Tool 130 Name="VCXMLDataGeneratorTool" 131 /> 132 <Tool 133 Name="VCWebServiceProxyGeneratorTool" 134 /> 135 <Tool 136 Name="VCMIDLTool" 137 PreprocessorDefinitions="NDEBUG" 138 MkTypLibCompatible="true" 139 SuppressStartupBanner="true" 140 TargetEnvironment="1" 141 TypeLibraryName=".\Release/eLoader.tlb" 142 HeaderFileName="" 143 /> 88 144 <Tool 89 145 Name="VCCLCompilerTool" … … 91 147 InlineFunctionExpansion="1" 92 148 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 93 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_E LOADER;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=0;WITH_EACCELERATOR_LOADER;HAVE_EACCELERATOR_STANDALONE_LOADER;WITH_EACCELERATOR_ENCODER"94 StringPooling=" TRUE"149 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=0;WITH_EACCELERATOR_LOADER;HAVE_EACCELERATOR_STANDALONE_LOADER" 150 StringPooling="true" 95 151 RuntimeLibrary="2" 96 EnableFunctionLevelLinking="TRUE" 97 UsePrecompiledHeader="2" 152 EnableFunctionLevelLinking="true" 98 153 PrecompiledHeaderFile=".\Release/eLoader.pch" 99 154 AssemblerListingLocation=".\Release/" … … 101 156 ProgramDataBaseFileName=".\Release/" 102 157 WarningLevel="3" 103 SuppressStartupBanner="TRUE" 104 CompileAs="0"/> 105 <Tool 106 Name="VCCustomBuildTool"/> 158 SuppressStartupBanner="true" 159 /> 160 <Tool 161 Name="VCManagedResourceCompilerTool" 162 /> 163 <Tool 164 Name="VCResourceCompilerTool" 165 PreprocessorDefinitions="NDEBUG" 166 Culture="1033" 167 /> 168 <Tool 169 Name="VCPreLinkEventTool" 170 /> 107 171 <Tool 108 172 Name="VCLinkerTool" … … 110 174 OutputFile=".\Release/eLoader.dll" 111 175 LinkIncremental="1" 112 SuppressStartupBanner=" TRUE"176 SuppressStartupBanner="true" 113 177 AdditionalLibraryDirectories="..\..\.." 114 178 ProgramDatabaseFile=".\Release/eLoader.pdb" 115 179 ImportLibrary=".\Release/eLoader.lib" 116 TargetMachine="1"/> 117 <Tool 118 Name="VCMIDLTool" 119 PreprocessorDefinitions="NDEBUG" 120 MkTypLibCompatible="TRUE" 121 SuppressStartupBanner="TRUE" 122 TargetEnvironment="1" 123 TypeLibraryName=".\Release/eLoader.tlb" 124 HeaderFileName=""/> 125 <Tool 126 Name="VCPostBuildEventTool"/> 127 <Tool 128 Name="VCPreBuildEventTool"/> 129 <Tool 130 Name="VCPreLinkEventTool"/> 131 <Tool 132 Name="VCResourceCompilerTool" 133 PreprocessorDefinitions="NDEBUG" 134 Culture="1033"/> 135 <Tool 136 Name="VCWebServiceProxyGeneratorTool"/> 137 <Tool 138 Name="VCXMLDataGeneratorTool"/> 139 <Tool 140 Name="VCWebDeploymentTool"/> 141 <Tool 142 Name="VCManagedWrapperGeneratorTool"/> 143 <Tool 144 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 180 TargetMachine="1" 181 /> 182 <Tool 183 Name="VCALinkTool" 184 /> 185 <Tool 186 Name="VCManifestTool" 187 /> 188 <Tool 189 Name="VCXDCMakeTool" 190 /> 191 <Tool 192 Name="VCBscMakeTool" 193 SuppressStartupBanner="true" 194 OutputFile=".\Release/eLoader.bsc" 195 /> 196 <Tool 197 Name="VCFxCopTool" 198 /> 199 <Tool 200 Name="VCAppVerifierTool" 201 /> 202 <Tool 203 Name="VCWebDeploymentTool" 204 /> 205 <Tool 206 Name="VCPostBuildEventTool" 207 /> 145 208 </Configuration> 146 209 <Configuration … … 149 212 IntermediateDirectory=".\Release" 150 213 ConfigurationType="2" 214 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 151 215 UseOfMFC="0" 152 ATLMinimizesCRunTimeLibraryUsage="FALSE" 153 CharacterSet="2"> 216 ATLMinimizesCRunTimeLibraryUsage="false" 217 CharacterSet="2" 218 > 219 <Tool 220 Name="VCPreBuildEventTool" 221 /> 222 <Tool 223 Name="VCCustomBuildTool" 224 /> 225 <Tool 226 Name="VCXMLDataGeneratorTool" 227 /> 228 <Tool 229 Name="VCWebServiceProxyGeneratorTool" 230 /> 231 <Tool 232 Name="VCMIDLTool" 233 PreprocessorDefinitions="NDEBUG" 234 MkTypLibCompatible="true" 235 SuppressStartupBanner="true" 236 TargetEnvironment="1" 237 TypeLibraryName=".\Release/eLoader.tlb" 238 HeaderFileName="" 239 /> 154 240 <Tool 155 241 Name="VCCLCompilerTool" … … 157 243 InlineFunctionExpansion="1" 158 244 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 159 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_E LOADER;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=0;WITH_EACCELERATOR_LOADER;HAVE_EACCELERATOR_STANDALONE_LOADER"160 StringPooling=" TRUE"245 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=0;WITH_EACCELERATOR_LOADER;HAVE_EACCELERATOR_STANDALONE_LOADER" 246 StringPooling="true" 161 247 RuntimeLibrary="2" 162 EnableFunctionLevelLinking="TRUE" 163 UsePrecompiledHeader="2" 248 EnableFunctionLevelLinking="true" 164 249 PrecompiledHeaderFile=".\Release/eLoader.pch" 165 250 AssemblerListingLocation=".\Release/" … … 167 252 ProgramDataBaseFileName=".\Release/" 168 253 WarningLevel="3" 169 SuppressStartupBanner="TRUE" 170 CompileAs="0"/> 171 <Tool 172 Name="VCCustomBuildTool"/> 254 SuppressStartupBanner="true" 255 /> 256 <Tool 257 Name="VCManagedResourceCompilerTool" 258 /> 259 <Tool 260 Name="VCResourceCompilerTool" 261 PreprocessorDefinitions="NDEBUG" 262 Culture="1033" 263 /> 264 <Tool 265 Name="VCPreLinkEventTool" 266 /> 173 267 <Tool 174 268 Name="VCLinkerTool" … … 176 270 OutputFile=".\Release/eLoader.dll" 177 271 LinkIncremental="1" 178 SuppressStartupBanner=" TRUE"272 SuppressStartupBanner="true" 179 273 AdditionalLibraryDirectories="..\..\.." 180 274 ProgramDatabaseFile=".\Release/eLoader.pdb" 181 275 ImportLibrary=".\Release/eLoader.lib" 182 TargetMachine="1"/> 183 <Tool 184 Name="VCMIDLTool" 185 PreprocessorDefinitions="NDEBUG" 186 MkTypLibCompatible="TRUE" 187 SuppressStartupBanner="TRUE" 188 TargetEnvironment="1" 189 TypeLibraryName=".\Release/eLoader.tlb" 190 HeaderFileName=""/> 191 <Tool 192 Name="VCPostBuildEventTool"/> 193 <Tool 194 Name="VCPreBuildEventTool"/> 195 <Tool 196 Name="VCPreLinkEventTool"/> 197 <Tool 198 Name="VCResourceCompilerTool" 199 PreprocessorDefinitions="NDEBUG" 200 Culture="1033"/> 201 <Tool 202 Name="VCWebServiceProxyGeneratorTool"/> 203 <Tool 204 Name="VCXMLDataGeneratorTool"/> 205 <Tool 206 Name="VCWebDeploymentTool"/> 207 <Tool 208 Name="VCManagedWrapperGeneratorTool"/> 209 <Tool 210 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 276 TargetMachine="1" 277 /> 278 <Tool 279 Name="VCALinkTool" 280 /> 281 <Tool 282 Name="VCManifestTool" 283 /> 284 <Tool 285 Name="VCXDCMakeTool" 286 /> 287 <Tool 288 Name="VCBscMakeTool" 289 SuppressStartupBanner="true" 290 OutputFile=".\Release/eLoader.bsc" 291 /> 292 <Tool 293 Name="VCFxCopTool" 294 /> 295 <Tool 296 Name="VCAppVerifierTool" 297 /> 298 <Tool 299 Name="VCWebDeploymentTool" 300 /> 301 <Tool 302 Name="VCPostBuildEventTool" 303 /> 211 304 </Configuration> 212 305 <Configuration 213 Name="Debug PHP4|Win32"306 Name="Debug|Win32" 214 307 OutputDirectory=".\Debug" 215 308 IntermediateDirectory=".\Debug" 216 309 ConfigurationType="2" 310 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 217 311 UseOfMFC="0" 218 ATLMinimizesCRunTimeLibraryUsage="FALSE" 219 CharacterSet="2"> 312 ATLMinimizesCRunTimeLibraryUsage="false" 313 CharacterSet="2" 314 > 315 <Tool 316 Name="VCPreBuildEventTool" 317 /> 318 <Tool 319 Name="VCCustomBuildTool" 320 /> 321 <Tool 322 Name="VCXMLDataGeneratorTool" 323 /> 324 <Tool 325 Name="VCWebServiceProxyGeneratorTool" 326 /> 327 <Tool 328 Name="VCMIDLTool" 329 PreprocessorDefinitions="_DEBUG" 330 MkTypLibCompatible="true" 331 SuppressStartupBanner="true" 332 TargetEnvironment="1" 333 TypeLibraryName=".\Debug/eLoader.tlb" 334 HeaderFileName="" 335 /> 220 336 <Tool 221 337 Name="VCCLCompilerTool" 222 338 Optimization="0" 223 339 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 224 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_ELOADER;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=0;WITH_EACCELERATOR_LOADER;HAVE_EACCELERATOR_STANDALONE_LOADER" 340 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=0;WITH_EACCELERATOR_LOADER;HAVE_EACCELERATOR_STANDALONE_LOADER" 341 MinimalRebuild="true" 225 342 BasicRuntimeChecks="3" 226 343 RuntimeLibrary="2" 227 UsePrecompiledHeader="2"228 344 PrecompiledHeaderFile=".\Debug/eLoader.pch" 229 345 AssemblerListingLocation=".\Debug/" … … 231 347 ProgramDataBaseFileName=".\Debug/" 232 348 WarningLevel="3" 233 SuppressStartupBanner=" TRUE"349 SuppressStartupBanner="true" 234 350 DebugInformationFormat="4" 235 CompileAs="0"/> 236 <Tool 237 Name="VCCustomBuildTool"/> 351 /> 352 <Tool 353 Name="VCManagedResourceCompilerTool" 354 /> 355 <Tool 356 Name="VCResourceCompilerTool" 357 PreprocessorDefinitions="_DEBUG" 358 Culture="1033" 359 /> 360 <Tool 361 Name="VCPreLinkEventTool" 362 /> 238 363 <Tool 239 364 Name="VCLinkerTool" 240 365 AdditionalDependencies="php4ts.lib odbc32.lib odbccp32.lib" 241 366 OutputFile=".\Debug/eLoader.dll" 242 LinkIncremental=" 1"243 SuppressStartupBanner=" TRUE"367 LinkIncremental="2" 368 SuppressStartupBanner="true" 244 369 AdditionalLibraryDirectories="..\..\.." 245 GenerateDebugInformation=" TRUE"370 GenerateDebugInformation="true" 246 371 ProgramDatabaseFile=".\Debug/eLoader.pdb" 247 372 ImportLibrary=".\Debug/eLoader.lib" 248 TargetMachine="1"/> 249 <Tool 250 Name="VCMIDLTool" 251 PreprocessorDefinitions="_DEBUG" 252 MkTypLibCompatible="TRUE" 253 SuppressStartupBanner="TRUE" 254 TargetEnvironment="1" 255 TypeLibraryName=".\Debug/eLoader.tlb" 256 HeaderFileName=""/> 257 <Tool 258 Name="VCPostBuildEventTool"/> 259 <Tool 260 Name="VCPreBuildEventTool"/> 261 <Tool 262 Name="VCPreLinkEventTool"/> 263 <Tool 264 Name="VCResourceCompilerTool" 265 PreprocessorDefinitions="_DEBUG" 266 Culture="1033"/> 267 <Tool 268 Name="VCWebServiceProxyGeneratorTool"/> 269 <Tool 270 Name="VCXMLDataGeneratorTool"/> 271 <Tool 272 Name="VCWebDeploymentTool"/> 273 <Tool 274 Name="VCManagedWrapperGeneratorTool"/> 275 <Tool 276 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 373 TargetMachine="1" 374 /> 375 <Tool 376 Name="VCALinkTool" 377 /> 378 <Tool 379 Name="VCManifestTool" 380 /> 381 <Tool 382 Name="VCXDCMakeTool" 383 /> 384 <Tool 385 Name="VCBscMakeTool" 386 SuppressStartupBanner="true" 387 OutputFile=".\Debug/eLoader.bsc" 388 /> 389 <Tool 390 Name="VCFxCopTool" 391 /> 392 <Tool 393 Name="VCAppVerifierTool" 394 /> 395 <Tool 396 Name="VCWebDeploymentTool" 397 /> 398 <Tool 399 Name="VCPostBuildEventTool" 400 /> 277 401 </Configuration> 278 402 </Configurations> … … 282 406 <Filter 283 407 Name="Source Files" 284 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> 285 <File 286 RelativePath="..\loader.c"> 287 </File> 288 <File 289 RelativePath="..\opcodes.c"> 408 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 409 > 410 <File 411 RelativePath="..\debug.c" 412 > 413 <FileConfiguration 414 Name="Debug PHP5|Win32" 415 > 416 <Tool 417 Name="VCCLCompilerTool" 418 AdditionalIncludeDirectories="" 419 PreprocessorDefinitions="" 420 /> 421 </FileConfiguration> 422 <FileConfiguration 423 Name="Release|Win32" 424 > 425 <Tool 426 Name="VCCLCompilerTool" 427 AdditionalIncludeDirectories="" 428 PreprocessorDefinitions="" 429 /> 430 </FileConfiguration> 431 <FileConfiguration 432 Name="Release PHP5|Win32" 433 > 434 <Tool 435 Name="VCCLCompilerTool" 436 AdditionalIncludeDirectories="" 437 PreprocessorDefinitions="" 438 /> 439 </FileConfiguration> 440 <FileConfiguration 441 Name="Debug|Win32" 442 > 443