From 43df07e706868e45eb470c9755843803324c2386 Mon Sep 17 00:00:00 2001 From: Brian Recchia Date: Mon, 16 Jan 2017 16:00:36 -0500 Subject: [PATCH] Update XcodeBuildHowTo.txt removed dungeons from project --- SheepShaver/src/MacOSX/XcodeBuildHowTo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheepShaver/src/MacOSX/XcodeBuildHowTo.txt b/SheepShaver/src/MacOSX/XcodeBuildHowTo.txt index d4b772d6..d69a69f1 100644 --- a/SheepShaver/src/MacOSX/XcodeBuildHowTo.txt +++ b/SheepShaver/src/MacOSX/XcodeBuildHowTo.txt @@ -36,5 +36,5 @@ which SheepShaver requires. 2. Since the SheepShaver JIT-generation compilation does not support Clang, this build uses prebuilt and checked-in dyngen source files, rather than -building dungeon and generating them with it, as is done normally during the +building dyngen and generating them with it, as is done normally during the SheepShaver build process.