04-06-2011 04:19 AM
Hi
I upgraded to CVI 2010 and when I select "Check all Debug" to perform a batch build CVI selects debug and debug64 configurations. But I need only the debug configuration without 64 bit. Is there a way to disable the debug64 configuration somehow? I don't want to deselect the debug64 configuration files every time I do a batch build.
Thanks in advance.
04-06-2011 04:29 AM
Hi,
for me initially all batch build options are deselected. You can select individual options and don't need to click 'check all debug' .
Is this your question?
04-06-2011 05:00 AM
Thank you for your answer. I know that I can select individual options. Sometimes I do a batch build of my colleagues big project an the easiest way is to check all debug. Well, if there is no other way to disable the debug64 configuration automatically, I have to do it manually.
04-07-2011 05:29 AM
Hi,
I've created a small program which does the job. It's "version 0.1", so use at your own risk 😉
Maybe I will built in some other features which is the original batch builder still missing, like possibility to store custom built sets (only first 5 projects in workspace, all dll's in debug, exe in release config or similiar.)
Feel free to adjust the code to your needs.
Peter
04-07-2011 05:50 AM
sorry, just found first bug, which is now fixed (did not stop when reached last prj in cws)