1# Microsoft Developer Studio Project File - Name="sqlite" - 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=sqlite - 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 "sqlite.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 "sqlite.mak" CFG="sqlite - Win32 Debug_TS" 17!MESSAGE 18!MESSAGE Possible choices for configuration are: 19!MESSAGE 20!MESSAGE "sqlite - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library") 21!MESSAGE "sqlite - 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)" == "sqlite - 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 Ignore_Export_Lib 0 39# PROP BASE Target_Dir "" 40# PROP Use_MFC 0 41# PROP Use_Debug_Libraries 0 42# PROP Output_Dir "Release_TS" 43# PROP Intermediate_Dir "Release_TS" 44# PROP Ignore_Export_Lib 0 45# PROP Target_Dir "" 46# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SQLITE_EXPORTS" /YX /FD /c 47# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\win32" /I "..\..\..\php_build" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_SQLITE" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_SQLITE=1 /D "PHP_SQLITE_EXPORTS" /FR /YX /FD /c 48# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 49# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 50# ADD BASE RSC /l 0x407 /d "NDEBUG" 51# ADD RSC /l 0x407 /d "NDEBUG" 52BSC32=bscmake.exe 53# ADD BASE BSC32 /nologo 54# ADD BSC32 /nologo 55LINK32=link.exe 56# 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 /nologo /dll /machine:I386 57# ADD LINK32 php5ts.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 /machine:I386 /out:"..\..\Release_TS\php_sqlite.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\php_build\release" 58 59!ELSEIF "$(CFG)" == "sqlite - 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 /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SQLITE_EXPORTS" /YX /FD /GZ /c 73# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\main" /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\win32" /I "..\..\..\php_build" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_SQLITE" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_SQLITE=1 /D "PHP_SQLITE_EXPORTS" /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 /nologo /dll /debug /machine:I386 /pdbtype:sept 83# ADD LINK32 php5ts_debug.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 /debug /machine:I386 /out:"..\..\Debug_TS\php_sqlite.dll" /pdbtype:sept /libpath:"..\..\Debug_TS" /libpath:"..\..\..\php_build\release" 84 85!ENDIF 86 87# Begin Target 88 89# Name "sqlite - Win32 Release_TS" 90# Name "sqlite - Win32 Debug_TS" 91# Begin Group "Source Files" 92 93# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 94# Begin Group "libsqlite" 95 96# PROP Default_Filter "" 97# Begin Source File 98 99SOURCE=.\libsqlite\src\attach.c 100# End Source File 101# Begin Source File 102 103SOURCE=.\libsqlite\src\auth.c 104# End Source File 105# Begin Source File 106 107SOURCE=.\libsqlite\src\btree.c 108# End Source File 109# Begin Source File 110 111SOURCE=.\libsqlite\src\btree.h 112# End Source File 113# Begin Source File 114 115SOURCE=.\libsqlite\src\btree_rb.c 116# End Source File 117# Begin Source File 118 119SOURCE=.\libsqlite\src\build.c 120# End Source File 121# Begin Source File 122 123SOURCE=.\libsqlite\src\config.h 124# End Source File 125# Begin Source File 126 127SOURCE=.\libsqlite\src\copy.c 128# End Source File 129# Begin Source File 130 131SOURCE=.\libsqlite\src\date.c 132# End Source File 133# Begin Source File 134 135SOURCE=.\libsqlite\src\delete.c 136# End Source File 137# Begin Source File 138 139SOURCE=.\libsqlite\src\encode.c 140# End Source File 141# Begin Source File 142 143SOURCE=.\libsqlite\src\expr.c 144# End Source File 145# Begin Source File 146 147SOURCE=.\libsqlite\src\func.c 148# End Source File 149# Begin Source File 150 151SOURCE=.\libsqlite\src\hash.c 152# End Source File 153# Begin Source File 154 155SOURCE=.\libsqlite\src\hash.h 156# End Source File 157# Begin Source File 158 159SOURCE=.\libsqlite\src\insert.c 160# End Source File 161# Begin Source File 162 163SOURCE=.\libsqlite\src\main.c 164# End Source File 165# Begin Source File 166 167SOURCE=.\libsqlite\src\opcodes.c 168# End Source File 169# Begin Source File 170 171SOURCE=.\libsqlite\src\opcodes.h 172# End Source File 173# Begin Source File 174 175SOURCE=.\libsqlite\src\os.c 176# End Source File 177# Begin Source File 178 179SOURCE=.\libsqlite\src\os.h 180# End Source File 181# Begin Source File 182 183SOURCE=.\libsqlite\src\pager.c 184# End Source File 185# Begin Source File 186 187SOURCE=.\libsqlite\src\pager.h 188# End Source File 189# Begin Source File 190 191SOURCE=.\libsqlite\src\parse.c 192# End Source File 193# Begin Source File 194 195SOURCE=.\libsqlite\src\parse.h 196# End Source File 197# Begin Source File 198 199SOURCE=.\libsqlite\src\pragma.c 200# End Source File 201# Begin Source File 202 203SOURCE=.\libsqlite\src\printf.c 204# End Source File 205# Begin Source File 206 207SOURCE=.\libsqlite\src\random.c 208# End Source File 209# Begin Source File 210 211SOURCE=.\libsqlite\src\select.c 212# End Source File 213# Begin Source File 214 215SOURCE=.\libsqlite\src\sqlite.h 216# End Source File 217# Begin Source File 218 219SOURCE=.\libsqlite\src\sqlite.w32.h 220 221!IF "$(CFG)" == "sqlite - Win32 Release_TS" 222 223# Begin Custom Build 224InputDir=.\libsqlite\src 225InputPath=.\libsqlite\src\sqlite.w32.h 226 227"$(InputDir)\sqlite.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 228 copy $(InputPath) $(InputDir)\sqlite.h 229 230# End Custom Build 231 232!ELSEIF "$(CFG)" == "sqlite - Win32 Debug_TS" 233 234# Begin Custom Build 235InputDir=.\libsqlite\src 236InputPath=.\libsqlite\src\sqlite.w32.h 237 238"$(InputDir)\sqlite.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 239 copy $(InputPath) $(InputDir)\sqlite.h 240 241# End Custom Build 242 243!ENDIF 244 245# End Source File 246# Begin Source File 247 248SOURCE=.\libsqlite\src\sqlite_config.w32.h 249 250!IF "$(CFG)" == "sqlite - Win32 Release_TS" 251 252# Begin Custom Build 253InputDir=.\libsqlite\src 254InputPath=.\libsqlite\src\sqlite_config.w32.h 255 256"$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 257 copy $(InputPath) $(InputDir)\config.h 258 259# End Custom Build 260 261!ELSEIF "$(CFG)" == "sqlite - Win32 Debug_TS" 262 263# Begin Custom Build 264InputDir=.\libsqlite\src 265InputPath=.\libsqlite\src\sqlite_config.w32.h 266 267"$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 268 copy $(InputPath) $(InputDir)\config.h 269 270# End Custom Build 271 272!ENDIF 273 274# End Source File 275# Begin Source File 276 277SOURCE=.\libsqlite\src\sqliteInt.h 278# End Source File 279# Begin Source File 280 281SOURCE=.\libsqlite\src\table.c 282# End Source File 283# Begin Source File 284 285SOURCE=.\libsqlite\src\tokenize.c 286# End Source File 287# Begin Source File 288 289SOURCE=.\libsqlite\src\trigger.c 290# End Source File 291# Begin Source File 292 293SOURCE=.\libsqlite\src\update.c 294# End Source File 295# Begin Source File 296 297SOURCE=.\libsqlite\src\util.c 298# End Source File 299# Begin Source File 300 301SOURCE=.\libsqlite\src\vacuum.c 302# End Source File 303# Begin Source File 304 305SOURCE=.\libsqlite\src\vdbe.c 306# End Source File 307# Begin Source File 308 309SOURCE=.\libsqlite\src\vdbe.h 310# End Source File 311# Begin Source File 312 313SOURCE=.\libsqlite\src\vdbeaux.c 314# End Source File 315# Begin Source File 316 317SOURCE=.\libsqlite\src\where.c 318# End Source File 319# End Group 320# Begin Source File 321 322SOURCE=.\php_sqlite.def 323# End Source File 324# Begin Source File 325 326SOURCE=.\sqlite.c 327# ADD CPP /I "libsqlite\src" 328# End Source File 329# End Group 330# Begin Group "Header Files" 331 332# PROP Default_Filter "h;hpp;hxx;hm;inl" 333# Begin Source File 334 335SOURCE=.\php_sqlite.h 336# End Source File 337# End Group 338# End Target 339# End Project 340