OpenAL from Dev-C++

This commit is contained in:
James Turk 2005-08-09 06:38:24 +00:00
parent 182face818
commit f99263526f
3 changed files with 5 additions and 2 deletions

View File

@ -11,7 +11,7 @@ PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=-Wall --pedantic
CppCompiler=-DPHOTON_USE_OPENAL -Wall --pedantic
Linker=-lphoton -lglfw -lfreetype -lopengl32 -lglu32 -lopenal32 -lalut -lphysfs -lcorona
IsCpp=1
Icon=

3
devcpp/no-openal.txt Normal file
View File

@ -0,0 +1,3 @@
If you are attempting to compile via Dev-C++ without OpenAL you must open both
photon.dev and AudioTest.dev and within the Parameters tab of the Project
Options dialog (Alt+P) remove -DPHOTON_USE_OPENAL from the C++ compiler box.

View File

@ -11,7 +11,7 @@ PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=
CppCompiler=-DPHOTON_USE_OPENAL -Wall --pedantic
Linker=
IsCpp=1
Icon=