diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:54:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:54:35 +0000 |
commit | 007164fd725f2a2f8d1e12b01440303719ab041f (patch) | |
tree | 0bb0fe76982d119768074090605459c021b4a859 | |
parent | 9e5f01d1f6d633bf328a3d3beba0885723056049 (diff) |
INTEGRATION: CWS sb76 (1.6.34); FILE MERGED
2007/08/31 11:01:30 sb 1.6.34.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
-rw-r--r-- | bridges/test/java_uno/nativethreadpool/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/test/java_uno/nativethreadpool/makefile.mk b/bridges/test/java_uno/nativethreadpool/makefile.mk index b55e061b57a6..17a3a6c33826 100644 --- a/bridges/test/java_uno/nativethreadpool/makefile.mk +++ b/bridges/test/java_uno/nativethreadpool/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:31:55 $ +# last change: $Author: hr $ $Date: 2007-09-27 12:54:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -100,11 +100,11 @@ $(BIN)$/$(TARGET).rdb .ERRREMOVE: $(MISC)$/$(TARGET)$/types.rdb \ -c bridgefac.uno$(DLLPOST) -c connector.uno$(DLLPOST) \ -c remotebridge.uno$(DLLPOST) -c uuresolver.uno$(DLLPOST) \ -c javaloader.uno$(DLLPOST) -c javavm.uno$(DLLPOST) \ - -c uriproc.uno$(DLLPOST) + -c stocservices.uno$(DLLPOST) cp $(SOLARBINDIR)$/types.rdb $(MISC)$/$(TARGET)$/bootstrap.rdb $(REGCOMP) -register -r $(MISC)$/$(TARGET)$/bootstrap.rdb \ -c javaloader.uno$(DLLPOST) -c javavm.uno$(DLLPOST) \ - -c uriproc.uno$(DLLPOST) + -c stocservices.uno$(DLLPOST) .IF "$(GUI)" == "WNT" ERROR -- missing platform .ELSE # GUI, WNT |