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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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=<DIR>
|
||||
$ ./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++
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
HB_BUILD_MODE=cpp
|
||||
|
||||
include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/gcc.cf
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user