lutin/Makefile.Windows.mk

10 lines
204 B
Makefile
Raw Normal View History

USER_PACKAGES += $(EWOL_FOLDER)/Sources/
# defien the target OS of this system
TARGET_OS=Windows
# define the cross compilateur
TARGET_CROSS=i586-mingw32msvc-
include $(EWOL_FOLDER)/Build/core/main.mk