diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:20:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-15 11:20:45 +0000 |
commit | 80996b7b2ade760ed1adf72a56e261c955f82516 (patch) | |
tree | f1d79f8dba4ca5a101a6b9112e4e042a650f126f /cppu/test | |
parent | e976a609c92ac953bb2d0902afa658bc1697d137 (diff) |
INTEGRATION: CWS sb71 (1.6.10); FILE MERGED
2007/06/22 12:34:55 sb 1.6.10.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.
Diffstat (limited to 'cppu/test')
-rw-r--r-- | cppu/test/alignment/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/test/alignment/makefile.mk b/cppu/test/alignment/makefile.mk index ed0a07836d87..ccd9be1f01c6 100644 --- a/cppu/test/alignment/makefile.mk +++ b/cppu/test/alignment/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2007-02-06 13:24:47 $ +# last change: $Author: vg $ $Date: 2007-10-15 12:20:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ DEPOBJFILES= \ $(OBJ)$/pass2.obj APP1OBJS = $(OBJ)$/pass1.obj -APP1STDLIBS += $(CPPUHELPERLIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB) +APP1STDLIBS += $(CPPUHELPERLIB) $(CPPULIB) $(REGLIB) $(SALHELPERLIB) $(SALLIB) APP1TARGET = pass1 APP2OBJS = $(OBJ)$/pass2.obj |