mirror of
https://github.com/php/php-src.git
synced 2024-12-01 22:03:36 +08:00
11 lines
186 B
Batchfile
Executable File
11 lines
186 B
Batchfile
Executable File
@echo off
|
|
|
|
REM CodeWarrior stuff
|
|
set path=%path%;P:\APPS\SCRIPT\SW\CW71-4\BIN
|
|
|
|
REM Tools for building Zend
|
|
set path=%path%;P:\APPS\SCRIPT\SW\GNUWIN32\BIN
|
|
|
|
REM Build options
|
|
setbuild r 1
|