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