From: John L. <jr...@us...> - 2005-06-01 18:57:09
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17066/wxLua/docs Added Files: newdirs.txt Log Message: Initial import --- NEW FILE: newdirs.txt --- 06/01/2005 This is a description of where the files from the original wxLua distribution have been moved to in the new SourceForge site cvs repository. ------------------------------------------------------------------------------- Old Dirs: ------------------------------------------------------------------------------- wxLua/ Embedded/ Examples/ Import/ Library/ Standalone/ ------------------------------------------------------------------------------- New Dirs: ------------------------------------------------------------------------------- wxLua/ art/ - all images go here, preferably in XPM format bin/ - output binaries go here, lua for example build/ - cmake, bakefile stuff here docs/ - any generic docs go here include/wxlua/ - headers from "Library" lib/ - output libs go here, wxlualib for example lua/ - lua itself include/ src/ wxlua/ - the "Standalone" program src/ - source files from "Library" samples/ - "Examples" samplename/ - any multifile sample should get its own dir utils/ - generic utils, bin2c for example ------------------------------------------------------------------------------- Files: ------------------------------------------------------------------------------- wxLua/include/wxlua/* wxlua.h wxLua.h callback.h wxLuaCallback.h debug.h wxLuaDebug.h debugio.h wxLuaDebugIO.h dserver.h wxLuaDebugServer.h dservice.h wxLuaDebuggerService.h htmlwin.h wxLuaHtmlWindow.h internal.h wxLuaInternals.h interp.h wxLuaInterpreter.h library.h wxLuaLibrary.h printing.h wxLuaPrinting.h socket.h wxLuaSocket.h splttree.h wxLuaSplitTree.h staktree.h wxLuaStackTree.h wxLua/src/* debug.cpp wxLuaDebug.cpp debugio.cpp wxLuaDebugIO.cpp dserver.cpp wxLuaDebugServer.cpp dservice.cpp wxLuaDebuggerService.cpp htmlwin.cpp wxLuaHtmlWindow.cpp internal.cpp wxLuaInternals.cpp interp.cpp wxLuaInterpreter.cpp library.cpp wxLuaLibrary.cpp printing.cpp wxLuaPrinting.cpp socket.cpp wxLuaSocket.cpp splttree.cpp wxLuaSplitTree.cpp staktree.cpp wxLuaStackTree.cpp dtarget.h wxLuaDebugTarget.h moved into include/wxlua from Standalone dtarget.cpp wxLuaDebugTarget.cpp move into src from Standalone |