diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-15 15:01:24 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-15 15:01:24 +0000 |
commit | 69798a4b6f5da720c828daf7bff9f7acad206f7f (patch) | |
tree | a39a69de672bf141bc72989c856f3e2c9871167e /docs | |
parent | a4fa7ae6f3f0966b6fe45c65b1a0fe78f59994ed (diff) | |
download | mana-client-69798a4b6f5da720c828daf7bff9f7acad206f7f.tar.gz mana-client-69798a4b6f5da720c828daf7bff9f7acad206f7f.tar.bz2 mana-client-69798a4b6f5da720c828daf7bff9f7acad206f7f.tar.xz mana-client-69798a4b6f5da720c828daf7bff9f7acad206f7f.zip |
Those DLLs not needed at the moment.
Diffstat (limited to 'docs')
-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! |