2007-08-08 15:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/libnf/make_b32.bat
   - contrib/libnf/nanfor.bc
   + contrib/libnf/makefile.bc
     * BC makefile name made uniform.
This commit is contained in:
Viktor Szakats
2007-08-08 13:44:23 +00:00
parent 1fff50795e
commit 5f2f20dc8d
3 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-08-08 15:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/libnf/make_b32.bat
- contrib/libnf/nanfor.bc
+ contrib/libnf/makefile.bc
* BC makefile name made uniform.
2007-08-08 15:41 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/libnf/makefile.vc
* contrib/libnf/nanfor.bc

View File

@@ -8,7 +8,7 @@ if "%1" == "CLEAN" goto CLEAN
:BUILD
make -fnanfor.bc %1 %2 %3 > make_b32.log
make -fmakefile.bc %1 %2 %3 > make_b32.log
if errorlevel 1 goto BUILD_ERR
:BUILD_OK