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