diff --git a/EasyBuild b/EasyBuild index 095b01f..22568a3 100644 --- a/EasyBuild +++ b/EasyBuild @@ -4,5 +4,12 @@ Set MAKE_OUT :BuildResults:RISC:Text:MakeFile Set Parent "`Files -f "{0}" | StreamEdit -d -e '/((Å:)*)¨1([Â:]*)/ Print ¨1'`" SetDirectory "{Parent}" +Set AllMiscRsrcFiles "`WhereIs -s :Misc .rsrc` `WhereIs -s :Misc GoNativeResources`" # quoted for us! + +For ToRez in `Files -n -x r {AllMiscRsrcFiles} | StreamEdit -d -e "/(Å)¨1 0b°/ Print ¨1"` + Echo EasyBuild: Rezzing (once-off) "{ToRez}" + Rez -t rsrc -c RSED -o "{ToRez}" "{ToRez}" +End + Make -w -d Sources=: -f "{MAKE_FILE}" RomMondo > "{MAKE_OUT}" "{MAKE_OUT}" diff --git a/README.md b/README.md index 2c31e51..3fb82af 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,6 @@ Finally, do a once-off "re-smudge": rm -rf ../mac-rom/* git checkout . -Restoring resource forks ------------------------- -Some files in the `Misc` folder contain pre-built resources that have been DeRezzed to gel with version control. On your Mac with the command line developer tools installed: - - cd Misc - for x in *.rsrc GoNativeResources; do Rez -o $x $x; done - Building -------- This code is built with the [Macintosh Programmer's Workshop](https://en.wikipedia.org/wiki/Macintosh_Programmer%27s_Workshop) (MPW), which runs on the Classic Mac OS. To satisfy the memory requirements of the build process, the MPW Shell should get a memory partition of at least 16 MB. Once you have MPW set up, the build process is not particularly fussy.