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:
parent
1fe92f1474
commit
0909d3201d
2
Makefile
2
Makefile
|
|
@ -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 ?=
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user