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.
|
Entries may not always be in chronological/commit order.
|
||||||
See license at the end of file. */
|
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)
|
2025-01-30 19:59 UTC+0100 Aleksander Czajczynski (hb fki.pl)
|
||||||
* utils/hbmk2/hbmk2.prg
|
* utils/hbmk2/hbmk2.prg
|
||||||
! issue #379 follow-up to OpenWatcom target platform
|
! 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,7 +71,11 @@ endif
|
|||||||
ifneq ($(findstring wcc386,$(CC)),)
|
ifneq ($(findstring wcc386,$(CC)),)
|
||||||
ifneq ($(HB_HOST_PLAT),linux)
|
ifneq ($(HB_HOST_PLAT),linux)
|
||||||
CC_DIRSEPFROM := /
|
CC_DIRSEPFROM := /
|
||||||
CC_DIRSEPTO := $(subst /,\,\)
|
ifeq ($(HB_SHELL),sh)
|
||||||
|
CC_DIRSEPTO := $(subst /,\,\\)
|
||||||
|
else
|
||||||
|
CC_DIRSEPTO := $(subst /,\,\)
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user