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

⟦543d0140d⟧ TextFile

    Length: 581 (0x245)
    Types: TextFile
    Names: »makefile.dos«

Derivation

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

TextFile

# Makefile (ibm-pc/ms-dos) for
#			Bridge Bidder	Version 3.0
#			by John Oswalt and Nathan Glasser
#			..!sun!megatest!jao (usenet)
#			nathan@brokaw.lcs.mit.edu (internet)
#			nathan@mit-eddie.uucp (usenet)
#
#			June, 1989
#-----------------------------------------------------------------------------
#Copyright 1988, 1989 by Nathan Glasser.
#You may feel free to distribute this program in its current form.
#Please do not remove this copyright information.

OBJS = bidding.obj deal.obj eval.obj exper.obj

bid.exe:	$(OBJS)
	link $(OBJS),bid /stack:0x1000;

$(OBJS):	bidding.h