]>
Commit | Line | Data |
---|---|---|
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 | ||
25a73439 VS |
15 | LIBDIRNAME = \ |
16 | .\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
d179e30b VS |
17 | MULTIMON_TEST_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \ |
18 | /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\multimon_test.pdb \ | |
19 | $(____DEBUGRUNTIME_2_p) $(__OPTIMIZEFLAG_4) /D__WXMSW__ \ | |
20 | $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \ | |
21 | /I.\..\..\include /I$(LIBDIRNAME) /I.\..\..\src\tiff /I.\..\..\src\jpeg \ | |
22 | /I.\..\..\src\png /I.\..\..\src\zlib /I.\..\..\src\regex \ | |
4e209a20 VS |
23 | /I.\..\..\src\expat\lib /I. $(__DLLFLAG_p) /D_WINDOWS /I..\..\samples \ |
24 | $(CXXFLAGS) | |
d179e30b VS |
25 | MULTIMON_TEST_OBJECTS = \ |
26 | $(OBJS)\multimon_test_sample.res \ | |
27 | $(OBJS)\multimon_test_multimon_test.obj | |
25a73439 VS |
28 | OBJS = \ |
29 | vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
250700e4 RD |
30 | |
31 | ### Conditionally set variables: ### | |
32 | ||
33 | !if "$(USE_GUI)" == "0" | |
34 | PORTNAME = base | |
35 | !endif | |
36 | !if "$(USE_GUI)" == "1" | |
37 | PORTNAME = msw | |
38 | !endif | |
25a73439 VS |
39 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" |
40 | WXDEBUGFLAG = d | |
41 | !endif | |
42 | !if "$(DEBUG_FLAG)" == "1" | |
250700e4 RD |
43 | WXDEBUGFLAG = d |
44 | !endif | |
45 | !if "$(SHARED)" == "1" | |
46 | WXDLLFLAG = dll | |
47 | !endif | |
48 | !if "$(UNICODE)" == "1" | |
49 | WXUNICODEFLAG = u | |
50 | !endif | |
51 | !if "$(WXUNIV)" == "1" | |
52 | WXUNIVNAME = univ | |
53 | !endif | |
25a73439 VS |
54 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" |
55 | __DEBUGINFO_0 = /Zi | |
250700e4 | 56 | !endif |
25a73439 VS |
57 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" |
58 | __DEBUGINFO_0 = | |
250700e4 | 59 | !endif |
25a73439 VS |
60 | !if "$(DEBUG_INFO)" == "0" |
61 | __DEBUGINFO_0 = | |
250700e4 | 62 | !endif |
25a73439 VS |
63 | !if "$(DEBUG_INFO)" == "1" |
64 | __DEBUGINFO_0 = /Zi | |
250700e4 | 65 | !endif |
25a73439 VS |
66 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" |
67 | __DEBUGINFO_1 = /DEBUG | |
250700e4 | 68 | !endif |
25a73439 VS |
69 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" |
70 | __DEBUGINFO_1 = | |
250700e4 | 71 | !endif |
25a73439 VS |
72 | !if "$(DEBUG_INFO)" == "0" |
73 | __DEBUGINFO_1 = | |
74 | !endif | |
75 | !if "$(DEBUG_INFO)" == "1" | |
76 | __DEBUGINFO_1 = /DEBUG | |
77 | !endif | |
78 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" | |
79 | __DEBUGINFO_3 = d | |
80 | !endif | |
81 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" | |
82 | __DEBUGINFO_3 = | |
83 | !endif | |
84 | !if "$(DEBUG_INFO)" == "0" | |
85 | __DEBUGINFO_3 = | |
86 | !endif | |
87 | !if "$(DEBUG_INFO)" == "1" | |
88 | __DEBUGINFO_3 = d | |
89 | !endif | |
90 | !if "$(DEBUG_RUNTIME_LIBS)" == "0" | |
91 | __DEBUGRUNTIME_3 = | |
92 | !endif | |
93 | !if "$(DEBUG_RUNTIME_LIBS)" == "1" | |
94 | __DEBUGRUNTIME_3 = d | |
95 | !endif | |
96 | !if "$(DEBUG_RUNTIME_LIBS)" == "default" | |
97 | __DEBUGRUNTIME_3 = $(__DEBUGINFO_3) | |
98 | !endif | |
99 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
250700e4 RD |
100 | __DEBUG_DEFINE_p = /D__WXDEBUG__ |
101 | !endif | |
25a73439 VS |
102 | !if "$(DEBUG_FLAG)" == "1" |
103 | __DEBUG_DEFINE_p = /D__WXDEBUG__ | |
104 | !endif | |
105 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
106 | __DEBUG_DEFINE_p_1 = /d __WXDEBUG__ | |
107 | !endif | |
108 | !if "$(DEBUG_FLAG)" == "1" | |
109 | __DEBUG_DEFINE_p_1 = /d __WXDEBUG__ | |
250700e4 RD |
110 | !endif |
111 | !if "$(SHARED)" == "1" | |
112 | __DLLFLAG_p = /DWXUSINGDLL | |
113 | !endif | |
114 | !if "$(SHARED)" == "1" | |
25a73439 VS |
115 | __DLLFLAG_p_1 = /d WXUSINGDLL |
116 | !endif | |
117 | !if "$(USE_GUI)" == "1" | |
118 | __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib | |
119 | !endif | |
120 | !if "$(USE_GUI)" == "1" | |
121 | __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib | |
122 | !endif | |
123 | !if "$(USE_GUI)" == "1" | |
124 | __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib | |
250700e4 RD |
125 | !endif |
126 | !if "$(BUILD)" == "debug" | |
bdc408c4 | 127 | __OPTIMIZEFLAG_4 = /Od |
250700e4 RD |
128 | !endif |
129 | !if "$(BUILD)" == "release" | |
bdc408c4 | 130 | __OPTIMIZEFLAG_4 = /O2 |
250700e4 RD |
131 | !endif |
132 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
bdc408c4 | 133 | __RUNTIME_LIBS_7 = D |
250700e4 RD |
134 | !endif |
135 | !if "$(RUNTIME_LIBS)" == "static" | |
bdc408c4 | 136 | __RUNTIME_LIBS_7 = T |
250700e4 RD |
137 | !endif |
138 | !if "$(UNICODE)" == "1" | |
139 | __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1 | |
140 | !endif | |
141 | !if "$(UNICODE)" == "1" | |
25a73439 | 142 | __UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1 |
250700e4 | 143 | !endif |
4e209a20 VS |
144 | !if "$(MSLU)" == "1" |
145 | __UNICOWS_LIB_p = unicows.lib | |
146 | !endif | |
250700e4 RD |
147 | !if "$(MONOLITHIC)" == "0" |
148 | __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
149 | !endif | |
150 | !if "$(MONOLITHIC)" == "0" | |
25a73439 VS |
151 | __WXLIB_CORE_p = \ |
152 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib | |
250700e4 RD |
153 | !endif |
154 | !if "$(MONOLITHIC)" == "1" | |
25a73439 VS |
155 | __WXLIB_MONO_p = \ |
156 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
250700e4 RD |
157 | !endif |
158 | !if "$(WXUNIV)" == "1" | |
159 | __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__ | |
160 | !endif | |
161 | !if "$(WXUNIV)" == "1" | |
25a73439 | 162 | __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__ |
250700e4 | 163 | !endif |
25a73439 VS |
164 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" |
165 | ____DEBUGINFO_2_p = /D_DEBUG | |
bdc408c4 | 166 | !endif |
25a73439 | 167 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" |
fd9f42b6 | 168 | ____DEBUGINFO_2_p = |
bdc408c4 | 169 | !endif |
25a73439 | 170 | !if "$(DEBUG_INFO)" == "0" |
fd9f42b6 | 171 | ____DEBUGINFO_2_p = |
bdc408c4 | 172 | !endif |
25a73439 VS |
173 | !if "$(DEBUG_INFO)" == "1" |
174 | ____DEBUGINFO_2_p = /D_DEBUG | |
175 | !endif | |
176 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" | |
177 | ____DEBUGINFO_2_p_1 = /d _DEBUG | |
178 | !endif | |
179 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" | |
fd9f42b6 | 180 | ____DEBUGINFO_2_p_1 = |
25a73439 VS |
181 | !endif |
182 | !if "$(DEBUG_INFO)" == "0" | |
fd9f42b6 | 183 | ____DEBUGINFO_2_p_1 = |
25a73439 VS |
184 | !endif |
185 | !if "$(DEBUG_INFO)" == "1" | |
186 | ____DEBUGINFO_2_p_1 = /d _DEBUG | |
187 | !endif | |
188 | !if "$(DEBUG_RUNTIME_LIBS)" == "0" | |
fd9f42b6 | 189 | ____DEBUGRUNTIME_2_p = |
25a73439 VS |
190 | !endif |
191 | !if "$(DEBUG_RUNTIME_LIBS)" == "1" | |
192 | ____DEBUGRUNTIME_2_p = /D_DEBUG | |
193 | !endif | |
194 | !if "$(DEBUG_RUNTIME_LIBS)" == "default" | |
195 | ____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p) | |
196 | !endif | |
197 | !if "$(DEBUG_RUNTIME_LIBS)" == "0" | |
fd9f42b6 | 198 | ____DEBUGRUNTIME_2_p_1 = |
25a73439 VS |
199 | !endif |
200 | !if "$(DEBUG_RUNTIME_LIBS)" == "1" | |
201 | ____DEBUGRUNTIME_2_p_1 = /d _DEBUG | |
202 | !endif | |
203 | !if "$(DEBUG_RUNTIME_LIBS)" == "default" | |
204 | ____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1) | |
bdc408c4 | 205 | !endif |
250700e4 RD |
206 | |
207 | ||
208 | all: $(OBJS) | |
209 | $(OBJS): | |
210 | -if not exist $(OBJS) mkdir $(OBJS) | |
211 | ||
212 | ### Targets: ### | |
213 | ||
d179e30b | 214 | all: $(OBJS)\multimon_test.exe |
250700e4 | 215 | |
d179e30b VS |
216 | $(OBJS)\multimon_test_multimon_test.obj: .\multimon_test.cpp |
217 | $(CXX) /c /nologo /TP /Fo$@ $(MULTIMON_TEST_CXXFLAGS) $** | |
250700e4 | 218 | |
d179e30b | 219 | $(OBJS)\multimon_test_sample.res: .\..\..\samples\sample.rc |
4e209a20 | 220 | rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\include /i $(LIBDIRNAME) /i .\..\..\src\tiff /i .\..\..\src\jpeg /i .\..\..\src\png /i .\..\..\src\zlib /i .\..\..\src\regex /i .\..\..\src\expat\lib /i . $(__DLLFLAG_p_1) /d _WINDOWS /i ..\..\samples $** |
250700e4 RD |
221 | |
222 | clean: | |
223 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
224 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
d179e30b | 225 | -if exist $(OBJS)\multimon_test.exe del $(OBJS)\multimon_test.exe |
250700e4 | 226 | |
d179e30b | 227 | $(OBJS)\multimon_test.exe: $(MULTIMON_TEST_OBJECTS) $(OBJS)\multimon_test_sample.res |
25a73439 | 228 | link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<< |
4e209a20 | 229 | $(MULTIMON_TEST_OBJECTS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib |
250700e4 | 230 | << |