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