]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/ogledit/makefile.gcc
fixed assert when dumping a string which is locked for writing
[wxWidgets.git] / contrib / samples / ogl / ogledit / makefile.gcc
CommitLineData
2d611b5c
VS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
2d611b5c
VS
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
4818141b 15WX_RELEASE_NODOT = 26
2d611b5c
VS
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 18LIBDIRNAME = .\..\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
21OGLEDIT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
22 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
23 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
24 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\..\include \
25 -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\..\..\samples -DNOPCH \
26 -I.\..\..\..\include $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) \
27 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
2d611b5c
VS
28OGLEDIT_OBJECTS = \
29 $(OBJS)\ogledit_ogledit.o \
30 $(OBJS)\ogledit_doc.o \
31 $(OBJS)\ogledit_view.o \
32 $(OBJS)\ogledit_palette.o \
33 $(OBJS)\ogledit_ogledit_rc.o
34
35### Conditionally set variables: ###
36
37ifeq ($(GCC_VERSION),2.95)
38GCCFLAGS = -fvtable-thunks
39endif
40ifeq ($(USE_GUI),0)
41PORTNAME = base
42endif
43ifeq ($(USE_GUI),1)
44PORTNAME = msw
45endif
46ifeq ($(BUILD),debug)
47ifeq ($(DEBUG_FLAG),default)
48WXDEBUGFLAG = d
49endif
50endif
51ifeq ($(DEBUG_FLAG),1)
52WXDEBUGFLAG = d
53endif
2d611b5c
VS
54ifeq ($(UNICODE),1)
55WXUNICODEFLAG = u
56endif
57ifeq ($(WXUNIV),1)
58WXUNIVNAME = univ
59endif
b17c1746
DE
60ifeq ($(SHARED),1)
61WXDLLFLAG = dll
2d611b5c 62endif
b14abf14
JS
63ifeq ($(SHARED),0)
64LIBTYPE_SUFFIX = lib
65endif
66ifeq ($(SHARED),1)
67LIBTYPE_SUFFIX = dll
68endif
dd65d8c8
RN
69ifeq ($(MONOLITHIC),0)
70EXTRALIBS_FOR_BASE =
71endif
72ifeq ($(MONOLITHIC),1)
73EXTRALIBS_FOR_BASE =
74endif
b17c1746
DE
75ifeq ($(BUILD),debug)
76__OPTIMIZEFLAG_2 = -O0
2d611b5c
VS
77endif
78ifeq ($(BUILD),release)
b17c1746 79__OPTIMIZEFLAG_2 = -O2
2d611b5c 80endif
8c9f8f91
JS
81ifeq ($(USE_RTTI),0)
82__RTTIFLAG_5 = -fno-rtti
2d611b5c 83endif
8c9f8f91
JS
84ifeq ($(USE_RTTI),1)
85__RTTIFLAG_5 =
2d611b5c 86endif
b17c1746 87ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 88__EXCEPTIONSFLAG_6 = -fno-exceptions
b17c1746
DE
89endif
90ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 91__EXCEPTIONSFLAG_6 =
b17c1746
DE
92endif
93ifeq ($(WXUNIV),1)
94__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
95endif
96ifeq ($(WXUNIV),1)
97__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
2d611b5c
VS
98endif
99ifeq ($(BUILD),debug)
100ifeq ($(DEBUG_FLAG),default)
101__DEBUG_DEFINE_p = -D__WXDEBUG__
102endif
103endif
104ifeq ($(DEBUG_FLAG),1)
105__DEBUG_DEFINE_p = -D__WXDEBUG__
106endif
107ifeq ($(BUILD),debug)
108ifeq ($(DEBUG_FLAG),default)
109__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
110endif
111endif
112ifeq ($(DEBUG_FLAG),1)
113__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
114endif
8c9f8f91
JS
115ifeq ($(USE_EXCEPTIONS),0)
116__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
117endif
118ifeq ($(USE_EXCEPTIONS),0)
119__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
120endif
121ifeq ($(USE_RTTI),0)
122__RTTI_DEFINE_p = -DwxNO_RTTI
123endif
124ifeq ($(USE_RTTI),0)
125__RTTI_DEFINE_p_1 = --define wxNO_RTTI
126endif
127ifeq ($(USE_THREADS),0)
128__THREAD_DEFINE_p = -DwxNO_THREADS
129endif
130ifeq ($(USE_THREADS),0)
131__THREAD_DEFINE_p_1 = --define wxNO_THREADS
132endif
b17c1746
DE
133ifeq ($(UNICODE),1)
134__UNICODE_DEFINE_p = -D_UNICODE
135endif
136ifeq ($(UNICODE),1)
137__UNICODE_DEFINE_p_1 = --define _UNICODE
138endif
2d611b5c
VS
139ifeq ($(SHARED),1)
140__DLLFLAG_p = -DWXUSINGDLL
141endif
142ifeq ($(SHARED),1)
143__DLLFLAG_p_1 = --define WXUSINGDLL
144endif
b17c1746
DE
145ifeq ($(MONOLITHIC),0)
146__WXLIB_CORE_p = \
c33fae85 147 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
a4ad36cd 148endif
b17c1746 149ifeq ($(MONOLITHIC),0)
c33fae85
RN
150__WXLIB_BASE_p = \
151 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
a4ad36cd 152endif
b17c1746
DE
153ifeq ($(MONOLITHIC),1)
154__WXLIB_MONO_p = \
c33fae85 155 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
a4ad36cd 156endif
b17c1746 157ifeq ($(USE_GUI),1)
9c2d002b 158__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
a4ad36cd 159endif
2d611b5c 160ifeq ($(USE_GUI),1)
9c2d002b 161__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
2d611b5c
VS
162endif
163ifeq ($(USE_GUI),1)
9c2d002b 164__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
2d611b5c 165endif
b17c1746
DE
166ifeq ($(MSLU),1)
167__UNICOWS_LIB_p = -lunicows
2d611b5c 168endif
b17c1746
DE
169ifeq ($(BUILD),debug)
170ifeq ($(DEBUG_INFO),default)
171__DEBUGINFO = -g
2d611b5c 172endif
19c35fa5 173endif
b17c1746
DE
174ifeq ($(BUILD),release)
175ifeq ($(DEBUG_INFO),default)
176__DEBUGINFO =
2d611b5c 177endif
2d611b5c 178endif
b17c1746
DE
179ifeq ($(DEBUG_INFO),0)
180__DEBUGINFO =
2d611b5c 181endif
b17c1746
DE
182ifeq ($(DEBUG_INFO),1)
183__DEBUGINFO = -g
2d611b5c 184endif
8c9f8f91
JS
185ifeq ($(USE_THREADS),0)
186__THREADSFLAG =
187endif
188ifeq ($(USE_THREADS),1)
189__THREADSFLAG = -mthreads
190endif
2d611b5c 191
2d611b5c
VS
192
193all: $(OBJS)
194$(OBJS):
195 -if not exist $(OBJS) mkdir $(OBJS)
196
197### Targets: ###
198
199all: $(OBJS)\ogledit.exe
200
b17c1746
DE
201clean:
202 -if exist $(OBJS)\*.o del $(OBJS)\*.o
203 -if exist $(OBJS)\ogledit.exe del $(OBJS)\ogledit.exe
204
205$(OBJS)\ogledit.exe: $(OGLEDIT_OBJECTS) $(OBJS)\ogledit_ogledit_rc.o
8c9f8f91 206 $(CXX) -o $@ $(OGLEDIT_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_deprecated $(__WXLIB_CORE_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
2d611b5c 207
1c3a6972 208$(OBJS)\ogledit_ogledit.o: ./ogledit.cpp
2d611b5c
VS
209 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
210
b17c1746 211$(OBJS)\ogledit_doc.o: ./doc.cpp
2d611b5c
VS
212 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
213
1c3a6972 214$(OBJS)\ogledit_view.o: ./view.cpp
2d611b5c
VS
215 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
216
b17c1746
DE
217$(OBJS)\ogledit_palette.o: ./palette.cpp
218 $(CXX) -c -o $@ $(OGLEDIT_CXXFLAGS) $<
2d611b5c 219
b17c1746 220$(OBJS)\ogledit_ogledit_rc.o: ./ogledit.rc
8c9f8f91 221 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../../samples --define NOPCH --include-dir ./../../../include
2d611b5c
VS
222
223.PHONY: all clean
b14abf14 224
8c9f8f91 225