From: John L. <jr...@us...> - 2005-11-20 21:20:46
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13091/wxLua/docs Modified Files: dirs.txt Log Message: update to new dir structure Index: dirs.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/dirs.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dirs.txt 7 Jun 2005 04:39:18 -0000 1.1 --- dirs.txt 20 Nov 2005 21:20:36 -0000 1.2 *************** *** 1,8 **** ! 06/01/2005 This is a description of the directory structure of wxLua. ------------------------------------------------------------------------------- ! Directory structure ------------------------------------------------------------------------------- --- 1,8 ---- ! 11/20/2005 This is a description of the directory structure of wxLua. ------------------------------------------------------------------------------- ! Directory structure of wxLua ------------------------------------------------------------------------------- *************** *** 12,35 **** /build/ - build for all applications /wxlua/ - wxLua the main IDE for wxLua (the "Standalone" program) ! /embedded/ - an embedded sample ! /runtime/ - a stripped down runtime for wxLua /bin/ - output binaries are built here, lua for example /build/ - cmake, bakefile stuff here, may call sub build dirs /docs/ - any generic docs go here /lib/ - output libs are built here, wxlualib for example ! /samples/ - sample wxlua programs ! /name/ - any multifile sample gets its own dir ! /utils/ - generic utils, bin2c for example ! /bindings/ - input *.i files to make the "wrappers" ! wxluawrap.lua - the main wrapper file ! /wxwidgets/ - wrapper files for wxWidgets ! /bit/ - the bitwise lib for lua, maybe nothing needed here ! /other .i files for other stuff.../ ! ! /wrappers/ - output of the wrapper files may be built here ! /wxwidgets/ - output of bindings and wxLuaPrinting, wxLuaHtmlWin ! /bit/ - the wrapper is the "src" of the bit library ! /output of other .i files for other stuff.../ ! /modules/ - c/c++ code for wxlua /build/ - build files for all of this --- 12,28 ---- /build/ - build for all applications /wxlua/ - wxLua the main IDE for wxLua (the "Standalone" program) ! /embedded/ - TODO - an embedded sample ! /runtime/ - TODO - a stripped down runtime for wxLua /bin/ - output binaries are built here, lua for example + + /bindings/ - input *.i files to make the "wrappers" + genwxluabind.lua - the main wrapper file, converts *.i to *.cpp + /wxwidgets/ - wrapper files for wxWidgets + /bit/ - TODO - the bitwise lib for lua + /build/ - cmake, bakefile stuff here, may call sub build dirs /docs/ - any generic docs go here /lib/ - output libs are built here, wxlualib for example ! /modules/ - c/c++ code for wxlua /build/ - build files for all of this *************** *** 47,61 **** /include/ - debug.h, stacktree, splittree /src/ - debug.cpp, stacktree, splittree ! /wxxmlrpc/ - ?? /include/ - /src/ - ! /wxdebuggernub/ - ?? this is a generic lib for xmlrpc? don"t prepend wxlua to it /include/ - /src/ - ! /wxluadebugger/ - this depends on wxlua so prepend wxlua to it /include/ - /src/ - ! ------------------------------------------------------------------------------- Original wxLua distribution directory structure ------------------------------------------------------------------------------- --- 40,72 ---- /include/ - debug.h, stacktree, splittree /src/ - debug.cpp, stacktree, splittree ! ! /wxxmlrpc/ - TODO - ? /include/ - /src/ - ! /wxdebuggernub/ - TODO - this is a generic lib for xmlrpc? don"t prepend wxlua to it /include/ - /src/ - ! /wxluadebugger/ - TODO - ? this depends on wxlua so prepend wxlua to it /include/ - /src/ - ! /samples/ - sample wxlua programs ! /name/ - TODO - any multifile sample gets its own dir ! /utils/ - generic utils ! /bin2c/ - a program to convert a text file to an unsigned char array ! ! ------------------------------------------------------------------------------ ! DEAD UNUSED DIRECTORIES (to be removed by Sourceforge) ! ------------------------------------------------------------------------------ ! ! wxLua/ ! /import/ - see /bindings/... ! /include/ - see /modules/[module name]/include ! /src/ - see /modules/[module name]/src ! /lua/ - see /modules/lua/* ! /wrappers/ - see /modules/wxbind ! /wxlua/ - see /modules/wxlua ! ! ------------------------------------------------------------------------------ Original wxLua distribution directory structure ------------------------------------------------------------------------------- |