mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
12 lines
189 B
Batchfile
Executable File
12 lines
189 B
Batchfile
Executable File
@echo off
|
|
|
|
REM CodeWarrior stuff
|
|
set path=%path%;P:\APPS\SCRIPT\SW\CW71-4\BIN
|
|
|
|
REM Cygwin stuff
|
|
set path=%path%;R:\SCRIPT\PHP\CYGWIN\BIN
|
|
set CYGWIN=R:\SCRIPT\PHP\CYGWIN
|
|
|
|
set BUILD=release
|
|
|