proj2make: some minor improvements.- Enable use of `find_directory()` when searching for "etc/makefile".- Fixed a missing return statement on `_l::str()`;- Fix "STATIC" typo on gAppTypes.- Remov
proj2make: some minor improvements.- Enable use of `find_directory()` when searching for "etc/makefile".- Fixed a missing return statement on `_l::str()`;- Fix "STATIC" typo on gAppTypes.- Removed some superfluous spaces on the output makefile, added a couple of missing ones.- Avoid adding library paths as include dirs.- Replace BeOS header paths with Haiku's.- Some minor code style changes, here and there.Change-Id: I03f221c39e894fb6ab6ffebd95ffe5e749678540Reviewed-on: https://review.haiku-os.org/c/haiku/+/7786Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
show more ...
Draft of proj2make - BeIDE projects convertion tool* The proj2make can extract most of data required by makefile-engine powered makefiles from the BeIDE project files making porting of the old Be
Draft of proj2make - BeIDE projects convertion tool* The proj2make can extract most of data required by makefile-engine powered makefiles from the BeIDE project files making porting of the old BeOS software projects more easy;* This tool was implemented during GCI2011 as the "undocumented data format investigation task" study work, so please be patient to it's incompleteness and not perfect design. Thank you for understanding!Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>