Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.7/contrib/untgz/Makefile.msc @ 132:42a73082be24
Current Capnp libs and headers from git
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 20 Oct 2016 18:15:38 +0100 |
parents | 8a15ff55d9af |
children |
line wrap: on
line source
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