X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=cross-Makefile.conf;h=1fd92f9978137f867ea5c33640b0274b5683f01e;hb=58f895572b351408c3dc52024fd994eafbacf320;hp=af371dc442305212330b7c2ab1a27684aa064bf1;hpb=57a896dd96d885b0a91e04823925a9c3f8e39d8c;p=xonotic%2Fnetradiant.git diff --git a/cross-Makefile.conf b/cross-Makefile.conf index af371dc4..1fd92f99 100644 --- a/cross-Makefile.conf +++ b/cross-Makefile.conf @@ -9,7 +9,7 @@ MINGW_EXEC_PREFIX = i586-mingw32msvc- RADIANT_DEPENDENCIES_PREFIX = $(HOME)/radiantdeps/ # 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