diff options
author | Thomas Weißschuh <[email protected]> | 2021-01-15 16:45:55 +0100 |
---|---|---|
committer | Thomas Weißschuh <[email protected]> | 2021-01-16 12:25:03 +0100 |
commit | 884a830d62a8d5dbf7f14dd2e92553fadbe62cc4 (patch) | |
tree | d787adc686e3c0f07aaa4f93ebd023bfe5dd3125 /.gitignore | |
parent | 4e46e2b3b99d43345e5c1f0e00792a1db29d4948 (diff) | |
download | IronOS-884a830d62a8d5dbf7f14dd2e92553fadbe62cc4.tar.gz IronOS-884a830d62a8d5dbf7f14dd2e92553fadbe62cc4.zip |
TS100: move translation generation to Makefile
Translation.cpp is now automatically regenerated when necessary.
This frees the developer from having to remember to execute build.sh
after the translations have changed.
Translation.cpp has been moved from Core/Src/ to the new Core/Gen/ as
otherwise it would end up twice in SOURCE, once through the source
discovery and once through the explicit entry.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -52,7 +52,6 @@ workspace/TS100A/.metadata/ Translation Editor/.vscode/
Translation Editor/__pycache__/
*.pyc
-workspace/TS100/src/Translation.cpp
*.lst
*.mk
*.list
@@ -67,7 +66,6 @@ codeship.aes .vscode/settings.json
# Auto generated files
-workspace/TS100/Core/Src/Translation.cpp
workspace/TS100/Core/Inc/unit.h
# IDE configs
.vs/*
|