From: John L. <jr...@us...> - 2011-07-21 03:09:23
|
Update of /cvsroot/wxlua/wxLua/build/bakefiles In directory vz-cvs-4.sog:/tmp/cvs-serv26491/build/bakefiles Modified Files: options.bkl wxluabase.bkl Log Message: Update build and install docs. Index: options.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/options.bkl,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** options.bkl 19 Jan 2008 21:37:09 -0000 1.13 --- options.bkl 21 Jul 2011 03:09:21 -0000 1.14 *************** *** 45,49 **** <values-description>Debug,Release</values-description> <description> ! Builds in debug mode </description> </option> --- 45,49 ---- <values-description>Debug,Release</values-description> <description> ! Builds in debug mode (use same settings as wxWidgets libs) </description> </option> *************** *** 54,58 **** <values-description>,Unicode</values-description> <description> ! Builds in Unicode mode </description> </option> --- 54,58 ---- <values-description>,Unicode</values-description> <description> ! Builds in Unicode mode (use same settings as wxWidgets libs) </description> </option> *************** *** 63,67 **** <values-description>,DLL</values-description> <description> ! Builds in shared mode </description> </option> --- 63,67 ---- <values-description>,DLL</values-description> <description> ! Builds wxLua libs in shared mode </description> </option> *************** *** 141,146 **** <default-value>dynamic</default-value> <description> ! This is an advanced option. Handle with care. ! Version of C runtime library to use. You can change this to static if SHARED=0, but it is highly recommended to not do it if SHARED=1 unless you know what you are doing. --- 141,146 ---- <default-value>dynamic</default-value> <description> ! This is an advanced option, handle with care. ! Sets type of C runtime library to use. You can change this to static if SHARED=0, but it is highly recommended to not do it if SHARED=1 unless you know what you are doing. *************** *** 151,155 **** <default-value>multi</default-value> <description> ! This is an advanced option. Handle with care. The thread model to use: use 'multi' default to allow multi-threading. --- 151,155 ---- <default-value>multi</default-value> <description> ! This is an advanced option, handle with care. The thread model to use: use 'multi' default to allow multi-threading. Index: wxluabase.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/wxluabase.bkl,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** wxluabase.bkl 9 Mar 2011 04:12:16 -0000 1.49 --- wxluabase.bkl 21 Jul 2011 03:09:21 -0000 1.50 *************** *** 23,29 **** <!-- wxLua version is strictly tied to the wxWidgets version: the first ! stable release of wxLua wrappers for wx 2.6.2 is named 2.6.2.1; ! other releases which would eventually follow will be named 2.6.2.2, ! 2.6.2.3, etc. So, only the fourth digit of the wxLua version number is defined here. --- 23,29 ---- <!-- wxLua version is strictly tied to the wxWidgets version: the first ! stable release of wxLua wrappers for wx 2.6.2 is named 2.6.2.0; ! other releases which would eventually follow will be named 2.6.2.1, ! 2.6.2.2, etc. So, only the fourth digit of the wxLua version number is defined here. *************** *** 70,78 **** </set> <set var="TARGETING_IDE"> ! <if cond="FORMAT in ['cbuilderx', 'kdevelop', 'msvc6prj', 'msvs2005prj', 'msvs2008prj']">1</if> <if cond="FORMAT not in ['cbuilderx', 'kdevelop', 'msvc6prj', 'msvs2005prj', 'msvs2008prj']">0</if> </set> <set var="TARGETING_MAKEFILE"> ! <if cond="FORMAT in ['cbuilderx', 'kdevelop', 'msvc6prj', 'msvs2005prj', 'msvs2008prj']">0</if> <if cond="FORMAT not in ['cbuilderx', 'kdevelop', 'msvc6prj', 'msvs2005prj', 'msvs2008prj']">1</if> </set> --- 70,78 ---- </set> <set var="TARGETING_IDE"> ! <if cond="FORMAT in ['cbuilderx', 'kdevelop', 'msvc6prj', 'msvs2005prj', 'msvs2008prj']">1</if> <if cond="FORMAT not in ['cbuilderx', 'kdevelop', 'msvc6prj', 'msvs2005prj', 'msvs2008prj']">0</if> </set> <set var="TARGETING_MAKEFILE"> ! <if cond="FORMAT in ['cbuilderx', 'kdevelop', 'msvc6prj', 'msvs2005prj', 'msvs2008prj']">0</if> <if cond="FORMAT not in ['cbuilderx', 'kdevelop', 'msvc6prj', 'msvs2005prj', 'msvs2008prj']">1</if> </set> *************** *** 370,374 **** if not exist $(nativePaths(_DIRNAME)) mkdir $(nativePaths(_DIRNAME)) </command> ! </modify-target> <!-- the following code is mostly equivalent to a: --- 370,374 ---- if not exist $(nativePaths(_DIRNAME)) mkdir $(nativePaths(_DIRNAME)) </command> ! </modify-target> <!-- the following code is mostly equivalent to a: |