X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=cross-Makefile.conf;h=bf4ae3a83d95943c1a97eec7b9d0f10a530fa6bc;hp=dd4229a791b561584dbf433689800c6a51905490;hb=dac8329952745dbb494bad1c301e44bab05ec0db;hpb=bc745f7342fc531a9c3d8293204fd6a958b08cca diff --git a/cross-Makefile.conf b/cross-Makefile.conf index dd4229a7..bf4ae3a8 100644 --- a/cross-Makefile.conf +++ b/cross-Makefile.conf @@ -3,26 +3,7 @@ # edit the paths in here # how to call the mingw tools -MINGW_EXEC_PREFIX = i386-mingw32- +MINGW_EXEC_PREFIX = i486-mingw32- -# where the dependencies package is extracted -RADIANT_DEPENDENCIES_PREFIX = /home/divverent/radiant-deps-mingw32/ - -# run the prefix fixing tool -IGNORETHIS := $(shell cd $(RADIANT_DEPENDENCIES_PREFIX) && ./fixprefix.sh) - -# set the environment for make -OS = Win32 -CFLAGS += -CXXFLAGS += -CPPFLAGS += -I$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/include -LDFLAGS += -L$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/lib -PKG_CONFIG_PATH := $(RADIANT_DEPENDENCIES_PREFIX)/gtk/lib/pkgconfig:$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/lib/pkgconfig:$(PKG_CONFIG_PATH) -WHICHDLL = $(RADIANT_DEPENDENCIES_PREFIX)/whichdll.sh - -CC = $(MINGW_EXEC_PREFIX)gcc -CXX = $(MINGW_EXEC_PREFIX)g++ -LDD = -RANLIB = $(MINGW_EXEC_PREFIX)ranlib -AR = $(MINGW_EXEC_PREFIX)ar -WINDRES = $(MINGW_EXEC_PREFIX)windres +# use mingw32 +include mingw-Makefile.inc