Added Mac OS X resource file handling:
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 1 May 2001 19:40:09 +0000 (19:40 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 1 May 2001 19:40:09 +0000 (19:40 +0000)
commit2f51a9ecc5b9ebd406b6fa8d919793c1d661ec15
treee940f99610698c921fb2b35bd2eab466e3a57091
parent3d5aff50cb85e5b3299bf046d185b172bd488f08
Added Mac OS X resource file handling:
  - rez wxMac library resources into a rsrc file in the lib directory
  - derez the previous rsrc file into an ascii file in the lib directory
  - rez the ascii file into the executables as needed
  - mark executables with application creator code APPL
Compiling the resources into a file in the lib directory avoids dependencies
on the wxMac resource sources when creating executables. However, decompiling
and recompiling could be avoided if resource merging worked (ResMerger?).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
configure
configure.in
src/make.env.in
src/makeprog.env.in