--- /dev/null
+rem Generate phpts.def file, which exports symbols from our dll that
+rem are present in some of the libraries which are compiled statically
+rem into PHP
+rem $Id: builddef.bat,v 1.1 2003-08-22 21:45:58 wez Exp $
+@echo off
+type ..\ext\sqlite\php_sqlite.def
# Begin Source File\r
\r
SOURCE=.\php4dllts.rc2\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\phpts.def\r
+\r
+!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"\r
+\r
+USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" \r
+# Begin Custom Build - Generating $(InputPath)\r
+InputPath=.\phpts.def\r
+\r
+"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+ builddef.bat > phpts.def\r
+\r
+# End Custom Build\r
+\r
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"\r
+\r
+USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" \r
+# Begin Custom Build - Generating $(InputPath)\r
+InputPath=.\phpts.def\r
+\r
+"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+ builddef.bat > phpts.def\r
+\r
+# End Custom Build\r
+\r
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS_inline"\r
+\r
+USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" \r
+# Begin Custom Build - Generating $(InputPath)\r
+InputPath=.\phpts.def\r
+\r
+"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+ builddef.bat > phpts.def\r
+\r
+# End Custom Build\r
+\r
+!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TSDbg"\r
+\r
+USERDEP__PHPTS="..\ext\sqlite\php_sqlite.def" \r
+# Begin Custom Build - Generating $(InputPath)\r
+InputPath=.\phpts.def\r
+\r
+"phpts.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\r
+ builddef.bat > phpts.def\r
+\r
+# End Custom Build\r
+\r
+!ENDIF \r
+\r
# End Source File\r
# End Target\r
# End Project\r