Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775

git-svn-id: svn://10.0.0.236/trunk@93397 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2001-04-28 19:48:12 +00:00
parent 39af471e23
commit cfeb5eff5b
161 changed files with 161 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ include $(srcdir)/objs.mk
MODULE = zlib
LIBRARY_NAME = mozz
EXPORT_LIBRARY = 1
CSRCS = $(MODULES_ZLIB_SRC_LCSRCS)