diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-06-01 07:43:14 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-06-01 07:43:14 +0000 |
commit | 28a04a6b44b38a49fb550c0e56cc36d2c9824b76 (patch) | |
tree | 8f77afa6a30f83a1977f74d56318cc5b3bd42243 /salhelper/test | |
parent | d271591e23ed3512bc0543f012354e47dcb05904 (diff) |
#87052# change SALHELPER_MAJOR to UDK_MAJOR
Diffstat (limited to 'salhelper/test')
-rw-r--r-- | salhelper/test/dynamicloader/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/salhelper/test/dynamicloader/makefile.mk b/salhelper/test/dynamicloader/makefile.mk index b57db537bdf3..23e96c3b7a6a 100644 --- a/salhelper/test/dynamicloader/makefile.mk +++ b/salhelper/test/dynamicloader/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: jl $ $Date: 2001-04-24 07:42:43 $ +# last change: $Author: jsc $ $Date: 2001-06-01 08:43:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -137,7 +137,7 @@ APP1STDLIBS= \ .IF "$(OS)" == "WNT" APP1STDLIBS+= $(LB)$/isalhelper.lib .ELSE -APP1STDLIBS+= -lsalhelper$(SALHELPER_MAJOR)$(COM) +APP1STDLIBS+= -lsalhelper$(UDK_MAJOR)$(COM) .ENDIF |