From: John L. <jr...@us...> - 2011-11-06 05:12:17
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind In directory vz-cvs-4.sog:/tmp/cvs-serv10043/wxbind Added Files: CMakeLists.txt Log Message: Use separate CMakeLists.txt file per dir to avoid DLL import/export symbol clashes when the obj files are all put into the same dir. --- NEW FILE: CMakeLists.txt --- project( wxLua_Modules_wxBind ) wxLua_Modules_wxBind_TARGETS() |