]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.bcc
wxUSE_STATLINE fix.
[wxWidgets.git] / samples / mobile / makefile.bcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (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)" \
c4839ccf
JS
32 -DVENDOR="$(VENDOR)" -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
33 -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
250700e4
RD
34
35### Conditionally set variables: ###
36
250700e4
RD
37
38
250700e4
RD
39### Targets: ###
40
d179e30b 41all: styles wxedit
250700e4
RD
42
43clean:
d179e30b
VS
44 -if exist .\*.obj del .\*.obj
45 -if exist .\*.res del .\*.res
c4839ccf
JS
46 @echo cd styles >styles.bat
47 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>styles.bat
48 call styles.bat
49 @del styles.bat
50 @echo cd wxedit >wxedit.bat
51 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wxedit.bat
52 call wxedit.bat
53 @del wxedit.bat
d179e30b
VS
54
55styles:
c4839ccf
JS
56 @echo cd styles >styles.bat
57 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>styles.bat
58 call styles.bat
59 @del styles.bat
d179e30b
VS
60
61wxedit:
c4839ccf
JS
62 @echo cd wxedit >wxedit.bat
63 @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wxedit.bat
64 call wxedit.bat
65 @del wxedit.bat