Files
harbour-core/harbour/make_gnu_os2.cmd
Viktor Szakats 600a663e84 2008-08-09 18:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* make_gnu_os2.cmd
     * Minor formatting.
2008-08-09 16:02:16 +00:00

14 lines
352 B
Batchfile

@echo off
rem
rem $Id$
rem
rem Minimal initialization of environment variables for OS2 GCC build
rem for further information about see make_gnu.bat
if "%HB_ARCHITECTURE%" == "" set HB_ARCHITECTURE=os2
if "%HB_COMPILER%" == "" set HB_COMPILER=gcc
if "%HB_GT_LIB%" == "" set HB_GT_LIB=
make -r %1 %2 %3 %4 %5 %6 %7 %8 %9 > make_gnu.log