From 7cee114228e7238ba09c2ff0d66de5639edb1890 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Mon, 22 Jun 2015 15:23:40 -0400 Subject: [PATCH] rc: replace reference to CVS with 'version control'. --- src/bin/rc/docs/rc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 };
- - -
typecorresponds tofields
app_signaturethe app's MIME signaturestring +
app_signaturethe app's MIME signaturestring signature
app_flagsapplication launch flagsuint32 +
app_flagsapplication launch flagsuint32 flags
app_versionversion informationuint32 major, middle, +
app_versionversion informationuint32 major, middle, minor, variety, internal
string short_info, long_info
large_icon32x32 iconarray of 1024 bytes