source: rtems/cpukit/zlib/contrib/untgz/Makefile.msc @ 959f7df2

4.104.114.84.95
Last change on this file since 959f7df2 was 959f7df2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/28/05 at 07:22:42

Import of zlib-1.2.2.2.tar.gz

  • Property mode set to 100644
File size: 281 bytes
Line 
1CC=cl
2CFLAGS=-MD
3
4untgz.exe: untgz.obj ..\..\zlib.lib
5        $(CC) $(CFLAGS) untgz.obj ..\..\zlib.lib
6
7untgz.obj: untgz.c ..\..\zlib.h
8        $(CC) $(CFLAGS) -c -I..\.. untgz.c
9
10..\..\zlib.lib:
11        cd ..\..
12        $(MAKE) -f win32\makefile.msc
13        cd contrib\untgz
14
15clean:
16        -del untgz.obj
17        -del untgz.exe
Note: See TracBrowser for help on using the repository browser.