]> git.saurik.com Git - wxWidgets.git/blame - demos/makefile.vc
expat must be added to the template, not generated wxWindows.dsp
[wxWidgets.git] / demos / makefile.vc
CommitLineData
7fcb2c61
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
1cf4526d 6
7fcb2c61
VS
7!include <../build/msw/config.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15
16### Conditionally set variables: ###
17
18
19
20### Targets: ###
21
22all: sub_bombs sub_dbbrowse sub_forty sub_fractal sub_life sub_poem
23
24sub_bombs:
25 cd bombs
26 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
27 cd $(MAKEDIR)
28
29clean:
30 -if exist .\*.obj del .\*.obj
31 -if exist .\*.res del .\*.res
32
33sub_dbbrowse:
34 cd dbbrowse
35 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
36 cd $(MAKEDIR)
37
38sub_forty:
39 cd forty
40 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
41 cd $(MAKEDIR)
42
43sub_fractal:
44 cd fractal
45 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
46 cd $(MAKEDIR)
47
48sub_life:
49 cd life
50 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
51 cd $(MAKEDIR)
52
53sub_poem:
54 cd poem
55 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
56 cd $(MAKEDIR)