DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: M T

⟦ff86f7cd1⟧ TextFile

    Length: 654 (0x28e)
    Types: TextFile
    Names: »Makefile.msdos«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Wanderer/Makefile.msdos« 

TextFile

# 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