From 497ff0e67207e2268e3a1607d1c652cd1b90404b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 24 Feb 2009 16:20:38 +0000 Subject: [PATCH] 2009-02-24 17:19 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * config/win/msvcce.cf ! Fixed another cl.exe occurence to be compatible with older MSVC versions. --- harbour/ChangeLog | 5 +++++ harbour/config/win/msvcce.cf | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3f174453e6..b97d38dc5c 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-02-24 17:19 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * config/win/msvcce.cf + ! Fixed another cl.exe occurence to be compatible with + older MSVC versions. + 2009-02-24 17:07 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/postinst.sh + Added 'hb-mkslib' creation for compatibility. diff --git a/harbour/config/win/msvcce.cf b/harbour/config/win/msvcce.cf index e985dd0611..c44d1aff93 100644 --- a/harbour/config/win/msvcce.cf +++ b/harbour/config/win/msvcce.cf @@ -30,7 +30,11 @@ else CFLAGS += -Oxsb1 -EHsc -YX -GF endif +ifeq ($(HB_VISUALC_VER_PRE80),) LD = cl.exe +else +LD = clarm.exe +endif LD_OUT = -Fe # Add all libraries specified in CONTRIBS and LIBS.