diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-04-18 14:26:23 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-04-18 14:26:23 +0000 |
commit | 4387028fd55a438642a26e75826b0f34aa9c4c86 (patch) | |
tree | f193a97d79ccce48ad65a4d2597a8cab0b11c750 /salhelper/source/makefile.mk | |
parent | 82db792056d508162746bb5f25423607586f1bba (diff) |
rtti switched on on windows, other OS are on by default
Diffstat (limited to 'salhelper/source/makefile.mk')
-rw-r--r-- | salhelper/source/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index cd8c0b20355e..8f268b73f9af 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: jl $ $Date: 2001-04-18 07:01:54 $ +# last change: $Author: jl $ $Date: 2001-04-18 15:26:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,6 +82,11 @@ USE_DEFFILE= TRUE # LIB1ARCHIV= $(LB)$/lib$(TARGET)$(SALHELPER_MAJOR)$(COM).a # LIB1FILES= $(LB)$/$(TARGET).lib +#RTTI on +.IF "$(OS)" == "WNT" +CFLAGS+= -GR +.ENDIF + SLOFILES= \ $(SLO)$/dynload.obj |