]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxrc/makefile.vc
wxCocoa build fix. Use XPM everywhere.
[wxWidgets.git] / utils / wxrc / makefile.vc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.8 (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 = 26
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_8)$(__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) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) \
26 /W4 /I. $(__DLLFLAG_p) /D_CONSOLE /DwxUSE_GUI=0 $(__RTTIFLAG_9) \
27 $(__EXCEPTIONSFLAG_10) $(CPPFLAGS) $(CXXFLAGS)
28WXRC_OBJECTS = \
29 $(OBJS)\wxrc_wxrc.obj
30
31### Conditionally set variables: ###
32
33!if "$(USE_GUI)" == "0"
34PORTNAME = base
35!endif
36!if "$(USE_GUI)" == "1"
37PORTNAME = msw
38!endif
39!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
40WXDEBUGFLAG = d
41!endif
42!if "$(DEBUG_FLAG)" == "1"
43WXDEBUGFLAG = d
44!endif
45!if "$(UNICODE)" == "1"
46WXUNICODEFLAG = u
47!endif
48!if "$(WXUNIV)" == "1"
49WXUNIVNAME = univ
50!endif
51!if "$(SHARED)" == "1"
52WXDLLFLAG = dll
53!endif
54!if "$(SHARED)" == "0"
55LIBTYPE_SUFFIX = lib
56!endif
57!if "$(SHARED)" == "1"
58LIBTYPE_SUFFIX = dll
59!endif
60!if "$(MONOLITHIC)" == "0"
61EXTRALIBS_FOR_BASE =
62!endif
63!if "$(MONOLITHIC)" == "1"
64EXTRALIBS_FOR_BASE =
65!endif
66!if "$(USE_XRC)" == "1"
67__wxrc___depname = $(OBJS)\wxrc.exe
68!endif
69!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
70__DEBUGINFO_0 = /Zi
71!endif
72!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
73__DEBUGINFO_0 =
74!endif
75!if "$(DEBUG_INFO)" == "0"
76__DEBUGINFO_0 =
77!endif
78!if "$(DEBUG_INFO)" == "1"
79__DEBUGINFO_0 = /Zi
80!endif
81!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
82__DEBUGINFO_1 = /DEBUG
83!endif
84!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
85__DEBUGINFO_1 =
86!endif
87!if "$(DEBUG_INFO)" == "0"
88__DEBUGINFO_1 =
89!endif
90!if "$(DEBUG_INFO)" == "1"
91__DEBUGINFO_1 = /DEBUG
92!endif
93!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
94____DEBUGRUNTIME_2_p = /D_DEBUG
95!endif
96!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
97____DEBUGRUNTIME_2_p =
98!endif
99!if "$(DEBUG_RUNTIME_LIBS)" == "0"
100____DEBUGRUNTIME_2_p =
101!endif
102!if "$(DEBUG_RUNTIME_LIBS)" == "1"
103____DEBUGRUNTIME_2_p = /D_DEBUG
104!endif
105!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
106__DEBUGRUNTIME_3 = d
107!endif
108!if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
109__DEBUGRUNTIME_3 =
110!endif
111!if "$(DEBUG_RUNTIME_LIBS)" == "0"
112__DEBUGRUNTIME_3 =
113!endif
114!if "$(DEBUG_RUNTIME_LIBS)" == "1"
115__DEBUGRUNTIME_3 = d
116!endif
117!if "$(BUILD)" == "debug"
118__OPTIMIZEFLAG_4 = /Od
119!endif
120!if "$(BUILD)" == "release"
121__OPTIMIZEFLAG_4 = /O2
122!endif
123!if "$(USE_THREADS)" == "0"
124__THREADSFLAG_7 = L
125!endif
126!if "$(USE_THREADS)" == "1"
127__THREADSFLAG_7 = T
128!endif
129!if "$(RUNTIME_LIBS)" == "dynamic"
130__RUNTIME_LIBS_8 = D
131!endif
132!if "$(RUNTIME_LIBS)" == "static"
133__RUNTIME_LIBS_8 = $(__THREADSFLAG_7)
134!endif
135!if "$(USE_RTTI)" == "0"
136__RTTIFLAG_9 =
137!endif
138!if "$(USE_RTTI)" == "1"
139__RTTIFLAG_9 = /GR
140!endif
141!if "$(USE_EXCEPTIONS)" == "0"
142__EXCEPTIONSFLAG_10 =
143!endif
144!if "$(USE_EXCEPTIONS)" == "1"
145__EXCEPTIONSFLAG_10 = /EHsc
146!endif
147!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
148__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
149!endif
150!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
151__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
152!endif
153!if "$(WXUNIV)" == "1"
154__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
155!endif
156!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
157__DEBUG_DEFINE_p = /D__WXDEBUG__
158!endif
159!if "$(DEBUG_FLAG)" == "1"
160__DEBUG_DEFINE_p = /D__WXDEBUG__
161!endif
162!if "$(USE_EXCEPTIONS)" == "0"
163__EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
164!endif
165!if "$(USE_RTTI)" == "0"
166__RTTI_DEFINE_p = /DwxNO_RTTI
167!endif
168!if "$(USE_THREADS)" == "0"
169__THREAD_DEFINE_p = /DwxNO_THREADS
170!endif
171!if "$(UNICODE)" == "1"
172__UNICODE_DEFINE_p = /D_UNICODE
173!endif
174!if "$(SHARED)" == "1"
175__DLLFLAG_p = /DWXUSINGDLL
176!endif
177!if "$(MONOLITHIC)" == "0"
178__WXLIB_XML_p = \
179 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
180!endif
181!if "$(MONOLITHIC)" == "0"
182__WXLIB_BASE_p = \
183 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
184!endif
185!if "$(MONOLITHIC)" == "1"
186__WXLIB_MONO_p = \
187 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
188!endif
189!if "$(USE_GUI)" == "1"
190__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
191!endif
192!if "$(USE_GUI)" == "1"
193__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
194!endif
195!if "$(USE_GUI)" == "1"
196__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
197!endif
198!if "$(MSLU)" == "1"
199__UNICOWS_LIB_p = unicows.lib
200!endif
201
202
203all: $(OBJS)
204$(OBJS):
205 -if not exist $(OBJS) mkdir $(OBJS)
206
207### Targets: ###
208
209all: $(__wxrc___depname)
210
211clean:
212 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
213 -if exist $(OBJS)\*.res del $(OBJS)\*.res
214 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
215 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
216 -if exist $(OBJS)\wxrc.ilk del $(OBJS)\wxrc.ilk
217 -if exist $(OBJS)\wxrc.pdb del $(OBJS)\wxrc.pdb
218
219!if "$(USE_XRC)" == "1"
220$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
221 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
222 $(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
223<<
224!endif
225
226$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
227 $(CXX) /c /nologo /TP /Fo$@ $(WXRC_CXXFLAGS) $**
228