diff options
author | Wez Furlong <wez@php.net> | 2003-12-02 23:17:04 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-12-02 23:17:04 +0000 |
commit | 05b9b20ed8e2f98b3fb71a227e49e11bdf7b9c6b (patch) | |
tree | 70b88eab212d192b86f10a5dedfcedb92785f840 /buildconf.bat | |
parent | 30b631d9f613e1644123e9cea0285ff1f7278b08 (diff) | |
download | php-git-05b9b20ed8e2f98b3fb71a227e49e11bdf7b9c6b.tar.gz |
Add new (optional!) win32 build infrastructure.
Will follow up to internals@ shortly.
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildconf.bat b/buildconf.bat new file mode 100644 index 0000000000..a21732604f --- /dev/null +++ b/buildconf.bat @@ -0,0 +1,2 @@ +@echo off +cscript /nologo win32\build\buildconf.js |