From 1692bff83052c0c29dc0fe333b69ebffbed9356f Mon Sep 17 00:00:00 2001 From: spacy51 Date: Wed, 5 Dec 2007 23:28:53 +0000 Subject: [PATCH] added info on OpenAL SDK --- trunk/res/DevInfo.txt | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/trunk/res/DevInfo.txt b/trunk/res/DevInfo.txt index 5fe10228..e58f55df 100644 --- a/trunk/res/DevInfo.txt +++ b/trunk/res/DevInfo.txt @@ -2,19 +2,20 @@ Developer Information File: - Don't use the global optimization switch (/Og) because it causes a black screen in Metroid Prime. -- Project Configurations: - - Debug: Debug ON | Optimizations OFF | UPX OFF - - Release: Debug OFF | Optimizations OFF | UPX OFF - - Optimized: Debug OFF | Optimizations ON | UPX ON -Software Used: -OPTIONAL UPX 1.25 +/- -NEEDED nasm 0.98.39 +/- -INCLUDED zlib 1.2.3 +/- -INCLUDED libpng 1.2.8 +/- -NEEDED Microsoft Platform SDK 2003 SP1 +/- -NEEDED Microsoft DirectX 9.0c SDK (June 2005) + -NEEDED Microsoft Visual Studio .NET Professional 2003 German + +Software needed to compile: +nasm 0.99.06 +/- +DirectX 9.0c SDK + + +Optional: +OpenAL SDK +/- + newer is ok -+/- newer and older is ok \ No newline at end of file ++/- newer and older is ok + + + +Download locations: +NASM: http://nasm.sourceforge.net +DirectX SDK: http://msdn2.microsoft.com/en-us/xna/aa937788.aspx +OpenAL SDK: http://openal.org/downloads.html \ No newline at end of file