From fd8b4a3cdb841673b9b46ef9b5869b15460cff41 Mon Sep 17 00:00:00 2001 From: Clemens Fruhwirth Date: Mon, 6 Aug 2007 08:51:20 +0000 Subject: [PATCH] Call windres with explicit preprocessor path in case gcc is not in $PATH --- mk/suffix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/suffix.mk b/mk/suffix.mk index d36c0b3..762636a 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -378,7 +378,7 @@ endif %.$(way_)o : %.$(way_)rc @$(RM) $@ - windres $< $@ + windres --preprocessor="$(CPP) -xc -DRC_INVOKED" $< $@ #----------------------------------------------------------------------------- # Preprocessor suffix rule -- 1.7.10.4