Update Rez command to reflect new location for .r files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-03-31 20:49:39 +00:00
parent 84f6927eca
commit bdcc580c3d

View File

@@ -91,7 +91,7 @@
<dependency-of>all</dependency-of> <dependency-of>all</dependency-of>
<set var="__targetname">$(MACOS_R)</set> <set var="__targetname">$(MACOS_R)</set>
<command> <command>
$(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/mac/apprsrc.r $(top_srcdir)/src/mac/carbrsrc.r $(top_srcdir)/src/mac/corersrc.r -o $(MACOS_RSRC) $(RESCOMP) -d __UNIX__ -useDF $(top_srcdir)/src/mac/carbon/apprsrc.r $(top_srcdir)/src/mac/carbon/carbrsrc.r $(top_srcdir)/src/mac/carbon/corersrc.r -o $(MACOS_RSRC)
$(DEREZ) $(MACOS_RSRC) Carbon.r -useDF >$(MACOS_R) $(DEREZ) $(MACOS_RSRC) Carbon.r -useDF >$(MACOS_R)
</command> </command>
<clean-files>$(MACOS_RSRC) $(MACOS_R)</clean-files> <clean-files>$(MACOS_RSRC) $(MACOS_R)</clean-files>