From: Vadim Zeitlin Date: Sat, 11 May 2002 13:45:23 +0000 (+0000) Subject: fixed the rule for compiling the RC files X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dd5cad7aee88821ffd2dd9b0f529d05ee6e9fb94 fixed the rule for compiling the RC files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/makeprog.env.in b/src/makeprog.env.in index c2716ba52c..28219da896 100644 --- a/src/makeprog.env.in +++ b/src/makeprog.env.in @@ -18,7 +18,7 @@ BUNDLE = $(BIN_PROGRAM).app/Contents .cxx.o: $(CXX) -c $(CXXFLAGS) $(APPEXTRADEFS) -o $@ $< -.rc._resources.o: +.rc_resources.o: $(RESCOMP) -i $< -o $@ $(RESFLAGS)