summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--win32/builddef.bat6
2 files changed, 0 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 5ab309a6f9..365e3b7fe3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -214,7 +214,6 @@ php
/win32/*.positions
/win32/*.suo
/win32/ext
-/win32/phpts.def
/win32/wsyslog.h
# Standard object files generated by Visual Studio
diff --git a/win32/builddef.bat b/win32/builddef.bat
deleted file mode 100644
index 8688754da8..0000000000
--- a/win32/builddef.bat
+++ /dev/null
@@ -1,6 +0,0 @@
-@echo off
-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
-type ..\ext\sqlite\php_sqlite.def
-type ..\ext\libxml\php_libxml2.def