root/eaccelerator/branches/0.9.4/win32/eAccelerator.vcproj

Revision 120, 11.0 kB (checked in by zoeloelip, 3 years ago)

Code clean up and compile fixes for VC.net + VC.net project files update

(Based on patch #1234919)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="eAccelerator"
6         ProjectGUID="{9CB8051E-B608-430D-B6AA-D763031A94B7}"
7         SccProjectName=""
8         SccLocalPath="">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Release PHP5|Win32"
16                         OutputDirectory=".\Release"
17                         IntermediateDirectory=".\Release"
18                         ConfigurationType="2"
19                         UseOfMFC="0"
20                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
21                         CharacterSet="2">
22                         <Tool
23                                 Name="VCCLCompilerTool"
24                                 Optimization="2"
25                                 InlineFunctionExpansion="2"
26                                 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"
29                                 RuntimeLibrary="2"
30                                 EnableFunctionLevelLinking="TRUE"
31                                 UsePrecompiledHeader="2"
32                                 PrecompiledHeaderFile=".\Release/eAccelerator.pch"
33                                 AssemblerListingLocation=".\Release/"
34                                 ObjectFile=".\Release/"
35                                 ProgramDataBaseFileName=".\Release/"
36                                 WarningLevel="3"
37                                 SuppressStartupBanner="TRUE"
38                                 CompileAs="0"/>
39                         <Tool
40                                 Name="VCCustomBuildTool"/>
41                         <Tool
42                                 Name="VCLinkerTool"
43                                 AdditionalDependencies="../../../php5ts.lib odbc32.lib odbccp32.lib"
44                                 OutputFile=".\Release/eAccelerator.dll"
45                                 LinkIncremental="1"
46                                 SuppressStartupBanner="TRUE"
47                                 AdditionalLibraryDirectories="..\..\.."
48                                 ProgramDatabaseFile=".\Release/eAccelerator.pdb"
49                                 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"/>
79                 </Configuration>
80                 <Configuration
81                         Name="Release PHP4|Win32"
82                         OutputDirectory=".\Release"
83                         IntermediateDirectory=".\Release"
84                         ConfigurationType="2"
85                         UseOfMFC="0"
86                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
87                         CharacterSet="2">
88                         <Tool
89                                 Name="VCCLCompilerTool"
90                                 Optimization="3"
91                                 InlineFunctionExpansion="1"
92                                 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"
95                                 RuntimeLibrary="2"
96                                 EnableFunctionLevelLinking="TRUE"
97                                 UsePrecompiledHeader="2"
98                                 PrecompiledHeaderFile=".\Release/eAccelerator.pch"
99                                 AssemblerListingLocation=".\Release/"
100                                 ObjectFile=".\Release/"
101                                 ProgramDataBaseFileName=".\Release/"
102                                 WarningLevel="3"
103                                 SuppressStartupBanner="TRUE"
104                                 CompileAs="0"/>
105                         <Tool
106                                 Name="VCCustomBuildTool"/>
107                         <Tool
108                                 Name="VCLinkerTool"
109                                 AdditionalDependencies="../../../php4ts.lib odbc32.lib odbccp32.lib"
110                                 OutputFile=".\Release/eAccelerator.dll"
111                                 LinkIncremental="1"
112                                 SuppressStartupBanner="TRUE"
113                                 AdditionalLibraryDirectories="..\..\.."
114                                 ProgramDatabaseFile=".\Release/eAccelerator.pdb"
115                                 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"/>
145                 </Configuration>
146                 <Configuration
147                         Name="Debug PHP4|Win32"
148                         OutputDirectory=".\Debug"
149                         IntermediateDirectory=".\Debug"
150                         ConfigurationType="2"
151                         UseOfMFC="0"
152                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
153                         CharacterSet="2">
154                         <Tool
155                                 Name="VCCLCompilerTool"
156                                 Optimization="0"
157                                 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"
159                                 BasicRuntimeChecks="3"
160                                 RuntimeLibrary="1"
161                                 UsePrecompiledHeader="2"
162                                 PrecompiledHeaderFile=".\Debug/eAccelerator.pch"
163                                 AssemblerListingLocation=".\Debug/"
164                                 ObjectFile=".\Debug/"
165                                 ProgramDataBaseFileName=".\Debug/"
166                                 WarningLevel="3"
167                                 SuppressStartupBanner="TRUE"
168                                 DebugInformationFormat="4"
169                                 CompileAs="0"/>
170                         <Tool
171                                 Name="VCCustomBuildTool"/>
172                         <Tool
173                                 Name="VCLinkerTool"
174                                 AdditionalDependencies="php4ts.lib odbc32.lib odbccp32.lib"
175                                 OutputFile=".\Debug/eAccelerator.dll"
176                                 LinkIncremental="1"
177                                 SuppressStartupBanner="TRUE"
178                                 AdditionalLibraryDirectories="..\..\.."
179                                 GenerateDebugInformation="TRUE"
180                                 ProgramDatabaseFile=".\Debug/eAccelerator.pdb"
181                                 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"/>
211                 </Configuration>
212                 <Configuration
213                         Name="Debug PHP5|Win32"
214                         OutputDirectory=".\Debug"
215                         IntermediateDirectory=".\Debug"
216                         ConfigurationType="2"
217                         UseOfMFC="0"
218                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
219                         CharacterSet="2">
220                         <Tool
221                                 Name="VCCLCompilerTool"
222                                 Optimization="0"
223                                 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"
225                                 BasicRuntimeChecks="3"
226                                 RuntimeLibrary="1"
227                                 UsePrecompiledHeader="2"
228                                 PrecompiledHeaderFile=".\Debug/eAccelerator.pch"
229                                 AssemblerListingLocation=".\Debug/"
230                                 ObjectFile=".\Debug/"
231                                 ProgramDataBaseFileName=".\Debug/"
232                                 WarningLevel="3"
233                                 SuppressStartupBanner="TRUE"
234                                 DebugInformationFormat="4"
235                                 CompileAs="0"/>
236                         <Tool
237                                 Name="VCCustomBuildTool"/>
238                         <Tool
239                                 Name="VCLinkerTool"
240                                 AdditionalDependencies="php5ts_debug.lib odbc32.lib odbccp32.lib"
241                                 OutputFile=".\Debug/eAccelerator.dll"
242                                 LinkIncremental="1"
243                                 SuppressStartupBanner="TRUE"
244                                 AdditionalLibraryDirectories="..\..\.."
245                                 GenerateDebugInformation="TRUE"
246                                 ProgramDatabaseFile=".\Debug/eAccelerator.pdb"
247                                 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"/>
277                 </Configuration>
278         </Configurations>
279         <References>
280         </References>
281         <Files>
282                 <Filter
283                         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">
329                         </File>
330                 </Filter>
331                 <Filter
332                         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">
372                         </File>
373                 </Filter>
374                 <Filter
375                         Name="Resource Files"
376                         Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
377                 </Filter>
378         </Files>
379         <Globals>
380         </Globals>
381 </VisualStudioProject>
Note: See TracBrowser for help on using the browser.