]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/html/makefile.bcc
BCC fixes
[wxWidgets.git] / samples / html / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.3 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7.autodepend
8
9!ifndef BCCDIR
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
22### Variables: ###
23
24MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
25 -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
26 -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" \
27 -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
28 -DDEBUG_FLAG="$(DEBUG_FLAG)" -DMONOLITHIC="$(MONOLITHIC)" \
29 -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" \
30 -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" \
31 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
32 -DVENDOR="$(VENDOR)" -DCFG="$(CFG)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
33
34### Conditionally set variables: ###
35
36
37
38### Targets: ###
39
40all: about help helpview printing test virtual widget zip
41
42clean:
43 -if exist .\*.obj del .\*.obj
44 -if exist .\*.res del .\*.res
45 cd about
46 $(MAKE) -f makefile.bcc $(MAKEARGS) clean
47 cd ..
48 cd help
49 $(MAKE) -f makefile.bcc $(MAKEARGS) clean
50 cd ..
51 cd helpview
52 $(MAKE) -f makefile.bcc $(MAKEARGS) clean
53 cd ..
54 cd printing
55 $(MAKE) -f makefile.bcc $(MAKEARGS) clean
56 cd ..
57 cd test
58 $(MAKE) -f makefile.bcc $(MAKEARGS) clean
59 cd ..
60 cd virtual
61 $(MAKE) -f makefile.bcc $(MAKEARGS) clean
62 cd ..
63 cd widget
64 $(MAKE) -f makefile.bcc $(MAKEARGS) clean
65 cd ..
66 cd zip
67 $(MAKE) -f makefile.bcc $(MAKEARGS) clean
68 cd ..
69
70about:
71 cd about
72 $(MAKE) -f makefile.bcc $(MAKEARGS) all
73 cd ..
74
75help:
76 cd help
77 $(MAKE) -f makefile.bcc $(MAKEARGS) all
78 cd ..
79
80helpview:
81 cd helpview
82 $(MAKE) -f makefile.bcc $(MAKEARGS) all
83 cd ..
84
85printing:
86 cd printing
87 $(MAKE) -f makefile.bcc $(MAKEARGS) all
88 cd ..
89
90test:
91 cd test
92 $(MAKE) -f makefile.bcc $(MAKEARGS) all
93 cd ..
94
95virtual:
96 cd virtual
97 $(MAKE) -f makefile.bcc $(MAKEARGS) all
98 cd ..
99
100widget:
101 cd widget
102 $(MAKE) -f makefile.bcc $(MAKEARGS) all
103 cd ..
104
105zip:
106 cd zip
107 $(MAKE) -f makefile.bcc $(MAKEARGS) all
108 cd ..