added known preprocessor switches
This commit is contained in:
parent
0e62b0fa3f
commit
4bc0048174
|
@ -1,17 +1,18 @@
|
||||||
Developer Information File:
|
==========================
|
||||||
|
Developer Information File
|
||||||
- Don't use the global optimization switch (/Og) because it causes a black screen in Metroid Prime.
|
==========================
|
||||||
|
|
||||||
|
|
||||||
Software needed to compile:
|
|
||||||
nasm 0.99.06 +/-
|
|
||||||
DirectX 9.0c SDK +
|
|
||||||
|
|
||||||
Optional:
|
Known preprocessor switches:
|
||||||
OpenAL SDK +/-
|
- SDL: Defined for the SDL version
|
||||||
|
- DEV_VERSION: Enables logging
|
||||||
+ newer is ok
|
- FINAL_VERSION: Defined for release versions
|
||||||
+/- newer and older is ok
|
- BKPT_SUPPORT
|
||||||
|
- MMX: Enable MMX instruction set
|
||||||
|
- NO_OGL: Exclude OpenGL code
|
||||||
|
- NO_D3D: Exclude Direct3D code
|
||||||
|
- NO_OAL: Exclude OpenAL code
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue