Mercurial > pidgin.yaz
view sounds/Makefile.mingw @ 3955:f505e76ce046
[gaim-migrate @ 4137]
changed bg color
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Wed, 13 Nov 2002 23:47:01 +0000 |
parents | 9682c0e022c6 |
children |
line wrap: on
line source
# Makefile for creating wave data include files (mingw win32) all: wav2h.exe hfiles wav2h.exe: gcc -c wav2h.c -o wav2h.o gcc -o wav2h.exe wav2h.o %.h: %.wav wav2h.exe ./wav2h.exe $< hfiles: BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h clean: rm -rf *.o *.exe *.h