You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

331 lines
8.9 KiB

  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. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=sqlite - Win32 Debug_TS
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "sqlite.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "sqlite.mak" CFG="sqlite - Win32 Debug_TS"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "sqlite - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "sqlite - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "sqlite - Win32 Release_TS"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release_TS"
  32. # PROP BASE Intermediate_Dir "Release_TS"
  33. # PROP BASE Ignore_Export_Lib 0
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release_TS"
  38. # PROP Intermediate_Dir "Release_TS"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SQLITE_EXPORTS" /YX /FD /c
  42. # 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
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x407 /d "NDEBUG"
  46. # ADD RSC /l 0x407 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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
  52. # ADD LINK32 php4ts.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"
  53. !ELSEIF "$(CFG)" == "sqlite - Win32 Debug_TS"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug_TS"
  57. # PROP BASE Intermediate_Dir "Debug_TS"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 0
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug_TS"
  62. # PROP Intermediate_Dir "Debug_TS"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. # 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
  66. # 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
  67. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD BASE RSC /l 0x407 /d "_DEBUG"
  70. # ADD RSC /l 0x407 /d "_DEBUG"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # 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
  76. # ADD LINK32 php4ts_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"
  77. !ENDIF
  78. # Begin Target
  79. # Name "sqlite - Win32 Release_TS"
  80. # Name "sqlite - Win32 Debug_TS"
  81. # Begin Group "Source Files"
  82. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  83. # Begin Group "libsqlite"
  84. # PROP Default_Filter ""
  85. # Begin Source File
  86. SOURCE=.\libsqlite\src\attach.c
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.\libsqlite\src\auth.c
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.\libsqlite\src\btree.c
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=.\libsqlite\src\btree.h
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.\libsqlite\src\btree_rb.c
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\libsqlite\src\build.c
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\libsqlite\src\config.h
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\libsqlite\src\copy.c
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\libsqlite\src\delete.c
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\libsqlite\src\encode.c
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\libsqlite\src\expr.c
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\libsqlite\src\func.c
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\libsqlite\src\hash.c
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\libsqlite\src\hash.h
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\libsqlite\src\insert.c
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\libsqlite\src\main.c
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\libsqlite\src\opcodes.c
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\libsqlite\src\opcodes.h
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\libsqlite\src\os.c
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\libsqlite\src\os.h
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\libsqlite\src\pager.c
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\libsqlite\src\pager.h
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\libsqlite\src\parse.c
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\libsqlite\src\parse.h
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\libsqlite\src\pragma.c
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\libsqlite\src\printf.c
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\libsqlite\src\random.c
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\libsqlite\src\select.c
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\libsqlite\src\sqlite.h
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\libsqlite\src\sqlite.w32.h
  174. !IF "$(CFG)" == "sqlite - Win32 Release_TS"
  175. # Begin Custom Build
  176. InputDir=.\libsqlite\src
  177. InputPath=.\libsqlite\src\sqlite.w32.h
  178. "$(InputDir)\sqlite.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  179. copy $(InputPath) $(InputDir)\sqlite.h
  180. # End Custom Build
  181. !ELSEIF "$(CFG)" == "sqlite - Win32 Debug_TS"
  182. # Begin Custom Build
  183. InputDir=.\libsqlite\src
  184. InputPath=.\libsqlite\src\sqlite.w32.h
  185. "$(InputDir)\sqlite.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  186. copy $(InputPath) $(InputDir)\sqlite.h
  187. # End Custom Build
  188. !ENDIF
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\libsqlite\src\sqlite_config.w32.h
  192. !IF "$(CFG)" == "sqlite - Win32 Release_TS"
  193. # Begin Custom Build
  194. InputDir=.\libsqlite\src
  195. InputPath=.\libsqlite\src\sqlite_config.w32.h
  196. "$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  197. copy $(InputPath) $(InputDir)\config.h
  198. # End Custom Build
  199. !ELSEIF "$(CFG)" == "sqlite - Win32 Debug_TS"
  200. # Begin Custom Build
  201. InputDir=.\libsqlite\src
  202. InputPath=.\libsqlite\src\sqlite_config.w32.h
  203. "$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  204. copy $(InputPath) $(InputDir)\config.h
  205. # End Custom Build
  206. !ENDIF
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.\libsqlite\src\sqliteInt.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\libsqlite\src\table.c
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.\libsqlite\src\tokenize.c
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\libsqlite\src\trigger.c
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.\libsqlite\src\update.c
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.\libsqlite\src\util.c
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.\libsqlite\src\vacuum.c
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=.\libsqlite\src\vdbe.c
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.\libsqlite\src\vdbe.h
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=.\libsqlite\src\where.c
  237. # End Source File
  238. # End Group
  239. # Begin Source File
  240. SOURCE=.\php_sqlite.def
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\sqlite.c
  244. # ADD CPP /I "libsqlite\src"
  245. # End Source File
  246. # End Group
  247. # Begin Group "Header Files"
  248. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  249. # Begin Source File
  250. SOURCE=.\php_sqlite.h
  251. # End Source File
  252. # End Group
  253. # End Target
  254. # End Project