patch投げ用
Revision | 711eb005eca4fca6ca2d67a4925db2731a7e20f2 (tree) |
---|---|
Time | 2016-03-16 03:42:05 |
Author | SHIRAKATA Kentaro <argrath@ub32...> |
Commiter | SHIRAKATA Kentaro |
nethack to jnethack (executable name)
@@ -298,7 +298,8 @@ WINBELIB = -lbe | ||
298 | 298 | LIBS = |
299 | 299 | |
300 | 300 | # make NetHack |
301 | -GAME = nethack | |
301 | +# GAME = nethack | |
302 | +GAME = jnethack | |
302 | 303 | # GAME = nethack.prg |
303 | 304 | |
304 | 305 | # if you defined RANDOM in unixconf.h/tosconf.h since your system did not come |
@@ -18,7 +18,8 @@ NHSROOT=. | ||
18 | 18 | |
19 | 19 | # make NetHack |
20 | 20 | #PREFIX = /usr |
21 | -GAME = nethack | |
21 | +# GAME = nethack | |
22 | +GAME = jnethack | |
22 | 23 | # GAME = nethack.prg |
23 | 24 | #GAMEUID = games |
24 | 25 | #GAMEGRP = bin |