1998-12-11 09:59:20 +00:00
|
|
|
#
|
1999-02-09 15:37:52 +00:00
|
|
|
# File: makefile.g95
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1999
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) Julian Smart, 1999
|
1998-12-11 09:59:20 +00:00
|
|
|
#
|
1999-02-09 15:37:52 +00:00
|
|
|
# Makefile for wxWindows sample (Cygwin/Mingw32).
|
1998-12-11 09:59:20 +00:00
|
|
|
|
|
|
|
WXDIR = ../..
|
|
|
|
|
1999-02-09 15:37:52 +00:00
|
|
|
TARGET=forty
|
|
|
|
OBJECTS = $(TARGET).o canvas.o card.o game.o pile.o playerdg.o scoredg.o scorefil.o
|
1998-12-11 09:59:20 +00:00
|
|
|
|
1999-02-09 15:37:52 +00:00
|
|
|
include $(WXDIR)/src/makeprog.g95
|
1998-12-11 09:59:20 +00:00
|
|
|
|