Author: sebor Date: Mon Jul 24 16:56:18 2006 New Revision: 425233 URL: http://svn.apache.org/viewvc?rev=425233&view=rev Log: 2006-07-24 Martin Sebor * README: Added basic info for VisualStudio users. Modified: incubator/stdcxx/trunk/etc/config/README Modified: incubator/stdcxx/trunk/etc/config/README URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/README?rev=425233&r1=425232&r2=425233&view=diff ============================================================================== --- incubator/stdcxx/trunk/etc/config/README (original) +++ incubator/stdcxx/trunk/etc/config/README Mon Jul 24 16:56:18 2006 @@ -34,6 +34,7 @@ Examples and Tutorials ....................................... 4.6 Build Directory Structure .................................... 4.7 Library Build Instructions ....................................... 5 + VisualStudio Setup Instructions .............................. 5.1 Library Installation ............................................. 6 Test Suite Build Instructions .................................... 7 Library Configuration ............................................ 8 @@ -471,6 +472,33 @@ $ gmake clean # remove all object files $ gmake dependclean # remove .d files (dependencies) $ gmake realclean # remove all temporary files + + + 5.1 VisualStudio Setup Instructions + ------------------------------------ + + To generate a Microsoft VisualStudio solution (for .NET 2003 or 2005 + only) follow the step below. + + o > CD stdlib-X.Y.Z-YYYYMMDD\stdlib + > DIR /D # this is ${TOPDIR} + GNUmakefile etc examples generate.bat include src tests + + If your distribution does not contain the test suite and/or the + examples, the output will look like so: + + > DIR /D # this is ${TOPDIR} + GNUmakefile etc generate.bat include src + + o > .\generate.bat /BUILDDIR: /CONFIG: + + Where is the name of the directory where to create the + solution and projects, and is one of msvc-7.1, msvc-8.0, + and icc-9.0. After the script has finished generating the + solution and projects, cd to and launch VisualStudio + with the name of the solution as the argument. The name of the + solution will correspond to the specified configuration with the + .sln suffix. 6 Library Installation