Ajout version Release/x64 avec les libraries x64 et tuning de la version Debug
This commit is contained in:
8
SQCSim2021/external/irrKlang-64bit-1.6.0/examples/04.OverrideFileAccess/Makefile
vendored
Normal file
8
SQCSim2021/external/irrKlang-64bit-1.6.0/examples/04.OverrideFileAccess/Makefile
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
CPP = g++
|
||||
OPTS = -I"../../include" -L"/usr/lib" ../../bin/linux-gcc-64/libIrrKlang.so -pthread
|
||||
|
||||
all:
|
||||
$(CPP) main.cpp -o example $(OPTS)
|
||||
|
||||
clean:
|
||||
rm example
|
Reference in New Issue
Block a user