Changed the output names of SFML libraries in projects/makefiles (sfml-xxx -> sfml2-xxx)
Fixed OpenAL include path in Linux makefiles git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1555 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
3ba0e73719
commit
8525a7cb92
44 changed files with 252 additions and 252 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue