Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.8/contrib/untgz/Makefile.msc @ 53:e1712f7d74a4
Rebuild with DW2 exception handling to match Qt
author | Chris Cannam |
---|---|
date | Thu, 27 Oct 2016 10:26:57 +0100 |
parents | 5ea0608b923f |
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