From 02635eee48a910e6ec664a8eec99af6d316c40cf Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 23 Nov 2007 22:32:01 +0000 Subject: [PATCH] Fix some links git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10170 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Windows.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index d1f0d5f6a..8a718ffad 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -60,7 +60,7 @@ SWIG does not come with the usual Windows type installation program, however it

3.1.1 Windows Executable

@@ -68,7 +68,7 @@ SWIG does not come with the usual Windows type installation program, however it

The swigwin distribution contains the SWIG Windows executable, swig.exe, which will run on 32 bit versions of Windows, ie Windows 95/98/ME/NT/2000/XP. -If you want to build your own swig.exe have a look at Building swig.exe on Windows. +If you want to build your own swig.exe have a look at Building swig.exe on Windows.

@@ -82,7 +82,7 @@ These were produced by Visual C++ 6, although they should also work in Visual C+ Later versions of Visual Studio should also be able to open and convert these project files. The C# examples come with .NET 2003 solution (.sln) and project files instead of Visual C++ 6 project files. The project files have been set up to execute SWIG in a custom build rule for the SWIG interface (.i) file. -Alternatively run the examples using Cygwin. +Alternatively run the examples using Cygwin.

More information on each of the examples is available with the examples distributed with SWIG (Examples/index.html).