From 0909d3201da7474fab2701533b13035db1bcbb63 Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 21 Feb 2009 17:45:29 +0000 Subject: [PATCH] don't count on make predefining $(WINDRES) git-svn-id: svn://svn.icculus.org/netradiant/trunk@194 61c419a2-8eb2-4b30-bcec-8cead039b335 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?= -- 2.39.2