Oops....committed makefile of test application
This commit is contained in:
parent
08cc719f78
commit
5943454c7f
1 changed files with 13 additions and 61 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $RCSfile: makefile.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.11 $
|
# $Revision: 1.12 $
|
||||||
#
|
#
|
||||||
# last change: $Author: mtg $ $Date: 2001-01-10 11:36:01 $
|
# last change: $Author: mtg $ $Date: 2001-01-10 19:15:28 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to the terms of
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
|
@ -75,63 +75,19 @@ ENABLE_EXCEPTIONS=TRUE
|
||||||
|
|
||||||
# --- Files --------------------------------------------------------
|
# --- Files --------------------------------------------------------
|
||||||
|
|
||||||
APP1TARGET=sandbox
|
SLOFILES= \
|
||||||
APP1OBJS= \
|
$(SLO)$/ZipPackage.obj \
|
||||||
$(SLO)$/Adler32.obj \
|
$(SLO)$/ZipPackageBuffer.obj \
|
||||||
$(SLO)$/CRC32.obj \
|
$(SLO)$/ZipPackageEntry.obj \
|
||||||
$(SLO)$/ByteChucker.obj \
|
$(SLO)$/ZipPackageFolder.obj \
|
||||||
$(SLO)$/ByteGrabber.obj \
|
|
||||||
$(SLO)$/Inflater.obj \
|
|
||||||
$(SLO)$/Deflater.obj \
|
|
||||||
$(SLO)$/ZipEnumeration.obj \
|
|
||||||
$(SLO)$/ZipFile.obj \
|
|
||||||
$(SLO)$/ZipOutputStream.obj \
|
|
||||||
$(SLO)$/EntryInputStream.obj \
|
|
||||||
$(SLO)$/ManifestExport.obj \
|
$(SLO)$/ManifestExport.obj \
|
||||||
$(SLO)$/ManifestWriter.obj \
|
$(SLO)$/ManifestWriter.obj \
|
||||||
$(SLO)$/ManifestReader.obj \
|
$(SLO)$/ManifestReader.obj \
|
||||||
$(SLO)$/ManifestImport.obj \
|
$(SLO)$/ManifestImport.obj \
|
||||||
$(SLO)$/AttributeList.obj \
|
$(SLO)$/AttributeList.obj \
|
||||||
$(SLO)$/ZipPackage.obj \
|
|
||||||
$(SLO)$/ZipPackageEntry.obj \
|
|
||||||
$(SLO)$/ZipPackageFolder.obj \
|
|
||||||
$(SLO)$/ZipPackageFolderEnumeration.obj \
|
$(SLO)$/ZipPackageFolderEnumeration.obj \
|
||||||
$(SLO)$/ZipPackageStream.obj \
|
$(SLO)$/ZipPackageSink.obj \
|
||||||
$(SLO)$/ZipPackageSink.obj \
|
$(SLO)$/ZipPackageStream.obj
|
||||||
$(SLO)$/ZipPackageBuffer.obj \
|
|
||||||
$(SLO)$/sandbox.obj
|
|
||||||
|
|
||||||
APP1STDLIBS= \
|
|
||||||
$(TOOLSLIB) \
|
|
||||||
$(VOSLIB) \
|
|
||||||
$(CPPULIB) \
|
|
||||||
$(CPPUHELPERLIB) \
|
|
||||||
$(UCBHELPERLIB) \
|
|
||||||
$(COMPHELPERLIB) \
|
|
||||||
$(RTLLIB) \
|
|
||||||
$(SVTOOLLIB) \
|
|
||||||
$(SALLIB) \
|
|
||||||
$(SALMAINLIB) \
|
|
||||||
$(ONELIB) \
|
|
||||||
$(SVLLIB) \
|
|
||||||
$(ZLIB3RDLIB) \
|
|
||||||
$(UNOTOOLSLIB) \
|
|
||||||
$(SVAPP) \
|
|
||||||
svmem.lib \
|
|
||||||
itools.lib \
|
|
||||||
so2.lib \
|
|
||||||
sot.lib \
|
|
||||||
msvcirt.lib \
|
|
||||||
libci.lib \
|
|
||||||
advapi32.lib \
|
|
||||||
shell32.lib \
|
|
||||||
ivcl.lib \
|
|
||||||
uuid.lib \
|
|
||||||
kernel32.lib \
|
|
||||||
ole32.lib \
|
|
||||||
oleaut32.lib \
|
|
||||||
msvcrt.lib \
|
|
||||||
|
|
||||||
|
|
||||||
# --- UNO stuff ---------------------------------------------------
|
# --- UNO stuff ---------------------------------------------------
|
||||||
|
|
||||||
|
@ -145,19 +101,15 @@ UNOUCRRDB= $(SOLARBINDIR)$/applicat.rdb
|
||||||
UNOTYPES=\
|
UNOTYPES=\
|
||||||
com.sun.star.io.XSeekable \
|
com.sun.star.io.XSeekable \
|
||||||
com.sun.star.io.XOutputStream \
|
com.sun.star.io.XOutputStream \
|
||||||
com.sun.star.io.XActiveDataSink \
|
|
||||||
com.sun.star.lang.XInitialization \
|
com.sun.star.lang.XInitialization \
|
||||||
com.sun.star.lang.XSingleServiceFactory \
|
|
||||||
com.sun.star.lang.XUnoTunnel \
|
|
||||||
com.sun.star.util.XChangesBatch \
|
|
||||||
com.sun.star.container.XHierarchicalNameAccess \
|
com.sun.star.container.XHierarchicalNameAccess \
|
||||||
|
com.sun.star.lang.XSingleServiceFactory \
|
||||||
|
com.sun.star.util.XChangesBatch \
|
||||||
com.sun.star.container.XEnumeration \
|
com.sun.star.container.XEnumeration \
|
||||||
com.sun.star.container.XNamed \
|
com.sun.star.container.XNamed \
|
||||||
com.sun.star.container.XNameContainer \
|
com.sun.star.container.XNameContainer \
|
||||||
com.sun.star.xml.sax.XDocumentHandler \
|
com.sun.star.container.XEnumerationAccess \
|
||||||
com.sun.star.ucb.ContentCreationError \
|
com.sun.star.io.XActiveDataSink
|
||||||
com.sun.star.ucb.ContentCreationException \
|
|
||||||
com.sun.star.container.XEnumerationAccess
|
|
||||||
|
|
||||||
# --- Targets ------------------------------------------------------
|
# --- Targets ------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue