]> git.saurik.com Git - wxWidgets.git/blame - samples/richedit/makefile.vc
copy catalogs to builddir
[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) \
b71531ad
VZ
21 /W4 /I. $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\samples $(CXXFLAGS) \
22 $(__EXCEPTIONSFLAG_8) $(__EXCEPTIONSFLAG_9)
25a73439 23RICHEDIT_OBJECTS = \
d179e30b
VS
24 $(OBJS)\richedit_sample.res \
25 $(OBJS)\richedit_wxLayout.obj \
26 $(OBJS)\richedit_kbList.obj \
27 $(OBJS)\richedit_wxllist.obj \
28 $(OBJS)\richedit_wxlparser.obj \
29 $(OBJS)\richedit_wxlwindow.obj
75a0a7b7
VS
30SETUPHDIR = \
31 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
0706fb23
VS
32
33### Conditionally set variables: ###
34
75a0a7b7
VS
35!if "$(SHARED)" == "0"
36LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
37!endif
38!if "$(SHARED)" == "1"
39LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
40!endif
0706fb23
VS
41!if "$(USE_GUI)" == "0"
42PORTNAME = base
43!endif
44!if "$(USE_GUI)" == "1"
45PORTNAME = msw
46!endif
25a73439
VS
47!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
48WXDEBUGFLAG = d
49!endif
50!if "$(DEBUG_FLAG)" == "1"
0706fb23
VS
51WXDEBUGFLAG = d
52!endif
53!if "$(SHARED)" == "1"
54WXDLLFLAG = dll
55!endif
56!if "$(UNICODE)" == "1"
57WXUNICODEFLAG = u
58!endif
59!if "$(WXUNIV)" == "1"
60WXUNIVNAME = univ
61!endif
25a73439
VS
62!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
63__DEBUGINFO_0 = /Zi
250700e4 64!endif
25a73439
VS
65!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
66__DEBUGINFO_0 =
250700e4 67!endif
25a73439
VS
68!if "$(DEBUG_INFO)" == "0"
69__DEBUGINFO_0 =
250700e4 70!endif
25a73439
VS
71!if "$(DEBUG_INFO)" == "1"
72__DEBUGINFO_0 = /Zi
250700e4 73!endif
25a73439
VS
74!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
75__DEBUGINFO_1 = /DEBUG
250700e4 76!endif
25a73439
VS
77!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
78__DEBUGINFO_1 =
250700e4 79!endif
25a73439
VS
80!if "$(DEBUG_INFO)" == "0"
81__DEBUGINFO_1 =
82!endif
83!if "$(DEBUG_INFO)" == "1"
84__DEBUGINFO_1 = /DEBUG
85!endif
86!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
87__DEBUGINFO_3 = d
88!endif
89!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
90__DEBUGINFO_3 =
91!endif
92!if "$(DEBUG_INFO)" == "0"
93__DEBUGINFO_3 =
94!endif
95!if "$(DEBUG_INFO)" == "1"
96__DEBUGINFO_3 = d
97!endif
98!if "$(DEBUG_RUNTIME_LIBS)" == "0"
99__DEBUGRUNTIME_3 =
100!endif
101!if "$(DEBUG_RUNTIME_LIBS)" == "1"
102__DEBUGRUNTIME_3 = d
103!endif
104!if "$(DEBUG_RUNTIME_LIBS)" == "default"
105__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
106!endif
107!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
0706fb23
VS
108__DEBUG_DEFINE_p = /D__WXDEBUG__
109!endif
25a73439
VS
110!if "$(DEBUG_FLAG)" == "1"
111__DEBUG_DEFINE_p = /D__WXDEBUG__
112!endif
113!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
114__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
115!endif
116!if "$(DEBUG_FLAG)" == "1"
117__DEBUG_DEFINE_p_1 = /d __WXDEBUG__
0706fb23
VS
118!endif
119!if "$(SHARED)" == "1"
120__DLLFLAG_p = /DWXUSINGDLL
121!endif
122!if "$(SHARED)" == "1"
25a73439
VS
123__DLLFLAG_p_1 = /d WXUSINGDLL
124!endif
b71531ad
VZ
125!if "$(USE_EXCEPTIONS)" == "0"
126__EXCEPTIONSFLAG_8 =
127!endif
128!if "$(USE_EXCEPTIONS)" == "1"
129__EXCEPTIONSFLAG_8 = /GR
130!endif
131!if "$(USE_EXCEPTIONS)" == "0"
132__EXCEPTIONSFLAG_9 =
133!endif
134!if "$(USE_EXCEPTIONS)" == "1"
135__EXCEPTIONSFLAG_9 = /GX
136!endif
25a73439
VS
137!if "$(USE_GUI)" == "1"
138__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
139!endif
140!if "$(USE_GUI)" == "1"
141__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
142!endif
143!if "$(USE_GUI)" == "1"
144__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
0706fb23 145!endif
ec08d395
JS
146!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
147__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
148!endif
149!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
150__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
151!endif
152!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
153__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
154!endif
155!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
156__NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
157!endif
250700e4 158!if "$(BUILD)" == "debug"
bdc408c4 159__OPTIMIZEFLAG_4 = /Od
250700e4
RD
160!endif
161!if "$(BUILD)" == "release"
bdc408c4 162__OPTIMIZEFLAG_4 = /O2
250700e4
RD
163!endif
164!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 165__RUNTIME_LIBS_7 = D
250700e4
RD
166!endif
167!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 168__RUNTIME_LIBS_7 = T
250700e4 169!endif
0706fb23 170!if "$(UNICODE)" == "1"
fd3eb307 171__UNICODE_DEFINE_p = /D_UNICODE
0706fb23
VS
172!endif
173!if "$(UNICODE)" == "1"
fd3eb307 174__UNICODE_DEFINE_p_1 = /d _UNICODE
0706fb23 175!endif
4e209a20
VS
176!if "$(MSLU)" == "1"
177__UNICOWS_LIB_p = unicows.lib
178!endif
0706fb23
VS
179!if "$(MONOLITHIC)" == "0"
180__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
181!endif
182!if "$(MONOLITHIC)" == "0"
25a73439
VS
183__WXLIB_CORE_p = \
184 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
0706fb23
VS
185!endif
186!if "$(MONOLITHIC)" == "1"
25a73439
VS
187__WXLIB_MONO_p = \
188 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
0706fb23
VS
189!endif
190!if "$(WXUNIV)" == "1"
191__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
192!endif
193!if "$(WXUNIV)" == "1"
25a73439 194__WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
0706fb23 195!endif
25a73439
VS
196!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
197____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 198!endif
25a73439 199!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 200____DEBUGINFO_2_p =
bdc408c4 201!endif
25a73439 202!if "$(DEBUG_INFO)" == "0"
fd9f42b6 203____DEBUGINFO_2_p =
bdc408c4 204!endif
25a73439
VS
205!if "$(DEBUG_INFO)" == "1"
206____DEBUGINFO_2_p = /D_DEBUG
207!endif
208!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
209____DEBUGINFO_2_p_1 = /d _DEBUG
210!endif
211!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
fd9f42b6 212____DEBUGINFO_2_p_1 =
25a73439
VS
213!endif
214!if "$(DEBUG_INFO)" == "0"
fd9f42b6 215____DEBUGINFO_2_p_1 =
25a73439
VS
216!endif
217!if "$(DEBUG_INFO)" == "1"
218____DEBUGINFO_2_p_1 = /d _DEBUG
219!endif
220!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 221____DEBUGRUNTIME_2_p =
25a73439
VS
222!endif
223!if "$(DEBUG_RUNTIME_LIBS)" == "1"
224____DEBUGRUNTIME_2_p = /D_DEBUG
225!endif
226!if "$(DEBUG_RUNTIME_LIBS)" == "default"
227____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
228!endif
229!if "$(DEBUG_RUNTIME_LIBS)" == "0"
fd9f42b6 230____DEBUGRUNTIME_2_p_1 =
25a73439
VS
231!endif
232!if "$(DEBUG_RUNTIME_LIBS)" == "1"
233____DEBUGRUNTIME_2_p_1 = /d _DEBUG
234!endif
235!if "$(DEBUG_RUNTIME_LIBS)" == "default"
236____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
bdc408c4 237!endif
0706fb23
VS
238
239
240all: $(OBJS)
241$(OBJS):
242 -if not exist $(OBJS) mkdir $(OBJS)
243
244### Targets: ###
245
fd3eb307 246all: $(OBJS)\richedit.exe data
0706fb23 247
d179e30b 248$(OBJS)\richedit_kbList.obj: .\kbList.cpp
0706fb23
VS
249 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
250
d179e30b 251$(OBJS)\richedit_sample.res: .\..\..\samples\sample.rc
ec08d395 252 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 253
d179e30b
VS
254$(OBJS)\richedit_wxLayout.obj: .\wxLayout.cpp
255 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
256
257$(OBJS)\richedit_wxllist.obj: .\wxllist.cpp
258 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
259
260$(OBJS)\richedit_wxlparser.obj: .\wxlparser.cpp
261 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
262
263$(OBJS)\richedit_wxlwindow.obj: .\wxlwindow.cpp
264 $(CXX) /c /nologo /TP /Fo$@ $(RICHEDIT_CXXFLAGS) $**
265
0706fb23
VS
266clean:
267 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
268 -if exist $(OBJS)\*.res del $(OBJS)\*.res
269 -if exist $(OBJS)\richedit.exe del $(OBJS)\richedit.exe
fd3eb307
VS
270 -if exist $(OBJS)\richedit.ilk del $(OBJS)\richedit.ilk
271 -if exist $(OBJS)\richedit.pdb del $(OBJS)\richedit.pdb
272
273data:
274 if not exist $(OBJS) mkdir $(OBJS)
275 for %f in (wxLayout.cpp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
0706fb23 276
d179e30b 277$(OBJS)\richedit.exe: $(RICHEDIT_OBJECTS) $(OBJS)\richedit_sample.res
75a0a7b7 278 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
ec08d395 279 $(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 280<<