]> git.saurik.com Git - wxWidgets.git/blame - samples/makefile.vc
Unicode compilation fixes
[wxWidgets.git] / samples / makefile.vc
CommitLineData
0706fb23
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# =========================================================================
1ff121bd 6
1ff121bd 7
0706fb23
VS
8# -------------------------------------------------------------------------
9# These are configurable options:
10# -------------------------------------------------------------------------
1ff121bd 11
0706fb23
VS
12# Build GUI libraries? [0,1]
13USE_GUI = 1
1ff121bd 14
0706fb23
VS
15# -------------------------------------------------------------------------
16# Do not modify the rest of this file!
17# -------------------------------------------------------------------------
1ff121bd 18
0706fb23 19### Variables: ###
289b2d61 20
0706fb23
VS
21
22### Conditionally set variables: ###
23
24!if "$(USE_GUI)" == "0"
25__console___depname = console
48c12cb1 26!endif
0706fb23
VS
27
28
29### Targets: ###
30
31all: artprov $(__console___depname) dialogs image minimal
32
33artprov:
34 cd artprov
35 $(MAKE) /$(MAKEFLAGS) all
36 cd $(MAKEDIR)
37
38clean:
39 -if exist .\*.obj del .\*.obj
40 -if exist .\*.res del .\*.res
41 cd artprov
42 $(MAKE) /$(MAKEFLAGS) clean
43 cd $(MAKEDIR)
44 cd console
45 $(MAKE) /$(MAKEFLAGS) clean
46 cd $(MAKEDIR)
47 cd dialogs
48 $(MAKE) /$(MAKEFLAGS) clean
49 cd $(MAKEDIR)
50 cd image
51 $(MAKE) /$(MAKEFLAGS) clean
52 cd $(MAKEDIR)
53 cd minimal
54 $(MAKE) /$(MAKEFLAGS) clean
55 cd $(MAKEDIR)
56
57!if "$(USE_GUI)" == "0"
58console:
59 cd console
60 $(MAKE) /$(MAKEFLAGS) all
61 cd $(MAKEDIR)
69d16e3e 62!endif
1ff121bd 63
0706fb23
VS
64dialogs:
65 cd dialogs
66 $(MAKE) /$(MAKEFLAGS) all
67 cd $(MAKEDIR)
68
69image:
70 cd image
71 $(MAKE) /$(MAKEFLAGS) all
72 cd $(MAKEDIR)
73
74install: all
75 cd artprov
76 $(MAKE) /$(MAKEFLAGS) install
77 cd $(MAKEDIR)
78 cd console
79 $(MAKE) /$(MAKEFLAGS) install
80 cd $(MAKEDIR)
81 cd dialogs
82 $(MAKE) /$(MAKEFLAGS) install
83 cd $(MAKEDIR)
84 cd image
85 $(MAKE) /$(MAKEFLAGS) install
86 cd $(MAKEDIR)
87 cd minimal
88 $(MAKE) /$(MAKEFLAGS) install
89 cd $(MAKEDIR)
90
91minimal:
92 cd minimal
93 $(MAKE) /$(MAKEFLAGS) all
94 cd $(MAKEDIR)
1ff121bd 95
0706fb23 96uninstall: