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