]> git.saurik.com Git - wxWidgets.git/blame - samples/html/makefile.bcc
Updates to MIME-types and wxFileDialog code for better
[wxWidgets.git] / samples / html / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
b17c1746 3# Bakefile 0.1.2 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
9bfe7ad9
VS
7.autodepend
8
250700e4 9!ifndef BCCDIR
9bfe7ad9
VS
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
250700e4
RD
13BCCDIR = $(MAKEDIR)\..
14!endif
15
fd9f42b6 16!include ../../build/msw/config.bcc
250700e4
RD
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
250700e4
RD
22### Variables: ###
23
b17c1746
DE
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)" \
69ada15b 31 -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
b17c1746 32 -DVENDOR="$(VENDOR)" -DCFG="$(CFG)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
250700e4
RD
33
34### Conditionally set variables: ###
35
36
37
38### Targets: ###
39
40all: about help helpview printing test virtual widget zip
41
b17c1746
DE
42clean:
43 -if exist .\*.obj del .\*.obj
44 -if exist .\*.res del .\*.res
45
250700e4 46about:
fd9f42b6
VS
47 cd about
48 $(MAKE) -f makefile.bcc $(MAKEARGS) all
49 cd ..
250700e4 50
250700e4 51help:
fd9f42b6
VS
52 cd help
53 $(MAKE) -f makefile.bcc $(MAKEARGS) all
54 cd ..
250700e4
RD
55
56helpview:
fd9f42b6
VS
57 cd helpview
58 $(MAKE) -f makefile.bcc $(MAKEARGS) all
59 cd ..
250700e4
RD
60
61printing:
fd9f42b6
VS
62 cd printing
63 $(MAKE) -f makefile.bcc $(MAKEARGS) all
64 cd ..
250700e4
RD
65
66test:
fd9f42b6
VS
67 cd test
68 $(MAKE) -f makefile.bcc $(MAKEARGS) all
69 cd ..
250700e4
RD
70
71virtual:
fd9f42b6
VS
72 cd virtual
73 $(MAKE) -f makefile.bcc $(MAKEARGS) all
74 cd ..
250700e4
RD
75
76widget:
fd9f42b6
VS
77 cd widget
78 $(MAKE) -f makefile.bcc $(MAKEARGS) all
79 cd ..
250700e4
RD
80
81zip:
fd9f42b6
VS
82 cd zip
83 $(MAKE) -f makefile.bcc $(MAKEARGS) all
84 cd ..