]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/utils/wxrc/makefile.vc
fixed Common Headers group for VC++ definition
[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
15LIBDIRNAME = \
16 .\..\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17OBJS = \
18 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
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$(LIBDIRNAME) \
23 /I.\..\..\..\src\tiff /I.\..\..\..\src\jpeg /I.\..\..\..\src\png \
24 /I.\..\..\..\src\zlib /I.\..\..\..\src\regex /I.\..\..\..\src\expat\lib /I. \
25 $(__DLLFLAG_p) /D_CONSOLE $(CXXFLAGS)
26WXRC_OBJECTS = \
27 $(OBJS)\wxrc_wxrc.obj
28
29### Conditionally set variables: ###
30
31!if "$(USE_GUI)" == "0"
32PORTNAME = base
33!endif
34!if "$(USE_GUI)" == "1"
35PORTNAME = msw
36!endif
37!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
38WXDEBUGFLAG = d
39!endif
40!if "$(DEBUG_FLAG)" == "1"
41WXDEBUGFLAG = d
42!endif
43!if "$(SHARED)" == "1"
44WXDLLFLAG = dll
45!endif
46!if "$(UNICODE)" == "1"
47WXUNICODEFLAG = u
48!endif
49!if "$(WXUNIV)" == "1"
50WXUNIVNAME = univ
51!endif
52!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
53__DEBUGINFO_0 = /Zi
54!endif
55!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
56__DEBUGINFO_0 =
57!endif
58!if "$(DEBUG_INFO)" == "0"
59__DEBUGINFO_0 =
60!endif
61!if "$(DEBUG_INFO)" == "1"
62__DEBUGINFO_0 = /Zi
63!endif
64!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
65__DEBUGINFO_1 = /DEBUG
66!endif
67!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
68__DEBUGINFO_1 =
69!endif
70!if "$(DEBUG_INFO)" == "0"
71__DEBUGINFO_1 =
72!endif
73!if "$(DEBUG_INFO)" == "1"
74__DEBUGINFO_1 = /DEBUG
75!endif
76!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
77__DEBUGINFO_3 = d
78!endif
79!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
80__DEBUGINFO_3 =
81!endif
82!if "$(DEBUG_INFO)" == "0"
83__DEBUGINFO_3 =
84!endif
85!if "$(DEBUG_INFO)" == "1"
86__DEBUGINFO_3 = d
87!endif
88!if "$(DEBUG_RUNTIME_LIBS)" == "0"
89__DEBUGRUNTIME_3 =
90!endif
91!if "$(DEBUG_RUNTIME_LIBS)" == "1"
92__DEBUGRUNTIME_3 = d
93!endif
94!if "$(DEBUG_RUNTIME_LIBS)" == "default"
95__DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
96!endif
97!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
98__DEBUG_DEFINE_p = /D__WXDEBUG__
99!endif
100!if "$(DEBUG_FLAG)" == "1"
101__DEBUG_DEFINE_p = /D__WXDEBUG__
102!endif
103!if "$(SHARED)" == "1"
104__DLLFLAG_p = /DWXUSINGDLL
105!endif
106!if "$(USE_GUI)" == "1"
107__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
108!endif
109!if "$(USE_GUI)" == "1"
110__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
111!endif
112!if "$(USE_GUI)" == "1"
113__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
114!endif
115!if "$(BUILD)" == "debug"
116__OPTIMIZEFLAG_4 = /Od
117!endif
118!if "$(BUILD)" == "release"
119__OPTIMIZEFLAG_4 = /O2
120!endif
121!if "$(RUNTIME_LIBS)" == "dynamic"
122__RUNTIME_LIBS_7 = D
123!endif
124!if "$(RUNTIME_LIBS)" == "static"
125__RUNTIME_LIBS_7 = T
126!endif
127!if "$(UNICODE)" == "1"
128__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
129!endif
130!if "$(MONOLITHIC)" == "0"
131__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
132!endif
133!if "$(MONOLITHIC)" == "1"
134__WXLIB_MONO_p = \
135 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
136!endif
137!if "$(MONOLITHIC)" == "0"
138__WXLIB_XML_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_xml.lib
139!endif
140!if "$(WXUNIV)" == "1"
141__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
142!endif
143!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
144____DEBUGINFO_2_p = /D_DEBUG
145!endif
146!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
147____DEBUGINFO_2_p =
148!endif
149!if "$(DEBUG_INFO)" == "0"
150____DEBUGINFO_2_p =
151!endif
152!if "$(DEBUG_INFO)" == "1"
153____DEBUGINFO_2_p = /D_DEBUG
154!endif
155!if "$(DEBUG_RUNTIME_LIBS)" == "0"
156____DEBUGRUNTIME_2_p =
157!endif
158!if "$(DEBUG_RUNTIME_LIBS)" == "1"
159____DEBUGRUNTIME_2_p = /D_DEBUG
160!endif
161!if "$(DEBUG_RUNTIME_LIBS)" == "default"
162____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
163!endif
164
165
166all: $(OBJS)
167$(OBJS):
168 -if not exist $(OBJS) mkdir $(OBJS)
169
170### Targets: ###
171
172all: $(OBJS)\wxrc.exe
173
174$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
175 $(CXX) /c /nologo /TP /Fo$@ $(WXRC_CXXFLAGS) $**
176
177clean:
178 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
179 -if exist $(OBJS)\*.res del $(OBJS)\*.res
180 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
181
182$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
183 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
184 $(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 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
185<<