From 4bc00481749cd296b2b221620ffe5940d1c92588 Mon Sep 17 00:00:00 2001 From: spacy51 Date: Sun, 23 Dec 2007 20:51:19 +0000 Subject: [PATCH] added known preprocessor switches --- res/DevInfo.txt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/res/DevInfo.txt b/res/DevInfo.txt index e58f55df..291d987c 100644 --- a/res/DevInfo.txt +++ b/res/DevInfo.txt @@ -1,17 +1,18 @@ -Developer Information File: - -- Don't use the global optimization switch (/Og) because it causes a black screen in Metroid Prime. +========================== +Developer Information File +========================== -Software needed to compile: -nasm 0.99.06 +/- -DirectX 9.0c SDK + -Optional: -OpenAL SDK +/- - -+ newer is ok -+/- newer and older is ok +Known preprocessor switches: +- SDL: Defined for the SDL version +- DEV_VERSION: Enables logging +- FINAL_VERSION: Defined for release versions +- BKPT_SUPPORT +- MMX: Enable MMX instruction set +- NO_OGL: Exclude OpenGL code +- NO_D3D: Exclude Direct3D code +- NO_OAL: Exclude OpenAL code