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.
This commit is contained in:
Viktor Szakats
2009-06-26 08:22:36 +00:00
parent 831f08e5e3
commit afd20bf033
2 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -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