From 4c6474e9cabe9ec59f37d86007bbc204959d1a64 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 10 Nov 2007 05:08:13 +0000 Subject: [PATCH] minor fix to prev --- harbour/contrib/hbzlib/make_b32_dll.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/contrib/hbzlib/make_b32_dll.bat b/harbour/contrib/hbzlib/make_b32_dll.bat index cb29b3182e..a4b158f1f5 100644 --- a/harbour/contrib/hbzlib/make_b32_dll.bat +++ b/harbour/contrib/hbzlib/make_b32_dll.bat @@ -9,7 +9,7 @@ if not exist obj\dll\b32 md obj\dll\b32 :BUILD - make -fmake_b32_dll.mak %1 %2 %3 > dll_b32.log + make -fmake_b32_dll.mak %1 %2 %3 > make_b32_dll.log if errorlevel 1 goto BUILD_ERR if "%1" == "clean" goto CLEAN if "%1" == "CLEAN" goto CLEAN