]> git.saurik.com Git - wxWidgets.git/blob - samples/sashtest/makefile.vc
change MSW libs directories so that libraries are shared by builds
[wxWidgets.git] / samples / sashtest / makefile.vc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (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 OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17 SASHTEST_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
18 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\sashtest.pdb $(____DEBUGRUNTIME_2_p) \
19 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
20 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
21 /D_WINDOWS /I.\..\..\samples $(CXXFLAGS)
22 SASHTEST_OBJECTS = \
23 $(OBJS)\sashtest_sashtest.obj \
24 $(OBJS)\sashtest_sashtest.res
25 SETUPHDIR = \
26 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
27
28 ### Conditionally set variables: ###
29
30 !if "$(SHARED)" == "0"
31 LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
32 !endif
33 !if "$(SHARED)" == "1"
34 LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
35 !endif
36 !if "$(USE_GUI)" == "0"
37 PORTNAME = base
38 !endif
39 !if "$(USE_GUI)" == "1"
40 PORTNAME = msw
41 !endif
42 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
43 WXDEBUGFLAG = d
44 !endif
45 !if "$(DEBUG_FLAG)" == "1"
46 WXDEBUGFLAG = d
47 !endif
48 !if "$(SHARED)" == "1"
49 WXDLLFLAG = dll
50 !endif
51 !if "$(UNICODE)" == "1"
52 WXUNICODEFLAG = u
53 !endif
54 !if "$(WXUNIV)" == "1"
55 WXUNIVNAME = univ
56 !endif
57 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
58 __DEBUGINFO_0 = /Zi
59 !endif
60 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
61 __DEBUGINFO_0 =
62 !endif
63 !if "$(DEBUG_INFO)" == "0"
64 __DEBUGINFO_0 =
65 !endif
66 !if "$(DEBUG_INFO)" == "1"
67 __DEBUGINFO_0 = /Zi
68 !endif
69 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
70 __DEBUGINFO_1 = /DEBUG
71 !endif
72 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
73 __DEBUGINFO_1 =
74 !endif
75 !if "$(DEBUG_INFO)" == "0"
76 __DEBUGINFO_1 =
77 !endif
78 !if "$(DEBUG_INFO)" == "1"
79 __DEBUGINFO_1 = /DEBUG
80 !endif
81 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
82 __DEBUGINFO_3 = d
83 !endif
84 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
85 __DEBUGINFO_3 =
86 !endif
87 !if "$(DEBUG_INFO)" == "0"
88 __DEBUGINFO_3 =
89 !endif
90 !if "$(DEBUG_INFO)" == "1"
91 __DEBUGINFO_3 = d
92 !endif
93 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
94 __DEBUGRUNTIME_3 =
95 !endif
96 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
97 __DEBUGRUNTIME_3 = d
98 !endif
99 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
100 __DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
101 !endif
102 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
103 __DEBUG_DEFINE_p = /D__WXDEBUG__
104 !endif
105 !if "$(DEBUG_FLAG)" == "1"
106 __DEBUG_DEFINE_p = /D__WXDEBUG__
107 !endif
108 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
109 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
110 !endif
111 !if "$(DEBUG_FLAG)" == "1"
112 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
113 !endif
114 !if "$(SHARED)" == "1"
115 __DLLFLAG_p = /DWXUSINGDLL
116 !endif
117 !if "$(SHARED)" == "1"
118 __DLLFLAG_p_1 = /d WXUSINGDLL
119 !endif
120 !if "$(USE_GUI)" == "1"
121 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
122 !endif
123 !if "$(USE_GUI)" == "1"
124 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
125 !endif
126 !if "$(USE_GUI)" == "1"
127 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
128 !endif
129 !if "$(BUILD)" == "debug"
130 __OPTIMIZEFLAG_4 = /Od
131 !endif
132 !if "$(BUILD)" == "release"
133 __OPTIMIZEFLAG_4 = /O2
134 !endif
135 !if "$(RUNTIME_LIBS)" == "dynamic"
136 __RUNTIME_LIBS_7 = D
137 !endif
138 !if "$(RUNTIME_LIBS)" == "static"
139 __RUNTIME_LIBS_7 = T
140 !endif
141 !if "$(UNICODE)" == "1"
142 __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
143 !endif
144 !if "$(UNICODE)" == "1"
145 __UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
146 !endif
147 !if "$(MSLU)" == "1"
148 __UNICOWS_LIB_p = unicows.lib
149 !endif
150 !if "$(MONOLITHIC)" == "0"
151 __WXLIB_ADV_p = \
152 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_adv.lib
153 !endif
154 !if "$(MONOLITHIC)" == "0"
155 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
156 !endif
157 !if "$(MONOLITHIC)" == "0"
158 __WXLIB_CORE_p = \
159 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
160 !endif
161 !if "$(MONOLITHIC)" == "1"
162 __WXLIB_MONO_p = \
163 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
164 !endif
165 !if "$(WXUNIV)" == "1"
166 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
167 !endif
168 !if "$(WXUNIV)" == "1"
169 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
170 !endif
171 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
172 ____DEBUGINFO_2_p = /D_DEBUG
173 !endif
174 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
175 ____DEBUGINFO_2_p =
176 !endif
177 !if "$(DEBUG_INFO)" == "0"
178 ____DEBUGINFO_2_p =
179 !endif
180 !if "$(DEBUG_INFO)" == "1"
181 ____DEBUGINFO_2_p = /D_DEBUG
182 !endif
183 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
184 ____DEBUGINFO_2_p_1 = /d _DEBUG
185 !endif
186 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
187 ____DEBUGINFO_2_p_1 =
188 !endif
189 !if "$(DEBUG_INFO)" == "0"
190 ____DEBUGINFO_2_p_1 =
191 !endif
192 !if "$(DEBUG_INFO)" == "1"
193 ____DEBUGINFO_2_p_1 = /d _DEBUG
194 !endif
195 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
196 ____DEBUGRUNTIME_2_p =
197 !endif
198 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
199 ____DEBUGRUNTIME_2_p = /D_DEBUG
200 !endif
201 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
202 ____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
203 !endif
204 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
205 ____DEBUGRUNTIME_2_p_1 =
206 !endif
207 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
208 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
209 !endif
210 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
211 ____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
212 !endif
213
214
215 all: $(OBJS)
216 $(OBJS):
217 -if not exist $(OBJS) mkdir $(OBJS)
218
219 ### Targets: ###
220
221 all: $(OBJS)\sashtest.exe
222
223 $(OBJS)\sashtest_sashtest.obj: .\sashtest.cpp
224 $(CXX) /c /nologo /TP /Fo$@ $(SASHTEST_CXXFLAGS) $**
225
226 $(OBJS)\sashtest_sashtest.res: .\sashtest.rc
227 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 $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\samples $**
228
229 clean:
230 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
231 -if exist $(OBJS)\*.res del $(OBJS)\*.res
232 -if exist $(OBJS)\sashtest.exe del $(OBJS)\sashtest.exe
233
234 $(OBJS)\sashtest.exe: $(SASHTEST_OBJECTS) $(OBJS)\sashtest_sashtest.res
235 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
236 $(SASHTEST_OBJECTS) $(__WXLIB_ADV_p) $(__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
237 <<