From 44e579948b3dd56ec82b7139ef9132a897b640bf Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 18 Aug 2005 06:47:17 +0000 Subject: [PATCH] added IDE-specific readmes --- codeblocks/README-CODEBLOCKS.txt | 10 ++++++++++ devcpp/{no-openal.txt => README-DEVCPP.txt} | 0 2 files changed, 10 insertions(+) create mode 100644 codeblocks/README-CODEBLOCKS.txt rename devcpp/{no-openal.txt => README-DEVCPP.txt} (100%) 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