]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrc/makefile.vc
fixed Common Headers group for VC++ definition
[wxWidgets.git] / contrib / 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
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
031dfec8 28
cecc483e
VS
29### Conditionally set variables: ###
30
31!if "$(USE_GUI)" == "0"
32PORTNAME = base
33!endif
34!if "$(USE_GUI)" == "1"
35PORTNAME = msw
36!endif
3f55f5b8
VS
37!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
38WXDEBUGFLAG = d
39!endif
40!if "$(DEBUG_FLAG)" == "1"
cecc483e
VS
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
3f55f5b8
VS
52!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
53__DEBUGINFO_0 = /Zi
cecc483e 54!endif
3f55f5b8
VS
55!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
56__DEBUGINFO_0 =
cecc483e 57!endif
3f55f5b8
VS
58!if "$(DEBUG_INFO)" == "0"
59__DEBUGINFO_0 =
cecc483e 60!endif
3f55f5b8
VS
61!if "$(DEBUG_INFO)" == "1"
62__DEBUGINFO_0 = /Zi
cecc483e 63!endif
3f55f5b8
VS
64!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
65__DEBUGINFO_1 = /DEBUG
cecc483e 66!endif
3f55f5b8
VS
67!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
68__DEBUGINFO_1 =
b5ff2fbd 69!endif
3f55f5b8
VS
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"
cecc483e
VS
101__DEBUG_DEFINE_p = /D__WXDEBUG__
102!endif
103!if "$(SHARED)" == "1"
104__DLLFLAG_p = /DWXUSINGDLL
105!endif
3f55f5b8
VS
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
cecc483e 115!if "$(BUILD)" == "debug"
bdc408c4 116__OPTIMIZEFLAG_4 = /Od
cecc483e
VS
117!endif
118!if "$(BUILD)" == "release"
bdc408c4 119__OPTIMIZEFLAG_4 = /O2
cecc483e
VS
120!endif
121!if "$(RUNTIME_LIBS)" == "dynamic"
bdc408c4 122__RUNTIME_LIBS_7 = D
cecc483e
VS
123!endif
124!if "$(RUNTIME_LIBS)" == "static"
bdc408c4 125__RUNTIME_LIBS_7 = T
cecc483e
VS
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"
3f55f5b8
VS
134__WXLIB_MONO_p = \
135 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
cecc483e
VS
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
3f55f5b8
VS
143!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
144____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 145!endif
3f55f5b8 146!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
592cae95 147____DEBUGINFO_2_p =
3f55f5b8
VS
148!endif
149!if "$(DEBUG_INFO)" == "0"
592cae95 150____DEBUGINFO_2_p =
3f55f5b8
VS
151!endif
152!if "$(DEBUG_INFO)" == "1"
153____DEBUGINFO_2_p = /D_DEBUG
154!endif
155!if "$(DEBUG_RUNTIME_LIBS)" == "0"
592cae95 156____DEBUGRUNTIME_2_p =
3f55f5b8
VS
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)
bdc408c4 163!endif
cecc483e
VS
164
165
166all: $(OBJS)
167$(OBJS):
168 -if not exist $(OBJS) mkdir $(OBJS)
169
170### Targets: ###
b5ff2fbd 171
cecc483e 172all: $(OBJS)\wxrc.exe
b5ff2fbd 173
cecc483e
VS
174$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
175 $(CXX) /c /nologo /TP /Fo$@ $(WXRC_CXXFLAGS) $**
031dfec8 176
cecc483e
VS
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
031dfec8 181
3f55f5b8
VS
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
cecc483e 185<<