From fc11fe272d8d308dd31ec4b3a255b74a6915e6ca Mon Sep 17 00:00:00 2001 From: Oliver Bolte <obo@openoffice.org> Date: Mon, 20 Oct 2003 12:14:32 +0000 Subject: INTEGRATION: CWS sdk08 (1.63.2); FILE MERGED 2003/09/29 14:52:44 jsc 1.63.2.2: #112491# remove prot_uno_uno library 2003/09/19 13:38:29 jsc 1.63.2.1: #110082# renamed configure file for windows --- odk/pack/copying/makefile.mk | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'odk/pack') diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk index 41dd9322e4f9..4adfde7148f7 100644 --- a/odk/pack/copying/makefile.mk +++ b/odk/pack/copying/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.64 $ +# $Revision: 1.65 $ # -# last change: $Author: vg $ $Date: 2003-10-06 16:07:04 $ +# last change: $Author: obo $ $Date: 2003-10-20 13:14:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,9 +122,6 @@ EXELIST = \ $(DESTDIRBIN)$/uno$(EXEPOSTFIX) \ $(DESTDIRBIN)$/autodoc$(EXEPOSTFIX) -SDKDLLLIST = \ - $(DESTDIRDLL)$/$(MY_DLLPREFIX)prot_uno_uno$(MY_DLLPOSTFIX) - .IF "$(GUI)"=="WNT" LIBLIST = \ $(DESTDIRLIB)$/istore.lib \ @@ -236,14 +233,13 @@ INSTALLSCRIPT= \ $(DESTDIR)$/setsdkenv_unix.in .ELSE INSTALLSCRIPT= \ - $(DESTDIR)$/configureWindowsNT.bat \ + $(DESTDIR)$/configureWindows.bat \ $(DESTDIR)$/setsdkenv_windows.bat .ENDIF DIR_FILE_LIST=\ $(EXELIST) \ $(XMLLIST) \ - $(SDKDLLLIST) \ $(LIBLIST) \ $(SETTINGSLIST) \ $(DOCUFILES) \ -- cgit