Fix eol style of Makefile and add some comments.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2592 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2009-08-12 13:44:11 +00:00
parent 57424c4a2b
commit 99a908815b
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
VERSION_MAJOR = 1
VERSION_MINOR = 6
VERSION_RELEASE = 0-SVN
VERSION_MAJOR = 1
VERSION_MINOR = 6
VERSION_RELEASE = 0-SVN
VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
# Irrlicht Engine 1.6.0-SVN
# Makefile for Linux
@ -17,8 +17,8 @@ VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
# make sharedlib
# make install
#
# Please note that Irrlicht as shared lib is just experimental and
# probably not tested.
# For cross-compilation for Win32 under Linux, just use the win32 targets. You have to set
# at least CXX, CC, and AR to the proper binaries.
#
#List of object files, separated based on engine architecture