diff --git a/src/bin/rc/docs/rc.html b/src/bin/rc/docs/rc.html index d0901a6dc5..7add64c9dd 100644 --- a/src/bin/rc/docs/rc.html +++ b/src/bin/rc/docs/rc.html @@ -32,7 +32,7 @@
Because .rsrc files have a binary file format, you need to use special tools to edit them, such as FileTypes, QuickRes, or Resourcer. Alternatively, you can use a "resource compiler". This is a command line tool that takes a text-based resource script and turns it into a .rsrc file.
-With a resource compiler, you express your resources as ASCII text using a special definition language, which makes the resource files much easier to edit and maintain. You no longer need separate GUI tools to build your .rsrc files, and you can even automate the whole process by calling the compiler from your Makefile or Jamfile. Resource scripts will also make your life easier if you use CVS, because CVS doesn't handle .rsrc files very well.
+With a resource compiler, you express your resources as ASCII text using a special definition language, which makes the resource files much easier to edit and maintain. You no longer need separate GUI tools to build your .rsrc files, and you can even automate the whole process by calling the compiler from your Makefile or Jamfile. Resource scripts will also make your life easier if you use version control, because version control doesn't handle .rsrc files very well.
BeOS R5 comes with an (experimental) resource compiler called "beres", and a corresponding decompiler called "deres". rc is an open source replacement (and enhancement) of these tools. It is (mostly) backwards compatible, so you should be able to compile your old .rdef files without any problems.
@@ -280,13 +280,13 @@ resource myint { 123 };
- type corresponds to fields app_signature the app's MIME signature string + - app_signature the app's MIME signature string signature app_flags application launch flags uint32 + - app_flags application launch flags uint32 flags app_version version information uint32 major, middle, + app_version version information uint32 major, middle, minor, variety, internal
string short_info, long_infolarge_icon 32x32 icon array of 1024 bytes