You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/05/04 12:35:31 UTC

svn commit: r940795 - /harmony/enhanced/java/trunk/classlib/modules/archive/src/main/native/zlib/windows/makefile

Author: hindessm
Date: Tue May  4 10:35:31 2010
New Revision: 940795

URL: http://svn.apache.org/viewvc?rev=940795&view=rev
Log:
Remove reference to gzio.c that no longer exists in zlib distribution.
Thanks to Colin Thorne for pointing this out.  It worked for me as
old extracted file still existed.

Modified:
    harmony/enhanced/java/trunk/classlib/modules/archive/src/main/native/zlib/windows/makefile

Modified: harmony/enhanced/java/trunk/classlib/modules/archive/src/main/native/zlib/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/modules/archive/src/main/native/zlib/windows/makefile?rev=940795&r1=940794&r2=940795&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/classlib/modules/archive/src/main/native/zlib/windows/makefile (original)
+++ harmony/enhanced/java/trunk/classlib/modules/archive/src/main/native/zlib/windows/makefile Tue May  4 10:35:31 2010
@@ -29,7 +29,7 @@ HYLDFLAGS = $(HYLDFLAGS) -def:$(LIBBASE)
 
 BUILDFILES = \
   $(SHAREDSUB)zlib_copyright.obj $(ZLIB_DIST)adler32.obj $(ZLIB_DIST)compress.obj \
-  $(ZLIB_DIST)crc32.obj $(ZLIB_DIST)deflate.obj $(ZLIB_DIST)gzio.obj $(ZLIB_DIST)infback.obj \
+  $(ZLIB_DIST)crc32.obj $(ZLIB_DIST)deflate.obj $(ZLIB_DIST)infback.obj \
   $(ZLIB_DIST)inffast.obj $(ZLIB_DIST)inflate.obj $(ZLIB_DIST)inftrees.obj $(ZLIB_DIST)trees.obj \
   $(ZLIB_DIST)uncompr.obj $(ZLIB_DIST)zutil.obj