Skip to content
rifraf edited this page Sep 14, 2010 · 3 revisions

Firstly see the simple walkthrough in DRB test

Change the build folder

The default build folder is ./_IRPackager_. You can override this by specifying a new location in the environment variable _IRPackager_.

Change the Vendorized cache source folder

The default folder to get the Vendorized files from is ./_Vendor_.

You can override this on the command line. Any argument after the application name is assumed to be a folder to include in the embedding process. e.g. ir <path_to>\IRPackager.rb my_app.rb my_cache other_cache

Change the program properties (AssemblyInfo.cs)

The C# file Properties/AssemblyInfo.cs will get created during the build process unless it already exists. If you want different version information, copyrights etc, the easiest way is to perform an initial build, edit the file and repeat the build. Your changes will be preserved.

Change to the main program (.cs)

The main C# program file <prog>.cs will get created during the build process unless it already exists. If you need to add or change it, the easiest way is to perform an initial build, edit the file and repeat the build. Your changes will be preserved.

Do note that if you later choose to add extra Vendorized directories to the application, you may need to adjust the .Mount calls.

Clone this wiki locally