]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - cross-Makefile.conf
some minor fixes for the osxnetradiant changes
[xonotic/netradiant.git] / cross-Makefile.conf
index af371dc442305212330b7c2ab1a27684aa064bf1..f503195dce537fde7ef90f55a8f728557e94a44a 100644 (file)
@@ -6,10 +6,10 @@
 MINGW_EXEC_PREFIX = i586-mingw32msvc-
 
 # where the dependencies package is extracted
-RADIANT_DEPENDENCIES_PREFIX = $(HOME)/radiantdeps/
+RADIANT_DEPENDENCIES_PREFIX = $(HOME)/radiant-deps-mingw32/
 
 # run the prefix fixing tool
-$(shell cd $(RADIANT_DEPENDENCIES_PREFIX) && ./fixprefix.sh)
+IGNORETHIS := $(shell cd $(RADIANT_DEPENDENCIES_PREFIX) && ./fixprefix.sh)
 
 # set the environment for make
 OS = Win32
@@ -25,3 +25,4 @@ CXX = $(MINGW_EXEC_PREFIX)g++
 LDD =
 RANLIB = $(MINGW_EXEC_PREFIX)ranlib
 AR = $(MINGW_EXEC_PREFIX)ar
+WINDRES = $(MINGW_EXEC_PREFIX)windres