1# Microsoft Developer Studio Project File - Name="Solr" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7CFG=Solr - 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 "Solr.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 "Solr.mak" CFG="Solr - Win32 Debug_TS"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "Solr - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "Solr - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
28CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
31
32!IF  "$(CFG)" == "Solr - Win32 Release_TS"
33
34# PROP BASE Use_MFC 0
35# PROP BASE Use_Debug_Libraries 0
36# PROP BASE Output_Dir "Release_TS"
37# PROP BASE Intermediate_Dir "Release_TS"
38# PROP BASE Target_Dir ""
39# PROP Use_MFC 0
40# PROP Use_Debug_Libraries 0
41# PROP Output_Dir "Release_TS"
42# PROP Intermediate_Dir "Release_TS"
43# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
45# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SOLR_EXPORTS" /YX /FD /c
46# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D "WIN32" /D "PHP_EXPORTS" /D "COMPILE_DL_SOLR" /D ZTS=1 /D HAVE_SOLR=1  /D ZEND_DEBUG=0 /D "NDEBUG" /D "_WINDOWS" /D "ZEND_WIN32" /D "PHP_WIN32" /YX /FD /c
47# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49# ADD BASE RSC /l 0x407 /d "NDEBUG"
50# ADD RSC /l 0x407 /d "NDEBUG"
51BSC32=bscmake.exe
52# ADD BASE BSC32 /nologo
53# ADD BSC32 /nologo
54LINK32=link.exe
55# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386
56# ADD LINK32 wsock32.lib php5ts.lib libcurl.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /machine:I386 /out:"..\..\Release_TS/php_solr.dll" /implib:"..\..\Release_TS/php_solr.lib" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\bindlib_w32\Release"
57# SUBTRACT LINK32 /pdb:none
58
59!ELSEIF  "$(CFG)" == "Solr - Win32 Debug_TS"
60
61# PROP BASE Use_MFC 0
62# PROP BASE Use_Debug_Libraries 1
63# PROP BASE Output_Dir "Debug_TS"
64# PROP BASE Intermediate_Dir "Debug_TS"
65# PROP BASE Target_Dir ""
66# PROP Use_MFC 0
67# PROP Use_Debug_Libraries 1
68# PROP Output_Dir "Debug_TS"
69# PROP Intermediate_Dir "Debug_TS"
70# PROP Ignore_Export_Lib 0
71# PROP Target_Dir ""
72# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SOLR_EXPORTS" /YX /FD /GZ  /c
73# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "PHP_EXPORTS" /D "COMPILE_DL_SOLR" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_SOLR=1  /YX /FD /GZ  /c
74# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
75# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
76# ADD BASE RSC /l 0x407 /d "_DEBUG"
77# ADD RSC /l 0x407 /d "_DEBUG"
78BSC32=bscmake.exe
79# ADD BASE BSC32 /nologo
80# ADD BSC32 /nologo
81LINK32=link.exe
82# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib php5ts.lib /nologo /dll /machine:I386
83# ADD LINK32 php5ts_debug.lib libcurl.lib ws2_32.lib resolv.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS\php_solr.dll" /implib:"..\..\Debug_TS/php_solr.lib" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\bindlib_w32\Release"
84
85!ENDIF
86
87# Begin Target
88
89# Name "Solr - Win32 Release_TS"
90# Name "Solr - Win32 Debug_TS"
91
92# Begin Group "Source Files"
93
94# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
95
96# Begin Source File
97
98SOURCE=./php_solr.c
99# End Source File
100
101# Begin Source File
102
103SOURCE=./php_solr_exception.c
104# End Source File
105
106# Begin Source File
107
108SOURCE=./php_solr_object.c
109# End Source File
110
111# Begin Source File
112
113SOURCE=./php_solr_response.c
114# End Source File
115
116# Begin Source File
117
118SOURCE=./php_solr_document.c
119# End Source File
120
121# Begin Source File
122
123SOURCE=./php_solr_input_document.c
124# End Source File
125
126# Begin Source File
127
128SOURCE=./php_solr_query.c
129# End Source File
130
131# Begin Source File
132
133SOURCE=./php_solr_client.c
134# End Source File
135
136# Begin Source File
137
138SOURCE=./php_solr_functions.c
139# End Source File
140
141# Begin Source File
142
143SOURCE=./php_solr_params.c
144# End Source File
145
146# Begin Source File
147
148SOURCE=./php_solr_utils.c
149# End Source File
150
151# Begin Source File
152
153SOURCE=./solr_functions_debug.c
154# End Source File
155
156# Begin Source File
157
158SOURCE=./solr_functions_params.c
159# End Source File
160
161# Begin Source File
162
163SOURCE=./solr_functions_document.c
164# End Source File
165
166# Begin Source File
167
168SOURCE=./solr_functions_response.c
169# End Source File
170
171# Begin Source File
172
173SOURCE=./solr_functions_client.c
174# End Source File
175
176# Begin Source File
177
178SOURCE=./solr_functions_helpers.c
179# End Source File
180
181# Begin Source File
182
183SOURCE=./solr_string.c
184# End Source File
185
186# End Group
187
188# Begin Group "Header Files"
189
190# PROP Default_Filter "h;hpp;hxx;hm;inl"
191
192# Begin Source File
193
194SOURCE=.\php_solr.h
195# End Source File
196
197# Begin Source File
198
199SOURCE=.\php_solr_api.h
200# End Source File
201
202# Begin Source File
203
204SOURCE=.\solr_constants.h
205# End Source File
206
207# Begin Source File
208
209SOURCE=.\solr_macros.h
210# End Source File
211
212# Begin Source File
213
214SOURCE=.\solr_string.h
215# End Source File
216
217# Begin Source File
218
219SOURCE=.\solr_types.h
220# End Source File
221# End Group
222# End Target
223# End Project
224