Posted by Barbara Brazil on March 15, 2011 at 13:42:55:
In Reply to: Comet32 project compile posted by Grant Foraker on March 10, 2011 at 07:59:00:
There's another way you might want to try to compile multiple programs. Make a command file .ibs that consists of just the compilation commands for all the programs something like this:
!//IB// Src(Program1.IBS,COS) Obj(Program1,COS) Opt(L)
!//IB// Src(Program2.IBS,COS) Obj(Program2,COS) Opt(L)
!//IB// Src(Program3.ibs,COS) Obj(Program3,COS) Opt(L)
Open this .ibs file in UE and click the compile tool. It will compile all the programs.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.