diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-07-15 17:56:07 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-07-15 17:56:07 +0200 |
commit | f6c684a45f9844ef898face48e742fbc6d4ac6cf (patch) | |
tree | 9600a84b34cb59672e89121c74346b153a6346f0 /win32 | |
parent | 90d5276e1b06929f7aa8c56ff81936fd5cc01ab1 (diff) | |
parent | 07daf6cd6238c3b9fff8a4283b303db503d48731 (diff) | |
download | php-git-f6c684a45f9844ef898face48e742fbc6d4ac6cf.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Remove some *.dsp/*.dsw leftovers
Diffstat (limited to 'win32')
-rw-r--r-- | win32/builddef.bat | 6 |
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 |