2009-07-16 14:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/config/global.cf
! yet another fix for exporting relative paths in HB_BIN_COMPILE
* harbour/config/wce/global.cf
! disabled HB_FLAGSEXTRA=-D__PLATFORM__WINCE
-D__PLATFORM__WINCE is already added in global.ch
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-07-16 14:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/config/global.cf
|
||||
! yet another fix for exporting relative paths in HB_BIN_COMPILE
|
||||
|
||||
* harbour/config/wce/global.cf
|
||||
! disabled HB_FLAGSEXTRA=-D__PLATFORM__WINCE
|
||||
-D__PLATFORM__WINCE is already added in global.ch
|
||||
|
||||
2009-07-16 13:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/utils/hbmk2/hbmk2.prg
|
||||
! fixed small typo which broke non windows builds
|
||||
|
||||
@@ -201,12 +201,14 @@ ifneq ($(HB_HOST_ARCH)$(HB_HOST_CPU),$(HB_ARCHITECTURE)$(HB_CPU))
|
||||
HB_BIN_COMPILE := $(dir $(firstword $(wildcard $(TOP)$(ROOT)bin/$(HB_HOST_ARCH)/*/harbour$(HB_HOST_BIN_EXT))))
|
||||
ifeq ($(HB_BIN_COMPILE),)
|
||||
HB_BIN_COMPILE := $(dir $(firstword $(foreach dir,$(subst $(PTHSEP), ,$(PATH)),$(wildcard $(dir)/harbour$(HB_HOST_BIN_EXT)))))
|
||||
ifeq ($(HB_BIN_COMPILE),)
|
||||
export HB_BIN_COMPILE
|
||||
endif
|
||||
endif
|
||||
ifeq ($(HB_BIN_COMPILE),)
|
||||
$(warning Warning: HB_BIN_COMPILE not specified. Couldn't find native build.)
|
||||
else
|
||||
$(info HB_BIN_COMPILE not specified. Automatically set to: $(HB_BIN_COMPILE))
|
||||
export HB_BIN_COMPILE
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
@@ -9,7 +9,7 @@ HB_GT_LIBS += gtwvt gtgui
|
||||
# Favor size for CE builds.
|
||||
HB_GCMODE = 0
|
||||
|
||||
HB_FLAGSEXTRA = -D__PLATFORM__WINCE
|
||||
#HB_FLAGSEXTRA = -D__PLATFORM__WINCE
|
||||
|
||||
ifeq ($(HB_DYNLIB),yes)
|
||||
HB_CDYNLIB = -DHB_DYNLIB
|
||||
|
||||
Reference in New Issue
Block a user