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