1
0
mirror of https://github.com/tiyn/yeschess.git synced 2025-10-20 23:01:21 +02:00

configs and projectPath

In the last few commits the problem occured
that absolute paths are needed for correct
and unambiguous locations for binary files
or the database.
For the compiler arguments the problem is now
solved with an automatic script, that creates
the absolute paths automatically for different
systems.
The database path is now specified by calling
a new function, that finds the root of the
project followed by a relative path.
This commit is contained in:
TiynGER
2021-05-17 00:01:18 +02:00
parent fa05c87cb1
commit ca73df4fbb
10 changed files with 92 additions and 29 deletions

6
.gitignore vendored
View File

@@ -1,6 +1,6 @@
*.db
secret.nim
nim.cfg
bin
htmldocs
pgn
secret.nim
ressources