From: John L. <jr...@us...> - 2008-01-29 01:39:28
|
Update of /cvsroot/wxlua/wxLua/apps/build/msvc6 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28032/wxLua/apps/build/msvc6 Modified Files: apps_app_wxluacan.dsp Log Message: Try to speed up the build process by having only one cpp file for the smaller bindings using output_single_cpp_binding_file in the rules file. Index: apps_app_wxluacan.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/msvc6/apps_app_wxluacan.dsp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** apps_app_wxluacan.dsp 25 Jan 2008 23:50:44 -0000 1.14 --- apps_app_wxluacan.dsp 29 Jan 2008 01:38:52 -0000 1.15 *************** *** 485,492 **** # Begin Source File - SOURCE=..\..\wxluacan\src\wxluacan.cpp - # End Source File - # Begin Source File - SOURCE=..\..\wxluacan\src\wxluacan_bind.cpp # End Source File --- 485,488 ---- |