From: Francesco M. <fr...@us...> - 2007-02-09 17:34:28
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18667/docs Modified Files: changelog.txt Log Message: added the THREADING option to fix the problem occurring when using RUNTIME_LIBS=static as reported by Ryan Pusztai Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** changelog.txt 24 Dec 2006 09:56:23 -0000 1.22 --- changelog.txt 9 Feb 2007 17:34:21 -0000 1.23 *************** *** 1,6 **** ! wxLua ChangeLog =============== version 2.8.0.0 (released 24/12/2006) -------------------------------------------------------------------- --- 1,13 ---- !  wxLua ChangeLog =============== + version 2.8.0.1 + -------------------------------------------------------------------- + + - added RUNTIME_LIBS and THREADING options to the build system to allow + to statically compile against the C runtime (only for some win compilers) + + version 2.8.0.0 (released 24/12/2006) -------------------------------------------------------------------- |