From dd5cad7aee88821ffd2dd9b0f529d05ee6e9fb94 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 11 May 2002 13:45:23 +0000 Subject: [PATCH] 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 --- src/makeprog.env.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2