[Github-comments] [geany/geany] Questions/discussions about build.c code (#2274)
LarsGit223
notifications at xxxxx
Wed Aug 28 15:12:33 UTC 2019
> I don't think GBO_TO_CMD actually needs to do anything.
IMHO it maps the old options to the index of the group:
```
GEANY_GBO_COMPILE --> Index 0 in group GEANY_GBG_FT
GEANY_GBO_BUILD --> Index 1 in group GEANY_GBG_FT
GEANY_GBO_MAKE_ALL --> Index 2 in group GEANY_GBG_FT
GEANY_GBO_CUSTOM --> Index 0 in group GEANY_GBG_NON_FT
GEANY_GBO_MAKE_OBJECT --> Index 1 in group GEANY_GBG_NON_FT
GEANY_GBO_EXEC --> Index 0 in group GEANY_GBG_EXEC
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2274#issuecomment-525790465
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190828/9e1f75ff/attachment.html>
More information about the Github-comments
mailing list