Added missing external libraries binaries
Former-commit-id: 8c1faed067e523a94b81cbf3658df6a6096898c0
This commit is contained in:
parent
40ec2003b4
commit
a6ed70123b
|
|
@ -9,6 +9,13 @@
|
|||
# CodeLite
|
||||
*.project
|
||||
|
||||
# Nazara build
|
||||
|
||||
examples/bin
|
||||
lib/libNazara*.a
|
||||
lib/Nazara*.dll
|
||||
lib/Nazara*.so
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
|
|
@ -20,22 +27,10 @@
|
|||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
|
||||
# Object files
|
||||
*.o
|
||||
|
||||
# Libraries
|
||||
*.lib
|
||||
|
||||
# Shared objects (inc. Windows DLLs)
|
||||
*.dll
|
||||
*.so
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
|
||||
|
|
@ -54,7 +49,6 @@ $RECYCLE.BIN/
|
|||
*.sln.docstates
|
||||
|
||||
# Build results
|
||||
|
||||
[Dd]ebug*/
|
||||
[Rr]elease/
|
||||
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@
|
|||
#include <Nazara/Audio/Audio.hpp>
|
||||
#include <Nazara/Audio/Config.hpp>
|
||||
#include <Nazara/Audio/Enums.hpp>
|
||||
#include <Nazara/Audio/Music.hpp>
|
||||
#include <Nazara/Audio/Sound.hpp>
|
||||
#include <Nazara/Audio/SoundBuffer.hpp>
|
||||
#include <Nazara/Audio/SoundEmitter.hpp>
|
||||
#include <Nazara/Audio/SoundStream.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue