MacOSX/Qt system tweaks
These changes clean up build warnings and allow the resulting "NetHack" Application icons to be dragged around freely in the Finder, as is expected for Mac apps.
This commit is contained in:
@@ -198,7 +198,11 @@
|
||||
* otherwise it will be the current directory.
|
||||
*/
|
||||
# ifndef HACKDIR
|
||||
# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */
|
||||
# ifdef __APPLE__
|
||||
# define HACKDIR "nethackdir" /* nethack directory */
|
||||
# else
|
||||
# define HACKDIR "/usr/games/lib/nethackdir"
|
||||
# endif
|
||||
# endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user