On Mon, 2007-04-30 at 15:03 +0300, Alan Yaniger wrote: > Hi list-members, > > I want to open a compressed file using the zlib in the OOo source tree. > I assume I should add an include for <external/zlib/zlib.h>. What do I > need to add to my directory's makefile.mk so that the linker will > include the library?
If you really want to use zlib directly, then for examples see, e.g. filter/source/flash i.e makefile.mk like... SHL1STDLIBS=$(ZLIB3RDLIB) & swfwriter1.cxx for the include lines C. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
