]> git.saurik.com Git - wxWidgets.git/blame - utils/makefile.vc
Fixed GtkBorder allocation (hopefully)
[wxWidgets.git] / utils / makefile.vc
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
aa113d87 3# Bakefile 0.2.6 (http://www.bakefile.org)
2ace0078
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
197e66da 6
2ace0078 7!include <../build/msw/config.vc>
197e66da 8
2ace0078
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
197e66da 12
2ace0078 13### Variables: ###
197e66da 14
b17c1746 15MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
9d309aad 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)" \
63052a50
FM
22 USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" \
23 USE_STC="$(USE_STC)" 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)"
197e66da 30
2ace0078 31### Conditionally set variables: ###
197e66da 32
2ace0078
VS
33
34
35### Targets: ###
36
aa113d87 37all: sub_emulator sub_execmon sub_helpview sub_hhp2cached sub_ifacecheck sub_screenshotgen sub_wxrc
2ace0078
VS
38
39clean:
40 -if exist .\*.obj del .\*.obj
41 -if exist .\*.res del .\*.res
162a956b 42 -if exist .\*.pch del .\*.pch
b92ca8cf
VS
43 cd emulator\src
44 $(MAKE) -f makefile.vc $(MAKEARGS) clean
cef590ee 45 cd "$(MAKEDIR)"
aa113d87
FM
46 cd execmon
47 $(MAKE) -f makefile.vc $(MAKEARGS) clean
48 cd "$(MAKEDIR)"
b92ca8cf
VS
49 cd helpview\src
50 $(MAKE) -f makefile.vc $(MAKEARGS) clean
cef590ee 51 cd "$(MAKEDIR)"
63052a50
FM
52 cd hhp2cached
53 $(MAKE) -f makefile.vc $(MAKEARGS) clean
54 cd "$(MAKEDIR)"
5934cda1
FM
55 cd ifacecheck\src
56 $(MAKE) -f makefile.vc $(MAKEARGS) clean
57 cd "$(MAKEDIR)"
63052a50
FM
58 cd screenshotgen\src
59 $(MAKE) -f makefile.vc $(MAKEARGS) clean
60 cd "$(MAKEDIR)"
0e0d3ae1
VZ
61 cd wxrc
62 $(MAKE) -f makefile.vc $(MAKEARGS) clean
63 cd "$(MAKEDIR)"
2ace0078 64
e1e61c81
VS
65sub_emulator:
66 cd emulator\src
67 $(MAKE) -f makefile.vc $(MAKEARGS) all
cef590ee 68 cd "$(MAKEDIR)"
e1e61c81 69
aa113d87
FM
70sub_execmon:
71 cd execmon
72 $(MAKE) -f makefile.vc $(MAKEARGS) all
73 cd "$(MAKEDIR)"
74
e1e61c81
VS
75sub_helpview:
76 cd helpview\src
77 $(MAKE) -f makefile.vc $(MAKEARGS) all
cef590ee 78 cd "$(MAKEDIR)"
e1e61c81 79
63052a50
FM
80sub_hhp2cached:
81 cd hhp2cached
82 $(MAKE) -f makefile.vc $(MAKEARGS) all
83 cd "$(MAKEDIR)"
84
5934cda1
FM
85sub_ifacecheck:
86 cd ifacecheck\src
87 $(MAKE) -f makefile.vc $(MAKEARGS) all
88 cd "$(MAKEDIR)"
89
63052a50
FM
90sub_screenshotgen:
91 cd screenshotgen\src
92 $(MAKE) -f makefile.vc $(MAKEARGS) all
93 cd "$(MAKEDIR)"
94
0e0d3ae1
VZ
95sub_wxrc:
96 cd wxrc
97 $(MAKE) -f makefile.vc $(MAKEARGS) all
98 cd "$(MAKEDIR)"
99