Sha256: d0f537de11d9e0e36e2a98b3971c537265f4b533b4c48797094365ad9ae8388b

Contents?: true

Size: 281 Bytes

Versions: 16

Compression:

Stored size: 281 Bytes

Contents

CC=cl
CFLAGS=-MD

untgz.exe: untgz.obj ..\..\zlib.lib
	$(CC) $(CFLAGS) untgz.obj ..\..\zlib.lib

untgz.obj: untgz.c ..\..\zlib.h
	$(CC) $(CFLAGS) -c -I..\.. untgz.c

..\..\zlib.lib:
	cd ..\..
	$(MAKE) -f win32\makefile.msc
	cd contrib\untgz

clean:
	-del untgz.obj
	-del untgz.exe

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
ghostscript-9.21.1 vendor/ghostscript-9.21/zlib/contrib/untgz/Makefile.msc
ruby-compiler-0.1.1 vendor/zlib/contrib/untgz/Makefile.msc
finishm-0.0.9 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
bio-velvet_underground-0.3.1 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
finishm-0.0.8 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
finishm-0.0.7 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
finishm-0.0.6 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
finishm-0.0.5 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
finishm-0.0.4 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
finishm-0.0.2 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
finishm-0.0.1 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
bio-velvet_underground-0.3.0 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
bio-velvet_underground-0.2.1 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
bio-velvet_underground-0.2.0 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
bio-velvet_underground-0.1.0 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc
bio-velvet_underground-0.0.1 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile.msc