From: Dirk B. <db...@us...> - 2005-09-03 10:13:21
|
Update of /cvsroot/win32forth/win32forth-extsrc/extsrc/w32fScintilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30133/extsrc/w32fScintilla Modified Files: tgzsrc version.txt Log Message: w32fScintilla.dll updated to use the latest Version 1.66 of the scintilla control. Index: version.txt =================================================================== RCS file: /cvsroot/win32forth/win32forth-extsrc/extsrc/w32fScintilla/version.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** version.txt 22 Dec 2004 20:25:27 -0000 1.1 --- version.txt 3 Sep 2005 10:13:13 -0000 1.2 *************** *** 1 **** ! 162 --- 1 ---- ! 166 Index: tgzsrc =================================================================== RCS file: /cvsroot/win32forth/win32forth-extsrc/extsrc/w32fScintilla/tgzsrc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tgzsrc 22 Dec 2004 20:25:27 -0000 1.1 --- tgzsrc 3 Sep 2005 10:13:13 -0000 1.2 *************** *** 1,5 **** cd .. rm -f scintilla.tgz ! tar --create scintilla/* \ ! --exclude=*.o --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a \ | gzip -c >scintilla.tgz --- 1,4 ---- cd .. rm -f scintilla.tgz ! tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.exe --exclude \*.a scintilla/* \ | gzip -c >scintilla.tgz |