Hi All, I am writing to ask if there is a convenient way to compile a set of eclipse libraries into one assembly that could be loaded at start-up of the eclipse engine ? I would like the platform to be as compact as possible containing only the necessary libraries compiled in one libs_all.eco file which would be loaded at eclipse start-up.. I've tried the following approach: I've loaded the solver and therefore all necessary libraries got loaded. Than used a short eclipse script to: 1. get a list of all compiled files 2. filter out those that belong to the solver ( leaving only the library files belonging to the platform ) 3. concatenate the files to one lib_all.ecl 4. compile lib_all.ecl to lib_all.eco than use the lib_all when starting eclipse.exe with -b option , or better to include the assembly when running the eclipse via the c interface. I am running into some problems during point 4. I would be grateful if someone could let me know if there is an easy way to prepare such a compact eclipse platform. Best regards LukeReceived on Sat Dec 26 2009 - 18:08:13 CET
This archive was generated by hypermail 2.2.0 : Thu Feb 02 2012 - 02:31:58 CET