[Pkg-nethack-devel] nethack/sys/os2 Makefile.os2,1.1.1.1,1.2

Joshua Kwan joshk-guest@quantz.debian.org
Tue, 09 Dec 2003 16:14:46 +0000


Update of /cvsroot/pkg-nethack/nethack/sys/os2
In directory quantz:/tmp/cvs-serv9687/sys/os2

Modified Files:
	Makefile.os2 
Log Message:
Merge Nethack 3.4.3 upstream source.


Index: Makefile.os2
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/sys/os2/Makefile.os2,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.os2	7 Oct 2003 19:00:30 -0000	1.1.1.1
+++ Makefile.os2	9 Dec 2003 16:14:44 -0000	1.2
@@ -1,5 +1,5 @@
-#	SCCS Id: @(#)Makefile.os2	3.4.2	1996/10/29
-#	OS/2 NetHack 3.4.2 Makefile for OS/2 versions 2.x
+#	SCCS Id: @(#)Makefile.os2	3.4.3	1996/10/29
+#	OS/2 NetHack 3.4.3 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
@@ -176,7 +176,7 @@
 
 OBJ	= \tmp\obj		# Object files
 TEMP	= \tmp\bin		# Temporary files during make process
-GAMEDIR = \games\nh342x11	# Game directory
+GAMEDIR = \games\nh343x11	# Game directory
 PLIBP	= c:\emx\lib		# Protected mode C libraries
 RLIBP	= c:\emx\lib		# Possible real mode C libraries
 
@@ -185,7 +185,7 @@
 #
 
 GAME	= nethack
-GAMEDES = "NetHack 3.4.2"
+GAMEDES = "NetHack 3.4.3"
 
 #
 #	The uppermost two lines for MSC, the middle two for GCC, and