diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f811f55de3..3935359147 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,15 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-22 16:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/gtwvg/Makefile + ! Typo in prev. + + * INSTALL + - config/linux/gpp.cf + - Deleted HB_COMPILER=gpp. Please use HB_BUILD_MODE=cpp + which works with all compilers. + 2009-06-22 15:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtwvg/Makefile ! Disabled for mingw C++ mode. @@ -31,7 +40,7 @@ + Added harbour.ico to central place. * utils/hbmk2/hbmk2.prg - - Deleted support for HB_COMPILET=gpp. Use -cpp switch instead. + - Deleted support for HB_COMPILER=gpp. Use -cpp switch instead. - utils/hbrun/hbrun.ico * utils/hbrun/hbrun.rc diff --git a/harbour/INSTALL b/harbour/INSTALL index 93cd2ff61f..b2cb1f4b4f 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -27,7 +27,7 @@ HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE Linux/Darwin/BSD/HP-UX/Solaris ------------------------------ - $ export HB_COMPILER=<[gcc]|watcom|icc|gpp> + $ export HB_COMPILER=<[gcc]|watcom|icc> $ export HB_INSTALL_PREFIX= $ ./make_gnu.sh $ sudo ./make_gnu.sh install @@ -179,7 +179,6 @@ SUPPORTED C COMPILERS UNDER DIFFERENT PLATFORMS Linux ----- gcc - GNU C - gpp - GNU C++ watcom - Open Watcom C++ icc - Intel(R) C/C++ diff --git a/harbour/config/linux/gpp.cf b/harbour/config/linux/gpp.cf deleted file mode 100644 index db903a83d5..0000000000 --- a/harbour/config/linux/gpp.cf +++ /dev/null @@ -1,7 +0,0 @@ -# -# $Id$ -# - -HB_BUILD_MODE=cpp - -include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/gcc.cf diff --git a/harbour/contrib/gtwvg/Makefile b/harbour/contrib/gtwvg/Makefile index e5d665245e..1b2b1858d5 100644 --- a/harbour/contrib/gtwvg/Makefile +++ b/harbour/contrib/gtwvg/Makefile @@ -14,7 +14,7 @@ ifeq ($(HB_ARCHITECTURE),win) ifeq ($(HB_COMPILER),mingw) ifeq ($(HB_BUILD_MODE),cpp) HB_WITH_GTWVG=no -#else +else HB_WITH_GTWVG=yes endif endif