1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-17 11:39:11 +00:00

Codechange: rework how grf and ob[msg] are generated

For grfs, it now uses CMake scripts to do its job, and both grf
files are split into their own folder to make more clear what is
going on. Additionally, it no longer builds in-source (although the
resulting grf is copied back in the source folder).

For ob[msg] it now uses CMake scripts to generate the translation
files; the result is no longer stored in-source (but in the build
folder).

Although all files are available to create the GRFs and basesets, it
won't really work till CMake is introduced (which will happen in a
few commits from here)
This commit is contained in:
Patric Stout
2019-04-07 11:51:19 +02:00
committed by glx22
parent 203a77c1dc
commit 85315e2e31
84 changed files with 220 additions and 255 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.