a simple change of the folder of the Makefile
This commit is contained in:
parent
831c2796c1
commit
2fb3842dd0
@ -38,7 +38,7 @@ ANDROID_BOARD_ID = 14
|
|||||||
TARGET_GLOBAL_C_INCLUDES+=-I$(PROJECT_NDK)/platforms/android-$(ANDROID_BOARD_ID)/arch-arm/usr/include
|
TARGET_GLOBAL_C_INCLUDES+=-I$(PROJECT_NDK)/platforms/android-$(ANDROID_BOARD_ID)/arch-arm/usr/include
|
||||||
TARGET_GLOBAL_LDLIBS_SHARED = --sysroot=$(PROJECT_NDK)/platforms/android-$(ANDROID_BOARD_ID)/arch-arm
|
TARGET_GLOBAL_LDLIBS_SHARED = --sysroot=$(PROJECT_NDK)/platforms/android-$(ANDROID_BOARD_ID)/arch-arm
|
||||||
|
|
||||||
include $(EWOL_FOLDER)/Build/coreLinux/main.mk
|
include $(EWOL_FOLDER)/Build/core/main.mk
|
||||||
|
|
||||||
java : all
|
java : all
|
||||||
@mkdir -p libs/armeabi/
|
@mkdir -p libs/armeabi/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
USER_PACKAGES += $(EWOL_FOLDER)/Sources/
|
USER_PACKAGES += $(EWOL_FOLDER)/Sources/
|
||||||
|
|
||||||
include $(EWOL_FOLDER)/Build/coreLinux/main.mk
|
include $(EWOL_FOLDER)/Build/core/main.mk
|
||||||
|
|
||||||
|
|
||||||
# http://alp.developpez.com/tutoriels/debian/creer-paquet/
|
# http://alp.developpez.com/tutoriels/debian/creer-paquet/
|
||||||
|
9
Makefile.Windows.mk
Normal file
9
Makefile.Windows.mk
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
USER_PACKAGES += $(EWOL_FOLDER)/Sources/
|
||||||
|
|
||||||
|
# defien the target OS of this system
|
||||||
|
TARGET_OS=Windows
|
||||||
|
# define the cross compilateur
|
||||||
|
CROSS=i586-mingw32msvc-
|
||||||
|
|
||||||
|
include $(EWOL_FOLDER)/Build/core/main.mk
|
@ -53,6 +53,9 @@ ifeq ("$(TARGET_OS)","Windows")
|
|||||||
ifeq ("$(STATIC)","1")
|
ifeq ("$(STATIC)","1")
|
||||||
TARGET_GLOBAL_LDFLAGS += -Wl,-Bstatic
|
TARGET_GLOBAL_LDFLAGS += -Wl,-Bstatic
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
i586-mingw32msvc-
|
||||||
|
|
||||||
else ifeq ("$(TARGET_OS)","Android")
|
else ifeq ("$(TARGET_OS)","Android")
|
||||||
TARGET_GLOBAL_CFLAGS += -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ \
|
TARGET_GLOBAL_CFLAGS += -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ \
|
||||||
-fpic -ffunction-sections -funwind-tables -fstack-protector \
|
-fpic -ffunction-sections -funwind-tables -fstack-protector \
|
Loading…
x
Reference in New Issue
Block a user