From 9af9e1d9192bc07ff51b56f2c9839e1b5c6de640 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 2 Apr 2009 15:32:10 +0000 Subject: [PATCH] 2009-04-02 17:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg + Enabled embedded Harbour compiler. This will simplify cross-compile scenarios. --- harbour/ChangeLog | 5 +++++ harbour/utils/hbmk2/hbmk2.prg | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4c80015841..d4e8a49853 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-04-02 17:21 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * utils/hbmk2/hbmk2.prg + + Enabled embedded Harbour compiler. This will simplify + cross-compile scenarios. + 2009-04-02 17:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg + Added msvcce (msvcarm) support. Untested, those who have such diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 423a507d31..d265cc1319 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -1,7 +1,7 @@ /* * $Id$ */ -#pragma linenumber=on + /* * Harbour Project source code: * Harbour Make @@ -123,9 +123,9 @@ --- */ -/* TOFIX: We should try using the same .dll name format for all compilers/platform. - This also means they should be bniary compatible with each other - (within a given architecture of course). */ +#ifndef HBMK_INTEGRATED_COMPILER +#define HBMK_INTEGRATED_COMPILER +#endif ANNOUNCE HB_GTSYS REQUEST HB_GT_CGI_DEFAULT