From c18f49192f8b02e716d5ac4a98d7c757d641dc84 Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Wed, 21 Dec 2011 15:52:26 -0500 Subject: Patch 3463020: Add windres environment variable for makefiles (icebreaker) --- tests/test_gmake_cpp.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/test_gmake_cpp.lua b/tests/test_gmake_cpp.lua index 529a6da..3670e28 100644 --- a/tests/test_gmake_cpp.lua +++ b/tests/test_gmake_cpp.lua @@ -58,6 +58,14 @@ endif ifndef AR AR = ar endif + +ifndef RESCOMP + ifdef WINDRES + RESCOMP = $(WINDRES) + else + RESCOMP = windres + endif +endif ]] end -- cgit v1.2.3