From 5806ce64e992e1481e16e46fb8594cf241bebd44 Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Thu, 10 Jun 2010 18:00:29 +0300 Subject: [PATCH] Add makefile rule for mkdump.exe --- Changelog.utf8 | 1 + streamtools/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.utf8 b/Changelog.utf8 index 8707a43..1d78c54 100644 --- a/Changelog.utf8 +++ b/Changelog.utf8 @@ -4,6 +4,7 @@ Changes since JPC-RR Release 10.10: - Sightly better subtitle test. - Add tool to procude animated dumps. - Add script to produce ASCII font files. +- Add makefile rule for mkdump.exe. Changes from JPC-RR Release 10.9 to JPC-RR Release 10.10: ========================================================= diff --git a/streamtools/Makefile b/streamtools/Makefile index 729a6ac..4e8a282 100644 --- a/streamtools/Makefile +++ b/streamtools/Makefile @@ -1,4 +1,4 @@ -all: dumpframes.exe frameshow.exe rawtorgb.exe rawtoaudio2.exe +all: dumpframes.exe frameshow.exe rawtorgb.exe rawtoaudio2.exe mkdump.exe rawtoaudio2.exe: rawtoaudio2.o opl.o audioconvert.o g++ -g -o $@ $^ -lz `sdl-config --libs` -- 2.11.4.GIT