]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.vc
overseeing the obvious, there is already a perfect scroll call for HIView...
[wxWidgets.git] / samples / mobile / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
c3255f5f 3# Bakefile 0.1.3 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7!include <../../build/msw/config.vc>
250700e4
RD
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
b17c1746
DE
15MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
16 CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" SHARED="$(SHARED)" \
17 WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
18 DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
19 DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" MONOLITHIC="$(MONOLITHIC)" \
20 USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" USE_OPENGL="$(USE_OPENGL)" \
21 USE_ODBC="$(USE_ODBC)" USE_EXCEPTIONS="$(USE_EXCEPTIONS)" \
22 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" CFG="$(CFG)" \
23 RUNTIME_LIBS="$(RUNTIME_LIBS)"
250700e4
RD
24
25### Conditionally set variables: ###
26
250700e4
RD
27
28
250700e4
RD
29### Targets: ###
30
d179e30b 31all: sub_styles sub_wxedit
250700e4
RD
32
33clean:
d179e30b
VS
34 -if exist .\*.obj del .\*.obj
35 -if exist .\*.res del .\*.res
b92ca8cf
VS
36 cd styles
37 $(MAKE) -f makefile.vc $(MAKEARGS) clean
38 cd $(MAKEDIR)
39 cd wxedit
40 $(MAKE) -f makefile.vc $(MAKEARGS) clean
41 cd $(MAKEDIR)
d179e30b
VS
42
43sub_styles:
44 cd styles
75a0a7b7 45 $(MAKE) -f makefile.vc $(MAKEARGS) all
d179e30b
VS
46 cd $(MAKEDIR)
47
48sub_wxedit:
49 cd wxedit
75a0a7b7 50 $(MAKE) -f makefile.vc $(MAKEARGS) all
d179e30b 51 cd $(MAKEDIR)