]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxrc/makefile.vc
Dummy warning fix.
[wxWidgets.git] / utils / wxrc / makefile.vc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!include <../../build/msw/config.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15WX_RELEASE_NODOT = 25
16OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18LIBDIRNAME = .\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21WXRC_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
22 $(__DEBUGINFO_0) /Fd$(OBJS)\wxrc.pdb $(____DEBUGRUNTIME_2_p) \
23 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
25 /W4 /I. $(__DLLFLAG_p) /D_CONSOLE /DwxUSE_GUI=0 $(__EXCEPTIONSFLAG_8) \
26 $(__EXCEPTIONSFLAG_9) $(CPPFLAGS) $(CXXFLAGS)
27WXRC_OBJECTS = \
28 $(OBJS)\wxrc_wxrc.obj
29
30### Conditionally set variables: ###
31
32!if "$(USE_GUI)" == "0"
33PORTNAME = base
34!endif
35!if "$(USE_GUI)" == "1"
36PORTNAME = msw
37!endif
38!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
39WXDEBUGFLAG = d
40!endif
41!if "$(DEBUG_FLAG)" == "1"
42WXDEBUGFLAG = d
43!endif
44!if "$(UNICODE)" == "1"
45WXUNICODEFLAG = u
46!endif
47!if "$(WXUNIV)" == "1"
48WXUNIVNAME = univ
49!endif
50!if "$(SHARED)" == "1"
51WXDLLFLAG = dll
52!endif
53!if "$(SHARED)" == "0"
54LIBTYPE_SUFFIX = lib
55!endif
56!if "$(SHARED)" == "1"
57LIBTYPE_SUFFIX = dll
58!endif
59!if "$(MONOLITHIC)" == "0"
60EXTRALIBS_FOR_BASE =
61!endif
62!if "$(MONOLITHIC)" == "1"
63EXTRALIBS_FOR_BASE =
64!endif
65!if "$(USE_XRC)" == "1"
66__wxrc___depname = $(OBJS)\wxrc.exe
67!endif
68!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
69__DEBUGINFO_0 = /Zi
70!endif
71!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
72__DEBUGINFO_0 =
73!endif
74!if "$(DEBUG_INFO)" == "0"
75__DEBUGINFO_0 =
76!endif
77!if "$(DEBUG_INFO)" == "1"
78__DEBUGINFO_0 = /Zi
79!endif
80!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
81__DEBUGINFO_1 = /DEBUG
82!endif
83!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
84__DEBUGINFO_1 =
85!endif
86!if "$(DEBUG_INFO)" == "0"
87__DEBUGINFO_1 =
88!endif
89!if "$(DEBUG_INFO)" == "1"
90__DEBUGINFO_1 = /DEBUG
91!endif
92!if "$(DEBUG_RUNTIME_LIBS)" == "0"
93____DEBUGRUNTIME_2_p =
94!endif
95!if "$(DEBUG_RUNTIME_LIBS)" == "1"
96____DEBUGRUNTIME_2_p = /D_DEBUG
97!endif
98!if "$(DEBUG_RUNTIME_LIBS)" == "default"
99____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
100!endif
101!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
102____DEBUGINFO_2_p = /D_DEBUG
103!endif
104!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
105____DEBUGINFO_2_p =
106!endif
107!if "$(DEBUG_INFO)" == "0"
108____DEBUGINFO_2_p =
109!endif
110!if "$(DEBUG_INFO)" == "1"
111____DEBUGINFO_2_p = /D_DEBUG
112!endif
113!if "$(DEBUG_RUNTIME_LIBS)" == "0"
114__DEBUGRUNTIME_3 =
115!endif
116!if "$(DEBUG_RUNTIME_LIBS)" == "1"
117__DEBUGRUNTIME_3 = d
118!endif
119!if "$(DEBUG_RUNTIME_LIBS)" == "default"
120__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
121!endif
122!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
123__DEBUGINFO_3 = d
124!endif
125!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
126__DEBUGINFO_3 =
127!endif
128!if "$(DEBUG_INFO)" == "0"
129__DEBUGINFO_3 =
130!endif
131!if "$(DEBUG_INFO)" == "1"
132__DEBUGINFO_3 = d
133!endif
134!if "$(BUILD)" == "debug"
135__OPTIMIZEFLAG_4 = /Od
136!endif
137!if "$(BUILD)" == "release"
138__OPTIMIZEFLAG_4 = /O2
139!endif
140!if "$(RUNTIME_LIBS)" == "dynamic"
141__RUNTIME_LIBS_7 = D
142!endif
143!if "$(RUNTIME_LIBS)" == "static"
144__RUNTIME_LIBS_7 = T
145!endif
146!if "$(USE_EXCEPTIONS)" == "0"
147__EXCEPTIONSFLAG_8 =
148!endif
149!if "$(USE_EXCEPTIONS)" == "1"
150__EXCEPTIONSFLAG_8 = /GR
151!endif
152!if "$(USE_EXCEPTIONS)" == "0"
153__EXCEPTIONSFLAG_9 =
154!endif
155!if "$(USE_EXCEPTIONS)" == "1"
156__EXCEPTIONSFLAG_9 = /GX
157!endif
158!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
159__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
160!endif
161!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
162__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
163!endif
164!if "$(WXUNIV)" == "1"
165__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
166!endif
167!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
168__DEBUG_DEFINE_p = /D__WXDEBUG__
169!endif
170!if "$(DEBUG_FLAG)" == "1"
171__DEBUG_DEFINE_p = /D__WXDEBUG__
172!endif
173!if "$(UNICODE)" == "1"
174__UNICODE_DEFINE_p = /D_UNICODE
175!endif
176!if "$(SHARED)" == "1"
177__DLLFLAG_p = /DWXUSINGDLL
178!endif
179!if "$(MONOLITHIC)" == "0"
180__WXLIB_XML_p = \
181 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
182!endif
183!if "$(MONOLITHIC)" == "0"
184__WXLIB_BASE_p = \
185 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
186!endif
187!if "$(MONOLITHIC)" == "1"
188__WXLIB_MONO_p = \
189 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
190!endif
191!if "$(USE_GUI)" == "1"
192__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
193!endif
194!if "$(USE_GUI)" == "1"
195__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
196!endif
197!if "$(USE_GUI)" == "1"
198__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
199!endif
200!if "$(MSLU)" == "1"
201__UNICOWS_LIB_p = unicows.lib
202!endif
203
204
205all: $(OBJS)
206$(OBJS):
207 -if not exist $(OBJS) mkdir $(OBJS)
208
209### Targets: ###
210
211all: $(__wxrc___depname)
212
213clean:
214 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
215 -if exist $(OBJS)\*.res del $(OBJS)\*.res
216 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
217 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
218 -if exist $(OBJS)\wxrc.ilk del $(OBJS)\wxrc.ilk
219 -if exist $(OBJS)\wxrc.pdb del $(OBJS)\wxrc.pdb
220
221!if "$(USE_XRC)" == "1"
222$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
223 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
224 $(WXRC_OBJECTS) $(__WXLIB_XML_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib odbc32.lib
225<<
226!endif
227
228$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
229 $(CXX) /c /nologo /TP /Fo$@ $(WXRC_CXXFLAGS) $**
230