From: <Mee...@us...> - 2011-07-09 21:49:13
|
Revision: 3642 http://sc2.svn.sourceforge.net/sc2/?rev=3642&view=rev Author: Meep-Eep Date: 2011-07-09 21:49:07 +0000 (Sat, 09 Jul 2011) Log Message: ----------- update Modified Paths: -------------- trunk/sc2/Contributing Modified: trunk/sc2/Contributing =================================================================== --- trunk/sc2/Contributing 2011-07-09 16:12:21 UTC (rev 3641) +++ trunk/sc2/Contributing 2011-07-09 21:49:07 UTC (rev 3642) @@ -65,8 +65,8 @@ because you think that would be easier than trying to understand the original. If you don't have the skills or patience to do so, this is not the place for you. -- Only use portable functions. The code is intended to work on Windows, - Linux, FreeBSD, BeOS and MacOS X. +- Only use portable functions. The code is intended to work on Windows + (MSVC 6), Linux (GCC 4), FreeBSD (GCC 4) and MacOS X (GCC 4). Try to avoid unnecessary system-dependant code, but use #ifdefs if you really have to. - No shortcuts. Don't assume anything about user input (like the length), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |