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