]> git.saurik.com Git - wxWidgets.git/blame - demos/makefile.vc
Typos fixed and further clarification of the Python situation on Panther
[wxWidgets.git] / demos / makefile.vc
CommitLineData
7fcb2c61
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# =========================================================================
1cf4526d 6
7fcb2c61
VS
7!include <../build/msw/config.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
69ada15b
DE
15MAKEARGS = CPPFLAGS="$(CPPFLAGS)" MONOLITHIC="$(MONOLITHIC)" \
16 CXXFLAGS="$(CXXFLAGS)" VENDOR="$(VENDOR)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
17 LDFLAGS="$(LDFLAGS)" USE_OPENGL="$(USE_OPENGL)" DEBUG_FLAG="$(DEBUG_FLAG)" \
18 UNICODE="$(UNICODE)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" CC="$(CC)" \
19 USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" BUILD="$(BUILD)" \
20 DEBUG_INFO="$(DEBUG_INFO)" USE_EXCEPTIONS="$(USE_EXCEPTIONS)" \
a4ad36cd 21 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" \
69ada15b
DE
22 CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" SHARED="$(SHARED)" \
23 USE_ODBC="$(USE_ODBC)"
7fcb2c61
VS
24
25### Conditionally set variables: ###
26
27
28
29### Targets: ###
30
31all: sub_bombs sub_dbbrowse sub_forty sub_fractal sub_life sub_poem
32
33sub_bombs:
34 cd bombs
75a0a7b7 35 $(MAKE) -f makefile.vc $(MAKEARGS) all
7fcb2c61
VS
36 cd $(MAKEDIR)
37
38clean:
39 -if exist .\*.obj del .\*.obj
40 -if exist .\*.res del .\*.res
41
42sub_dbbrowse:
43 cd dbbrowse
75a0a7b7 44 $(MAKE) -f makefile.vc $(MAKEARGS) all
7fcb2c61
VS
45 cd $(MAKEDIR)
46
47sub_forty:
48 cd forty
75a0a7b7 49 $(MAKE) -f makefile.vc $(MAKEARGS) all
7fcb2c61
VS
50 cd $(MAKEDIR)
51
52sub_fractal:
53 cd fractal
75a0a7b7 54 $(MAKE) -f makefile.vc $(MAKEARGS) all
7fcb2c61
VS
55 cd $(MAKEDIR)
56
57sub_life:
58 cd life
75a0a7b7 59 $(MAKE) -f makefile.vc $(MAKEARGS) all
7fcb2c61
VS
60 cd $(MAKEDIR)
61
62sub_poem:
63 cd poem
75a0a7b7 64 $(MAKE) -f makefile.vc $(MAKEARGS) all
7fcb2c61 65 cd $(MAKEDIR)