]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxrc/makefile.gcc
don't eat all events if m_maxLength is 0: this means no limit according to the docs...
[wxWidgets.git] / utils / wxrc / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7include ../../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15CPPDEPS = -MT$@ -MF$@.d -MD
16WX_RELEASE_NODOT = 27
17OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
20SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
22WXRC_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) $(GCCFLAGS) \
23 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
24 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
25 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) -W \
26 -Wall -I. $(__DLLFLAG_p) -DwxUSE_GUI=0 $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) \
27 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
28WXRC_OBJECTS = \
29 $(OBJS)\wxrc_wxrc.o
30
31### Conditionally set variables: ###
32
33ifeq ($(GCC_VERSION),2.95)
34GCCFLAGS = -fvtable-thunks
35endif
36ifeq ($(USE_GUI),0)
37PORTNAME = base
38endif
39ifeq ($(USE_GUI),1)
40PORTNAME = msw
41endif
42ifeq ($(BUILD),debug)
43ifeq ($(DEBUG_FLAG),default)
44WXDEBUGFLAG = d
45endif
46endif
47ifeq ($(DEBUG_FLAG),1)
48WXDEBUGFLAG = d
49endif
50ifeq ($(UNICODE),1)
51WXUNICODEFLAG = u
52endif
53ifeq ($(WXUNIV),1)
54WXUNIVNAME = univ
55endif
56ifeq ($(SHARED),1)
57WXDLLFLAG = dll
58endif
59ifeq ($(SHARED),0)
60LIBTYPE_SUFFIX = lib
61endif
62ifeq ($(SHARED),1)
63LIBTYPE_SUFFIX = dll
64endif
65ifeq ($(MONOLITHIC),0)
66EXTRALIBS_FOR_BASE =
67endif
68ifeq ($(MONOLITHIC),1)
69EXTRALIBS_FOR_BASE =
70endif
71ifeq ($(USE_XRC),1)
72__wxrc___depname = $(OBJS)\wxrc.exe
73endif
74ifeq ($(BUILD),debug)
75__OPTIMIZEFLAG_2 = -O0
76endif
77ifeq ($(BUILD),release)
78__OPTIMIZEFLAG_2 = -O2
79endif
80ifeq ($(USE_RTTI),0)
81__RTTIFLAG_5 = -fno-rtti
82endif
83ifeq ($(USE_RTTI),1)
84__RTTIFLAG_5 =
85endif
86ifeq ($(USE_EXCEPTIONS),0)
87__EXCEPTIONSFLAG_6 = -fno-exceptions
88endif
89ifeq ($(USE_EXCEPTIONS),1)
90__EXCEPTIONSFLAG_6 =
91endif
92ifeq ($(WXUNIV),1)
93__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
94endif
95ifeq ($(BUILD),debug)
96ifeq ($(DEBUG_FLAG),default)
97__DEBUG_DEFINE_p = -D__WXDEBUG__
98endif
99endif
100ifeq ($(DEBUG_FLAG),1)
101__DEBUG_DEFINE_p = -D__WXDEBUG__
102endif
103ifeq ($(USE_EXCEPTIONS),0)
104__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
105endif
106ifeq ($(USE_RTTI),0)
107__RTTI_DEFINE_p = -DwxNO_RTTI
108endif
109ifeq ($(USE_THREADS),0)
110__THREAD_DEFINE_p = -DwxNO_THREADS
111endif
112ifeq ($(UNICODE),1)
113__UNICODE_DEFINE_p = -D_UNICODE
114endif
115ifeq ($(MSLU),1)
116__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
117endif
118ifeq ($(SHARED),1)
119__DLLFLAG_p = -DWXUSINGDLL
120endif
121ifeq ($(MONOLITHIC),0)
122__WXLIB_XML_p = \
123 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml
124endif
125ifeq ($(MONOLITHIC),0)
126__WXLIB_BASE_p = \
127 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
128endif
129ifeq ($(MONOLITHIC),1)
130__WXLIB_MONO_p = \
131 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
132endif
133ifeq ($(USE_GUI),1)
134__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
135endif
136ifeq ($(USE_GUI),1)
137__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
138endif
139ifeq ($(USE_GUI),1)
140__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
141endif
142ifeq ($(MSLU),1)
143__UNICOWS_LIB_p = -lunicows
144endif
145ifeq ($(BUILD),debug)
146ifeq ($(DEBUG_INFO),default)
147__DEBUGINFO = -g
148endif
149endif
150ifeq ($(BUILD),release)
151ifeq ($(DEBUG_INFO),default)
152__DEBUGINFO =
153endif
154endif
155ifeq ($(DEBUG_INFO),0)
156__DEBUGINFO =
157endif
158ifeq ($(DEBUG_INFO),1)
159__DEBUGINFO = -g
160endif
161ifeq ($(USE_THREADS),0)
162__THREADSFLAG =
163endif
164ifeq ($(USE_THREADS),1)
165__THREADSFLAG = -mthreads
166endif
167
168
169all: $(OBJS)
170$(OBJS):
171 -if not exist $(OBJS) mkdir $(OBJS)
172
173### Targets: ###
174
175all: $(__wxrc___depname)
176
177clean:
178 -if exist $(OBJS)\*.o del $(OBJS)\*.o
179 -if exist $(OBJS)\*.d del $(OBJS)\*.d
180 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
181
182ifeq ($(USE_XRC),1)
183$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
184 $(CXX) -o $@ $(WXRC_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) $(__WXLIB_XML_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
185endif
186
187$(OBJS)\wxrc_wxrc.o: ./wxrc.cpp
188 $(CXX) -c -o $@ $(WXRC_CXXFLAGS) $(CPPDEPS) $<
189
190.PHONY: all clean
191
192
193# Dependencies tracking:
194-include $(OBJS)/*.d