]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxrc/makefile.vc
Applied patched for combo box SELECTED events (no
[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 "$(MONOLITHIC)" == "0"
53EXTRALIBS_FOR_BASE =
54!endif
55!if "$(MONOLITHIC)" == "1"
56EXTRALIBS_FOR_BASE =
57!endif
58!if "$(USE_XRC)" == "1"
59__wxrc___depname = $(OBJS)\wxrc.exe
60!endif
61!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
62__DEBUGINFO_0 = /Zi
63!endif
64!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
65__DEBUGINFO_0 =
66!endif
67!if "$(DEBUG_INFO)" == "0"
68__DEBUGINFO_0 =
69!endif
70!if "$(DEBUG_INFO)" == "1"
71__DEBUGINFO_0 = /Zi
72!endif
73!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
74__DEBUGINFO_1 = /DEBUG
75!endif
76!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
77__DEBUGINFO_1 =
78!endif
79!if "$(DEBUG_INFO)" == "0"
80__DEBUGINFO_1 =
81!endif
82!if "$(DEBUG_INFO)" == "1"
83__DEBUGINFO_1 = /DEBUG
84!endif
85!if "$(DEBUG_RUNTIME_LIBS)" == "0"
86____DEBUGRUNTIME_2_p =
87!endif
88!if "$(DEBUG_RUNTIME_LIBS)" == "1"
89____DEBUGRUNTIME_2_p = /D_DEBUG
90!endif
91!if "$(DEBUG_RUNTIME_LIBS)" == "default"
92____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
93!endif
94!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
95____DEBUGINFO_2_p = /D_DEBUG
96!endif
97!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
98____DEBUGINFO_2_p =
99!endif
100!if "$(DEBUG_INFO)" == "0"
101____DEBUGINFO_2_p =
102!endif
103!if "$(DEBUG_INFO)" == "1"
104____DEBUGINFO_2_p = /D_DEBUG
105!endif
106!if "$(DEBUG_RUNTIME_LIBS)" == "0"
107__DEBUGRUNTIME_3 =
108!endif
109!if "$(DEBUG_RUNTIME_LIBS)" == "1"
110__DEBUGRUNTIME_3 = d
111!endif
112!if "$(DEBUG_RUNTIME_LIBS)" == "default"
113__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
114!endif
115!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
116__DEBUGINFO_3 = d
117!endif
118!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
119__DEBUGINFO_3 =
120!endif
121!if "$(DEBUG_INFO)" == "0"
122__DEBUGINFO_3 =
123!endif
124!if "$(DEBUG_INFO)" == "1"
125__DEBUGINFO_3 = d
126!endif
127!if "$(BUILD)" == "debug"
128__OPTIMIZEFLAG_4 = /Od
129!endif
130!if "$(BUILD)" == "release"
131__OPTIMIZEFLAG_4 = /O2
132!endif
133!if "$(RUNTIME_LIBS)" == "dynamic"
134__RUNTIME_LIBS_7 = D
135!endif
136!if "$(RUNTIME_LIBS)" == "static"
137__RUNTIME_LIBS_7 = T
138!endif
139!if "$(USE_EXCEPTIONS)" == "0"
140__EXCEPTIONSFLAG_8 =
141!endif
142!if "$(USE_EXCEPTIONS)" == "1"
143__EXCEPTIONSFLAG_8 = /GR
144!endif
145!if "$(USE_EXCEPTIONS)" == "0"
146__EXCEPTIONSFLAG_9 =
147!endif
148!if "$(USE_EXCEPTIONS)" == "1"
149__EXCEPTIONSFLAG_9 = /GX
150!endif
151!if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
152__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
153!endif
154!if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
155__NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
156!endif
157!if "$(WXUNIV)" == "1"
158__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
159!endif
160!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
161__DEBUG_DEFINE_p = /D__WXDEBUG__
162!endif
163!if "$(DEBUG_FLAG)" == "1"
164__DEBUG_DEFINE_p = /D__WXDEBUG__
165!endif
166!if "$(UNICODE)" == "1"
167__UNICODE_DEFINE_p = /D_UNICODE
168!endif
169!if "$(SHARED)" == "1"
170__DLLFLAG_p = /DWXUSINGDLL
171!endif
172!if "$(MONOLITHIC)" == "0"
173__WXLIB_XML_p = \
174 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
175!endif
176!if "$(MONOLITHIC)" == "0"
177__WXLIB_BASE_p = \
178 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
179!endif
180!if "$(MONOLITHIC)" == "1"
181__WXLIB_MONO_p = \
182 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
183!endif
184!if "$(USE_GUI)" == "1"
185__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
186!endif
187!if "$(USE_GUI)" == "1"
188__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
189!endif
190!if "$(USE_GUI)" == "1"
191__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
192!endif
193!if "$(MSLU)" == "1"
194__UNICOWS_LIB_p = unicows.lib
195!endif
196!if "$(SHARED)" == "0"
197LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
198!endif
199!if "$(SHARED)" == "1"
200LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
201!endif
202
203
204all: $(OBJS)
205$(OBJS):
206 -if not exist $(OBJS) mkdir $(OBJS)
207
208### Targets: ###
209
210all: $(__wxrc___depname)
211
212clean:
213 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
214 -if exist $(OBJS)\*.res del $(OBJS)\*.res
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) $**