]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.vc
don't reference non-existent doc.xmb file
[wxWidgets.git] / samples / mobile / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
6e0fbb3d 3# Bakefile 0.2.3 (http://www.bakefile.org)
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 15MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
77a7dfc1 16 CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \
b17c1746 17 WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
ab6ea1ac
MW
18 TARGET_CPU="$(TARGET_CPU)" DEBUG_INFO="$(DEBUG_INFO)" \
19 DEBUG_FLAG="$(DEBUG_FLAG)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" \
20 MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \
3b2cb431 21 USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \
444833b3 22 USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \
6490a288 23 USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \
3b2cb431 24 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
3abcf424
RD
25 USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \
26 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \
27 WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
c4839ccf 28 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
b17c1746 29 RUNTIME_LIBS="$(RUNTIME_LIBS)"
250700e4
RD
30
31### Conditionally set variables: ###
32
250700e4
RD
33
34
250700e4
RD
35### Targets: ###
36
d179e30b 37all: sub_styles sub_wxedit
250700e4
RD
38
39clean:
d179e30b
VS
40 -if exist .\*.obj del .\*.obj
41 -if exist .\*.res del .\*.res
b14abf14 42 -if exist .\*.pch del .\*.pch
b92ca8cf
VS
43 cd styles
44 $(MAKE) -f makefile.vc $(MAKEARGS) clean
6490a288 45 cd "$(MAKEDIR)"
b92ca8cf
VS
46 cd wxedit
47 $(MAKE) -f makefile.vc $(MAKEARGS) clean
6490a288 48 cd "$(MAKEDIR)"
d179e30b
VS
49
50sub_styles:
51 cd styles
75a0a7b7 52 $(MAKE) -f makefile.vc $(MAKEARGS) all
6490a288 53 cd "$(MAKEDIR)"
d179e30b
VS
54
55sub_wxedit:
56 cd wxedit
75a0a7b7 57 $(MAKE) -f makefile.vc $(MAKEARGS) all
6490a288 58 cd "$(MAKEDIR)"
b14abf14 59