]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.gcc
compilation fix
[wxWidgets.git] / samples / mobile / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../build/msw/config.gcc
3b20263d
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
4e209a20
VS
15MAKEARGS = CPPFLAGS=$(CPPFLAGS) DEBUG_FLAG=$(DEBUG_FLAG) LDFLAGS=$(LDFLAGS) \
16 CC=$(CC) USE_GUI=$(USE_GUI) MONOLITHIC=$(MONOLITHIC) CXXFLAGS=$(CXXFLAGS) \
17 GCC_VERSION=$(GCC_VERSION) USE_HTML=$(USE_HTML) BUILD=$(BUILD) \
18 DEBUG_INFO=$(DEBUG_INFO) VENDOR=$(VENDOR) UNICODE=$(UNICODE) \
19 OFFICIAL_BUILD=$(OFFICIAL_BUILD) MSLU=$(MSLU) WXUNIV=$(WXUNIV) \
20 RUNTIME_LIBS=$(RUNTIME_LIBS) CXX=$(CXX) CFG=$(CFG) CFLAGS=$(CFLAGS) \
21 SHARED=$(SHARED) USE_ODBC=$(USE_ODBC) USE_OPENGL=$(USE_OPENGL)
3b20263d
VS
22
23### Conditionally set variables: ###
24
3b20263d
VS
25
26
3b20263d
VS
27### Targets: ###
28
d179e30b 29all: styles wxedit
3b20263d
VS
30
31clean:
d179e30b
VS
32 -if exist .\*.o del .\*.o
33
34styles:
35 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
3b20263d 36
d179e30b
VS
37wxedit:
38 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
3b20263d 39
d179e30b 40.PHONY: all clean styles wxedit