diff --git a/harbour/source/odbc/hb32.bat b/harbour/source/odbc/hb32.bat new file mode 100644 index 0000000000..ec1d5ea826 --- /dev/null +++ b/harbour/source/odbc/hb32.bat @@ -0,0 +1,10 @@ +@echo off + +REM From .PRG to .C = Harbour +..\..\bin\harbour %1.prg /n /i..\..\include +if errorlevel 1 goto end + +REM From .C to .EXE = BuildExe +call BLD32EXE %1 %2 + +:end