Commit 99a90881 authored by hybrid's avatar hybrid

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
parent 57424c4a
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment