Mercurial > hg > sv-dependency-builds
view src/zlib-1.2.8/contrib/untgz/Makefile.msc @ 151:fe80428a60a5
Add AppImage files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 26 Jun 2018 18:00:44 +0100 |
parents | 5b4145a0d408 |
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