loops=-O3
	
obj=.obj
c=.c

all: 
	
	rc test.rc
	
	cl /Ox /DRSPDEBUG123 /Gy /LD /MT dll.c def.def /Fegzip.dll \
	infblock.c infcodes.c inffast.c inflate.c  inftrees.c \
	infutil.c trees.c uncompr.c zutil.c dprintf.c \
	adler32.c compress.c crc32.c deflate.c gvmat32c.c \
	zlib.c md5.c longfile.c \
	gzio.c folder.c test.res
	rc rspgzip.rc
	copy rspgzip.res "C:\aoprojeto\RSP Gzip Compressor 1.0.0"/y
	
