[Scummvm-cvs-logs] scummvm master -> f01479e8419d40dc2b9c410fd7228b9771dd2e3c

digitall digitall at scummvm.org
Fri Sep 2 08:10:29 CEST 2011


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

Summary:
aa654943bb DEVTOOLS: Remove Unecessary Makefiles.
f01479e841 DEVTOOLS: Minor correction to remove GCC Warning.


Commit: aa654943bb987ceebfa26be14c8db93ded67ef5c
    https://github.com/scummvm/scummvm/commit/aa654943bb987ceebfa26be14c8db93ded67ef5c
Author: D G Turner (digitall at scummvm.org)
Date: 2011-09-01T23:04:04-07:00

Commit Message:
DEVTOOLS: Remove Unecessary Makefiles.

These have been replaced by "make devtools" and are unused.

Changed paths:
  R devtools/create_drascula/Makefile
  R devtools/create_lure/Makefile
  R devtools/create_mads/Makefile



diff --git a/devtools/create_drascula/Makefile b/devtools/create_drascula/Makefile
deleted file mode 100644
index 3052436..0000000
--- a/devtools/create_drascula/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-# $Id$
-
-all:
-	g++ -I../.. create_drascula.cpp -o create_drascula
diff --git a/devtools/create_lure/Makefile b/devtools/create_lure/Makefile
deleted file mode 100644
index 1ed33b5..0000000
--- a/devtools/create_lure/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-# $Id$
-
-all:
-	g++ -I../.. create_lure_dat.cpp process_actions.cpp -o create_lure
diff --git a/devtools/create_mads/Makefile b/devtools/create_mads/Makefile
deleted file mode 100644
index c2776f5..0000000
--- a/devtools/create_mads/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-# $Id$
-
-all:
-	g++ -I../.. main.cpp parser.cpp -o create_mads


Commit: f01479e8419d40dc2b9c410fd7228b9771dd2e3c
    https://github.com/scummvm/scummvm/commit/f01479e8419d40dc2b9c410fd7228b9771dd2e3c
Author: D G Turner (digitall at scummvm.org)
Date: 2011-09-01T23:06:00-07:00

Commit Message:
DEVTOOLS: Minor correction to remove GCC Warning.

Changed paths:
    devtools/create_kyradat/create_kyradat.h



diff --git a/devtools/create_kyradat/create_kyradat.h b/devtools/create_kyradat/create_kyradat.h
index 983ba3c..cabf657 100644
--- a/devtools/create_kyradat/create_kyradat.h
+++ b/devtools/create_kyradat/create_kyradat.h
@@ -277,7 +277,7 @@ enum kSpecial {
 	kTalkieVersion,
 	kDemoVersion,
 	kTalkieDemoVersion,
-	kOldFloppy,
+	kOldFloppy
 };
 
 enum kGame {






More information about the Scummvm-git-logs mailing list