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.

339 lines
9.0 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 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"
  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 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"
  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\date.c
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\libsqlite\src\delete.c
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\libsqlite\src\encode.c
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\libsqlite\src\expr.c
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\libsqlite\src\func.c
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\libsqlite\src\hash.c
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\libsqlite\src\hash.h
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\libsqlite\src\insert.c
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\libsqlite\src\main.c
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\libsqlite\src\opcodes.c
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\libsqlite\src\opcodes.h
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\libsqlite\src\os.c
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\libsqlite\src\os.h
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\libsqlite\src\pager.c
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\libsqlite\src\pager.h
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\libsqlite\src\parse.c
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\libsqlite\src\parse.h
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\libsqlite\src\pragma.c
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\libsqlite\src\printf.c
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\libsqlite\src\random.c
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\libsqlite\src\select.c
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\libsqlite\src\sqlite.h
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\libsqlite\src\sqlite.w32.h
  177. !IF "$(CFG)" == "sqlite - Win32 Release_TS"
  178. # Begin Custom Build
  179. InputDir=.\libsqlite\src
  180. InputPath=.\libsqlite\src\sqlite.w32.h
  181. "$(InputDir)\sqlite.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  182. copy $(InputPath) $(InputDir)\sqlite.h
  183. # End Custom Build
  184. !ELSEIF "$(CFG)" == "sqlite - Win32 Debug_TS"
  185. # Begin Custom Build
  186. InputDir=.\libsqlite\src
  187. InputPath=.\libsqlite\src\sqlite.w32.h
  188. "$(InputDir)\sqlite.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  189. copy $(InputPath) $(InputDir)\sqlite.h
  190. # End Custom Build
  191. !ENDIF
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\libsqlite\src\sqlite_config.w32.h
  195. !IF "$(CFG)" == "sqlite - Win32 Release_TS"
  196. # Begin Custom Build
  197. InputDir=.\libsqlite\src
  198. InputPath=.\libsqlite\src\sqlite_config.w32.h
  199. "$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  200. copy $(InputPath) $(InputDir)\config.h
  201. # End Custom Build
  202. !ELSEIF "$(CFG)" == "sqlite - Win32 Debug_TS"
  203. # Begin Custom Build
  204. InputDir=.\libsqlite\src
  205. InputPath=.\libsqlite\src\sqlite_config.w32.h
  206. "$(InputDir)\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  207. copy $(InputPath) $(InputDir)\config.h
  208. # End Custom Build
  209. !ENDIF
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\libsqlite\src\sqliteInt.h
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.\libsqlite\src\table.c
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\libsqlite\src\tokenize.c
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.\libsqlite\src\trigger.c
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.\libsqlite\src\update.c
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.\libsqlite\src\util.c
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=.\libsqlite\src\vacuum.c
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.\libsqlite\src\vdbe.c
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=.\libsqlite\src\vdbe.h
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=.\libsqlite\src\vdbeaux.c
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.\libsqlite\src\where.c
  243. # End Source File
  244. # End Group
  245. # Begin Source File
  246. SOURCE=.\php_sqlite.def
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\sqlite.c
  250. # ADD CPP /I "libsqlite\src"
  251. # End Source File
  252. # End Group
  253. # Begin Group "Header Files"
  254. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  255. # Begin Source File
  256. SOURCE=.\php_sqlite.h
  257. # End Source File
  258. # End Group
  259. # End Target
  260. # End Project