From 470963326e90d0c4d1f66dc749caf61a1e197a6c Mon Sep 17 00:00:00 2001 From: laurentgom Date: Wed, 17 Jun 2009 07:40:22 +0000 Subject: [PATCH] Fixed Linux makefile git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1144 4e206d99-4929-0410-ac5d-dfc041789085 --- src/SFML/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SFML/Makefile b/src/SFML/Makefile index 84378e689..82e44b76b 100644 --- a/src/SFML/Makefile +++ b/src/SFML/Makefile @@ -21,7 +21,8 @@ export CFLAGS = -W -Wall -pedantic -I../../../include -I../../ $(DEBUGFLAGS) export CFLAGSEXT = -I../../../include -I../.. $(DEBUGFLAGS) $(BUILDFLAGS) export LDFLAGS = $(LINKFLAGS) export LIBPATH = ../../../lib -export VERSION = 2.0export CP = cp +export VERSION = 2.0 +export CP = cp export LN = ln export LNFLAGS = -s -f export AR = ar