* contrib/libnf/make_b32.bat
- contrib/libnf/nanfor.bc
+ contrib/libnf/makefile.bc
* BC makefile name made uniform.
30 lines
331 B
Batchfile
30 lines
331 B
Batchfile
@echo off
|
|
rem
|
|
rem $Id$
|
|
rem
|
|
|
|
if "%1" == "clean" goto CLEAN
|
|
if "%1" == "CLEAN" goto CLEAN
|
|
|
|
:BUILD
|
|
|
|
make -fmakefile.bc %1 %2 %3 > make_b32.log
|
|
if errorlevel 1 goto BUILD_ERR
|
|
|
|
:BUILD_OK
|
|
|
|
copy ..\..\lib\b32\nf.lib ..\..\lib\*.* > nul
|
|
goto EXIT
|
|
|
|
:BUILD_ERR
|
|
|
|
notepad make_b32.log
|
|
goto EXIT
|
|
|
|
:CLEAN
|
|
|
|
goto EXIT
|
|
|
|
:EXIT
|
|
|