From de22dc4cb6d20e06e72978cf39ddab6768197885 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 14 Sep 2008 10:39:06 +0000 Subject: [PATCH] 2008-09-14 12:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu) - config/w32/bcc32.cf + config/w32/bcc.cf - config/w32/mingw32.cf + config/w32/mingw.cf * Cleaning some '32's from HB_COMPILER names. BCC and MinGW 64-bit is coming. ; Please update your build files. INCOMPATIBLE. --- harbour/ChangeLog | 9 +++++++++ harbour/config/w32/{bcc32.cf => bcc.cf} | 0 harbour/config/w32/{mingw32.cf => mingw.cf} | 0 3 files changed, 9 insertions(+) rename harbour/config/w32/{bcc32.cf => bcc.cf} (100%) rename harbour/config/w32/{mingw32.cf => mingw.cf} (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 580c64ae77..1920208f87 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,15 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-09-14 12:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + - config/w32/bcc32.cf + + config/w32/bcc.cf + - config/w32/mingw32.cf + + config/w32/mingw.cf + * Cleaning some '32's from HB_COMPILER names. + BCC and MinGW 64-bit is coming. + ; Please update your build files. INCOMPATIBLE. + 2008-09-14 12:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * harbour-ce-spec * harbour-w32-spec diff --git a/harbour/config/w32/bcc32.cf b/harbour/config/w32/bcc.cf similarity index 100% rename from harbour/config/w32/bcc32.cf rename to harbour/config/w32/bcc.cf diff --git a/harbour/config/w32/mingw32.cf b/harbour/config/w32/mingw.cf similarity index 100% rename from harbour/config/w32/mingw32.cf rename to harbour/config/w32/mingw.cf