X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=mingw-Makefile.inc;h=d72cfe2b8ce00f5944b4460da58765b19fef7e8a;hp=0710fe150649a76ece70fa00034046b958c7a0a6;hb=fff4340802f7ea77fddbb6393bc4fd20ed8752d8;hpb=e92d32fdb9e95ecf87ce036dbd14ccd1fe89902f diff --git a/mingw-Makefile.inc b/mingw-Makefile.inc index 0710fe15..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)/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 -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