Update of /cvsroot/wxlua/wxLua/docs
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14047/wxLua/docs
Modified Files:
install.html
Log Message:
Update install.html
Fix accidental paste so configure was broken
Move wxLUA_USEBINDING_XXX to wxbinddefs.h from wxluasetup.h so we don't have
to specify the include for wxluasetup and since wxLUA_USEBINDING_XXX
is used only for the WXLUA_DECLARE/IMPLEMENT/_BIND_XXX
Index: install.html
===================================================================
RCS file: /cvsroot/wxlua/wxLua/docs/install.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** install.html 8 Dec 2006 23:12:15 -0000 1.11
--- install.html 11 Jan 2008 22:20:47 -0000 1.12
***************
*** 1,86 ****
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
! <html>
! <head>
!
! <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
! <title>wxLua Installation Guide</title>
!
!
! <meta content="Francesco Montorsi, John Labenski" name="author">
!
[...1325 lines suppressed...]
</div>
<br>
Obviously you should remove the libraries you don't use (e.g.
wxluasocket, wxluadebug) and use the decorated names for the others.
The wxLua makefiles/IDE outputs the libraries following the same
wxWidgets naming rule:<br>
<br>
<div style="text-align: center;"><span style="font-family: monospace;">wxlua_$(WX_PORT_WITHVERSION)$(WXLIBPOSTFIX)_wxlua-$(WX_VERSION_MAJOR).$(WX_VERSION_MINOR)</span><br>
</div>
<br>
where <span style="font-family: monospace;">WX_PORT_WITHVERSION</span>
can be <span style="font-family: monospace;">gtk2</span>,
<span style="font-family: monospace;">msw</span>, <span style="font-family: monospace;">x11</span>, etc; <span style="font-family: monospace;">WXLIBPOSTFIX </span>can
be <span style="font-family: monospace;">u</span>, <span style="font-family: monospace;">d</span>, <span style="font-family: monospace;">ud</span>.<br>
</div>
<br>
<hr style="width: 100%; height: 2px;"><br>
$Id$
! </body></html>
\ No newline at end of file
|