]> git.saurik.com Git - wxWidgets.git/blame - samples/makefile.vc
added sample.xpm
[wxWidgets.git] / samples / makefile.vc
CommitLineData
0706fb23
VS
1# =========================================================================
2# This makefile was generated by
f509d00d 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
0706fb23
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
1ff121bd 6
250700e4 7!include <../build/config.vc>
1ff121bd 8
0706fb23
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
1ff121bd 12
0706fb23 13### Variables: ###
289b2d61 14
0706fb23
VS
15
16### Conditionally set variables: ###
17
18!if "$(USE_GUI)" == "0"
19__console___depname = console
48c12cb1 20!endif
0706fb23
VS
21
22
23### Targets: ###
24
25all: artprov $(__console___depname) dialogs image minimal
26
27artprov:
28 cd artprov
29 $(MAKE) /$(MAKEFLAGS) all
30 cd $(MAKEDIR)
31
32clean:
33 -if exist .\*.obj del .\*.obj
34 -if exist .\*.res del .\*.res
0706fb23
VS
35
36!if "$(USE_GUI)" == "0"
37console:
38 cd console
39 $(MAKE) /$(MAKEFLAGS) all
40 cd $(MAKEDIR)
69d16e3e 41!endif
1ff121bd 42
0706fb23
VS
43dialogs:
44 cd dialogs
45 $(MAKE) /$(MAKEFLAGS) all
46 cd $(MAKEDIR)
47
48image:
49 cd image
50 $(MAKE) /$(MAKEFLAGS) all
51 cd $(MAKEDIR)
52
0706fb23
VS
53minimal:
54 cd minimal
55 $(MAKE) /$(MAKEFLAGS) all
56 cd $(MAKEDIR)