Adjust the build system

Language is now just built once per app (still some JA2UB conditionals
going on in there) but building everything should now take eight times
less work
This commit is contained in:
Marco Antonio J. Costa
2024-12-31 18:24:36 -03:00
parent e9686c0dca
commit 959c29434e
4 changed files with 71 additions and 71 deletions
+1
View File
@@ -2,3 +2,4 @@
# priority (LOW,HIGH) and description
LOW readd the C4838 (https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4838) warning to CMakeLists.txt once they're all fixed in the code
HIGH get rid of ENGLISH, GERMAN, etc preprocessor definitions completely. that way i18n can be built just once and language can be changed in the options screen pending game restart (hotloading will likely require more work)