don't count on make predefining $(WINDRES)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@194 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
divverent 2009-02-21 17:45:29 +00:00
parent 1fe92f1474
commit 0909d3201d

View File

@ -24,7 +24,7 @@ CXX ?= g++
RANLIB ?= ranlib RANLIB ?= ranlib
AR ?= ar AR ?= ar
LDD ?= ldd # nothing on Win32 LDD ?= ldd # nothing on Win32
WINDRES ?= # only used on Win32 WINDRES ?= windres # only used on Win32
PKGCONFIG ?= pkg-config PKGCONFIG ?= pkg-config
PKG_CONFIG_PATH ?= PKG_CONFIG_PATH ?=