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: T m

⟦27f023dd0⟧ TextFile

    Length: 1585 (0x631)
    Types: TextFile
    Names: »make.out«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xwanderer/make.out« 

TextFile

cc -c display.c -g  -UXWANDER
mv display.o displayC.o
cc -c fall.c -g  -UXWANDER
mv fall.o fallC.o
cc -c game.c -g  -UXWANDER
mv game.o gameC.o
cc -c icon.c -g  -UXWANDER
mv icon.o iconC.o
cc -c jump.c -g  -UXWANDER
mv jump.o jumpC.o
cc -c m.c -g  -UXWANDER
mv m.o mC.o
cc -g  -c read.c
cc -c scores.c -g  -UXWANDER
mv scores.o scoresC.o
cc -c helpscr.c -g  -UXWANDER
mv helpscr.o helpscrC.o
cc -g  -o wanderer displayC.o fallC.o gameC.o iconC.o jumpC.o mC.o read.o scoresC.o  helpscrC.o read.o -lcurses -ltermcap
cc -c display.c -g  -DXWANDER
mv display.o displayX.o
cc -c fall.c -g  -DXWANDER
mv fall.o fallX.o
cc -c game.c -g  -DXWANDER
mv game.o gameX.o
cc -c icon.c -g  -DXWANDER
mv icon.o iconX.o
cc -c jump.c -g  -DXWANDER
mv jump.o jumpX.o
cc -c m.c -g  -DXWANDER
mv m.o mX.o
cc -c scores.c -g  -DXWANDER
mv scores.o scoresX.o
cc -c helpscr.c -g  -DXWANDER
mv helpscr.o helpscrX.o
cc -g  -o xwanderer displayX.o fallX.o gameX.o iconX.o jumpX.o mX.o read.o scoresX.o  helpscrX.o read.o -lX11
cc -c game.c -g  -DGAMEDEV
mv game.o gameD.o
cc -c m.c -g  -DGAMEDEV 
mv m.o mD.o
cc -g  -c devread.c
cc -g  -o dev displayC.o iconC.o gameD.o mD.o fallC.o devread.o helpscrC.o -lcurses -ltermcap
cc -c game.c -g  -DGAMEDEV -DXWANDER
mv game.o gameXD.o
cc -c m.c -g  -DGAMEDEV -DXWANDER
mv m.o mXD.o
cc -g  -o xdev displayX.o iconX.o gameXD.o mXD.o fallX.o devread.o helpscrX.o -lX11
cc -g  -c erase.c
cc -g  -o erase erase.o 
cp wanderer xwanderer dev xdev erase /mnt/cuddy/bin
mkdir /mnt/cuddy/lib/wanderer
cp screens/* /mnt/cuddy/lib/wanderer
cp wanderer.help /mnt/cuddy/lib/wanderer