-
Notifications
You must be signed in to change notification settings - Fork 0
How to...
Firstly see the simple walkthrough in DRB test
The default build folder is ./_IRPackager_. You can override this by specifying a new location in the environment variable _IRPackager_.
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
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.
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.