]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxrc/makefile.vc
backported HTML tables horizontal size fix
[wxWidgets.git] / 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 = $(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) \
22 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
23 /D_CONSOLE $(CXXFLAGS)
24WXRC_OBJECTS = \
25 $(OBJS)\wxrc_wxrc.obj
26
27### Conditionally set variables: ###
28
29!if "$(SHARED)" == "0"
30LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
31!endif
32!if "$(SHARED)" == "1"
33LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
34!endif
35!if "$(USE_GUI)" == "0"
36PORTNAME = base
37!endif
38!if "$(USE_GUI)" == "1"
39PORTNAME = msw
40!endif
41!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
42WXDEBUGFLAG = d
43!endif
44!if "$(DEBUG_FLAG)" == "1"
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
56!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
57__DEBUGINFO_0 = /Zi
58!endif
59!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
60__DEBUGINFO_0 =
61!endif
62!if "$(DEBUG_INFO)" == "0"
63__DEBUGINFO_0 =
64!endif
65!if "$(DEBUG_INFO)" == "1"
66__DEBUGINFO_0 = /Zi
67!endif
68!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
69__DEBUGINFO_1 = /DEBUG
70!endif
71!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
72__DEBUGINFO_1 =
73!endif
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"
105__DEBUG_DEFINE_p = /D__WXDEBUG__
106!endif
107!if "$(SHARED)" == "1"
108__DLLFLAG_p = /DWXUSINGDLL
109!endif
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
119!if "$(BUILD)" == "debug"
120__OPTIMIZEFLAG_4 = /Od
121!endif
122!if "$(BUILD)" == "release"
123__OPTIMIZEFLAG_4 = /O2
124!endif
125!if "$(RUNTIME_LIBS)" == "dynamic"
126__RUNTIME_LIBS_7 = D
127!endif
128!if "$(RUNTIME_LIBS)" == "static"
129__RUNTIME_LIBS_7 = T
130!endif
131!if "$(UNICODE)" == "1"
132__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
133!endif
134!if "$(MSLU)" == "1"
135__UNICOWS_LIB_p = unicows.lib
136!endif
137!if "$(MONOLITHIC)" == "0"
138__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
139!endif
140!if "$(MONOLITHIC)" == "1"
141__WXLIB_MONO_p = \
142 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
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
150!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
151____DEBUGINFO_2_p = /D_DEBUG
152!endif
153!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
154____DEBUGINFO_2_p =
155!endif
156!if "$(DEBUG_INFO)" == "0"
157____DEBUGINFO_2_p =
158!endif
159!if "$(DEBUG_INFO)" == "1"
160____DEBUGINFO_2_p = /D_DEBUG
161!endif
162!if "$(DEBUG_RUNTIME_LIBS)" == "0"
163____DEBUGRUNTIME_2_p =
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)
170!endif
171
172
173all: $(OBJS)
174$(OBJS):
175 -if not exist $(OBJS) mkdir $(OBJS)
176
177### Targets: ###
178
179all: $(OBJS)\wxrc.exe
180
181$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
182 $(CXX) /c /nologo /TP /Fo$@ $(WXRC_CXXFLAGS) $**
183
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
188
189$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
190 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
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
192<<