summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-15 17:55:37 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-15 17:55:37 +0200
commit07daf6cd6238c3b9fff8a4283b303db503d48731 (patch)
treeed6b0d69b82c05e07657cc46043af453b86fdacc /win32
parentfcdb12ed4db4d0b30c15b6ff1f872d173836bb5a (diff)
downloadphp-git-07daf6cd6238c3b9fff8a4283b303db503d48731.tar.gz
Remove some *.dsp/*.dsw leftovers
Usage of this was removed via 4b3e19802385c5874eefd3ba4565f2efbc55dc96 Closes GH-4408
Diffstat (limited to 'win32')
-rw-r--r--win32/builddef.bat6
1 files changed, 0 insertions, 6 deletions
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