|
From: <and...@us...> - 2006-04-22 13:06:12
|
Revision: 1320 Author: andreradke Date: 2006-04-22 06:05:46 -0700 (Sat, 22 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1320&view=rev Log Message: ----------- Updated build instructions for Visual Studio .NET 2003 and 2005 in README.txt. Modified Paths: -------------- Frontier/trunk/README.txt Modified: Frontier/trunk/README.txt =================================================================== --- Frontier/trunk/README.txt 2006-04-22 12:58:25 UTC (rev 1319) +++ Frontier/trunk/README.txt 2006-04-22 13:05:46 UTC (rev 1320) @@ -38,7 +38,55 @@ Universal Binary of Frontier which will run on both PPC and Intel Macs. -B. Metrowerks CodeWarrior Pro for Mac or Windows +B. Microsoft Visual Studio .NET 2005 +==================================== + +Build directory: build_VC2k5 + +Getting Started: +---------------- + +1. Open the Frontier.sln solution file in Visual Studio. + +2. Select the Configuration Manager from the Build menu and switch +the Active Solution Configuration to Debug. Click the Close button. + +3. Select Build Solution from the Build menu. + + +C. Microsoft Visual Studio .NET 2003 +==================================== + +Build directory: build_VC2k3 + +Getting Started: +---------------- + +1. Open the Frontier.sln solution file in Visual Studio. + +2. Select the Configuration Manager from the Build menu and switch +the Active Solution Configuration to Debug. Click the Close button. + +3. Select Build Solution from the Build menu. + + +D. Microsoft Visual Studio C++ 6.0 for Windows +============================================== + +Build directory : build_VC6 + +Getting Started +--------------- + +1. Open the Frontier.dsp project in MS Visual Studio. + +2. Choose a build configuration from the Project menu. It is a good idea +to start with the Debug build configuration. + +3. Build. + + +E. Metrowerks CodeWarrior Pro for Mac or Windows ================================================ Build directory : build_CWPro8 @@ -84,28 +132,7 @@ prototypes, and some unused variables. You can ignore these warnings. -C. Microsoft Visual Studio C++ 6.0 for Windows -============================================== - -Build directory : build_VC6 - -Getting Started ---------------- - -1. Open the Frontier.dsp project in MS Visual Studio. - -2. Choose a build configuration from the Project menu. It is a good idea -to start with the Debug build configuration. - -3. Build. - -Notes ------ - -Needs more accurate build instructions. - - -D. GNU Tools (initially for Mac OS X only) +F. GNU Tools (initially for Mac OS X only) ========================================== Build directory : build_GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |