diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-17 13:57:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-17 13:57:20 +0000 |
commit | cc29ecf657e78ebaa8417068cd7569383c8131e7 (patch) | |
tree | 315d05202cc1d77c348e5dbf785685f9d16602f8 /extensions | |
parent | fb6991a29f3b8ca1cb70237e376ce90f5871b78c (diff) |
#i10000# Avoid crosswise renaming during deliver. More or less a quick hack; clean solution would be to build so-variant of library in bin/so so no renaming is necessary at all.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/nsplugin/source/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/nsplugin/source/makefile.mk b/extensions/source/nsplugin/source/makefile.mk index a9ffb388eec5..45528ce9d51a 100644 --- a/extensions/source/nsplugin/source/makefile.mk +++ b/extensions/source/nsplugin/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: rt $ $Date: 2005-05-11 15:53:59 $ +# last change: $Author: rt $ $Date: 2005-05-17 14:57:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -150,7 +150,7 @@ APP1STDLIBS+= ws2_32.lib shell32.lib ole32.lib kernel32.lib user32.lib gdi32.lib # --- Library ----------------------------------- -SHL1TARGET=$(TARGET) +SHL1TARGET=$(TARGET)_so .IF "$(GUI)"=="WNT" SHL1STDLIBS+= ws2_32.lib shell32.lib ole32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib .ENDIF @@ -173,7 +173,7 @@ DEF1EXPORTFILE=exports_wnt.dxp SHL2OBJS=$(SHL1OBJS) SHL2STDLIBS=$(SHL1STDLIBS) -SHL2TARGET=$(TARGET)_oo +SHL2TARGET=$(TARGET) .IF "$(GUI)"=="WNT" SHL2STDLIBS+= ws2_32.lib shell32.lib ole32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib ole32.lib oleaut32.lib uuid.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib .ENDIF |