6 # Copyright: (c) Julian Smart, 1999
8 # Makefile for wxWindows sample (Cygwin/Mingw32).
15 include $(WXDIR)/src/makeprog.g95
17 # There is a bug in all 2.95.x versions of gcc that will cause
18 # unresolved # references when linking the example here. It has
19 # to do with class nesting. Only happens when optimization is
24 # Linkname: g++ bug with classes nested inside functions
25 # URL: http://gcc.gnu.org/ml/gcc-bugs/1999-11/msg00524.html
29 OPT := $(filter-out -O -O1 -O2 -O3 -O4 -O5 -O6 -Os, $(OPT))