]> git.saurik.com Git - wxWidgets.git/blob - demos/makefile.vc
1) some compilers (Watcom) don't like it if wxBase library PCH file contains
[wxWidgets.git] / demos / makefile.vc
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 # =========================================================================
6
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
22 all: sub_bombs sub_dbbrowse sub_forty sub_fractal sub_life sub_poem
23
24 sub_bombs:
25 cd bombs
26 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
27 cd $(MAKEDIR)
28
29 clean:
30 -if exist .\*.obj del .\*.obj
31 -if exist .\*.res del .\*.res
32
33 sub_dbbrowse:
34 cd dbbrowse
35 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
36 cd $(MAKEDIR)
37
38 sub_forty:
39 cd forty
40 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
41 cd $(MAKEDIR)
42
43 sub_fractal:
44 cd fractal
45 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
46 cd $(MAKEDIR)
47
48 sub_life:
49 cd life
50 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
51 cd $(MAKEDIR)
52
53 sub_poem:
54 cd poem
55 $(MAKE) /$(MAKEFLAGS) -f makefile.vc all
56 cd $(MAKEDIR)