Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KDevelop 4 project files generator #6577

Closed
DorpsGek opened this issue Jun 26, 2017 · 2 comments
Closed

KDevelop 4 project files generator #6577

DorpsGek opened this issue Jun 26, 2017 · 2 comments
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) patch from FlySpray This issue is in fact a Patch, but imported from FlySrpay

Comments

@DorpsGek
Copy link
Member

adf88 opened the ticket and wrote:

This patch integrates a tool into OpenTTD build system for generating KDevelop 4 project files. The tool is similar to the one that generates MSVC projects. It can be used directly or with 'make'. Requires 'sh' shell.

Usage through 'make':

./configure
make kdev

Direct usage:

./kdevelop/generate [PROJECT_NAME|-h|--help]

PROJECT_NAME is the name of the project that will be displayed in KDevelop.
Before executing, cd into OpenTTD folder and run ./configure script.

-h, --help
print help and exit

Alternatively to the 'kdev-gen.diff' patch, you can use a bundled script 'kdev-gen' which is attached too.

Attachments

Reported version: trunk
Operating system: All


This issue was imported from FlySpray: https://bugs.openttd.org/task/6577
@DorpsGek
Copy link
Member Author

frosch closed the ticket.

Reason for closing: Implemented

in r27897


This comment was imported from FlySpray: https://bugs.openttd.org/task/6577

@DorpsGek
Copy link
Member Author

frosch wrote:

I added the generation script with some modified filters.
The filters could possibly also be generated from .gitignore/.hgignore, but that may not be worth the effort; it may also require converting the script to python.

I don't think a "make" target would fit the rest of the projects. "make" should probably be minimal, since it is also shipped with distros...


This comment was imported from FlySpray: https://bugs.openttd.org/task/6577#comment14628

@DorpsGek DorpsGek added flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) Build system patch from FlySpray This issue is in fact a Patch, but imported from FlySrpay labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) patch from FlySpray This issue is in fact a Patch, but imported from FlySrpay
Projects
None yet
Development

No branches or pull requests

1 participant