]> git.saurik.com Git - wxWidgets.git/blob - demos/forty/makefile.dos
Added HTML About box and changed player dialog label
[wxWidgets.git] / demos / forty / makefile.dos
1 #
2 # File: makefile.dos
3 # Author: Julian Smart
4 # Created: 1998
5 # Updated:
6 #
7 # Makefile : Builds 16-bit sample, VC++ 1.5
8 # Use FINAL=1 argument to nmake to build final version with no debugging
9 # info
10
11 WXDIR = $(WXWIN)
12
13 TARGET=forty
14 OBJECTS = $(TARGET).obj canvas.obj card.obj game.obj pile.obj playerdg.obj scoredg.obj scorefil.obj
15
16 !include $(WXDIR)\src\makeprog.msc
17