From: John L. <jr...@us...> - 2008-01-29 01:39:28
|
Update of /cvsroot/wxlua/wxLua/apps/build/msvc8 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28032/wxLua/apps/build/msvc8 Modified Files: apps_app_wxluacan.vcproj 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.vcproj =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/msvc8/apps_app_wxluacan.vcproj,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** apps_app_wxluacan.vcproj 25 Jan 2008 23:50:44 -0000 1.14 --- apps_app_wxluacan.vcproj 29 Jan 2008 01:38:52 -0000 1.15 *************** *** 1530,1536 **** /> <File - RelativePath="..\..\wxluacan\src\wxluacan.cpp" - /> - <File RelativePath="..\..\wxluacan\src\wxluacan_bind.cpp" /> --- 1530,1533 ---- |