From: Francesco M. <fr...@us...> - 2006-12-11 00:08:52
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7346/docs Modified Files: changelog.txt Log Message: Added PCH support; now output folder for binaries are configuration-dependent to avoid problems when building wxLua with different settings Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** changelog.txt 28 Sep 2006 22:26:03 -0000 1.19 --- changelog.txt 11 Dec 2006 00:08:19 -0000 1.20 *************** *** 3,7 **** =============== ! version 2.6.3.0 -------------------------------------------------------------------- --- 3,7 ---- =============== ! version 2.8.0.0 -------------------------------------------------------------------- *************** *** 48,51 **** --- 48,58 ---- specify what they are used for, eg. debugger and debuggee. - Cleaned up and made more robust the wxlua IDE app. + - Moved distribution-stuff into "distrib" to make it clear what is build-related + and what is for making wxLua distributions + - Added PCH support + - Now builds with different configurations are fully supported: both the build + directory and the output folders for the libraries and for the binaries are + named with the chosen configuration so that there should be no clashes + when compiling wxLua with different settings. |