Fixed Linux makefile
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1144 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
ab580aa35b
commit
470963326e
|
@ -21,7 +21,8 @@ export CFLAGS = -W -Wall -pedantic -I../../../include -I../../ $(DEBUGFLAGS)
|
||||||
export CFLAGSEXT = -I../../../include -I../.. $(DEBUGFLAGS) $(BUILDFLAGS)
|
export CFLAGSEXT = -I../../../include -I../.. $(DEBUGFLAGS) $(BUILDFLAGS)
|
||||||
export LDFLAGS = $(LINKFLAGS)
|
export LDFLAGS = $(LINKFLAGS)
|
||||||
export LIBPATH = ../../../lib
|
export LIBPATH = ../../../lib
|
||||||
export VERSION = 2.0export CP = cp
|
export VERSION = 2.0
|
||||||
|
export CP = cp
|
||||||
export LN = ln
|
export LN = ln
|
||||||
export LNFLAGS = -s -f
|
export LNFLAGS = -s -f
|
||||||
export AR = ar
|
export AR = ar
|
||||||
|
|
Loading…
Reference in a new issue