[pywin32-checkins] pywin32/Pythonwin/Scintilla README, 1.9, 1.10 README_pythonwin, 1.2, 1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2009-01-31 03:03:18
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/Scintilla In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17978 Modified Files: README README_pythonwin Log Message: update to scintilla 1.77 Index: README =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/Scintilla/README,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** README 25 Nov 2003 10:45:20 -0000 1.9 --- README 31 Jan 2009 03:03:13 -0000 1.10 *************** *** 45,52 **** *** Windows version *** ! A C++ compiler is required. Visual Studio .NET 2003 is the development system ! used for most development although Mingw32 3.1 and Borland C++ are also ! supported. ! For older versions of Borland make such as version 5.02, add the -l option. To build Scintilla, make in the scintilla/win32 directory --- 45,52 ---- *** Windows version *** ! A C++ compiler is required. Visual Studio .NET 2008 is the development system ! used for most development although Mingw32 3.1 is also supported. ! Borland did work but the command lines are now too long and the most recent ! Borland version does not work. For older versions such as version 5.02, add the -l option. To build Scintilla, make in the scintilla/win32 directory Index: README_pythonwin =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/Scintilla/README_pythonwin,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README_pythonwin 10 Feb 2008 11:01:46 -0000 1.2 --- README_pythonwin 31 Jan 2009 03:03:13 -0000 1.3 *************** *** 1,3 **** ! This is a copy of Scintilla 1.75 used for Pythonwin. Scintilla's home is www.scintilla.org --- 1,3 ---- ! This is a copy of Scintilla 1.77 used for Pythonwin. Scintilla's home is www.scintilla.org |