diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-10-20 12:14:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-10-20 12:14:32 +0000 |
commit | fc11fe272d8d308dd31ec4b3a255b74a6915e6ca (patch) | |
tree | ed62ec42c0974bf9cb0ed3c898c6de65c856ac49 /odk/pack | |
parent | dfcd4ccac4bfa310a5a92d9cfdedbd8bbff19d5e (diff) |
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
Diffstat (limited to 'odk/pack')
-rw-r--r-- | odk/pack/copying/makefile.mk | 10 |
1 files changed, 3 insertions, 7 deletions
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) \ |