diff options
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL/win32.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt index cb10e4a1..67debe2b 100644 --- a/docs/INSTALL/win32.txt +++ b/docs/INSTALL/win32.txt @@ -75,9 +75,8 @@ Open "The Mana World.dev" in Dev-C++. From there on you should be able to start compilition with Excute -> Compile. A file called tmw.exe should appear in the same directory as where you opened the .dev from. -Before you can actually run the executable you may need to move a few DLLs over -from your Dev-Cpp/dll directory to the directory containing tmw.exe. The -currently required DLLs are alleg41.dll, guichan.dll and guichan_allegro.dll. +Before you can actually run the executable be sure to copy over alleg41.dll +from your Dev-Cpp/dll directory to the directory containing tmw.exe. Have fun hacking The Mana World! |