X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=mingw-Makefile.inc;h=d72cfe2b8ce00f5944b4460da58765b19fef7e8a;hp=32dc6b1b5994fdd0b94218e7c0d885833c45c92a;hb=798424f096a68e4cebb7ccb350cfd4b1ae91e359;hpb=3c73487420fde8d4a3b5360d8b99e48132517900 diff --git a/mingw-Makefile.inc b/mingw-Makefile.inc index 32dc6b1b..d72cfe2b 100644 --- a/mingw-Makefile.inc +++ b/mingw-Makefile.inc @@ -1,22 +1,8 @@ # how to call the mingw tools MINGW_EXEC_PREFIX ?= -# where the dependencies package is extracted -RADIANT_DEPENDENCIES_PREFIX = $(HOME)/netradiant-dependencies-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 -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