diff options
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 |