[Scummvm-cvs-logs] scummvm-tools master -> a54a569f821962366de2e7b1c5af01dab900b295

criezy criezy at scummvm.org
Mon Nov 7 21:58:10 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
a54a569f82 BUILD: Add make rule for compress_cge


Commit: a54a569f821962366de2e7b1c5af01dab900b295
    https://github.com/scummvm/scummvm-tools/commit/a54a569f821962366de2e7b1c5af01dab900b295
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2011-11-07T12:57:15-08:00

Commit Message:
BUILD: Add make rule for compress_cge

This make it possible to compile the compress_cge tool on systems
using the Makefile system.

Changed paths:
    Makefile.common



diff --git a/Makefile.common b/Makefile.common
index 3f18138..9cfadfb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -33,6 +33,7 @@ PROGRAMS = \
 	descumm \
 	desword2 \
 	gob_loadcalc \
+	compress_cge \
 	extract_mohawk \
 	construct_mohawk \
 	scummvm-tools-cli
@@ -153,6 +154,9 @@ degob_OBJS := \
 gob_loadcalc_OBJS := \
 	engines/gob/gob_loadcalc.o
 
+compress_cge_OBJS := \
+	engines/cge/compress_cge.o
+
 extract_mohawk_OBJS := \
 	engines/mohawk/archive.o \
 	engines/mohawk/extract_mohawk.o \






More information about the Scummvm-git-logs mailing list