]> git.saurik.com Git - wxWidgets.git/blob - samples/bombs/makefile.wat
Rmoved more wxprop files
[wxWidgets.git] / samples / bombs / makefile.wat
1 #
2 # Makefile for WATCOM
3 #
4 # Created by D.Chubraev, chubraev@iem.ee.ethz.ch
5 # 8 Nov 1994
6 #
7
8 WXDIR = $(%WXWIN)
9
10 PROGRAM = bombs
11 OBJECTS = $(PROGRAM).obj bombs1.obj game.obj
12
13 !include $(WXDIR)\src\makeprog.wat
14
15