2009-08-19 07:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
! Applied Phil Krylov's patch to mingw32 detection on gentoo Linux.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-08-19 07:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/global.mk
|
||||
! Applied Phil Krylov's patch to mingw32 detection on gentoo Linux.
|
||||
|
||||
2009-08-19 06:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbtip/thtml.prg
|
||||
! Fixed hang in 'OEMTOHTML( "&" )'. Reported on c.l.xhb.
|
||||
|
||||
@@ -496,9 +496,9 @@ ifeq ($(HB_COMPILER),)
|
||||
HB_CCPREFIX := i586-mingw32msvc-
|
||||
else
|
||||
ifneq ($(call find_in_path_raw,gentoo-release,/etc),)
|
||||
ifneq ($(call find_in_path_par,i386-mingw32-,/opt/xmingw/bin),)
|
||||
ifneq ($(call find_in_path_par,i386-mingw32msvc-,/opt/xmingw/bin),)
|
||||
HB_CCPATH := /opt/xmingw
|
||||
HB_CCPREFIX := i386-mingw32-
|
||||
HB_CCPREFIX := i386-mingw32msvc-
|
||||
else
|
||||
HB_CCPREFIX := i686-mingw32-
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user