Added BCC include dir in XRC makefile

Typo correction in app.tex


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-06-01 12:26:34 +00:00
parent 1e3d20528d
commit c1f7ecdf3b
7 changed files with 15 additions and 11 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

@@ -30,11 +30,15 @@ echo [Dirs] >> %temp\files2.tmp
do i = 0 to %len by 1
set line=%@LINE[%TEMP\files1.tmp,%i]
Rem echo line is %line
Rem Skip files.
if not isdir %line enddo
set sz2=%@LEN[%line]
Rem echo size is %sz2
set n=%@EVAL[%sz2-%sz]
Rem echo n is %sz2
set line2=%@SUBSTR[%line,%sz,%n]
Rem echo line2 is %line2
if "%line2%" == "" enddo
echo Name: {app}\%line2 >> %TEMP\files2.tmp
@@ -63,7 +67,7 @@ enddo
Rem Concatenate the 3 sections
cat %wxwindir\distrib\msw\innotop.txt %TEMP\files2.tmp %wxwindir\distrib\msw\innobott.txt > %wxwindir\distrib\msw\wxwin2.iss
erase /Y %TEMP\files1.tmp
rem erase /Y %TEMP\files1.tmp
rem erase /Y %TEMP\files2.tmp
goto end

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

@@ -1,5 +1,5 @@
[OPTIONS]
BMROOT=c:\wx24\wxwind~1\docs/latex/wx ; Assume that bitmaps are where the source is
BMROOT=c:\wx24\wxWind~1\docs\latex\wx
TITLE=wxWindows Manual
CONTENTS=Contents
COMPRESS=HIGH

View File

@@ -885,7 +885,7 @@
// ----------------------------------------------------------------------------
// Define 1 to use ODBC classes
#define wxUSE_ODBC 0
#define wxUSE_ODBC 1
// For backward compatibility reasons, this parameter now only controls the
// default scrolling method used by cursors. This default behavior can be
@@ -921,7 +921,7 @@
// Default is 1.
//
// Recommended setting: whatever your compiler likes more
#define wxUSE_IOSTREAMH 1
#define wxUSE_IOSTREAMH 0
// ----------------------------------------------------------------------------
// image format support

View File

@@ -92,10 +92,10 @@ all:
nmake -f makefile.vc $(MAKEFLAGS)
cd $(WXDIR)\samples\menu
nmake -f makefile.vc $(MAKEFLAGS)
!if "$(FINAL)" == "0"
cd $(WXDIR)\samples\memcheck
nmake -f makefile.vc $(MAKEFLAGS)
!endif
#!if "$(FINAL)" == "0"
# cd $(WXDIR)\samples\memcheck
# nmake -f makefile.vc $(MAKEFLAGS)
#!endif
!if "$(COMPIL)"==""
cd $(WXDIR)\samples\mfc
nmake -f makefile.vc $(MAKEFLAGS)

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)