]> git.saurik.com Git - wxWidgets.git/blame - utils/wxrc/makefile.vc
Applied patched for combo box SELECTED events (no
[wxWidgets.git] / utils / wxrc / makefile.vc
CommitLineData
cecc483e
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
cecc483e
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
031dfec8 6
c33fae85 7!include <../../build/msw/config.vc>
031dfec8 8
cecc483e
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
031dfec8 12
cecc483e 13### Variables: ###
b5ff2fbd 14
c33fae85 15WX_RELEASE_NODOT = 25
3f55f5b8
VS
16OBJS = \
17 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
18SETUPHDIR = \
19 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9 20WXRC_CXXFLAGS = /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
3f55f5b8 21 $(__DEBUGINFO_0) /Fd$(OBJS)\wxrc.pdb $(____DEBUGRUNTIME_2_p) \
ec08d395 22 $(__OPTIMIZEFLAG_4) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \
c33fae85
RN
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)
3f55f5b8
VS
26WXRC_OBJECTS = \
27 $(OBJS)\wxrc_wxrc.obj
031dfec8 28
cecc483e
VS
29### Conditionally set variables: ###
30
31!if "$(USE_GUI)" == "0"
32PORTNAME = base
33!endif
34!if "$(USE_GUI)" == "1"
35PORTNAME = msw
36!endif
3f55f5b8
VS
37!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
38WXDEBUGFLAG = d
39!endif
40!if "$(DEBUG_FLAG)" == "1"
cecc483e
VS
41WXDEBUGFLAG = d
42!endif
cecc483e
VS
43!if "$(UNICODE)" == "1"
44WXUNICODEFLAG = u
45!endif
46!if "$(WXUNIV)" == "1"
47WXUNIVNAME = univ
48!endif
b17c1746
DE
49!if "$(SHARED)" == "1"
50WXDLLFLAG = dll
51!endif
dd65d8c8
RN
52!if "$(MONOLITHIC)" == "0"
53EXTRALIBS_FOR_BASE =
54!endif
55!if "$(MONOLITHIC)" == "1"
56EXTRALIBS_FOR_BASE =
57!endif
d2ec8d84
VS
58!if "$(USE_XRC)" == "1"
59__wxrc___depname = $(OBJS)\wxrc.exe
60!endif
3f55f5b8
VS
61!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
62__DEBUGINFO_0 = /Zi
cecc483e 63!endif
3f55f5b8
VS
64!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
65__DEBUGINFO_0 =
cecc483e 66!endif
3f55f5b8
VS
67!if "$(DEBUG_INFO)" == "0"
68__DEBUGINFO_0 =
cecc483e 69!endif
3f55f5b8
VS
70!if "$(DEBUG_INFO)" == "1"
71__DEBUGINFO_0 = /Zi
cecc483e 72!endif
3f55f5b8
VS
73!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
74__DEBUGINFO_1 = /DEBUG
cecc483e 75!endif
3f55f5b8
VS
76!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
77__DEBUGINFO_1 =
b5ff2fbd 78!endif
3f55f5b8
VS
79!if "$(DEBUG_INFO)" == "0"
80__DEBUGINFO_1 =
81!endif
82!if "$(DEBUG_INFO)" == "1"
83__DEBUGINFO_1 = /DEBUG
84!endif
b17c1746
DE
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
3f55f5b8 94!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
b17c1746 95____DEBUGINFO_2_p = /D_DEBUG
3f55f5b8
VS
96!endif
97!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
b17c1746 98____DEBUGINFO_2_p =
3f55f5b8
VS
99!endif
100!if "$(DEBUG_INFO)" == "0"
b17c1746 101____DEBUGINFO_2_p =
3f55f5b8
VS
102!endif
103!if "$(DEBUG_INFO)" == "1"
b17c1746 104____DEBUGINFO_2_p = /D_DEBUG
3f55f5b8
VS
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
b17c1746
DE
115!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
116__DEBUGINFO_3 = d
3f55f5b8 117!endif
b17c1746
DE
118!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
119__DEBUGINFO_3 =
cecc483e 120!endif
b17c1746
DE
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
cecc483e 138!endif
a4ad36cd
VS
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
ec08d395
JS
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
b17c1746
DE
157!if "$(WXUNIV)" == "1"
158__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
cecc483e 159!endif
b17c1746
DE
160!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
161__DEBUG_DEFINE_p = /D__WXDEBUG__
cecc483e 162!endif
b17c1746
DE
163!if "$(DEBUG_FLAG)" == "1"
164__DEBUG_DEFINE_p = /D__WXDEBUG__
cecc483e
VS
165!endif
166!if "$(UNICODE)" == "1"
ec08d395 167__UNICODE_DEFINE_p = /D_UNICODE
cecc483e 168!endif
b17c1746
DE
169!if "$(SHARED)" == "1"
170__DLLFLAG_p = /DWXUSINGDLL
171!endif
172!if "$(MONOLITHIC)" == "0"
c33fae85
RN
173__WXLIB_XML_p = \
174 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
2265a2d5 175!endif
cecc483e 176!if "$(MONOLITHIC)" == "0"
c33fae85
RN
177__WXLIB_BASE_p = \
178 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
cecc483e
VS
179!endif
180!if "$(MONOLITHIC)" == "1"
3f55f5b8 181__WXLIB_MONO_p = \
c33fae85 182 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
cecc483e 183!endif
b17c1746 184!if "$(USE_GUI)" == "1"
9c2d002b 185__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
3f55f5b8 186!endif
b17c1746 187!if "$(USE_GUI)" == "1"
9c2d002b 188__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
3f55f5b8 189!endif
b17c1746 190!if "$(USE_GUI)" == "1"
9c2d002b 191__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
3f55f5b8 192!endif
b17c1746
DE
193!if "$(MSLU)" == "1"
194__UNICOWS_LIB_p = unicows.lib
3f55f5b8 195!endif
b17c1746 196!if "$(SHARED)" == "0"
c33fae85 197LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
3f55f5b8 198!endif
b17c1746 199!if "$(SHARED)" == "1"
c33fae85 200LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
bdc408c4 201!endif
cecc483e
VS
202
203
204all: $(OBJS)
205$(OBJS):
206 -if not exist $(OBJS) mkdir $(OBJS)
207
208### Targets: ###
b5ff2fbd 209
d2ec8d84 210all: $(__wxrc___depname)
b5ff2fbd 211
cecc483e
VS
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
ec08d395
JS
216 -if exist $(OBJS)\wxrc.ilk del $(OBJS)\wxrc.ilk
217 -if exist $(OBJS)\wxrc.pdb del $(OBJS)\wxrc.pdb
031dfec8 218
d2ec8d84 219!if "$(USE_XRC)" == "1"
3f55f5b8
VS
220$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
221 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
dd65d8c8 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
cecc483e 223<<
d2ec8d84 224!endif
b17c1746
DE
225
226$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
227 $(CXX) /c /nologo /TP /Fo$@ $(WXRC_CXXFLAGS) $**