[Scummvm-cvs-logs] SF.net SVN: scummvm: [20680] tools/trunk

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Mon Feb 13 18:05:59 CET 2006


Revision: 20680
Author:   eriktorbjorn
Date:     2006-02-13 18:04:53 -0800 (Mon, 13 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20680&view=rev

Log Message:
-----------
Changed some remaining instances of compress_san to compress_scumm_san

Modified Paths:
--------------
    tools/trunk/Makefile
    tools/trunk/Makefile.mingw
    tools/trunk/README
Modified: tools/trunk/Makefile
===================================================================
--- tools/trunk/Makefile	2006-02-14 01:59:32 UTC (rev 20679)
+++ tools/trunk/Makefile	2006-02-14 02:04:53 UTC (rev 20680)
@@ -22,7 +22,7 @@
 	compress_kyra$(EXEEXT) \
 	compress_queen$(EXEEXT) \
 	compress_saga$(EXEEXT) \
-	compress_san$(EXEEXT) \
+	compress_scumm_san$(EXEEXT) \
 	compress_scumm_sou$(EXEEXT) \
 	compress_scumm_bun$(EXEEXT) \
 	compress_simon$(EXEEXT) \
@@ -41,7 +41,7 @@
 
 all: $(TARGETS)
 
-compress_san$(EXEEXT): compress_san.o compress.o util.o
+compress_scumm_san$(EXEEXT): compress_scumm_san.o compress.o util.o
 	$(CXX) $(LDFLAGS) -o $@ $+ -lz
 
 descumm$(EXEEXT): descumm-tool.o descumm.o descumm6.o descumm-common.o util.o

Modified: tools/trunk/Makefile.mingw
===================================================================
--- tools/trunk/Makefile.mingw	2006-02-14 01:59:32 UTC (rev 20679)
+++ tools/trunk/Makefile.mingw	2006-02-14 02:04:53 UTC (rev 20680)
@@ -14,7 +14,7 @@
 	strip compress_kyra.exe -o $(SCUMMVMPATH)/tools/compress_kyra.exe
 	strip compress_queen.exe -o $(SCUMMVMPATH)/tools/compress_queen.exe
 	strip compress_saga.exe -o $(SCUMMVMPATH)/tools/compress_saga.exe
-	strip compress_san.exe -o $(SCUMMVMPATH)/tools/compress_san.exe
+	strip compress_scumm_san.exe -o $(SCUMMVMPATH)/tools/compress_scumm_san.exe
 	strip compress_scumm_sou.exe -o $(SCUMMVMPATH)/tools/compress_scumm_sou.exe
 	strip compress_scumm_bun.exe -o $(SCUMMVMPATH)/tools/compress_scumm_bun.exe
 	strip compress_simon.exe -o $(SCUMMVMPATH)/tools/compress_simon.exe

Modified: tools/trunk/README
===================================================================
--- tools/trunk/README	2006-02-14 01:59:32 UTC (rev 20679)
+++ tools/trunk/README	2006-02-14 02:04:53 UTC (rev 20680)
@@ -82,7 +82,7 @@
                 
                 NOTE: For some '.san' files there is a corresponding '.flu'
                 file, which contains offsets into the '.san' file. Hence, the
-                compress_san has to modify the '.flu' file. This happens
+                compress_scumm_san has to modify the '.flu' file. This happens
                 automatically, if the '.san' and '.flu' files are in the
                 same directory (which is normally the case). If you want to
                 move the '.san' files before compressing them, make sure to 







More information about the Scummvm-git-logs mailing list