php-src/netware/buildlib.bat

20 lines
318 B
Batchfile
Raw Normal View History

@echo off
cd ..
if "%1" == "clean" make -f netware\phplib.mak clean
if "%1" == "/?" goto USAGE
2003-01-03 08:34:34 +00:00
call netware\BisonExtStandard
REM Build command
make -f netware\phplib.mak
goto EXIT
:USAGE
@echo on
@echo Usage: buildlib [clean]
@echo clean - delete all object files and binaries before building
:EXIT
cd netware