diff src/Makefile.mingw @ 10804:6dcfec6f2f7c

[gaim-migrate @ 12452] make -f Makefile.mingw WINDRES=i386-mingw32-windres CC=i386-mingw32-gcc PERL=/usr/bin/perl EXTUTILS=/usr/lib/perl5/5.8.3/ExtUtils GMSGFMT=/usr/bin/msgfmt MAKENSIS=~/build/win32/win32-dev/NSIS/makensis install committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 09 Apr 2005 17:12:07 +0000
parents 212946f774c0
children af2a4d5b9afe
line wrap: on
line diff
--- a/src/Makefile.mingw	Sat Apr 09 16:36:11 2005 +0000
+++ b/src/Makefile.mingw	Sat Apr 09 17:12:07 2005 +0000
@@ -37,6 +37,8 @@
 #-mconsole
 #-mwindows
 
+WINDRES := windres
+
 ##
 ## INCLUDE  MAKEFILES
 ##
@@ -194,7 +196,7 @@
 
 # How to make an RC file
 %.o: %.rc
-	windres -i $< -o $@
+	$(WINDRES) -i $< -o $@
 
 ##
 ## TARGET DEFINITIONS