diff options
Diffstat (limited to 'include/path.h')
| -rw-r--r-- | include/path.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/include/path.h b/include/path.h deleted file mode 100644 index d253fe1..0000000 --- a/include/path.h +++ /dev/null @@ -1,33 +0,0 @@ - -#ifndef PATH_H - -#define PATH_H - -#include "main.h" - -#ifdef DESTDIR - -#define PATH_DIR "share/tuxanci-ng/" - -#endif - -#ifndef DESTDIR - -#define PATH_DIR "./" - -#undef DESTDIR -#define DESTDIR "" - -#endif - -#define PATH_IMAGE DESTDIR PATH_DIR "image/" -#define PATH_FONT DESTDIR PATH_DIR "font/" -#define PATH_ARENA DESTDIR PATH_DIR "arena/" -#define PATH_SOUND DESTDIR PATH_DIR "sound/" -#define PATH_MUSIC DESTDIR PATH_DIR "music/" -#define PATH_CONFIG DESTDIR PATH_DIR "conf/" -#define PATH_LANG DESTDIR PATH_DIR "lang/" -#define PATH_DATA DESTDIR PATH_DIR "data/" -#define PATH_MODULES DESTDIR PATH_DIR "modules/" - -#endif |