]> git.saurik.com Git - wxWidgets.git/blame - samples/stc/makefile.gcc
Really fixed Borland release build warning (without sabotaging code this time).
[wxWidgets.git] / samples / stc / makefile.gcc
CommitLineData
2d611b5c
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# =========================================================================
6
7include ../../../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
2d611b5c
VS
15OBJS = \
16 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19c35fa5
VS
17SETUPHDIR = \
18 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
2d611b5c
VS
19STCTEST_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
20 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
ec08d395 21 $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(SETUPHDIR) -Wall -I. \
1e545382
RD
22 $(__DLLFLAG_p) -I.\..\..\..\samples -I.\..\..\include $(CXXFLAGS) \
23 $(__EXCEPTIONSFLAG_4) $(__EXCEPTIONSFLAG_5)
2d611b5c
VS
24STCTEST_OBJECTS = \
25 $(OBJS)\stctest_sample_rc.o \
88a8b04e
RD
26 $(OBJS)\stctest_stctest.o \
27 $(OBJS)\stctest_edit.o \
28 $(OBJS)\stctest_prefs.o
2d611b5c
VS
29
30### Conditionally set variables: ###
31
32ifeq ($(GCC_VERSION),2.95)
33GCCFLAGS = -fvtable-thunks
34endif
19c35fa5
VS
35ifeq ($(SHARED),0)
36LIBDIRNAME = .\..\..\..\lib\gcc_lib$(CFG)
37endif
38ifeq ($(SHARED),1)
39LIBDIRNAME = .\..\..\..\lib\gcc_dll$(CFG)
40endif
2d611b5c
VS
41ifeq ($(USE_GUI),0)
42PORTNAME = base
43endif
44ifeq ($(USE_GUI),1)
45PORTNAME = msw
46endif
47ifeq ($(BUILD),debug)
48ifeq ($(DEBUG_FLAG),default)
49WXDEBUGFLAG = d
50endif
51endif
52ifeq ($(DEBUG_FLAG),1)
53WXDEBUGFLAG = d
54endif
55ifeq ($(SHARED),1)
56WXDLLFLAG = dll
57endif
58ifeq ($(UNICODE),1)
59WXUNICODEFLAG = u
60endif
61ifeq ($(WXUNIV),1)
62WXUNIVNAME = univ
63endif
64ifeq ($(BUILD),debug)
65ifeq ($(DEBUG_INFO),default)
66__DEBUGINFO = -g
67endif
68endif
69ifeq ($(BUILD),release)
70ifeq ($(DEBUG_INFO),default)
71__DEBUGINFO =
72endif
73endif
74ifeq ($(DEBUG_INFO),0)
75__DEBUGINFO =
76endif
77ifeq ($(DEBUG_INFO),1)
78__DEBUGINFO = -g
79endif
80ifeq ($(BUILD),debug)
81ifeq ($(DEBUG_FLAG),default)
82__DEBUG_DEFINE_p = -D__WXDEBUG__
83endif
84endif
85ifeq ($(DEBUG_FLAG),1)
86__DEBUG_DEFINE_p = -D__WXDEBUG__
87endif
88ifeq ($(BUILD),debug)
89ifeq ($(DEBUG_FLAG),default)
90__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
91endif
92endif
93ifeq ($(DEBUG_FLAG),1)
94__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
95endif
96ifeq ($(SHARED),1)
97__DLLFLAG_p = -DWXUSINGDLL
98endif
99ifeq ($(SHARED),1)
100__DLLFLAG_p_1 = --define WXUSINGDLL
101endif
1e545382
RD
102ifeq ($(USE_EXCEPTIONS),0)
103__EXCEPTIONSFLAG_4 = -fno-rtti
104endif
105ifeq ($(USE_EXCEPTIONS),1)
106__EXCEPTIONSFLAG_4 =
107endif
108ifeq ($(USE_EXCEPTIONS),0)
109__EXCEPTIONSFLAG_5 = -fno-exceptions
110endif
111ifeq ($(USE_EXCEPTIONS),1)
112__EXCEPTIONSFLAG_5 =
113endif
2d611b5c
VS
114ifeq ($(USE_GUI),1)
115__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
116endif
117ifeq ($(USE_GUI),1)
118__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
119endif
120ifeq ($(USE_GUI),1)
121__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
122endif
123ifeq ($(BUILD),debug)
124__OPTIMIZEFLAG_2 = -O0
125endif
126ifeq ($(BUILD),release)
127__OPTIMIZEFLAG_2 = -O2
128endif
129ifeq ($(UNICODE),1)
ec08d395 130__UNICODE_DEFINE_p = -D_UNICODE
2d611b5c
VS
131endif
132ifeq ($(UNICODE),1)
ec08d395 133__UNICODE_DEFINE_p_1 = --define _UNICODE
2d611b5c 134endif
19c35fa5
VS
135ifeq ($(MSLU),1)
136__UNICOWS_LIB_p = -lunicows
137endif
2d611b5c
VS
138ifeq ($(MONOLITHIC),0)
139__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
140endif
141ifeq ($(MONOLITHIC),0)
142__WXLIB_CORE_p = \
143 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
144endif
145ifeq ($(MONOLITHIC),1)
146__WXLIB_MONO_p = \
147 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
148endif
149ifeq ($(WXUNIV),1)
150__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
151endif
152ifeq ($(WXUNIV),1)
153__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
154endif
155
2d611b5c
VS
156
157all: $(OBJS)
158$(OBJS):
159 -if not exist $(OBJS) mkdir $(OBJS)
160
161### Targets: ###
162
1e545382 163all: $(OBJS)\stctest.exe data
88a8b04e
RD
164
165$(OBJS)\stctest_edit.o: ./edit.cpp
166 $(CXX) -c -o $@ $(STCTEST_CXXFLAGS) $<
167
168$(OBJS)\stctest_prefs.o: ./prefs.cpp
169 $(CXX) -c -o $@ $(STCTEST_CXXFLAGS) $<
2d611b5c 170
1c3a6972 171$(OBJS)\stctest_sample_rc.o: ./../../../samples/sample.rc
ec08d395 172 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples
2d611b5c 173
1c3a6972 174$(OBJS)\stctest_stctest.o: ./stctest.cpp
2d611b5c
VS
175 $(CXX) -c -o $@ $(STCTEST_CXXFLAGS) $<
176
177clean:
178 -if exist $(OBJS)\*.o del $(OBJS)\*.o
179 -if exist $(OBJS)\stctest.exe del $(OBJS)\stctest.exe
180
1e545382
RD
181data:
182 if not exist $(OBJS) mkdir $(OBJS)
183 for %%f in (stctest.cpp) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
184
2d611b5c 185$(OBJS)\stctest.exe: $(STCTEST_OBJECTS) $(OBJS)\stctest_sample_rc.o
ec08d395 186 $(CXX) -o $@ $(STCTEST_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_stc $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
2d611b5c 187
1e545382 188.PHONY: all clean data