]>
Commit | Line | Data |
---|---|---|
2ace0078 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
d33ccbe1 | 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 | 15 | MAKEARGS = 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)" \ |
3c3ead1d PC |
22 | USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" \ |
23 | USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \ | |
24 | USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \ | |
3b2cb431 | 25 | USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \ |
3abcf424 RD |
26 | USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \ |
27 | OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \ | |
28 | WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \ | |
c4839ccf | 29 | CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \ |
b17c1746 | 30 | RUNTIME_LIBS="$(RUNTIME_LIBS)" |
197e66da | 31 | |
2ace0078 | 32 | ### Conditionally set variables: ### |
197e66da | 33 | |
2ace0078 VS |
34 | |
35 | ||
36 | ### Targets: ### | |
37 | ||
873c1a23 | 38 | all: sub_emulator sub_execmon sub_helpview sub_hhp2cached sub_ifacecheck sub_screenshotgen sub_wxrc |
2ace0078 VS |
39 | |
40 | clean: | |
41 | -if exist .\*.obj del .\*.obj | |
42 | -if exist .\*.res del .\*.res | |
162a956b | 43 | -if exist .\*.pch del .\*.pch |
b92ca8cf VS |
44 | cd emulator\src |
45 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
cef590ee | 46 | cd "$(MAKEDIR)" |
873c1a23 VZ |
47 | cd execmon |
48 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
49 | cd "$(MAKEDIR)" | |
b92ca8cf VS |
50 | cd helpview\src |
51 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
cef590ee | 52 | cd "$(MAKEDIR)" |
63052a50 FM |
53 | cd hhp2cached |
54 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
55 | cd "$(MAKEDIR)" | |
5934cda1 FM |
56 | cd ifacecheck\src |
57 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
58 | cd "$(MAKEDIR)" | |
63052a50 FM |
59 | cd screenshotgen\src |
60 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
61 | cd "$(MAKEDIR)" | |
0e0d3ae1 VZ |
62 | cd wxrc |
63 | $(MAKE) -f makefile.vc $(MAKEARGS) clean | |
64 | cd "$(MAKEDIR)" | |
2ace0078 | 65 | |
e1e61c81 VS |
66 | sub_emulator: |
67 | cd emulator\src | |
68 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
cef590ee | 69 | cd "$(MAKEDIR)" |
e1e61c81 | 70 | |
873c1a23 VZ |
71 | sub_execmon: |
72 | cd execmon | |
73 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
74 | cd "$(MAKEDIR)" | |
75 | ||
e1e61c81 VS |
76 | sub_helpview: |
77 | cd helpview\src | |
78 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
cef590ee | 79 | cd "$(MAKEDIR)" |
e1e61c81 | 80 | |
63052a50 FM |
81 | sub_hhp2cached: |
82 | cd hhp2cached | |
83 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
84 | cd "$(MAKEDIR)" | |
85 | ||
5934cda1 FM |
86 | sub_ifacecheck: |
87 | cd ifacecheck\src | |
88 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
89 | cd "$(MAKEDIR)" | |
90 | ||
63052a50 FM |
91 | sub_screenshotgen: |
92 | cd screenshotgen\src | |
93 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
94 | cd "$(MAKEDIR)" | |
95 | ||
0e0d3ae1 VZ |
96 | sub_wxrc: |
97 | cd wxrc | |
98 | $(MAKE) -f makefile.vc $(MAKEARGS) all | |
99 | cd "$(MAKEDIR)" | |
100 |