diff --git a/harbour/tests/bld_b32.bat b/harbour/tests/bld_b32.bat index e46f3508ed..992c5f40c5 100644 --- a/harbour/tests/bld_b32.bat +++ b/harbour/tests/bld_b32.bat @@ -3,6 +3,6 @@ rem rem $Id$ rem -..\bin\harbour %1 /n /i..\include -bcc32 -e%1.exe -O2 -I..\include -L..\lib\b32 -v harbour.lib terminal.lib hbpp.lib common.lib hbgt.lib rdd.lib %1.c +..\bin\harbour %1 %2 /n /i..\include +bcc32 -e%1.exe -O2 -I..\include -L..\lib\b32 -v harbour.lib terminal.lib hbpp.lib hbgt.lib rdd.lib %1.c rem del %1.c