You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
332 B

@echo off
cd ..\sapi\%1
if "%2" == "clean" make -f ..\..\netware\php5%1.mak clean
if "%2" == "/?" goto USAGE
REM Build command
make -f ..\..\netware\php5%1.mak
goto EXIT
:USAGE
@echo on
@echo Usage: buildsapi SAPI_Module_Name [clean]
@echo clean - delete all object files and binaries before building
:EXIT
cd ..\..\netware