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