From 62d6c19bacaba43b5cd97c5eb0bd7fea7942fca0 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 24 Apr 2006 03:10:02 +0000 Subject: [PATCH] Outdated comments -- maybe of historical interest, but probably not. --- demos/xmas.c | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/demos/xmas.c b/demos/xmas.c index 38d16e9e..a2cc88fa 100644 --- a/demos/xmas.c +++ b/demos/xmas.c @@ -17,8 +17,6 @@ /* */ /* */ /* */ -/* */ -/* */ /* IMPLEMENTATION */ /* */ /* Feel free to modify the defined string FROMWHO to reflect you, your */ @@ -47,36 +45,11 @@ /* */ /* usually this: */ /* */ -/* cc -O asciixmas.c -lcurses -o asciixmas -s */ -/* */ -/* */ -/* Zilog S8000 models 11, 21, 31, etc with ZEUS variant of SYSTEM III */ -/* maybe other SYSTEM III also: */ -/* */ -/* cc asciixmas.c -lcurses -ltermlib -o asciixmas -s */ -/* */ -/* as above with optional "peephole optimizer" installed: */ -/* */ -/* cc -O asciixmas.c -lcurses -ltermlib -o asciixmas -s */ -/* */ -/* */ -/* Zilog S8000 models 32, 130 with WE32100 chip and SYS V, REL2 */ -/* maybe 3B2 also? */ -/* */ -/* cc -f -O -K sd asciixmas.c -lcurses -o asciixmas -s */ -/* */ -/* */ -/* Pyramid, Sequent, any other "dual universe" types compile and execute */ -/* under either universe. The compile line for the ucb universe (as you */ -/* might expect) is the same as for SYS III UNIX: */ -/* */ -/* cc -O asciixmas.c -lcurses -ltermlib -o asciixmas -s */ -/* */ -/* The above compile will also hold true for other BSD systems. (I hope) */ +/* cc -O xmas.c -lcurses -o xmas -s */ /* */ /******************************************************************************/ -/* $Id: xmas.c,v 1.23 2006/04/24 02:59:55 wmcbrine Exp $ */ +/* $Id: xmas.c,v 1.24 2006/04/24 03:10:02 wmcbrine Exp $ */ /* NOMACROS makes a big difference in the size with PDCurses */