diff options
Diffstat (limited to 'drawinglayer/source/texture')
-rw-r--r-- | drawinglayer/source/texture/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drawinglayer/source/texture/makefile.mk b/drawinglayer/source/texture/makefile.mk index 877a929a8f1e..941163ed32e2 100644 --- a/drawinglayer/source/texture/makefile.mk +++ b/drawinglayer/source/texture/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: aw $ $Date: 2006-08-09 16:58:20 $ +# last change: $Author: aw $ $Date: 2006-12-13 16:57:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -36,6 +36,7 @@ PRJ=..$/.. PRJNAME=drawinglayer TARGET=texture +ENABLE_EXCEPTIONS=TRUE # --- Settings ---------------------------------- |