From: Eric S. Raymond Date: Wed, 13 Sep 2006 16:36:24 +0000 (+0000) Subject: Experimental X code X-Git-Tag: 2.0~290 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=1268b882a9dc50ce93658979aaf1147b1cfbe11a;ds=sidebyside Experimental X code Starting from Jaap Bender's tutorial example at . --- diff --git a/Makefile b/Makefile index 5865d6b..f8acefc 100644 --- a/Makefile +++ b/Makefile @@ -75,3 +75,7 @@ release: sst-$(VERSION).tar.gz sst.html version: @echo $(VERSION) + +# Experimental XaW code, not yet integrated with the game +xio: xio.c + cc xio.c -lXaw3d -o xio