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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user