]> git.saurik.com Git - wxWidgets.git/blob - samples/mobile/makefile.vc
no-op methods for ownerdrawn methods in wxMenuItem
[wxWidgets.git] / samples / mobile / makefile.vc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.6 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include <../../build/msw/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 MAKEARGS = 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_XRC="$(USE_XRC)" \
21 USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \
22 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
23 VENDOR="$(VENDOR)" WX_FLAVOUR="$(WX_FLAVOUR)" \
24 WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
25 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
26 RUNTIME_LIBS="$(RUNTIME_LIBS)"
27
28 ### Conditionally set variables: ###
29
30
31
32 ### Targets: ###
33
34 all: sub_styles sub_wxedit
35
36 clean:
37 -if exist .\*.obj del .\*.obj
38 -if exist .\*.res del .\*.res
39 -if exist .\*.pch del .\*.pch
40 cd styles
41 $(MAKE) -f makefile.vc $(MAKEARGS) clean
42 cd $(MAKEDIR)
43 cd wxedit
44 $(MAKE) -f makefile.vc $(MAKEARGS) clean
45 cd $(MAKEDIR)
46
47 sub_styles:
48 cd styles
49 $(MAKE) -f makefile.vc $(MAKEARGS) all
50 cd $(MAKEDIR)
51
52 sub_wxedit:
53 cd wxedit
54 $(MAKE) -f makefile.vc $(MAKEARGS) all
55 cd $(MAKEDIR)
56