]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.vc
change MSW libs directories so that libraries are shared by builds
[wxWidgets.git] / samples / mobile / makefile.vc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
f509d00d 3# Bakefile 0.1.1 (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
75a0a7b7
VS
15MAKEARGS = CPPFLAGS="$(CPPFLAGS)" DEBUG_FLAG="$(DEBUG_FLAG)" \
16 LDFLAGS="$(LDFLAGS)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" CC="$(CC)" \
17 USE_GUI="$(USE_GUI)" MONOLITHIC="$(MONOLITHIC)" CXXFLAGS="$(CXXFLAGS)" \
18 USE_HTML="$(USE_HTML)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" \
19 VENDOR="$(VENDOR)" UNICODE="$(UNICODE)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
20 MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" RUNTIME_LIBS="$(RUNTIME_LIBS)" \
21 CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" SHARED="$(SHARED)" \
22 USE_ODBC="$(USE_ODBC)" USE_OPENGL="$(USE_OPENGL)"
250700e4
RD
23
24### Conditionally set variables: ###
25
250700e4
RD
26
27
250700e4
RD
28### Targets: ###
29
d179e30b 30all: sub_styles sub_wxedit
250700e4
RD
31
32clean:
d179e30b
VS
33 -if exist .\*.obj del .\*.obj
34 -if exist .\*.res del .\*.res
35
36sub_styles:
37 cd styles
75a0a7b7 38 $(MAKE) -f makefile.vc $(MAKEARGS) all
d179e30b
VS
39 cd $(MAKEDIR)
40
41sub_wxedit:
42 cd wxedit
75a0a7b7 43 $(MAKE) -f makefile.vc $(MAKEARGS) all
d179e30b 44 cd $(MAKEDIR)