Forgot to advance the version, add a so name to shared object.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@724 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
e2d28828ec
commit
ced14f7830
@ -1,5 +1,5 @@
|
||||
VERSION = 1.3.0
|
||||
# Irrlicht Engine 1.3
|
||||
VERSION = 1.3.1
|
||||
# Irrlicht Engine 1.3.1
|
||||
# Makefile for Linux, created by N.Gebhardt.
|
||||
#
|
||||
# To use, just run:
|
||||
@ -67,7 +67,7 @@ all linux: staticlib
|
||||
|
||||
# Builds Irrlicht as shared lib (libIrrlicht.so.versionNumber) and copies it into /lib/Linux
|
||||
sharedlib: $(LINKOBJ)
|
||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -shared -fPIC -o $(SHARED_LIB).$(VERSION) $^ $(LDFLAGS)
|
||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -shared -Wl,-soname,$(SHARED_LIB) -fPIC -o $(SHARED_LIB).$(VERSION) $^ $(LDFLAGS)
|
||||
cp $(SHARED_LIB).$(VERSION) $(LIB_PATH)
|
||||
|
||||
# Builds Irrlicht as static lib (libIrrlicht.a)
|
||||
|
Loading…
x
Reference in New Issue
Block a user