OpenAL from Dev-C++
This commit is contained in:
parent
182face818
commit
f99263526f
@ -11,7 +11,7 @@ PrivateResource=
|
|||||||
ResourceIncludes=
|
ResourceIncludes=
|
||||||
MakeIncludes=
|
MakeIncludes=
|
||||||
Compiler=
|
Compiler=
|
||||||
CppCompiler=-Wall --pedantic
|
CppCompiler=-DPHOTON_USE_OPENAL -Wall --pedantic
|
||||||
Linker=-lphoton -lglfw -lfreetype -lopengl32 -lglu32 -lopenal32 -lalut -lphysfs -lcorona
|
Linker=-lphoton -lglfw -lfreetype -lopengl32 -lglu32 -lopenal32 -lalut -lphysfs -lcorona
|
||||||
IsCpp=1
|
IsCpp=1
|
||||||
Icon=
|
Icon=
|
||||||
|
3
devcpp/no-openal.txt
Normal file
3
devcpp/no-openal.txt
Normal 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.
|
@ -11,7 +11,7 @@ PrivateResource=
|
|||||||
ResourceIncludes=
|
ResourceIncludes=
|
||||||
MakeIncludes=
|
MakeIncludes=
|
||||||
Compiler=
|
Compiler=
|
||||||
CppCompiler=
|
CppCompiler=-DPHOTON_USE_OPENAL -Wall --pedantic
|
||||||
Linker=
|
Linker=
|
||||||
IsCpp=1
|
IsCpp=1
|
||||||
Icon=
|
Icon=
|
||||||
|
Loading…
Reference in New Issue
Block a user