From: John Criswell Date: Fri, 20 Feb 2004 21:26:46 +0000 (+0000) Subject: Build an archive for use with Povray. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c224efb7a6685709e3eb324b0c655989205d615d;p=oota-llvm.git Build an archive for use with Povray. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11678 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/libpng/Makefile b/runtime/libpng/Makefile index 50740b9a78c..5bd65751edb 100644 --- a/runtime/libpng/Makefile +++ b/runtime/libpng/Makefile @@ -8,6 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. BYTECODE_LIBRARY=1 +BUILD_ARCHIVE=1 DONT_BUILD_RELINKED=1 LIBRARYNAME=png diff --git a/runtime/zlib/Makefile b/runtime/zlib/Makefile index 3666df88e00..ca08ff9b45f 100644 --- a/runtime/zlib/Makefile +++ b/runtime/zlib/Makefile @@ -8,6 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. BYTECODE_LIBRARY=1 +BUILD_ARCHIVE=1 DONT_BUILD_RELINKED=1 LIBRARYNAME=z