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
This commit is contained in:
Vadim Zeitlin 2002-05-11 13:45:23 +00:00
parent 95197553f1
commit dd5cad7aee

View File

@ -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)