Alexander Schaal
Alexander Schaal
"CommandLine" and "Makefile" have since a few versions an "independent" flag. If set to true, bake does not wait for completion before going on. Maybe this does solve you problem?
Discussed offline. For me it seems the order is correct. Waiting for feedback from tea-age to come up with an example.
Thank you for the idea. I would like to do that, but that is not easy. Adding the compiler flags + error parser is one thing, but every compiler front-end...
``` consoleOutput.gsub!(/\xE2\x80\x98/,"`") # ÔÇÿ consoleOutput.gsub!(/\xE2\x80\x99/,"'") # ÔÇÖ ``` Der Kommentar dahiner ist genau das, was durch gsub ersetzt wird. Tja, ich hab damals bisschen rumgebastelt und das war das einzige,...
- build results must be placed in the project dir due to some other tools like gcover. - compiling in the project dir simplifies/shortens the command line. - chdir is...
Yes, you are right. I will add an option to overwrite these flags.
After talking to flxo this fix is not urgently needed, to it will be shifted. Internal starndard flags will be removed in bake3, which should fix this automatically.
We will decide about the future of VS plugin in January.
This is compiler dependent.