]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/makefile.vc
linking fix
[wxWidgets.git] / samples / makefile.vc
... / ...
CommitLineData
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
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
35
36!if "$(USE_GUI)" == "0"
37console:
38 cd console
39 $(MAKE) /$(MAKEFLAGS) all
40 cd $(MAKEDIR)
41!endif
42
43dialogs:
44 cd dialogs
45 $(MAKE) /$(MAKEFLAGS) all
46 cd $(MAKEDIR)
47
48image:
49 cd image
50 $(MAKE) /$(MAKEFLAGS) all
51 cd $(MAKEDIR)
52
53minimal:
54 cd minimal
55 $(MAKE) /$(MAKEFLAGS) all
56 cd $(MAKEDIR)