]> git.saurik.com Git - wxWidgets.git/blame - samples/richedit/makefile.vc
change MSW libs directories so that libraries are shared by builds
[wxWidgets.git] / samples / richedit / makefile.vc
CommitLineData
0706fb23
VS
1# =========================================================================
2# This makefile was generated by
f509d00d 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
0706fb23
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
465db8da 6
fd9f42b6 7!include <../../build/msw/config.vc>
465db8da 8
0706fb23
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
25a73439
VS
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17RICHEDIT_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
18 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\richedit.pdb $(____DEBUGRUNTIME_2_p) \
19 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7
VS
20 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
21 /D_WINDOWS /I.\..\..\samples $(CXXFLAGS)
25a73439 22RICHEDIT_OBJECTS = \
d179e30b
VS
23 $(OBJS)\richedit_sample.res \
24 $(OBJS)\richedit_wxLayout.obj \
25 $(OBJS)\richedit_kbList.obj \
26 $(OBJS)\richedit_wxllist.obj \
27 $(OBJS)\richedit_wxlparser.obj \
28 $(OBJS)\richedit_wxlwindow.obj
75a0a7b7
VS
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
0706fb23
VS
31
32### Conditionally set variables: ###
33
75a0a7b7
VS
34!if "$(SHARED)" == "0"
35LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
36!endif
37!if "$(SHARED)" == "1"
38LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
39!endif
0706fb23
VS
40!if "$(USE_GUI)" == "0"
41PORTNAME = base
42!endif
43!if "$(USE_GUI)" == "1"
44PORTNAME = msw
45!endif
25a73439
VS
46!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47WXDEBUGFLAG = d
48!endif
49!if "$(DEBUG_FLAG)" == "1"
0706fb23
VS
50WXDEBUGFLAG = d
51!endif
52!if "$(SHARED)" == "1"
53WXDLLFLAG = dll
54!endif
55!if "$(UNICODE)" == "1"
56WXUNICODEFLAG = u
57!endif
58!if "$(WXUNIV)" == "1"
59WXUNIVNAME = univ
60!endif
25a73439
VS
61!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
62__DEBUGINFO_0 = /Zi
250700e4 63!endif
25a73439
VS
64!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
65__DEBUGINFO_0 =
250700e4 66!endif
25a73439
VS
67!if "$(DEBUG_INFO)" == "0"
68__DEBUGINFO_0 =
250700e4 69!endif
25a73439
VS
70!if "$(DEBUG_INFO)" == "1"
71__DEBUGINFO_0 = /Zi
250700e4 72!endif
25a73439
VS
73!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
74__DEBUGINFO_1 = /DEBUG
250700e4 75!endif
25a73439
VS
76!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
77__DEBUGINFO_1 =
250700e4 78!endif
25a73439
VS
79!if "$(DEBUG_INFO)" == "0"
80__DEBUGINFO_1 =
81!endif
82!if "$(DEBUG_INFO)" == "1"
83__DEBUGINFO_1 = /DEBUG
84!endif
85!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
86__DEBUGINFO_3 = d
87!endif
88!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
89__DEBUGINFO_3 =
90!endif
91!if "$(DEBUG_INFO)" == "0"
92__DEBUGINFO_3 =
93!endif
94!if "$(DEBUG_INFO)" == "1"
95__DEBUGINFO_3 = d
96!endif
97!if "$(DEBUG_RUNTIME_LIBS)" == "0"
98__DEBUGRUNTIME_3 =
99!endif
100!if "$(DEBUG_RUNTIME_LIBS)" == "1"
101__DEBUGRUNTIME_3 = d
102!endif
103!if "$(DEBUG_RUNTIME_LIBS)" == "default"
104__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
105!endif
106!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
0706fb23
VS
107__DEBUG_DEFINE_p = /D__WXDEBUG__
108!endif
25a73439
VS
109!if "$(DEBUG_FLAG)" == "1"
110__DEBUG_DEFINE_p = /D__WXDEBUG__
111!endif
112!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
113__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
114!endif
115!if "$(DEBUG_FLAG)" == "1"
116__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
0706fb23
VS
117!endif
118!if "$(SHARED)" == "1"
119__DLLFLAG_p = /DWXUSINGDLL
120!endif
121!if "$(SHARED)" == "1"
25a73439
VS
122__DLLFLAG_p_1 = /d WXUSINGDLL
123!endif
124!if "$(USE_GUI)" == "1"
125__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
126!endif
127!if "$(USE_GUI)" == "1"
128__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
129!endif
130!if "$(USE_GUI)" == "1"
131__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
0706fb23 132!endif
250700e4 133!if "$(BUILD)" == "debug"
bdc408c4 134__OPTIMIZEFLAG_4 = /Od
250700e4
RD
135!endif
136!if "$(BUILD)" == "release"
bdc408c4 137__OPTIMIZEFLAG_4 = /O2
250700e4
RD
138!endif
139!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 140__RUNTIME_LIBS_7 = D
250700e4
RD
141!endif
142!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 143__RUNTIME_LIBS_7 = T
250700e4 144!endif
0706fb23
VS
145!if "$(UNICODE)" == "1"
146__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
147!endif
148!if "$(UNICODE)" == "1"
25a73439 149__UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
0706fb23 150!endif
4e209a20
VS
151!if "$(MSLU)" == "1"
152__UNICOWS_LIB_p = unicows.lib
153!endif
0706fb23
VS
154!if "$(MONOLITHIC)" == "0"
155__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
156!endif
157!if "$(MONOLITHIC)" == "0"
25a73439
VS
158__WXLIB_CORE_p = \
159 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
0706fb23
VS
160!endif
161!if "$(MONOLITHIC)" == "1"
25a73439
VS
162__WXLIB_MONO_p = \
163 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
0706fb23
VS
164!endif
165!if "$(WXUNIV)" == "1"
166__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
167!endif
168!if "$(WXUNIV)" == "1"
25a73439 169__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
0706fb23 170!endif
25a73439
VS
171!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
172____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 173!endif
25a73439 174!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 175____DEBUGINFO_2_p =
bdc408c4 176!endif
25a73439 177!if "$(DEBUG_INFO)" == "0"
fd9f42b6 178____DEBUGINFO_2_p =
bdc408c4 179!endif
25a73439
VS
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"
fd9f42b6 187____DEBUGINFO_2_p_1 =
25a73439
VS
188!endif
189!if "$(DEBUG_INFO)" == "0"
fd9f42b6 190____DEBUGINFO_2_p_1 =
25a73439
VS
191!endif
192!if "$(DEBUG_INFO)" == "1"
193____DEBUGINFO_2_p_1 = /d _DEBUG
194!endif
195!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 196____DEBUGRUNTIME_2_p =
25a73439
VS
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"
fd9f42b6 205____DEBUGRUNTIME_2_p_1 =
25a73439
VS
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)
bdc408c4 212!endif
0706fb23
VS
213
214
215all: $(OBJS)
216$(OBJS):
217 -if not exist $(OBJS) mkdir $(OBJS)
218
219### Targets: ###
220
221all: $(OBJS)\richedit.exe
222
d179e30b 223$(OBJS)\richedit_kbList.obj: .\kbList.cpp
0706fb23
VS
224 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
225
d179e30b 226$(OBJS)\richedit_sample.res: .\..\..\samples\sample.rc
75a0a7b7 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 $**
0706fb23 228
d179e30b
VS
229$(OBJS)\richedit_wxLayout.obj: .\wxLayout.cpp
230 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
231
232$(OBJS)\richedit_wxllist.obj: .\wxllist.cpp
233 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
234
235$(OBJS)\richedit_wxlparser.obj: .\wxlparser.cpp
236 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
237
238$(OBJS)\richedit_wxlwindow.obj: .\wxlwindow.cpp
239 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
240
0706fb23
VS
241clean:
242 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
243 -if exist $(OBJS)\*.res del $(OBJS)\*.res
244 -if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
245
d179e30b 246$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample.res
75a0a7b7 247 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
4e209a20 248 $(RICHEDIT_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
0706fb23 249<<