2009-03-30 23:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/gtwvg/Makefile
    ! check HB_ARCHITECTURE=win before compiling GTWVG.
      It fixes non Windows OpenWatcom and ICC builds.
This commit is contained in:
Przemyslaw Czerpak
2009-03-30 20:56:21 +00:00
parent 5feb21d8c8
commit 690bdff913
2 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,11 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-03-30 23:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/gtwvg/Makefile
! check HB_ARCHITECTURE=win before compiling GTWVG.
It fixes non Windows OpenWatcom and ICC builds.
2009-03-30 22:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/dlmalloc.c
! fixed casting

View File

@@ -9,6 +9,8 @@ ROOT = ../../
LIBNAME=gtwvg
ifeq ($(HB_WITH_GTWVG),)
ifeq ($(HB_ARCHITECTURE),win)
ifeq ($(HB_COMPILER),mingw)
HB_WITH_GTWVG=yes
endif
@@ -26,6 +28,8 @@ HB_WITH_GTWVG=yes
endif
ifeq ($(HB_COMPILER),bcc)
HB_WITH_GTWVG=yes
endif
endif
endif