diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-07 21:05:13 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-07 21:05:13 +0000 |
commit | aceaabceffd537a0ed83fa25e189b08eae585f4a (patch) | |
tree | bcef55f16a2ae57c1c883b34347f9e6906ca6dfe /makeall.bat | |
parent | d94f3e22ae6fe17d82b189dc362e975a906f919a (diff) | |
download | php-git-aceaabceffd537a0ed83fa25e189b08eae585f4a.tar.gz |
PHP 4.0
Diffstat (limited to 'makeall.bat')
-rwxr-xr-x | makeall.bat | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/makeall.bat b/makeall.bat new file mode 100755 index 0000000000..5f9b61d238 --- /dev/null +++ b/makeall.bat @@ -0,0 +1,13 @@ +NMAKE /f "php3.mak" CFG="php3 - Win32 %1" +NMAKE /f "calendar.mak" CFG="calendar - Win32 %1" +NMAKE /f "dbase.mak" CFG="dbase - Win32 %1" +NMAKE /f "dbm.mak" CFG="dbm - Win32 %1" +NMAKE /f "filepro.mak" CFG="filepro - Win32 %1" +NMAKE /f "gd.mak" CFG="gd - Win32 %1" +NMAKE /f "imap4.mak" CFG="imap4 - Win32 %1" +NMAKE /f "hyperwave.mak" CFG="hyperwave - Win32 %1" +NMAKE /f "ldap.mak" CFG="ldap - Win32 %1" +NMAKE /f "msql.mak" CFG="msql - Win32 %1" +NMAKE /f "mysql.mak" CFG="mysql - Win32 %1" +NMAKE /f "zlib.mak" CFG="zlib - Win32 %1" +NMAKE /f "snmp.mak" CFG="snmp - Win32 %1" |