Discuss Italy and Italian culture on our forum. Ask questions about travelling to Italy
Unixlinks in OpenOffice.org Installation Sets |
| Published: July 30, 2007, 11:53 am |
| Tags: general |
|
As you perhaps know, the content of an OpenOffice.org installation set is defined in cvs project scp2. This project contains its own language, the scp-language. scp is an abbreviation for “script particle”. There are some rules for this language, that are documentated at http://installation.openoffice.org/How_to_scp_in_ooo.html Now there is one new item available in the scp language, that can be used to create soft links in Unix environments. Therefore the item is called “Unixlink”. A sample definition is: #ifdef UNX Unixlink gid_Unixlink_Zip BIN_FILE_BODY; Styles = (); Dir = gid_Dir_Program; Name = „ziplink“; Target = „/usr/bin/zip“; End #endif #ifdef UNX Unixlink gid_Unixlink_Unzip BIN_FILE_BODY; Styles = (); Dir = gid_Dir_Program; Name = „unziplink“; Target = „/usr/bin/unzip“; End #endif Unixlinks have to be assigned to modules: Unixlinks = (gid_Unixlink_Zip, gid_Unixlink_Unzip); The definition of a [ Full article ] |
|
|
No Comments...