Ajout version Release/x64 avec les libraries x64 et tuning de la version Debug
This commit is contained in:
21
SQCSim2021/external/irrKlang-64bit-1.6.0/examples/02.3DSound/Makefile
vendored
Normal file
21
SQCSim2021/external/irrKlang-64bit-1.6.0/examples/02.3DSound/Makefile
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
CPP = g++
|
||||
OPTS = -I"../../include" -L"/usr/lib" ../../bin/linux-gcc-64/libIrrKlang.so -pthread
|
||||
|
||||
all: example
|
||||
|
||||
example:
|
||||
$(CPP) main.cpp -o example $(OPTS)
|
||||
@echo ""
|
||||
@echo "Note: to start: This example needs mp3 playback and to find the mp3 plugin for this. Please start this example with bin/linux-gcc/ as working directory."
|
||||
@echo ""
|
||||
@echo "Alternative: run 'make run' now."
|
||||
|
||||
clean:
|
||||
rm example
|
||||
|
||||
run: example
|
||||
cd ../../bin/linux-gcc-64/ && ../../examples-64/02.3DSound/example && cd ../../examples-64/02.3DSound
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user