diff --git a/build/codeblocks/batch-build/build.bat b/build/codeblocks/batch-build/build.bat
index 9873e45eb..8273a8fab 100644
--- a/build/codeblocks/batch-build/build.bat
+++ b/build/codeblocks/batch-build/build.bat
@@ -45,41 +45,41 @@ codeblocks -na -nd -ns --build sfml-audio.cbp --target="Release DLL_Win32"
REM Copy the SFML static libraries into a temporary folder
IF NOT EXIST %TMPDIR% mkdir %TMPDIR%
cd %SFML%\lib\mingw
-xcopy libsfml-*-s-d.a %TMPDIR%/q /y
-xcopy libsfml-*-s.a %TMPDIR%/q /y
+xcopy libsfml2-*-s-d.a %TMPDIR%/q /y
+xcopy libsfml2-*-s.a %TMPDIR%/q /y
cd %TMPDIR%
REM Add external libraries to sfml-window
-echo Adding external libraries to libsfml-window-s...
+echo Adding external libraries to libsfml2-window-s...
ar x %SFML%\build\codeblocks\batch-build\libgdi32.a
ar x %SFML%\build\codeblocks\batch-build\libopengl32.a
ar x %SFML%\build\codeblocks\batch-build\libwinmm.a
-ar rs libsfml-window-s.a *.o
-ar rs libsfml-window-s-d.a *.o
+ar rs libsfml2-window-s.a *.o
+ar rs libsfml2-window-s-d.a *.o
del *.o /f /q
REM Add external libraries to sfml-graphics
-echo Adding external libraries to libsfml-graphics-s...
+echo Adding external libraries to libsfml2-graphics-s...
ar x %SFML%\extlibs\libs-mingw\libfreetype.a
ar x %SFML%\extlibs\libs-mingw\libglew.a
ar x %SFML%\extlibs\libs-mingw\libjpeg.a
-ar rs libsfml-graphics-s.a *.o
-ar rs libsfml-graphics-s-d.a *.o
+ar rs libsfml2-graphics-s.a *.o
+ar rs libsfml2-graphics-s-d.a *.o
del *.o /f /q
REM Add external libraries to sfml-audio
-echo Adding external libraries to libsfml-audio-s...
+echo Adding external libraries to libsfml2-audio-s...
ar x %SFML%\extlibs\libs-mingw\libopenal32.a
ar x %SFML%\extlibs\libs-mingw\libsndfile.a
-ar rs libsfml-audio-s.a *.o
-ar rs libsfml-audio-s-d.a *.o
+ar rs libsfml2-audio-s.a *.o
+ar rs libsfml2-audio-s-d.a *.o
del *.o /f /q
REM Add external libraries to sfml-network
-echo Adding external libraries to libsfml-network-s...
+echo Adding external libraries to libsfml2-network-s...
ar x %SFML%\build\codeblocks\batch-build\libws2_32.a
-ar rs libsfml-network-s.a *.o
-ar rs libsfml-network-s-d.a *.o
+ar rs libsfml2-network-s.a *.o
+ar rs libsfml2-network-s-d.a *.o
del *.o /f /q
REM Copy the SFML libraries to their final location
diff --git a/build/codeblocks/sfml-audio.cbp b/build/codeblocks/sfml-audio.cbp
index 208dc8dde..943fa959b 100644
--- a/build/codeblocks/sfml-audio.cbp
+++ b/build/codeblocks/sfml-audio.cbp
@@ -7,9 +7,9 @@
-
+
-
+
@@ -28,16 +28,16 @@
-
+
-
+
-
+
@@ -55,17 +55,17 @@
-
+
-
+
-
+
@@ -84,10 +84,10 @@
-
+
-
+
diff --git a/build/codeblocks/sfml-graphics.cbp b/build/codeblocks/sfml-graphics.cbp
index 91899112e..f18039ddd 100644
--- a/build/codeblocks/sfml-graphics.cbp
+++ b/build/codeblocks/sfml-graphics.cbp
@@ -7,7 +7,7 @@
-
+
@@ -28,8 +28,8 @@
-
-
+
+
@@ -38,9 +38,9 @@
-
+
-
+
@@ -60,8 +60,8 @@
-
-
+
+
@@ -70,10 +70,10 @@
-
+
-
+
@@ -93,10 +93,10 @@
-
+
-
+
diff --git a/build/codeblocks/sfml-main.cbp b/build/codeblocks/sfml-main.cbp
index 68d881d01..6dc670f45 100644
--- a/build/codeblocks/sfml-main.cbp
+++ b/build/codeblocks/sfml-main.cbp
@@ -7,7 +7,7 @@
-
+
@@ -23,7 +23,7 @@
-
+
@@ -38,7 +38,7 @@
-
+
@@ -54,7 +54,7 @@
-
+
diff --git a/build/codeblocks/sfml-network.cbp b/build/codeblocks/sfml-network.cbp
index d33bbf729..6b263ad49 100644
--- a/build/codeblocks/sfml-network.cbp
+++ b/build/codeblocks/sfml-network.cbp
@@ -7,7 +7,7 @@
-
+
@@ -28,12 +28,12 @@
-
+
-
+
@@ -53,12 +53,12 @@
-
+
-
+
@@ -82,7 +82,7 @@
-
+
diff --git a/build/codeblocks/sfml-system.cbp b/build/codeblocks/sfml-system.cbp
index 117b92e1a..96137a415 100644
--- a/build/codeblocks/sfml-system.cbp
+++ b/build/codeblocks/sfml-system.cbp
@@ -7,7 +7,7 @@
-
+
@@ -27,7 +27,7 @@
-
+
@@ -46,7 +46,7 @@
-
+
@@ -66,7 +66,7 @@
-
+
diff --git a/build/codeblocks/sfml-window.cbp b/build/codeblocks/sfml-window.cbp
index 636547d74..c8d762223 100644
--- a/build/codeblocks/sfml-window.cbp
+++ b/build/codeblocks/sfml-window.cbp
@@ -7,9 +7,9 @@
-
+
-
+
@@ -28,15 +28,15 @@
-
+
-
+
-
+
@@ -54,16 +54,16 @@
-
+
-
+
-
+
@@ -81,10 +81,10 @@
-
+
-
+
diff --git a/build/make/Makefile.audio b/build/make/Makefile.audio
index 95facde2a..bfde9091c 100644
--- a/build/make/Makefile.audio
+++ b/build/make/Makefile.audio
@@ -1,17 +1,17 @@
SRC = $(wildcard $(SRCROOT)/Audio/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LIB = libsfml-audio.so
+LIB = libsfml2-audio.so
LIBNAME = $(LIB).$(VERSION)
FULLLIBNAME = $(LIBPATH)/$(LIBNAME)
-LINK = $(LN) $(LNFLAGS) $(LIBNAME) $(DESTLIBDIR)/$(LIB)
+LINK = $(LN) $(LNFLAGS) $(LIBNAME) $(DESTLIBDIR)/$(LIB)
all: $(LIB)
-libsfml-audio.so: $(OBJ)
+libsfml2-audio.so: $(OBJ)
$(CPP) $(LDFLAGS) -Wl,-soname,$(LIBNAME) -o $(FULLLIBNAME) $(OBJ) -lsndfile -lopenal
$(OBJ): %.o: %.cpp
- $(CPP) -o $@ -c $< $(CFLAGS)
+ $(CPP) -o $@ -c $< $(CFLAGS) -I/usr/include/AL
.PHONY: clean mrproper
@@ -22,6 +22,6 @@ mrproper: clean
rm -rf $(FULLLIBNAME)
install:
- objcopy --only-keep-debug $(FULLLIBNAME) $(DESTDBGDIR)/$(LIBNAME)
+ objcopy --only-keep-debug $(FULLLIBNAME) $(DESTDBGDIR)/$(LIBNAME)
objcopy --strip-unneeded $(FULLLIBNAME) $(DESTLIBDIR)/$(LIBNAME)
$(LINK)
diff --git a/build/make/Makefile.graphics b/build/make/Makefile.graphics
index dc5af67e1..5858ef3c3 100644
--- a/build/make/Makefile.graphics
+++ b/build/make/Makefile.graphics
@@ -1,13 +1,13 @@
SRC = $(wildcard $(SRCROOT)/Graphics/*.cpp $(SRCROOT)/Graphics/Linux/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LIB = libsfml-graphics.so
+LIB = libsfml2-graphics.so
LIBNAME = $(LIB).$(VERSION)
FULLLIBNAME = $(LIBPATH)/$(LIBNAME)
LINK = $(LN) $(LNFLAGS) $(LIBNAME) $(DESTLIBDIR)/$(LIB)
all: $(LIB)
-libsfml-graphics.so: $(OBJ)
+libsfml2-graphics.so: $(OBJ)
$(CPP) $(LDFLAGS) -Wl,-soname,$(LIBNAME) -o $(FULLLIBNAME) $(OBJ) -lGLEW -ljpeg -lfreetype -lX11 -lGL
$(OBJ): %.o: %.cpp
diff --git a/build/make/Makefile.network b/build/make/Makefile.network
index c07d9cf58..414d9bffa 100644
--- a/build/make/Makefile.network
+++ b/build/make/Makefile.network
@@ -1,13 +1,13 @@
SRC = $(wildcard $(SRCROOT)/Network/*.cpp $(SRCROOT)/Network/Unix/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LIB = libsfml-network.so
+LIB = libsfml2-network.so
LIBNAME = $(LIB).$(VERSION)
FULLLIBNAME = $(LIBPATH)/$(LIBNAME)
-LINK = $(LN) $(LNFLAGS) $(LIBNAME) $(DESTLIBDIR)/$(LIB)
+LINK = $(LN) $(LNFLAGS) $(LIBNAME) $(DESTLIBDIR)/$(LIB)
all: $(LIB)
-libsfml-network.so: $(OBJ)
+libsfml2-network.so: $(OBJ)
$(CPP) $(LDFLAGS) -Wl,-soname,$(LIBNAME) -o $(FULLLIBNAME) $(OBJ)
$(OBJ): %.o: %.cpp
@@ -22,6 +22,6 @@ mrproper: clean
rm -rf $(FULLLIBNAME)
install:
- objcopy --only-keep-debug $(FULLLIBNAME) $(DESTDBGDIR)/$(LIBNAME)
+ objcopy --only-keep-debug $(FULLLIBNAME) $(DESTDBGDIR)/$(LIBNAME)
objcopy --strip-unneeded $(FULLLIBNAME) $(DESTLIBDIR)/$(LIBNAME)
$(LINK)
diff --git a/build/make/Makefile.system b/build/make/Makefile.system
index fd3e55914..107867f64 100644
--- a/build/make/Makefile.system
+++ b/build/make/Makefile.system
@@ -1,13 +1,13 @@
SRC = $(wildcard $(SRCROOT)/System/*.cpp $(SRCROOT)/System/Unix/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LIB = libsfml-system.so
+LIB = libsfml2-system.so
LIBNAME = $(LIB).$(VERSION)
FULLLIBNAME = $(LIBPATH)/$(LIBNAME)
-LINK = $(LN) $(LNFLAGS) $(LIBNAME) $(DESTLIBDIR)/$(LIB)
+LINK = $(LN) $(LNFLAGS) $(LIBNAME) $(DESTLIBDIR)/$(LIB)
all: $(LIB)
-libsfml-system.so: $(OBJ)
+libsfml2-system.so: $(OBJ)
$(CPP) $(LDFLAGS) -Wl,-soname,$(LIBNAME) -o $(FULLLIBNAME) $(OBJ) -lpthread
$(OBJ): %.o: %.cpp
@@ -22,6 +22,6 @@ mrproper: clean
rm -rf $(FULLLIBNAME)
install:
- objcopy --only-keep-debug $(FULLLIBNAME) $(DESTDBGDIR)/$(LIBNAME)
+ objcopy --only-keep-debug $(FULLLIBNAME) $(DESTDBGDIR)/$(LIBNAME)
objcopy --strip-unneeded $(FULLLIBNAME) $(DESTLIBDIR)/$(LIBNAME)
$(LINK)
diff --git a/build/make/Makefile.window b/build/make/Makefile.window
index c86bb5433..70e564915 100644
--- a/build/make/Makefile.window
+++ b/build/make/Makefile.window
@@ -1,13 +1,13 @@
SRC = $(wildcard $(SRCROOT)/Window/*.cpp $(SRCROOT)/Window/Linux/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LIB = libsfml-window.so
+LIB = libsfml2-window.so
LIBNAME = $(LIB).$(VERSION)
FULLLIBNAME = $(LIBPATH)/$(LIBNAME)
-LINK = $(LN) $(LNFLAGS) $(LIBNAME) $(DESTLIBDIR)/$(LIB)
+LINK = $(LN) $(LNFLAGS) $(LIBNAME) $(DESTLIBDIR)/$(LIB)
all: $(LIB)
-libsfml-window.so: $(OBJ)
+libsfml2-window.so: $(OBJ)
$(CPP) $(LDFLAGS) -Wl,-soname,$(LIBNAME) -o $(FULLLIBNAME) $(OBJ) -lX11 -lXrandr -lGL
$(OBJ): %.o: %.cpp
@@ -22,6 +22,6 @@ mrproper: clean
rm -rf $(FULLLIBNAME)
install:
- objcopy --only-keep-debug $(FULLLIBNAME) $(DESTDBGDIR)/$(LIBNAME)
+ objcopy --only-keep-debug $(FULLLIBNAME) $(DESTDBGDIR)/$(LIBNAME)
objcopy --strip-unneeded $(FULLLIBNAME) $(DESTLIBDIR)/$(LIBNAME)
$(LINK)
diff --git a/build/vc2005/sfml-audio.vcproj b/build/vc2005/sfml-audio.vcproj
index 732d0863c..24b53f408 100644
--- a/build/vc2005/sfml-audio.vcproj
+++ b/build/vc2005/sfml-audio.vcproj
@@ -66,7 +66,7 @@
-
-
+
+
@@ -43,8 +43,8 @@
-
-
+
+
@@ -65,8 +65,8 @@
-
-
+
+
@@ -86,8 +86,8 @@
-
-
+
+
diff --git a/examples/build/codeblocks/opengl.cbp b/examples/build/codeblocks/opengl.cbp
index 816e0c713..bc4e95d70 100644
--- a/examples/build/codeblocks/opengl.cbp
+++ b/examples/build/codeblocks/opengl.cbp
@@ -24,10 +24,10 @@
-
-
-
-
+
+
+
+
@@ -49,10 +49,10 @@
-
-
-
-
+
+
+
+
@@ -75,10 +75,10 @@
-
-
-
-
+
+
+
+
@@ -102,10 +102,10 @@
-
-
-
-
+
+
+
+
diff --git a/examples/build/codeblocks/pong.cbp b/examples/build/codeblocks/pong.cbp
index 07cb9c822..990fa2e55 100644
--- a/examples/build/codeblocks/pong.cbp
+++ b/examples/build/codeblocks/pong.cbp
@@ -24,11 +24,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -50,11 +50,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -78,11 +78,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -105,11 +105,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/examples/build/codeblocks/shader.cbp b/examples/build/codeblocks/shader.cbp
index 28029c2d7..e50077eeb 100644
--- a/examples/build/codeblocks/shader.cbp
+++ b/examples/build/codeblocks/shader.cbp
@@ -24,10 +24,10 @@
-
-
-
-
+
+
+
+
@@ -47,10 +47,10 @@
-
-
-
-
+
+
+
+
@@ -72,10 +72,10 @@
-
-
-
-
+
+
+
+
@@ -96,10 +96,10 @@
-
-
-
-
+
+
+
+
diff --git a/examples/build/codeblocks/sockets.cbp b/examples/build/codeblocks/sockets.cbp
index 21923226f..0604db413 100644
--- a/examples/build/codeblocks/sockets.cbp
+++ b/examples/build/codeblocks/sockets.cbp
@@ -23,8 +23,8 @@
-
-
+
+
@@ -43,8 +43,8 @@
-
-
+
+
@@ -65,8 +65,8 @@
-
-
+
+
@@ -86,8 +86,8 @@
-
-
+
+
diff --git a/examples/build/codeblocks/sound-capture.cbp b/examples/build/codeblocks/sound-capture.cbp
index f7e87a653..de054106d 100644
--- a/examples/build/codeblocks/sound-capture.cbp
+++ b/examples/build/codeblocks/sound-capture.cbp
@@ -24,8 +24,8 @@
-
-
+
+
@@ -45,8 +45,8 @@
-
-
+
+
@@ -68,8 +68,8 @@
-
-
+
+
@@ -90,8 +90,8 @@
-
-
+
+
diff --git a/examples/build/codeblocks/sound.cbp b/examples/build/codeblocks/sound.cbp
index 95822b1d5..12b9f140b 100644
--- a/examples/build/codeblocks/sound.cbp
+++ b/examples/build/codeblocks/sound.cbp
@@ -25,8 +25,8 @@
-
-
+
+
@@ -46,8 +46,8 @@
-
-
+
+
@@ -70,8 +70,8 @@
-
-
+
+
@@ -92,8 +92,8 @@
-
-
+
+
diff --git a/examples/build/codeblocks/voip.cbp b/examples/build/codeblocks/voip.cbp
index 753482d06..826fa3b8d 100644
--- a/examples/build/codeblocks/voip.cbp
+++ b/examples/build/codeblocks/voip.cbp
@@ -24,9 +24,9 @@
-
-
-
+
+
+
@@ -46,9 +46,9 @@
-
-
-
+
+
+
@@ -70,9 +70,9 @@
-
-
-
+
+
+
@@ -93,9 +93,9 @@
-
-
-
+
+
+
diff --git a/examples/build/codeblocks/win32.cbp b/examples/build/codeblocks/win32.cbp
index b056e84e4..a9e792e26 100644
--- a/examples/build/codeblocks/win32.cbp
+++ b/examples/build/codeblocks/win32.cbp
@@ -24,9 +24,9 @@
-
-
-
+
+
+
@@ -46,9 +46,9 @@
-
-
-
+
+
+
@@ -70,9 +70,9 @@
-
-
-
+
+
+
@@ -93,9 +93,9 @@
-
-
-
+
+
+
diff --git a/examples/build/codeblocks/window.cbp b/examples/build/codeblocks/window.cbp
index 6ac47c636..c67e0770f 100644
--- a/examples/build/codeblocks/window.cbp
+++ b/examples/build/codeblocks/window.cbp
@@ -23,9 +23,9 @@
-
-
-
+
+
+
@@ -46,9 +46,9 @@
-
-
-
+
+
+
@@ -71,9 +71,9 @@
-
-
-
+
+
+
@@ -95,9 +95,9 @@
-
-
-
+
+
+
diff --git a/examples/build/make/Makefile.X11 b/examples/build/make/Makefile.X11
index fbc0de83c..160232af9 100644
--- a/examples/build/make/Makefile.X11
+++ b/examples/build/make/Makefile.X11
@@ -1,7 +1,7 @@
EXE = X11
SRC = $(wildcard $(SRCROOT)/$(EXE)/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LDFLAGS = -lsfml-window -lsfml-system -lGLU -lGL -lX11
+LDFLAGS = -lsfml2-window -lsfml2-system -lGLU -lGL -lX11
all: $(EXE)
diff --git a/examples/build/make/Makefile.ftp b/examples/build/make/Makefile.ftp
index 8361cc28f..23123e439 100644
--- a/examples/build/make/Makefile.ftp
+++ b/examples/build/make/Makefile.ftp
@@ -1,7 +1,7 @@
EXE = ftp
SRC = $(wildcard $(SRCROOT)/$(EXE)/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LDFLAGS = -lsfml-network -lsfml-system
+LDFLAGS = -lsfml2-network -lsfml2-system
all: $(EXE)
diff --git a/examples/build/make/Makefile.opengl b/examples/build/make/Makefile.opengl
index e346fc37c..cf99bcdb9 100644
--- a/examples/build/make/Makefile.opengl
+++ b/examples/build/make/Makefile.opengl
@@ -1,7 +1,7 @@
EXE = opengl
SRC = $(wildcard $(SRCROOT)/$(EXE)/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LDFLAGS = -lsfml-graphics -lsfml-window -lsfml-system -lGLU -lGL
+LDFLAGS = -lsfml2-graphics -lsfml2-window -lsfml2-system -lGLU -lGL
all: $(EXE)
diff --git a/examples/build/make/Makefile.pong b/examples/build/make/Makefile.pong
index 9ef9324b8..693072db4 100644
--- a/examples/build/make/Makefile.pong
+++ b/examples/build/make/Makefile.pong
@@ -1,7 +1,7 @@
EXE = pong
SRC = $(wildcard $(SRCROOT)/$(EXE)/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LDFLAGS = -lsfml-audio -lsfml-graphics -lsfml-window -lsfml-system
+LDFLAGS = -lsfml2-audio -lsfml2-graphics -lsfml2-window -lsfml2-system
all: $(EXE)
diff --git a/examples/build/make/Makefile.shader b/examples/build/make/Makefile.shader
index 61321e605..2b9eeba55 100644
--- a/examples/build/make/Makefile.shader
+++ b/examples/build/make/Makefile.shader
@@ -1,7 +1,7 @@
EXE = shader
SRC = $(wildcard $(SRCROOT)/$(EXE)/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LDFLAGS = -lsfml-graphics -lsfml-window -lsfml-system
+LDFLAGS = -lsfml2-graphics -lsfml2-window -lsfml2-system
all: $(EXE)
diff --git a/examples/build/make/Makefile.sockets b/examples/build/make/Makefile.sockets
index a14fdce95..5131baf12 100644
--- a/examples/build/make/Makefile.sockets
+++ b/examples/build/make/Makefile.sockets
@@ -1,7 +1,7 @@
EXE = sockets
SRC = $(wildcard $(SRCROOT)/$(EXE)/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LDFLAGS = -lsfml-network -lsfml-system
+LDFLAGS = -lsfml2-network -lsfml2-system
all: $(EXE)
diff --git a/examples/build/make/Makefile.sound b/examples/build/make/Makefile.sound
index 6de690002..8ad0faa42 100644
--- a/examples/build/make/Makefile.sound
+++ b/examples/build/make/Makefile.sound
@@ -1,7 +1,7 @@
EXE = sound
SRC = $(wildcard $(SRCROOT)/$(EXE)/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LDFLAGS = -lsfml-audio -lsfml-system
+LDFLAGS = -lsfml2-audio -lsfml2-system
all: $(EXE)
diff --git a/examples/build/make/Makefile.sound_capture b/examples/build/make/Makefile.sound_capture
index d6cfe2d88..98ce1c8cd 100644
--- a/examples/build/make/Makefile.sound_capture
+++ b/examples/build/make/Makefile.sound_capture
@@ -1,7 +1,7 @@
EXE = sound_capture
SRC = $(wildcard $(SRCROOT)/$(EXE)/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LDFLAGS = -lsfml-audio -lsfml-system
+LDFLAGS = -lsfml2-audio -lsfml2-system
all: $(EXE)
diff --git a/examples/build/make/Makefile.voip b/examples/build/make/Makefile.voip
index 82d29e174..57838d101 100644
--- a/examples/build/make/Makefile.voip
+++ b/examples/build/make/Makefile.voip
@@ -1,7 +1,7 @@
EXE = voip
SRC = $(wildcard $(SRCROOT)/$(EXE)/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LDFLAGS = -lsfml-audio -lsfml-network -lsfml-system
+LDFLAGS = -lsfml2-audio -lsfml2-network -lsfml2-system
all: $(EXE)
diff --git a/examples/build/make/Makefile.window b/examples/build/make/Makefile.window
index a4225269f..ccccc4683 100644
--- a/examples/build/make/Makefile.window
+++ b/examples/build/make/Makefile.window
@@ -1,7 +1,7 @@
EXE = window
SRC = $(wildcard $(SRCROOT)/$(EXE)/*.cpp)
OBJ = $(SRC:.cpp=.o)
-LDFLAGS = -lsfml-window -lsfml-system -lGLU -lGL
+LDFLAGS = -lsfml2-window -lsfml2-system -lGLU -lGL
all: $(EXE)