diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-03-03 13:56:17 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-03-03 13:56:17 +0000 |
commit | 9176179eead9597ca43c02609bc34f64a0b282f0 (patch) | |
tree | 729ad42cf5332953b327fc59fb5ab16839c7744d /basctl | |
parent | 35203e58938bbc0dbc64480c76b91cde0cfb1b7c (diff) |
D_DLGEDITOR define activated
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/makefile.mk b/basctl/source/basicide/makefile.mk index bb68a44e95dd..12106b12759a 100644 --- a/basctl/source/basicide/makefile.mk +++ b/basctl/source/basicide/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: tbe $ $Date: 2001-02-26 11:14:44 $ +# last change: $Author: ab $ $Date: 2001-03-03 14:56:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,7 +80,7 @@ PROJECTPCHSOURCE=ide_pch CDEFS+=-DBASICDEBUG .ENDIF -#CDEFS+=-D_DLGEDITOR_ +CDEFS+=-D_DLGEDITOR_ # --- Allgemein ---------------------------------------------------------- |