]> git.saurik.com Git - wxWidgets.git/blame - utils/wxrc/makefile.vc
continue setting scrollbars even if only width/height changes, not both of them ...
[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
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
2265a2d5
VS
130!if "$(MSLU)" == "1"
131__UNICOWS_LIB_p = unicows.lib
132!endif
cecc483e
VS
133!if "$(MONOLITHIC)" == "0"
134__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
135!endif
136!if "$(MONOLITHIC)" == "1"
3f55f5b8
VS
137__WXLIB_MONO_p = \
138 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
cecc483e
VS
139!endif
140!if "$(MONOLITHIC)" == "0"
141__WXLIB_XML_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_xml.lib
142!endif
143!if "$(WXUNIV)" == "1"
144__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
145!endif
3f55f5b8
VS
146!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
147____DEBUGINFO_2_p = /D_DEBUG
bdc408c4 148!endif
3f55f5b8 149!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
592cae95 150____DEBUGINFO_2_p =
3f55f5b8
VS
151!endif
152!if "$(DEBUG_INFO)" == "0"
592cae95 153____DEBUGINFO_2_p =
3f55f5b8
VS
154!endif
155!if "$(DEBUG_INFO)" == "1"
156____DEBUGINFO_2_p = /D_DEBUG
157!endif
158!if "$(DEBUG_RUNTIME_LIBS)" == "0"
592cae95 159____DEBUGRUNTIME_2_p =
3f55f5b8
VS
160!endif
161!if "$(DEBUG_RUNTIME_LIBS)" == "1"
162____DEBUGRUNTIME_2_p = /D_DEBUG
163!endif
164!if "$(DEBUG_RUNTIME_LIBS)" == "default"
165____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
bdc408c4 166!endif
cecc483e
VS
167
168
169all: $(OBJS)
170$(OBJS):
171 -if not exist $(OBJS) mkdir $(OBJS)
172
173### Targets: ###
b5ff2fbd 174
cecc483e 175all: $(OBJS)\wxrc.exe
b5ff2fbd 176
cecc483e
VS
177$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
178 $(CXX) /c /nologo /TP /Fo$@ $(WXRC_CXXFLAGS) $**
031dfec8 179
cecc483e
VS
180clean:
181 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
182 -if exist $(OBJS)\*.res del $(OBJS)\*.res
183 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
031dfec8 184
3f55f5b8
VS
185$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
186 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
2265a2d5 187 $(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 188<<