Added BCC include dir in XRC makefile

Typo correction in app.tex


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-06-01 12:34:12 +00:00
parent cd275246d3
commit dab7302127
6 changed files with 59 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ expat_dir = $(WXDIR)\contrib\src\xrc\expat
XMLPARSEDIR = $(expat_dir)\xmlparse
XMLTOKDIR = $(expat_dir)\xmltok
EXPAT_DEFS=-I$(expat_dir)\xmlparse -I$(expat_dir)\xmltok
EXPAT_DEFS=-I$(expat_dir)\xmlparse -I$(expat_dir)\xmltok -I$(BCCDIR)\include
EXPAT_OBJECTS=xmltok.obj xmlrole.obj xmlparse.obj
EXTRACPPFLAGS=$(wxLIBXMLDIR) $(EXPAT_DEFS)

View File

@@ -130,7 +130,7 @@ manner to refer to the application.
\membersection{wxApp::GetExitOnFrameDelete}\label{wxappgetexitonframedelete}
\constfunc{bool}{GetExitFrameOnDelete}{\void}
\constfunc{bool}{GetExitOnFrameDelete}{\void}
Returns true if the application will exit when the top-level window is deleted, false
otherwise.

View File

@@ -113,3 +113,58 @@ words at the bottom.
============================
wxWindows: Write it once and for all.
Matt Gregory <msgregory@earthlink.net>
============================
At front:
Need an API?
<wxWindows>
and get THE API
C++, Python, Basic, Lua ...
At back
<windows> OR <linux> OR <mac> ?
<wxWindows> is
<windows> AND <linux> AND <mac>
where <xxxxx> is the respective logo
Manuel Martin <mmartin@ceyd.es>
============================
Kevin Ollivier wrote:
How about this for a t-shirt slogan?
One API to rule them all, one API to hide them
One API to bridge them all and in the compiler bind them.
wxWindows
How about "and in the linker bind them"? That's where the local libraries
get bound to the wxWindows code anyway.
============================
Hugh Gibson wrote:
> > Perhaps a head shot of a Maori with full face tattoo and the
> > slogan "Go native"?
>
> Perhaps the "tattoos" could be various representations of a common
> window control in different operating systems to emphasise the
> native look and feel.
Nice idea. But I wonder where you'll find some volunteer willing to
have his face tattooed with win32 common controls ;-)
============================

View File

@@ -167,11 +167,6 @@ Checking in include/wx/textbuf.h;
new revision: 1.8; previous revision: 1.7
19. Add wxFileConfig bug fix, marked by <JACS>...</JACS> in Parse().
This prevents mungeing of the config file after reading in
entries (say, just one entry in one group), then adding entries
to a different group.
20. Bug fix for clicking on a panel not giving focus to it:
http://sf.net/tracker/?func=detail&aid=215436&group_id=9863&atid=109863

View File

@@ -103,7 +103,7 @@ END_EVENT_TABLE()
// Create a new application object: this macro will allow wxWindows to create
// the application object during program execution (it's better than using a
// static object for many reasons) and also declares the accessor function
// static object for many reasons) and also implements the accessor function
// wxGetApp() which will return the reference of the right type (i.e. MyApp and
// not wxApp)
IMPLEMENT_APP(MyApp)

View File

@@ -13,7 +13,7 @@ expat_dir = $(WXDIR)\contrib\src\xrc\expat
XMLPARSEDIR = $(expat_dir)\xmlparse
XMLTOKDIR = $(expat_dir)\xmltok
EXPAT_DEFS=-I$(expat_dir)\xmlparse -I$(expat_dir)\xmltok
EXPAT_DEFS=-I$(expat_dir)\xmlparse -I$(expat_dir)\xmltok -I$(BCCDIR)\include
EXPAT_OBJECTS=xmltok.obj xmlrole.obj xmlparse.obj
EXTRACPPFLAGS=$(wxLIBXMLDIR) $(EXPAT_DEFS)