home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource4
/
289_01
/
othello.mak
< prev
next >
Wrap
Text File
|
1989-05-25
|
896b
|
42 lines
#------------------------------------------------------------------------------
# OTHELLO.MAK
#
# This is a MicroSoft C 5.10 make file for the othello game.
#------------------------------------------------------------------------------
.c.obj:
cl /c /Zp1 /W3 $*.C
#------------------------------------------------------------------------------
# FILENAME DEPENDENCIES
#------------------------------------------------------------------------------
BDTTY.OBJ: $*.C
BD_EVAL.OBJ: $*.C
BUILDLVL.OBJ: $*.C
FATABL.OBJ: $*.C
GETMOV.OBJ: $*.C
MINIMAX.OBJ: $*.C
MOVEIT.OBJ: $*.C
MOVE_GEN.OBJ: $*.C
OTHDBM.OBJ: $*.C
OTHELLO.OBJ: $*.C
PIECE_CT.OBJ: $*.C
PROTECT.OBJ: $*.C
dumptree.obj: $*.c
#------------------------------------------------------------------------------