/ placement
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2642 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -21,10 +21,10 @@
|
|||||||
#define CONFIGDIR USERDIR
|
#define CONFIGDIR USERDIR
|
||||||
|
|
||||||
/* Directory where supermelee teams will be stored */
|
/* Directory where supermelee teams will be stored */
|
||||||
#define MELEEDIR "%UQM_CONFIG_DIR/%teams/"
|
#define MELEEDIR "%UQM_CONFIG_DIR%/teams/"
|
||||||
|
|
||||||
/* Directory where save games will be stored */
|
/* Directory where save games will be stored */
|
||||||
#define SAVEDIR "%UQM_CONFIG_DIR/%save/"
|
#define SAVEDIR "%UQM_CONFIG_DIR%/save/"
|
||||||
|
|
||||||
/* Defined if words are stored with the most significant byte first */
|
/* Defined if words are stored with the most significant byte first */
|
||||||
@WORDS_BIGENDIAN@
|
@WORDS_BIGENDIAN@
|
||||||
|
|||||||
@@ -21,10 +21,10 @@
|
|||||||
#define CONFIGDIR USERDIR
|
#define CONFIGDIR USERDIR
|
||||||
|
|
||||||
/* Directory where supermelee teams will be stored */
|
/* Directory where supermelee teams will be stored */
|
||||||
#define MELEEDIR "%UQM_CONFIG_DIR%teams/"
|
#define MELEEDIR "%UQM_CONFIG_DIR%/teams/"
|
||||||
|
|
||||||
/* Directory where save games will be stored */
|
/* Directory where save games will be stored */
|
||||||
#define SAVEDIR "%UQM_CONFIG_DIR%save/"
|
#define SAVEDIR "%UQM_CONFIG_DIR%/save/"
|
||||||
|
|
||||||
/* Define if words are stored with the most significant byte first */
|
/* Define if words are stored with the most significant byte first */
|
||||||
#undef WORDS_BIGENDIAN
|
#undef WORDS_BIGENDIAN
|
||||||
|
|||||||
Reference in New Issue
Block a user