Hello,
I know there is already a XenoCode-action inside FinalBuilder 6. This action supports XenoCode 2004 up to version 2007.
An action for XenoCode PostBuild 2008 would be nice. Of course, Postbuild 2008 has a command-line interface:
The Postbuild command-line syntax is
XBuild config.postbuild [options...]
where config.postbuild is the saved configuration file. Options specified in the configuration file may be overridden with the command-line flags given in the following table:
Option | Description |
/m mapfile.xcmap | This option causes a symbol mapping file to be written to the file "mapfile.xcmap". |
/w watermark1 | The /w option allows product identification information (watermarks) to be specified from the command-line. Specifying multiple /w options indicates the first, second, third, etc watermarks. |
/p preset | The /p option overrides the base preset specified in the project file. Valid options for the preset argument include: · aggr: Aggressive · cons: Conservative · size: Minimize size · meta: Metadata-only · null: Null configuration |
/passphrase passphrase | This option allows the configuration passphrase to be overridden from the command-line. |
/allstrings | This option forces all strings to be selected for string encryption. |
/o outputdir | This option allows an alternate output directory to be specified. |
The XBuild program exits with a process result code of zero if processing succeeded, or a non-zero result code if an error occurred during processing.
Kind regards,
Joachim Lukasser