diff -Naurd ../nethack-3.4.1/sys/os2/Makefile.os2 ./sys/os2/Makefile.os2 --- ../nethack-3.4.1/sys/os2/Makefile.os2 Sun Feb 23 14:43:37 2003 +++ ./sys/os2/Makefile.os2 Mon Sep 1 14:33:32 2003 @@ -1,5 +1,5 @@ -# SCCS Id: @(#)Makefile.os2 3.4.1 1996/10/29 -# OS/2 NetHack 3.4.1 Makefile for OS/2 versions 1.x and 2.x +# SCCS Id: @(#)Makefile.os2 3.4.2 1996/10/29 +# OS/2 NetHack 3.4.2 Makefile for OS/2 versions 2.x # Copyright (C) 1990, 1991, 1992, 1993, 1996 Timo Hakulinen # # Several compilers exist for OS/2 but, currently only GCC emx is tested @@ -7,7 +7,8 @@ # # Supported compilers: GCC emx 0.9g # -# DMAKE is required. Credit for the makefile improvements goes to Pekka Rousu. +# DMAKE is required. Credit for the makefile improvements goes to +# Pekka Rousu. # # Copy this file into $(SRC) directory, rename it to "makefile" # (important, many targets rely on it), compile and link inside @@ -175,7 +176,7 @@ OBJ = \tmp\obj # Object files TEMP = \tmp\bin # Temporary files during make process -GAMEDIR = \games\nh341x11 # Game directory +GAMEDIR = \games\nh342x11 # Game directory PLIBP = c:\emx\lib # Protected mode C libraries RLIBP = c:\emx\lib # Possible real mode C libraries @@ -184,7 +185,7 @@ # GAME = nethack -GAMEDES = "NetHack 3.4.1" +GAMEDES = "NetHack 3.4.2" # # The uppermost two lines for MSC, the middle two for GCC, and