Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Enhancements to the CB Build System
baranbaran:
you have done a great job man ...well done for this amazing post
scarphin:
There are a couple of issues that need to be addressed currently. I'm trying to implement a robust method to fix those, if you're testing the current state of the implementation please state any issue you might experience that is not mentioned previously so I can take a look.
scarphin:
Sorry for the delay, I was a bit busy. I've implemented $(target...) macros which can be used for auto-generated files in general like:
--- Code: ---$(project_dir)\qt_ui\$(target_name)\ui_$file_name.h
--- End code ---
Obviously, when used like this include search folder should be:
--- Code: ---qt_ui\$(target_name)
--- End code ---
I've also fixed 2 null pointer bugs (one mentioned before) introduced with the previous patch. New patch is attached.
MortenMacFly:
--- Quote from: scarphin on April 30, 2015, 03:11:06 am ---I've also fixed 2 null pointer bugs (one mentioned before) introduced with the previous patch. New patch is attached.
--- End quote ---
Ok... trying...
BTW: There are some patches on the SF patch tracker that seem to be right similar to what you do. At least they would interfere. The author is "H. Metin OZER" if you want to have a look...
scarphin:
--- Quote from: MortenMacFly on May 01, 2015, 11:30:52 am ---BTW: There are some patches on the SF patch tracker that seem to be right similar to what you do. At least they would interfere. The author is "H. Metin OZER" if you want to have a look...
--- End quote ---
That is me. I submitted them before starting this thread and linked them in my post here:
http://forums.codeblocks.org/index.php/topic,20043.msg136947.html#msg136947
Sorry for the confusion. Please ignore them for now as the fixes are not implemented correctly on the initial patches. I'll update them if need be.
Edit: wrong link
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version