From: Peter Kokot Date: Mon, 15 Jul 2019 15:55:37 +0000 (+0200) Subject: Remove some *.dsp/*.dsw leftovers X-Git-Tag: php-7.4.0beta1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07daf6cd6238c3b9fff8a4283b303db503d48731;p=php Remove some *.dsp/*.dsw leftovers Usage of this was removed via 4b3e19802385c5874eefd3ba4565f2efbc55dc96 Closes GH-4408 --- diff --git a/.gitignore b/.gitignore index 48ef4c7ecb..cc4481db6b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 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