2025-02-01 08:37 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
+ config/android/clang.mk
+ allow to create android builds with CLANG
* config/common/watcom.mk
! fixed C compilation in sh like shells
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
Entries may not always be in chronological/commit order.
|
||||
See license at the end of file. */
|
||||
|
||||
2025-02-01 08:37 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
+ config/android/clang.mk
|
||||
+ allow to create android builds with CLANG
|
||||
|
||||
* config/common/watcom.mk
|
||||
! fixed C compilation in sh like shells
|
||||
|
||||
2025-01-30 19:59 UTC+0100 Aleksander Czajczynski (hb fki.pl)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! issue #379 follow-up to OpenWatcom target platform
|
||||
|
||||
1
config/android/clang.mk
Normal file
1
config/android/clang.mk
Normal file
@@ -0,0 +1 @@
|
||||
include $(TOP)$(ROOT)config/linux/clang.mk
|
||||
@@ -71,9 +71,13 @@ endif
|
||||
ifneq ($(findstring wcc386,$(CC)),)
|
||||
ifneq ($(HB_HOST_PLAT),linux)
|
||||
CC_DIRSEPFROM := /
|
||||
ifeq ($(HB_SHELL),sh)
|
||||
CC_DIRSEPTO := $(subst /,\,\\)
|
||||
else
|
||||
CC_DIRSEPTO := $(subst /,\,\)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(TOP)$(ROOT)config/rules.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user