INTEGRATION: CWS configrefactor01 (1.19.84); FILE MERGED
2007/09/28 11:29:56 mmeeks 1.19.84.3: RESYNC: (1.21-1.22); FILE MERGED 2007/02/07 11:45:28 mmeeks 1.19.84.2: RESYNC: (1.19-1.21); FILE MERGED 2007/01/08 20:49:06 mmeeks 1.19.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... + remove endless typedef chains + remove custom allocator & associated complexity + remove Pointer, and 'Address' classes
This commit is contained in:
parent
a1f6aa642f
commit
0734653fae
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.22 $
|
||||
# $Revision: 1.23 $
|
||||
#
|
||||
# last change: $Author: obo $ $Date: 2007-03-09 08:45:50 $
|
||||
# last change: $Author: ihi $ $Date: 2007-11-23 14:50:36 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -46,7 +46,6 @@ DLLPRE =
|
|||
# --- Library -----------------------------------
|
||||
|
||||
SHL1TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR).uno
|
||||
|
||||
SHL1VERSIONMAP= $(TARGET).map
|
||||
|
||||
SHL1OBJS=$(SLOFILES)
|
||||
|
|
Loading…
Reference in a new issue