[Scummvm-git-logs] scummvm master -> dcdd9da51f863147349b7495158060a166e9499c
ccawley2011
ccawley2011 at gmail.com
Fri Dec 4 14:59:35 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
dcdd9da51f DEVTOOLS: Fix compilation of create_xeen
Commit: dcdd9da51f863147349b7495158060a166e9499c
https://github.com/scummvm/scummvm/commit/dcdd9da51f863147349b7495158060a166e9499c
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-12-04T14:59:18Z
Commit Message:
DEVTOOLS: Fix compilation of create_xeen
Changed paths:
R devtools/create_xeen/base-str.cpp
devtools/create_xeen/module.mk
diff --git a/devtools/create_xeen/base-str.cpp b/devtools/create_xeen/base-str.cpp
deleted file mode 100644
index f5ebe1ad3b..0000000000
--- a/devtools/create_xeen/base-str.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-#define SCUMMVM_UTIL 1
-#include "../common/base-str.cpp"
diff --git a/devtools/create_xeen/module.mk b/devtools/create_xeen/module.mk
index 0714fbceb6..eabd739b4f 100644
--- a/devtools/create_xeen/module.mk
+++ b/devtools/create_xeen/module.mk
@@ -9,7 +9,6 @@ MODULE_OBJS := \
map.o \
memorypool.o \
str.o \
- base-str.o \
swords.o
# Set the name of the executable
More information about the Scummvm-git-logs
mailing list