dba.dsp 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. # Microsoft Developer Studio Project File - Name="dba" - 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=dba - Win32 Debug_TS Berkeley DB3
  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 "dba.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 "dba.mak" CFG="dba - Win32 Debug_TS Berkeley DB3"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "dba - Win32 Release_TS Berkeley DB3" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "dba - Win32 Debug_TS Berkeley DB3" (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)" == "dba - Win32 Release_TS Berkeley DB3"
  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 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_DBA" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DBA=1 /D DBA_DB3=1 /D DB3_INCLUDE_FILE="db.h" /YX /FD /c
  42. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=0 /D DBA_DB3=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_DBA" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DBA=1 /D DBA_FLATFILE=1 /D DBA_CDB=1 /D DBA_CDB_MAKE=1 /D DBA_CDB_BUILTIN=1 /D DBA_INIFILE=1 /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 php5ts.lib libdb31s.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_dba.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline"
  52. # ADD LINK32 php5ts.lib libdb31s.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_dba.dll" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline"
  53. !ELSEIF "$(CFG)" == "dba - Win32 Debug_TS Berkeley DB3"
  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 Ignore_Export_Lib 0
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 0
  61. # PROP Use_Debug_Libraries 1
  62. # PROP Output_Dir "Debug_TS"
  63. # PROP Intermediate_Dir "Debug_TS"
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_DBA" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DBA=1 /D "DBA_DB3" /D DB3_INCLUDE_FILE="db.h" /YX /FD /GZ /c
  67. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "DBA_DB3" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "COMPILE_DL_DBA" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DBA=1 /D DBA_FLATFILE=1 /D DBA_CDB=1 /D DBA_CDB_MAKE=1 /D DBA_CDB_BUILTIN=1 /D DBA_INIFILE=1 /YX /FD /GZ /c
  68. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  70. # ADD BASE RSC /l 0x407 /d "_DEBUG"
  71. # ADD RSC /l 0x407 /d "_DEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # ADD BASE 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_dba.dll" /pdbtype:sept /libpath:"..\..\Debug_TS"
  77. # ADD LINK32 php5ts_debug.lib libdb31s.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_dba.dll" /pdbtype:sept /libpath:"..\..\Debug_TS"
  78. !ENDIF
  79. # Begin Target
  80. # Name "dba - Win32 Release_TS Berkeley DB3"
  81. # Name "dba - Win32 Debug_TS Berkeley DB3"
  82. # Begin Group "Source Files"
  83. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  84. # Begin Source File
  85. SOURCE=.\libcdb\cdb.c
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.\libcdb\cdb_make.c
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.\dba.c
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.\dba_cdb.c
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.\dba_db2.c
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.\dba_db3.c
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\dba_dbm.c
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\dba_flatfile.c
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.\dba_gdbm.c
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\dba_inifile.c
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\dba_ndbm.c
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\libflatfile\flatfile.c
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.\libinifile\inifile.c
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\libcdb\uint32.c
  125. # End Source File
  126. # End Group
  127. # Begin Group "Header Files"
  128. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  129. # Begin Source File
  130. SOURCE=.\libcdb\cdb.h
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.\libcdb\cdb_make.h
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.\libflatfile\flatfile.h
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.\php_cdb.h
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\php_db2.h
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\php_db3.h
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\php_dba.h
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\php_dbm.h
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.\php_flatfile.h
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.\php_gdbm.h
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\php_inifile.h
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\php_ndbm.h
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.\libcdb\uint32.h
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\libinifile\inifile.h
  170. # End Source File
  171. # End Group
  172. # End Target
  173. # End Project