]> granicus.if.org Git - php/commitdiff
Remove some *.dsp/*.dsw leftovers
authorPeter Kokot <peterkokot@gmail.com>
Mon, 15 Jul 2019 15:55:37 +0000 (17:55 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 15 Jul 2019 15:55:37 +0000 (17:55 +0200)
Usage of this was removed via 4b3e19802385c5874eefd3ba4565f2efbc55dc96

Closes GH-4408

.gitignore
win32/builddef.bat [deleted file]

index 48ef4c7ecbb81e945992f864983cfdcbabf69e85..cc4481db6b76be5152ec12a4d502cc5c47d7276a 100644 (file)
@@ -208,7 +208,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 (file)
index 8688754..0000000
+++ /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