X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fstlplus%2FREADME.txt;fp=src%2Fstlplus%2FREADME.txt;h=0000000000000000000000000000000000000000;hb=5846afb00833cc72fe72422ca896d2387c712cb4;hp=dad518e2193ea2b3c8ee6bb33552934a368b0a1b;hpb=a97500609dc3c1b11f9786d32bc458eb00de4c36;p=chaz%2Fyoink diff --git a/src/stlplus/README.txt b/src/stlplus/README.txt deleted file mode 100644 index dad518e..0000000 --- a/src/stlplus/README.txt +++ /dev/null @@ -1,19 +0,0 @@ -This directory is for implementing STLplus as a library collection. The -libraries are to be found in the directories: - - containers - persistence - portability - strings - subsystems - -The documentation is in the 'docs' directory and starts with index.html. - -To build the STLplus3 library collection, use the project files supplied at -this level - 'Makefile' for gcc, 'stlplus3.sln' for Visual Studio 9 (2008), -'stlplus3.dsw' for Visual Studio 6 (and 7 or 8). - -The 'source' directory is provided with script files that allow the library -collection to be merged into one large library - termed the monolithic build. -See source/README.txt for instructions. -