]> git.saurik.com Git - wxWidgets.git/blame - utils/wxrc/makefile.gcc
Test GetTextRange on some unicode text
[wxWidgets.git] / utils / wxrc / makefile.gcc
CommitLineData
cecc483e
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
cecc483e
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
c33fae85 7include ../../build/msw/config.gcc
cecc483e
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
c33fae85 15WX_RELEASE_NODOT = 25
3f55f5b8
VS
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
18SETUPHDIR = \
19 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
20WXRC_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
21 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
c33fae85 22 -I.\..\..\include -I$(SETUPHDIR) -Wall -I. $(__DLLFLAG_p) \
9bfe7ad9 23 $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5) $(CPPFLAGS) $(CXXFLAGS)
3f55f5b8
VS
24WXRC_OBJECTS = \
25 $(OBJS)\wxrc_wxrc.o
cecc483e
VS
26
27### Conditionally set variables: ###
28
29ifeq ($(GCC_VERSION),2.95)
30GCCFLAGS = -fvtable-thunks
31endif
32ifeq ($(USE_GUI),0)
33PORTNAME = base
34endif
35ifeq ($(USE_GUI),1)
36PORTNAME = msw
37endif
38ifeq ($(BUILD),debug)
3f55f5b8
VS
39ifeq ($(DEBUG_FLAG),default)
40WXDEBUGFLAG = d
41endif
42endif
43ifeq ($(DEBUG_FLAG),1)
cecc483e
VS
44WXDEBUGFLAG = d
45endif
cecc483e
VS
46ifeq ($(UNICODE),1)
47WXUNICODEFLAG = u
48endif
49ifeq ($(WXUNIV),1)
50WXUNIVNAME = univ
51endif
b17c1746
DE
52ifeq ($(SHARED),1)
53WXDLLFLAG = dll
3f55f5b8 54endif
d2ec8d84
VS
55ifeq ($(USE_XRC),1)
56__wxrc___depname = $(OBJS)\wxrc.exe
57endif
b17c1746
DE
58ifeq ($(BUILD),debug)
59__OPTIMIZEFLAG_2 = -O0
cecc483e
VS
60endif
61ifeq ($(BUILD),release)
b17c1746 62__OPTIMIZEFLAG_2 = -O2
3f55f5b8 63endif
b17c1746
DE
64ifeq ($(USE_EXCEPTIONS),0)
65__EXCEPTIONSFLAG_4 = -fno-rtti
3f55f5b8 66endif
b17c1746
DE
67ifeq ($(USE_EXCEPTIONS),1)
68__EXCEPTIONSFLAG_4 =
3f55f5b8 69endif
b17c1746
DE
70ifeq ($(USE_EXCEPTIONS),0)
71__EXCEPTIONSFLAG_5 = -fno-exceptions
72endif
73ifeq ($(USE_EXCEPTIONS),1)
74__EXCEPTIONSFLAG_5 =
75endif
76ifeq ($(WXUNIV),1)
77__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
cecc483e
VS
78endif
79ifeq ($(BUILD),debug)
3f55f5b8
VS
80ifeq ($(DEBUG_FLAG),default)
81__DEBUG_DEFINE_p = -D__WXDEBUG__
82endif
83endif
84ifeq ($(DEBUG_FLAG),1)
cecc483e
VS
85__DEBUG_DEFINE_p = -D__WXDEBUG__
86endif
b17c1746
DE
87ifeq ($(UNICODE),1)
88__UNICODE_DEFINE_p = -D_UNICODE
89endif
cecc483e
VS
90ifeq ($(SHARED),1)
91__DLLFLAG_p = -DWXUSINGDLL
92endif
b17c1746 93ifeq ($(MONOLITHIC),0)
c33fae85
RN
94__WXLIB_XML_p = \
95 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml
a4ad36cd 96endif
b17c1746 97ifeq ($(MONOLITHIC),0)
c33fae85
RN
98__WXLIB_BASE_p = \
99 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
a4ad36cd 100endif
b17c1746
DE
101ifeq ($(MONOLITHIC),1)
102__WXLIB_MONO_p = \
c33fae85 103 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
a4ad36cd 104endif
b17c1746 105ifeq ($(USE_GUI),1)
9c2d002b 106__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
a4ad36cd 107endif
3f55f5b8 108ifeq ($(USE_GUI),1)
9c2d002b 109__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
3f55f5b8
VS
110endif
111ifeq ($(USE_GUI),1)
9c2d002b 112__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
3f55f5b8 113endif
b17c1746
DE
114ifeq ($(MSLU),1)
115__UNICOWS_LIB_p = -lunicows
3f55f5b8 116endif
b17c1746 117ifeq ($(SHARED),0)
c33fae85 118LIBDIRNAME = .\..\..\lib\gcc_lib$(CFG)
cecc483e 119endif
b17c1746 120ifeq ($(SHARED),1)
c33fae85 121LIBDIRNAME = .\..\..\lib\gcc_dll$(CFG)
cecc483e 122endif
b17c1746
DE
123ifeq ($(BUILD),debug)
124ifeq ($(DEBUG_INFO),default)
125__DEBUGINFO = -g
cecc483e 126endif
2265a2d5 127endif
b17c1746
DE
128ifeq ($(BUILD),release)
129ifeq ($(DEBUG_INFO),default)
130__DEBUGINFO =
cecc483e 131endif
cecc483e 132endif
b17c1746
DE
133ifeq ($(DEBUG_INFO),0)
134__DEBUGINFO =
cecc483e 135endif
b17c1746
DE
136ifeq ($(DEBUG_INFO),1)
137__DEBUGINFO = -g
cecc483e
VS
138endif
139
140
141all: $(OBJS)
142$(OBJS):
143 -if not exist $(OBJS) mkdir $(OBJS)
144
145### Targets: ###
146
d2ec8d84 147all: $(__wxrc___depname)
cecc483e 148
cecc483e
VS
149clean:
150 -if exist $(OBJS)\*.o del $(OBJS)\*.o
151 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
152
d2ec8d84 153ifeq ($(USE_XRC),1)
3f55f5b8 154$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
9c2d002b 155 $(CXX) -o $@ $(WXRC_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -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) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
d2ec8d84 156endif
cecc483e 157
b17c1746
DE
158$(OBJS)\wxrc_wxrc.o: ./wxrc.cpp
159 $(CXX) -c -o $@ $(WXRC_CXXFLAGS) $<
160
cecc483e 161.PHONY: all clean