diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 14:26:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 14:26:41 +0000 |
commit | 46d206ad79c02f07a4315f63fd5a92745dc2361d (patch) | |
tree | dbdb4544fbfc4539b2c976ebd3895f4962f461f5 /sot | |
parent | c15eb8e216a8129174b859c4029a608016b68f1c (diff) |
INTEGRATION: CWS ause084_DEV300 (1.4.62); FILE MERGED
2007/12/18 10:10:35 hjs 1.4.62.1: #i78233# remove PDBTARGET and friends
Diffstat (limited to 'sot')
-rw-r--r-- | sot/util/makefile.pmk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sot/util/makefile.pmk b/sot/util/makefile.pmk index 1726282db7f4..0770151b79cd 100644 --- a/sot/util/makefile.pmk +++ b/sot/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2006-06-20 05:57:06 $ +# last change: $Author: kz $ $Date: 2008-03-06 15:26:41 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,5 +49,3 @@ CDEFS += -DSOT_DLLIMPLEMENTATION .ENDIF # 5.5 .ENDIF # sunpro5 -PDBTARGET=sot - |