]> git.saurik.com Git - wxWidgets.git/blame - samples/richedit/makefile.vc
Updated makefiles etc. for 2.5.1
[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) \
ec08d395
JS
19 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
20 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
21 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples $(CXXFLAGS) /GR /GX
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
ec08d395
JS
133!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
134__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
135!endif
136!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
137__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
138!endif
139!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
140__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
141!endif
142!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
143__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
144!endif
250700e4 145!if "$(BUILD)" == "debug"
bdc408c4 146__OPTIMIZEFLAG_4 = /Od
250700e4
RD
147!endif
148!if "$(BUILD)" == "release"
bdc408c4 149__OPTIMIZEFLAG_4 = /O2
250700e4
RD
150!endif
151!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 152__RUNTIME_LIBS_7 = D
250700e4
RD
153!endif
154!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 155__RUNTIME_LIBS_7 = T
250700e4 156!endif
0706fb23 157!if "$(UNICODE)" == "1"
fd3eb307 158__UNICODE_DEFINE_p = /D_UNICODE
0706fb23
VS
159!endif
160!if "$(UNICODE)" == "1"
fd3eb307 161__UNICODE_DEFINE_p_1 = /d _UNICODE
0706fb23 162!endif
4e209a20
VS
163!if "$(MSLU)" == "1"
164__UNICOWS_LIB_p = unicows.lib
165!endif
0706fb23
VS
166!if "$(MONOLITHIC)" == "0"
167__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
168!endif
169!if "$(MONOLITHIC)" == "0"
25a73439
VS
170__WXLIB_CORE_p = \
171 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
0706fb23
VS
172!endif
173!if "$(MONOLITHIC)" == "1"
25a73439
VS
174__WXLIB_MONO_p = \
175 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
0706fb23
VS
176!endif
177!if "$(WXUNIV)" == "1"
178__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
179!endif
180!if "$(WXUNIV)" == "1"
25a73439 181__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
0706fb23 182!endif
25a73439
VS
183!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
184____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 185!endif
25a73439 186!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 187____DEBUGINFO_2_p =
bdc408c4 188!endif
25a73439 189!if "$(DEBUG_INFO)" == "0"
fd9f42b6 190____DEBUGINFO_2_p =
bdc408c4 191!endif
25a73439
VS
192!if "$(DEBUG_INFO)" == "1"
193____DEBUGINFO_2_p = /D_DEBUG
194!endif
195!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
196____DEBUGINFO_2_p_1 = /d _DEBUG
197!endif
198!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 199____DEBUGINFO_2_p_1 =
25a73439
VS
200!endif
201!if "$(DEBUG_INFO)" == "0"
fd9f42b6 202____DEBUGINFO_2_p_1 =
25a73439
VS
203!endif
204!if "$(DEBUG_INFO)" == "1"
205____DEBUGINFO_2_p_1 = /d _DEBUG
206!endif
207!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 208____DEBUGRUNTIME_2_p =
25a73439
VS
209!endif
210!if "$(DEBUG_RUNTIME_LIBS)" == "1"
211____DEBUGRUNTIME_2_p = /D_DEBUG
212!endif
213!if "$(DEBUG_RUNTIME_LIBS)" == "default"
214____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
215!endif
216!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 217____DEBUGRUNTIME_2_p_1 =
25a73439
VS
218!endif
219!if "$(DEBUG_RUNTIME_LIBS)" == "1"
220____DEBUGRUNTIME_2_p_1 = /d _DEBUG
221!endif
222!if "$(DEBUG_RUNTIME_LIBS)" == "default"
223____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
bdc408c4 224!endif
0706fb23
VS
225
226
227all: $(OBJS)
228$(OBJS):
229 -if not exist $(OBJS) mkdir $(OBJS)
230
231### Targets: ###
232
fd3eb307 233all: $(OBJS)\richedit.exe data
0706fb23 234
d179e30b 235$(OBJS)\richedit_kbList.obj: .\kbList.cpp
0706fb23
VS
236 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
237
d179e30b 238$(OBJS)\richedit_sample.res: .\..\..\samples\sample.rc
ec08d395 239 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_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 240
d179e30b
VS
241$(OBJS)\richedit_wxLayout.obj: .\wxLayout.cpp
242 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
243
244$(OBJS)\richedit_wxllist.obj: .\wxllist.cpp
245 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
246
247$(OBJS)\richedit_wxlparser.obj: .\wxlparser.cpp
248 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
249
250$(OBJS)\richedit_wxlwindow.obj: .\wxlwindow.cpp
251 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
252
0706fb23
VS
253clean:
254 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
255 -if exist $(OBJS)\*.res del $(OBJS)\*.res
256 -if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
fd3eb307
VS
257 -if exist $(OBJS)\richedit.ilk del $(OBJS)\richedit.ilk
258 -if exist $(OBJS)\richedit.pdb del $(OBJS)\richedit.pdb
259
260data:
261 if not exist $(OBJS) mkdir $(OBJS)
262 for %f in (wxLayout.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
0706fb23 263
d179e30b 264$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample.res
75a0a7b7 265 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
ec08d395 266 $(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 oleacc.lib
0706fb23 267<<