[OpenSDK-cvs] website usarsim-tutorial.php,1.2,1.3
Status: Beta
Brought to you by:
nuno-lopes
From: Nuno L. <nun...@us...> - 2007-07-23 16:19:15
|
Update of /cvsroot/opensdk/website In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32034 Modified Files: usarsim-tutorial.php Log Message: mention the OPENSDK constant Index: usarsim-tutorial.php =================================================================== RCS file: /cvsroot/opensdk/website/usarsim-tutorial.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- usarsim-tutorial.php 6 Apr 2007 16:03:36 -0000 1.2 +++ usarsim-tutorial.php 23 Jul 2007 15:58:03 -0000 1.3 @@ -16,6 +16,8 @@ the openSDK toolchain. This is a simple process and shouldn't require any change to the build process other than. changing the OPEN-R SDK root. If you are using the Sony style makefiles, you just need to run 'make clean' and then run 'make OPENRSDK_ROOT=/path/to/openSDK/root install'.</p> +<p>In the unlikely case you need to write specific code for openSDK, it automatically defines the OPENSDK constant +(that can be tested with '#ifdef OPENSDK').</p> <h2>2. Starting the Simulator</h2> <p>The second thing to care about is the USARSim simulator. It runs on top of Unreal Tournament 2004, so you'll need |