Last commit was about: Improve automatic compiling under solaris (proposed by curaga)

(sorry commit-message got lost because I ignored some warning)
Also fixed a comment again which I accidentally messed up in last login.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4438 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2013-01-15 22:27:25 +00:00
parent 1096511f49
commit 186ee4a929
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
//! _IRR_WINDOWS_CE_PLATFORM_ for Windows CE //! _IRR_WINDOWS_CE_PLATFORM_ for Windows CE
//! _IRR_WINDOWS_API_ for Windows or XBox //! _IRR_WINDOWS_API_ for Windows or XBox
//! _IRR_LINUX_PLATFORM_ for Linux (it is defined here if no other os is defined) //! _IRR_LINUX_PLATFORM_ for Linux (it is defined here if no other os is defined)
//! _IRR_SOLARIS_PLATFORM_ for Solaris (note by default it's for //! _IRR_SOLARIS_PLATFORM_ for Solaris
//! _IRR_OSX_PLATFORM_ for Apple systems running OSX //! _IRR_OSX_PLATFORM_ for Apple systems running OSX
//! _IRR_POSIX_API_ for Posix compatible systems //! _IRR_POSIX_API_ for Posix compatible systems
//! Note: PLATFORM defines the OS specific layer, API can group several platforms //! Note: PLATFORM defines the OS specific layer, API can group several platforms