packages feed

bamse-0.9.1: tools/Makefile

#
# Makefile for building 'msiIcon', a util for extracting
# icons for use with MSI file types.
#
CC=cl
LIBS=shell32.lib

all : msiIcon.exe

msiIcon.exe : msiIcon.c
	$(CC) $(CC_OPTS) -o $@ $< $(LIBS)