Two pre-built, working projects demonstrating the Submission
Interface can be found in the "XGE\Samples\Submission Interface\"
subfolder under the IncrediBuild installation folder:
Sample Project 1
- demonstrates a simple application
build using the XGE Submission Interface.
Sample Project 2
- identical to sample project 1, but
uses command
files for faster loading of the command queue.
Notes (for both examples)
Run the batch file (RunSubmissionInterfaceSample.bat) from the
command prompt set to this folder. This will allow IncrediBuild to
pick up the profile.xml file correctly.
Note that the example is currently configured to use the MS
Visual Studio 2005 compiler. If you have a different Visual Studio
version installed, open RunSubmissionInterfaceSample.bat and
replace the following line: call "%VS80COMNTOOLS%vsvars32.bat"
with either: call
"%VS71COMNTOOLS%vsvars32.bat" (for
MS Visual Studio 7.0)
OR: Call "C:\Program Files\Microsoft Visual
Studio\VC98\Bin\vcvars32.bat (for
MS Visual Studio 6.0 - change according to VC installation folder
if installed in a folder different than default location).
Copyright (C) 2001-2008 Xoreax Software Ltd. All rights
reserved.