(wrgamesdef): Generate EMPDIR instead of EMPPATH(). Change callers of

EMPPATH() to use EMPDIR.  This avoids triggering MSVC bugs, and drops
support for traditional, pre-ISO cpp.  Closes #753935.
(gamedir, lostfil, playerbin, updatebin): Unused, remove.
This commit is contained in:
Markus Armbruster 2004-01-31 19:33:00 +00:00
parent a99bc3be73
commit cfc7e113ef
4 changed files with 32 additions and 67 deletions

View file

@ -62,7 +62,7 @@ extern char *strdup();
#endif /* NOSTRDUP */
/* All the configurable variables ... */
extern s_char *infodir, *datadir, *gamedir, *loginport, *privname,
extern s_char *infodir, *datadir, *loginport, *privname,
*privlog;
extern double buil_tower_bt, buil_tower_bc;