From 6d2725858efc42640ec3b6091fa9dfe47a3b7bfe Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Mon, 9 Apr 2001 13:59:15 +0000 Subject: #85881#: Timebomb for EA2 should not affect OO --- desktop/source/app/makefile.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/makefile.mk b/desktop/source/app/makefile.mk index 8fcc70337225..4e38cc7217e9 100644 --- a/desktop/source/app/makefile.mk +++ b/desktop/source/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: lla $ $Date: 2001-03-07 09:20:36 $ +# last change: $Author: mba $ $Date: 2001-04-09 14:59:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,11 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : $(UPD)minor.mk RSCUPDVER=$(RSCREVISION)(SV$(UPD)$(UPDMINOR)) +.IF "$(BUILD_SOSL)" == "" + CDEFS += "-DTIMEBOMB" +.ELSE +.ENDIF + # --- Files -------------------------------------------------------- OBJFILES = \ -- cgit