diff --git a/README.md b/README.md index 2ee2af6f0..fbee12113 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/galaxyhaxz/devilution.svg?branch=master)](https://travis-ci.org/galaxyhaxz/devilution) +[![Build Status](https://travis-ci.org/diasurgical/devilution.svg?branch=master)](https://travis-ci.org/diasurgical/devilution) [![Build status](https://ci.appveyor.com/api/projects/status/ssk0xjhoka1uu940?svg=true)](https://ci.appveyor.com/project/galaxyhaxz/devilution) @@ -24,7 +24,7 @@ The goal of Devilution itself is to recreate the original source code as accurat As a side goal, Devilution helps document the unused and cut content from the final game. Development of Diablo was rushed near the end--many ideas were scrapped and Multiplayer was quickly hacked in. By examining the source, we can see various quirks of planned development. # Compiling -Development of Diablo began around the time Windows 95 released, for which it was optimized. The compiler used was Microsoft Visual C++ 4.20, which was upgraded to 5.10 in later patches ([ref: spreadsheet](Support/linker.xls)). Compatibility with these tools is retained to help ensure the reversal is as accurate as possible. There are also Makefiles provided to compile with modern tools as well. +Development of Diablo began around the time Windows 95 released, for which it was optimized. The compiler used was Microsoft Visual C++ 4.20, which was upgraded to 5.10 in later patches ([ref: spreadsheet](Support/surgery.xls)). Compatibility with these tools is retained to help ensure the reversal is as accurate as possible. There are also Makefiles provided to compile with modern tools as well. Building with Visual C++ 5.10 - Make sure Service Pack 3 is installed in order to update the linker from 5.00 -> 5.10! Newer versions of Visual Studio work as well, but will upgrade the project. diff --git a/Support/linker.xls b/Support/linker.xls deleted file mode 100644 index e719b8518..000000000 Binary files a/Support/linker.xls and /dev/null differ diff --git a/Support/surgery.xls b/Support/surgery.xls new file mode 100644 index 000000000..87049f614 Binary files /dev/null and b/Support/surgery.xls differ diff --git a/Support/xref.xls b/Support/xref.xls deleted file mode 100644 index 1bd8dc8d4..000000000 Binary files a/Support/xref.xls and /dev/null differ