This commit is contained in:
2023-08-14 07:55:42 +02:00
parent 3b04af698f
commit 5d82ad37f7
10 changed files with 112 additions and 919 deletions

View File

@@ -5,13 +5,13 @@
#define APP_CACHEDIR "/home/ziggi/projects/jcomp/cache"
/* location of configuration files for ${PACKAGE} */
#define APP_CONFDIR "/home/ziggi/projects/jcomp/"
#define APP_CONFIGDIR "/home/ziggi/projects/jcomp/"
/* location of database dir */
#define APP_DATABASEDIR "/home/ziggi/projects/jcomp/data"
/* location of libs */
#define APP_LIBDIR "/home/ziggi/projects/jcomp/"
#define APP_LIBDIR "/home/ziggi/projects/jcomp/lib"
/* location of ${PACKAGE} logdir */
#define APP_LOGDIR "/home/ziggi/projects/jcomp/log"