]> git.saurik.com Git - wxWidgets.git/blame - utils/wxrc/makefile.vc
focus setting must be possible even when not shown yet
[wxWidgets.git] / utils / wxrc / makefile.vc
CommitLineData
cecc483e
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
031dfec8 6
fd9f42b6 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
3f55f5b8
VS
15OBJS = \
16 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
3f55f5b8
VS
19WXRC_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) /DWIN32 \
20 $(__DEBUGINFO_0) /Fd$(OBJS)\wxrc.pdb $(____DEBUGRUNTIME_2_p) \
21 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
75a0a7b7 22 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
1c3a6972 23 /D_CONSOLE $(CXXFLAGS) /GR /GX
3f55f5b8
VS
24WXRC_OBJECTS = \
25 $(OBJS)\wxrc_wxrc.obj
031dfec8 26
cecc483e
VS
27### Conditionally set variables: ###
28
75a0a7b7
VS
29!if "$(SHARED)" == "0"
30LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
31!endif
32!if "$(SHARED)" == "1"
33LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
34!endif
cecc483e
VS
35!if "$(USE_GUI)" == "0"
36PORTNAME = base
37!endif
38!if "$(USE_GUI)" == "1"
39PORTNAME = msw
40!endif
3f55f5b8
VS
41!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
42WXDEBUGFLAG = d
43!endif
44!if "$(DEBUG_FLAG)" == "1"
cecc483e
VS
45WXDEBUGFLAG = d
46!endif
47!if "$(SHARED)" == "1"
48WXDLLFLAG = dll
49!endif
50!if "$(UNICODE)" == "1"
51WXUNICODEFLAG = u
52!endif
53!if "$(WXUNIV)" == "1"
54WXUNIVNAME = univ
55!endif
3f55f5b8
VS
56!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
57__DEBUGINFO_0 = /Zi
cecc483e 58!endif
3f55f5b8
VS
59!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
60__DEBUGINFO_0 =
cecc483e 61!endif
3f55f5b8
VS
62!if "$(DEBUG_INFO)" == "0"
63__DEBUGINFO_0 =
cecc483e 64!endif
3f55f5b8
VS
65!if "$(DEBUG_INFO)" == "1"
66__DEBUGINFO_0 = /Zi
cecc483e 67!endif
3f55f5b8
VS
68!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
69__DEBUGINFO_1 = /DEBUG
cecc483e 70!endif
3f55f5b8
VS
71!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
72__DEBUGINFO_1 =
b5ff2fbd 73!endif
3f55f5b8
VS
74!if "$(DEBUG_INFO)" == "0"
75__DEBUGINFO_1 =
76!endif
77!if "$(DEBUG_INFO)" == "1"
78__DEBUGINFO_1 = /DEBUG
79!endif
80!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
81__DEBUGINFO_3 = d
82!endif
83!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
84__DEBUGINFO_3 =
85!endif
86!if "$(DEBUG_INFO)" == "0"
87__DEBUGINFO_3 =
88!endif
89!if "$(DEBUG_INFO)" == "1"
90__DEBUGINFO_3 = d
91!endif
92!if "$(DEBUG_RUNTIME_LIBS)" == "0"
93__DEBUGRUNTIME_3 =
94!endif
95!if "$(DEBUG_RUNTIME_LIBS)" == "1"
96__DEBUGRUNTIME_3 = d
97!endif
98!if "$(DEBUG_RUNTIME_LIBS)" == "default"
99__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
100!endif
101!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
102__DEBUG_DEFINE_p = /D__WXDEBUG__
103!endif
104!if "$(DEBUG_FLAG)" == "1"
cecc483e
VS
105__DEBUG_DEFINE_p = /D__WXDEBUG__
106!endif
107!if "$(SHARED)" == "1"
108__DLLFLAG_p = /DWXUSINGDLL
109!endif
3f55f5b8
VS
110!if "$(USE_GUI)" == "1"
111__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
112!endif
113!if "$(USE_GUI)" == "1"
114__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
115!endif
116!if "$(USE_GUI)" == "1"
117__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
118!endif
cecc483e 119!if "$(BUILD)" == "debug"
bdc408c4 120__OPTIMIZEFLAG_4 = /Od
cecc483e
VS
121!endif
122!if "$(BUILD)" == "release"
bdc408c4 123__OPTIMIZEFLAG_4 = /O2
cecc483e
VS
124!endif
125!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 126__RUNTIME_LIBS_7 = D
cecc483e
VS
127!endif
128!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 129__RUNTIME_LIBS_7 = T
cecc483e
VS
130!endif
131!if "$(UNICODE)" == "1"
132__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
133!endif
2265a2d5
VS
134!if "$(MSLU)" == "1"
135__UNICOWS_LIB_p = unicows.lib
136!endif
cecc483e
VS
137!if "$(MONOLITHIC)" == "0"
138__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
139!endif
140!if "$(MONOLITHIC)" == "1"
3f55f5b8
VS
141__WXLIB_MONO_p = \
142 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
cecc483e
VS
143!endif
144!if "$(MONOLITHIC)" == "0"
145__WXLIB_XML_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_xml.lib
146!endif
147!if "$(WXUNIV)" == "1"
148__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
149!endif
3f55f5b8
VS
150!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
151____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 152!endif
3f55f5b8 153!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
592cae95 154____DEBUGINFO_2_p =
3f55f5b8
VS
155!endif
156!if "$(DEBUG_INFO)" == "0"
592cae95 157____DEBUGINFO_2_p =
3f55f5b8
VS
158!endif
159!if "$(DEBUG_INFO)" == "1"
160____DEBUGINFO_2_p = /D_DEBUG
161!endif
162!if "$(DEBUG_RUNTIME_LIBS)" == "0"
592cae95 163____DEBUGRUNTIME_2_p =
3f55f5b8
VS
164!endif
165!if "$(DEBUG_RUNTIME_LIBS)" == "1"
166____DEBUGRUNTIME_2_p = /D_DEBUG
167!endif
168!if "$(DEBUG_RUNTIME_LIBS)" == "default"
169____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
bdc408c4 170!endif
cecc483e
VS
171
172
173all: $(OBJS)
174$(OBJS):
175 -if not exist $(OBJS) mkdir $(OBJS)
176
177### Targets: ###
b5ff2fbd 178
cecc483e 179all: $(OBJS)\wxrc.exe
b5ff2fbd 180
cecc483e
VS
181$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
182 $(CXX) /c /nologo /TP /Fo$@ $(WXRC_CXXFLAGS) $**
031dfec8 183
cecc483e
VS
184clean:
185 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
186 -if exist $(OBJS)\*.res del $(OBJS)\*.res
187 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
031dfec8 188
3f55f5b8
VS
189$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
190 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
a5b8e8bf 191 $(WXRC_OBJECTS) $(__WXLIB_XML_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
cecc483e 192<<