X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=mingw-Makefile.inc;h=d72cfe2b8ce00f5944b4460da58765b19fef7e8a;hb=236afb3ee879b4a3094c45b0a660585460af3688;hp=79d8966eaebd261a0f659f3d747eae53443f7e86;hpb=189385d85616163910eac561f0cd4ce453279ca1;p=xonotic%2Fnetradiant.git diff --git a/mingw-Makefile.inc b/mingw-Makefile.inc index 79d8966e..d72cfe2b 100644 --- a/mingw-Makefile.inc +++ b/mingw-Makefile.inc @@ -1,19 +1,8 @@ # how to call the mingw tools MINGW_EXEC_PREFIX ?= -# where the dependencies package is extracted -RADIANT_DEPENDENCIES_PREFIX = $(HOME)/radiant-deps-mingw32/ - # set the environment for make OS = Win32 -CFLAGS += -CXXFLAGS += -CPPFLAGS += -I$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/include -LDFLAGS += -L$(RADIANT_DEPENDENCIES_PREFIX)/radiantdeps/lib -CPPFLAGS += -I$(RADIANT_DEPENDENCIES_PREFIX)/gtk/include -LDFLAGS += -L$(RADIANT_DEPENDENCIES_PREFIX)/gtk/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 #CPPFLAGS_XML = #LIBS_XML = -lxml2