/* * dgd_dirs.h * * Defines useful DGD directories for /dgd/ objects * Note: #defines for paths does NOT rely on these. * See objects.h for paths to DriverLib objects. * * (C) Frank Schmidt, Jesus@NorseMUD * */ #ifndef _DGD_DIRS_H #define _DGD_DIRS_H /* DGD main lib directory */ #define _LIB_DIR "/dgd/lib/" /* DGD include dir */ #define _INCLUDE_DIR "/dgd/lib/include/" /* DGD system dir */ #define _SYS_DIR "/dgd/lib/sys/" /* DGD standard objects dir */ #define _STD_DIR "/dgd/lib/std/" /* DGD standard driver-log dir */ #define _LOG_DIR "/dgd/log/" #endif