From afd20bf033da3322b6862fed97acf708f807a736 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 26 Jun 2009 08:22:36 +0000 Subject: [PATCH] 2009-06-25 10:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * make_gnu.bat * Automatically setting dos/wce architecture for some HB_COMPILER values. --- harbour/ChangeLog | 5 +++++ harbour/make_gnu.bat | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 946509f88e..0f144809d5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-25 10:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * make_gnu.bat + * Automatically setting dos/wce architecture for some + HB_COMPILER values. + 2009-06-25 09:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt_qhttp.cpp * contrib/hbqt/hbqt_qftp.cpp diff --git a/harbour/make_gnu.bat b/harbour/make_gnu.bat index da8b6806d2..08779880e1 100644 --- a/harbour/make_gnu.bat +++ b/harbour/make_gnu.bat @@ -22,8 +22,13 @@ if "%HB_COMPILER%" == "" set HB_COMPILER=djgpp :CONTINUE_MAKE + if "%HB_COMPILER%" == "djgpp" set HB_ARCHITECTURE=dos + if "%HB_COMPILER%" == "msvcarm" set HB_ARCHITECTURE=wce + if "%HB_COMPILER%" == "mingwarm" set HB_ARCHITECTURE=wce + if "%HB_COMPILER%" == "poccarm" set HB_ARCHITECTURE=wce + if "%HB_ARCHITECTURE%" == "" goto BAD_ARCH - if "%HB_COMPILER%" == "" goto BAD_COMP + if "%HB_COMPILER%" == "" goto BAD_COMP if "%HB_INSTALL_PREFIX%" == "" if "%OS%" == "Windows_NT" set HB_INSTALL_PREFIX=%~dp0