|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 654 (0x28e) Types: TextFile Names: »Makefile.msdos«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Wanderer/Makefile.msdos«
# Makefile for wanderer - modified by Bill Randle 6/30/88 # modified again by play@cwi.nl # and again by me.. maujp@uk.ac.warwick.cu # and for MSDOS by Gregory H. Margo (uunet!netxcom!nxsysf!gmargo) OBJ = jump.obj display.obj icon.obj game.obj read.obj help.obj fall.obj scores.obj edit.obj m.obj save.obj CFLAGS = -O -Ic:\src\lib\curses -DLINT_ARGS LIBS = c:\src\lib\curses\scurses.lib /NOI /STACK:0x1000 all: wanderer.exe @echo DONE wanderer.exe: $(OBJ) link $(OBJ),wanderer.exe,NUL,$(LIBS); $(OBJ): wand_head.h install: @mkdir /usr/games/lib/wand cp -r screens /usr/games/lib/wand touch /usr/games/lib/wand/hiscores mv wanderer /usr/games