]> git.saurik.com Git - wxWidgets.git/blob - samples/makefile.vc
finished documentation for the new build system
[wxWidgets.git] / samples / 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/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 !if "$(USE_GUI)" == "0"
19 __console___depname = console
20 !endif
21
22
23 ### Targets: ###
24
25 all: artprov $(__console___depname) dialogs image minimal
26
27 artprov:
28 cd artprov
29 $(MAKE) /$(MAKEFLAGS) all
30 cd $(MAKEDIR)
31
32 clean:
33 -if exist .\*.obj del .\*.obj
34 -if exist .\*.res del .\*.res
35
36 !if "$(USE_GUI)" == "0"
37 console:
38 cd console
39 $(MAKE) /$(MAKEFLAGS) all
40 cd $(MAKEDIR)
41 !endif
42
43 dialogs:
44 cd dialogs
45 $(MAKE) /$(MAKEFLAGS) all
46 cd $(MAKEDIR)
47
48 image:
49 cd image
50 $(MAKE) /$(MAKEFLAGS) all
51 cd $(MAKEDIR)
52
53 minimal:
54 cd minimal
55 $(MAKE) /$(MAKEFLAGS) all
56 cd $(MAKEDIR)