diff --git a/codeblocks/README-CODEBLOCKS.txt b/codeblocks/README-CODEBLOCKS.txt new file mode 100644 index 0000000..0061bda --- /dev/null +++ b/codeblocks/README-CODEBLOCKS.txt @@ -0,0 +1,10 @@ +Building under Code::Blocks is only currently supported when using MingW/GCC +as the compiler, if you successfully build photon with any other compiler it +would be greatly appreciated if you'd contact me (cozman@users.sf.net). + +Note on Code::Blocks without OpenAL + +If you are attempting to compile via Code::Blocks without OpenAL you must open +both photon.cbp and AudioTest.cbp and within the Compiler tab of the +Project->Build Options dialog, select the #defines sub-tab and erase the line +PHOTON_USE_OPENAL. diff --git a/devcpp/no-openal.txt b/devcpp/README-DEVCPP.txt similarity index 100% rename from devcpp/no-openal.txt rename to devcpp/README-DEVCPP.txt