[Scummvm-git-logs] scummvm master -> ee048ce2670d3e620891a80e2044c57b9eaf5d9d
sev-
noreply at scummvm.org
Thu Mar 2 13:33:48 UTC 2023
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:
ee048ce267 BUILD: Add nancy.dat to the DISTS list for all platforms
Commit: ee048ce2670d3e620891a80e2044c57b9eaf5d9d
https://github.com/scummvm/scummvm/commit/ee048ce2670d3e620891a80e2044c57b9eaf5d9d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-02T14:33:21+01:00
Commit Message:
BUILD: Add nancy.dat to the DISTS list for all platforms
Changed paths:
Makefile.common
devtools/create_project/xcode.cpp
dists/irix/scummvm.idb
dists/scummvm.rc
diff --git a/Makefile.common b/Makefile.common
index a112975f697..32adb203f9e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -434,6 +434,9 @@ endif
ifdef ENABLE_MORTEVIELLE
DIST_FILES_ENGINEDATA+=mort.dat
endif
+ifdef ENABLE_NANCY
+DIST_FILES_ENGINEDATA+=nancy.dat
+endif
ifdef ENABLE_NEVERHOOD
DIST_FILES_ENGINEDATA+=neverhood.dat
endif
diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index a913d10bf4b..7de4b7f1e6b 100644
--- a/devtools/create_project/xcode.cpp
+++ b/devtools/create_project/xcode.cpp
@@ -977,6 +977,7 @@ XcodeProvider::ValueList& XcodeProvider::getResourceFiles(const BuildSetup &setu
files.push_back("dists/engine-data/macventure.dat");
files.push_back("dists/engine-data/mm.dat");
files.push_back("dists/engine-data/mort.dat");
+ files.push_back("dists/engine-data/nancy.dat");
files.push_back("dists/engine-data/neverhood.dat");
files.push_back("dists/engine-data/queen.tbl");
files.push_back("dists/engine-data/sky.cpt");
diff --git a/dists/irix/scummvm.idb b/dists/irix/scummvm.idb
index 9a40a63807f..9d16370de81 100644
--- a/dists/irix/scummvm.idb
+++ b/dists/irix/scummvm.idb
@@ -28,6 +28,7 @@ f 0644 root sys usr/ScummVM/share/scummvm/lure.dat lure.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/macgui.dat macgui.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/macventure.dat macventure.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/mort.dat mort.dat scummvm.sw.eoe
+f 0644 root sys usr/ScummVM/share/scummvm/nancy.dat nancy.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/neverhood.dat neverhood.dat scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/queen.tbl queen.tbl scummvm.sw.eoe
f 0644 root sys usr/ScummVM/share/scummvm/sky.cpt sky.cpt scummvm.sw.eoe
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index dc6165d9dcf..70f04a6ccb7 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -82,6 +82,9 @@ macventure.dat FILE "dists/engine-data/macventure.dat"
#if PLUGIN_ENABLED_STATIC(MORTEVIELLE)
mort.dat FILE "dists/engine-data/mort.dat"
#endif
+#if PLUGIN_ENABLED_STATIC(NANCY)
+nancy.dat FILE "dists/engine-data/nancy.dat"
+#endif
#if PLUGIN_ENABLED_STATIC(NEVERHOOD)
neverhood.dat FILE "dists/engine-data/neverhood.dat"
#endif
More information about the Scummvm-git-logs
mailing list