From: Ray G. <ray...@sc...> - 2005-06-02 22:52:37
|
I would look at only putting the core components required to get a wxlua interpreter running in any app which are: wxLua/src/* wxLuaInternals.cpp, wxLuaInterpreter.cpp, and wxLuaLibrary.cpp=20 The rest should be part of the wxLua/wxlua standalone app Or maybe wxLua/src/* wxLuaInternals.cpp, wxLuaInterpreter.cpp, and wxLuaLibrary.cpp=20 wxLua/src/app/* dservice.cpp wxLuaDebuggerService.cpp -- I no longer support this so can be removed as there is no app that will interface with protocol, it will only confuse other users debug.cpp wxLuaDebug.cpp debugio.cpp wxLuaDebugIO.cpp dserver.cpp wxLuaDebugServer.cpp=20 htmlwin.cpp wxLuaHtmlWindow.cpp printing.cpp wxLuaPrinting.cpp socket.cpp wxLuaSocket.cpp splttree.cpp wxLuaSplitTree.cpp staktree.cpp wxLuaStackTree.cpp // Agreed dtarget.h wxLuaDebugTarget.h moved into include/wxlua from Standalone dtarget.cpp wxLuaDebugTarget.cpp move into src from Standalone=20 -----Original Message----- From: wxl...@li... [mailto:wxl...@li...] On Behalf Of John Labenski Sent: Friday, 3 June 2005 06:01 To: wxl...@li... Subject: Re: [Wxlua-users] Bakefile On 6/2/05, f18m_217828 <f18...@ya...> wrote: > in the next week, I'd like to contribute bakefiles for the wxLua=20 > project. If this okay, then this sunday (the next 2 days I won't be=20 > able to read emails) I'll start to work on it. This would be great, but! We gotta get the dir structure down first. Wait for a message saying that it's done. See the end of this message for my proposal: "Directory structure (was Re: wxlua.sourceforge.net is opened)" =20 I want to hear some Yea/Nays about it before I go through the trouble of moving things. If you'd rather have it differently please post your own full dir structure, I'm open to anything so long as we agree. I'm finding the little snippits hard to understand and want to see the whole thing to understand it. I don't want to do anything until I hear people say, "yes, I can live with that, go ahead and move things" since it really is a pain. > My SF id is "frm" so if you grant me write permissions I'll commit to=20 > the CVS the bakefiles. You are part of wxArt2D? It would be ok to add you by me. > Unfortunately, I've never used wxLua before (even if I already have=20 > bakefiles ready for lua) so I need to fully understand what such build > system should do. >=20 > Please, can you give me a short summary about this ? > Which libraries should be created from which source files and where=20 > should the output go ? > Which executables should be created ? > Does wxLua supports unicode & shared builds ? > Are there additional tasks which the build system should take on ? See newdirs.txt here.=20 http://cvs.sourceforge.net/viewcvs.py/wxlua/wxLua/docs/ I will update it once we figure out the dirs and describe what goes where and how, so don't write anything based on it right now. Regards, John Labenski ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit = http://developer.yahoo.net/?fr=3Dfad-ysdn-ostg-q22005 _______________________________________________ Wxlua-users mailing list Wxl...@li... https://lists.sourceforge.net/lists/listinfo/wxlua-users |