From: divverent Date: Sat, 21 Feb 2009 17:45:29 +0000 (+0000) Subject: don't count on make predefining $(WINDRES) X-Git-Tag: svn-r421~226 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=0909d3201da7474fab2701533b13035db1bcbb63 don't count on make predefining $(WINDRES) git-svn-id: svn://svn.icculus.org/netradiant/trunk@194 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/Makefile b/Makefile index 19fbfafd..8c6ee489 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CXX ?= g++ RANLIB ?= ranlib AR ?= ar LDD ?= ldd # nothing on Win32 -WINDRES ?= # only used on Win32 +WINDRES ?= windres # only used on Win32 PKGCONFIG ?= pkg-config PKG_CONFIG_PATH ?=