From d63f23bb84160ba2c5e77add2d97c8f140f9d687 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 3 Nov 2008 13:32:33 +0000 Subject: [PATCH] update this README git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10899 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/README | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Source/README b/Source/README index 8d910e405..814ec45bd 100644 --- a/Source/README +++ b/Source/README @@ -1,9 +1,5 @@ SWIG Source directory -This directory currently contains a mix of legacy SWIG1.1 code and -recent development work. As a result, it's still a little messy. -Here is a rough breakdown of the directories: - Source/DOH - A core set of basic datatypes including strings, lists, hashes, and files. Used extensively by the rest of SWIG. @@ -16,8 +12,9 @@ Here is a rough breakdown of the directories: Source/Modules - Language modules. + Source/Include - Include files. -The following directories may be in CVS, but are largely deprecated: +Historic directories which may be in CVS, but have been removed: Source/Modules1.1 - Old SWIG-1.1 modules. Empty. @@ -26,5 +23,3 @@ The following directories may be in CVS, but are largely deprecated: Source/SWIG1.1 - Old SWIG1.1 core. Completely empty now. - -