OpenAL from Dev-C++
This commit is contained in:
parent
182face818
commit
f99263526f
@ -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
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=
|
||||
MakeIncludes=
|
||||
Compiler=
|
||||
CppCompiler=
|
||||
CppCompiler=-DPHOTON_USE_OPENAL -Wall --pedantic
|
||||
Linker=
|
||||
IsCpp=1
|
||||
Icon=
|
||||
|
Loading…
Reference in New Issue
Block a user