Added effects.h to filelist.txt so it will get installed, fixed a

syntax problem in makeall.sh, regenerated all makefiles and etc.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-09-05 20:54:30 +00:00
parent aa6ca3dcc9
commit da906b9742
17 changed files with 114 additions and 65 deletions

View File

@@ -813,6 +813,7 @@ dragimag.h WXH
dynarray.h WXH Base dynarray.h WXH Base
dynlib.h WXH Base dynlib.h WXH Base
dynload.h WXH Base dynload.h WXH Base
effects.h WXH
encconv.h WXH Base encconv.h WXH Base
event.h WXH Base event.h WXH Base
expr.h WXH expr.h WXH

View File

@@ -8,7 +8,7 @@
# Version: $Id$ # Version: $Id$
# #
# This creates the makefiles for all compilers from the templates using # This creates the makefiles for all compilers from the templates using
# tmake. The tmake executable should be in the path. # tmake. The tmake executable should be in the path.
# Assume we are in distrib/msw/tmake # Assume we are in distrib/msw/tmake
# #
@@ -16,13 +16,13 @@ topdir="../../.."
srcdir="$topdir/src" srcdir="$topdir/src"
mswdir="$srcdir/msw" mswdir="$srcdir/msw"
for tname in `ls *.t` for tname in `ls *.t`
do do
case $tname in case $tname in
b32.t) b32.t)
echo "Generating $mswdir/makefile.b32 for Borland C++ (32 bits)..." echo "Generating $mswdir/makefile.b32 for Borland C++ (32 bits)..."
./tmake -t b32 wxwin.pro -o $mswdir/makefile.b32 ;; ./tmake -t b32 wxwin.pro -o $mswdir/makefile.b32
./tmake -t b32univ wxwin.pro -o $mswdir/makeuniv.b32 ;; ./tmake -t b32univ wxwin.pro -o $mswdir/makeuniv.b32
./tmake -t b32base wxwin.pro -o $mswdir/makebase.b32 ;; ./tmake -t b32base wxwin.pro -o $mswdir/makebase.b32 ;;
bcc.t) bcc.t)
@@ -41,19 +41,19 @@ do
echo "Generating $mswdir/makefile.sc for Symantec C++..." echo "Generating $mswdir/makefile.sc for Symantec C++..."
./tmake -t sc wxwin.pro -o $mswdir/makefile.sc;; ./tmake -t sc wxwin.pro -o $mswdir/makefile.sc;;
vc.t) vc.t)
echo "Generating $mswdir/makefile.vc for Visual C++ 4.0..." echo "Generating $mswdir/makefile.vc for Visual C++ 4.0..."
./tmake -t vc wxwin.pro -o $mswdir/makefile.vc;; ./tmake -t vc wxwin.pro -o $mswdir/makefile.vc;;
vc6msw.t) vc6msw.t)
echo "Generating $srcdir/wxWindows.dsp for Visual C++ 6.0..." echo "Generating $srcdir/wxWindows.dsp for Visual C++ 6.0..."
./tmake -t vc6msw wxwin.pro -o $srcdir/wxWindows.dsp;; ./tmake -t vc6msw wxwin.pro -o $srcdir/wxWindows.dsp;;
vc6base.t) vc6base.t)
echo "Generating $srcdir/wxBase.dsp for Visual C++ 6.0..." echo "Generating $srcdir/wxBase.dsp for Visual C++ 6.0..."
./tmake -t vc6base wxwin.pro -o $srcdir/wxBase.dsp;; ./tmake -t vc6base wxwin.pro -o $srcdir/wxBase.dsp;;
vc6univ.t) vc6univ.t)
echo "Generating $srcdir/wxUniv.dsp for Visual C++ 6.0..." echo "Generating $srcdir/wxUniv.dsp for Visual C++ 6.0..."
./tmake -t vc6univ wxwin.pro -o $srcdir/wxUniv.dsp;; ./tmake -t vc6univ wxwin.pro -o $srcdir/wxUniv.dsp;;

View File

@@ -336,6 +336,7 @@ ALL_HEADERS = \
dynarray.h \ dynarray.h \
dynlib.h \ dynlib.h \
dynload.h \ dynload.h \
effects.h \
encconv.h \ encconv.h \
event.h \ event.h \
expr.h \ expr.h \
@@ -593,6 +594,7 @@ ALL_HEADERS = \
generic/imaglist.h \ generic/imaglist.h \
generic/laywin.h \ generic/laywin.h \
generic/listctrl.h \ generic/listctrl.h \
generic/mdig.cpp \
generic/msgdlgg.h \ generic/msgdlgg.h \
generic/notebook.h \ generic/notebook.h \
generic/paletteg.h \ generic/paletteg.h \

View File

@@ -336,6 +336,7 @@ ALL_HEADERS = \
dynarray.h \ dynarray.h \
dynlib.h \ dynlib.h \
dynload.h \ dynload.h \
effects.h \
encconv.h \ encconv.h \
event.h \ event.h \
expr.h \ expr.h \
@@ -593,6 +594,7 @@ ALL_HEADERS = \
generic/imaglist.h \ generic/imaglist.h \
generic/laywin.h \ generic/laywin.h \
generic/listctrl.h \ generic/listctrl.h \
generic/mdig.cpp \
generic/msgdlgg.h \ generic/msgdlgg.h \
generic/notebook.h \ generic/notebook.h \
generic/paletteg.h \ generic/paletteg.h \

View File

@@ -342,6 +342,7 @@ ALL_HEADERS = \
dynarray.h \ dynarray.h \
dynlib.h \ dynlib.h \
dynload.h \ dynload.h \
effects.h \
encconv.h \ encconv.h \
event.h \ event.h \
expr.h \ expr.h \
@@ -620,6 +621,7 @@ ALL_HEADERS = \
generic/imaglist.h \ generic/imaglist.h \
generic/laywin.h \ generic/laywin.h \
generic/listctrl.h \ generic/listctrl.h \
generic/mdig.cpp \
generic/msgdlgg.h \ generic/msgdlgg.h \
generic/notebook.h \ generic/notebook.h \
generic/paletteg.h \ generic/paletteg.h \

View File

@@ -342,6 +342,7 @@ ALL_HEADERS = \
dynarray.h \ dynarray.h \
dynlib.h \ dynlib.h \
dynload.h \ dynload.h \
effects.h \
encconv.h \ encconv.h \
event.h \ event.h \
expr.h \ expr.h \
@@ -620,6 +621,7 @@ ALL_HEADERS = \
generic/imaglist.h \ generic/imaglist.h \
generic/laywin.h \ generic/laywin.h \
generic/listctrl.h \ generic/listctrl.h \
generic/mdig.cpp \
generic/msgdlgg.h \ generic/msgdlgg.h \
generic/notebook.h \ generic/notebook.h \
generic/paletteg.h \ generic/paletteg.h \

View File

@@ -298,6 +298,7 @@ ALL_HEADERS = \
dynarray.h \ dynarray.h \
dynlib.h \ dynlib.h \
dynload.h \ dynload.h \
effects.h \
encconv.h \ encconv.h \
event.h \ event.h \
expr.h \ expr.h \

View File

@@ -23,6 +23,7 @@ ALL_SOURCES = \
generic/laywin.cpp \ generic/laywin.cpp \
generic/listctrl.cpp \ generic/listctrl.cpp \
generic/logg.cpp \ generic/logg.cpp \
generic/mdig.cpp \
generic/msgdlgg.cpp \ generic/msgdlgg.cpp \
generic/numdlgg.cpp \ generic/numdlgg.cpp \
generic/panelg.cpp \ generic/panelg.cpp \
@@ -297,6 +298,7 @@ ALL_HEADERS = \
dynarray.h \ dynarray.h \
dynlib.h \ dynlib.h \
dynload.h \ dynload.h \
effects.h \
encconv.h \ encconv.h \
event.h \ event.h \
expr.h \ expr.h \
@@ -587,6 +589,7 @@ ALL_HEADERS = \
generic/imaglist.h \ generic/imaglist.h \
generic/laywin.h \ generic/laywin.h \
generic/listctrl.h \ generic/listctrl.h \
generic/mdig.cpp \
generic/msgdlgg.h \ generic/msgdlgg.h \
generic/notebook.h \ generic/notebook.h \
generic/paletteg.h \ generic/paletteg.h \
@@ -785,6 +788,7 @@ GENERICOBJS = \
laywin.o \ laywin.o \
listctrl.o \ listctrl.o \
logg.o \ logg.o \
mdig.o \
msgdlgg.o \ msgdlgg.o \
numdlgg.o \ numdlgg.o \
panelg.o \ panelg.o \

View File

@@ -22,6 +22,7 @@ ALL_SOURCES = \
generic/laywin.cpp \ generic/laywin.cpp \
generic/listctrl.cpp \ generic/listctrl.cpp \
generic/logg.cpp \ generic/logg.cpp \
generic/mdig.cpp \
generic/msgdlgg.cpp \ generic/msgdlgg.cpp \
generic/notebook.cpp \ generic/notebook.cpp \
generic/numdlgg.cpp \ generic/numdlgg.cpp \
@@ -327,6 +328,7 @@ ALL_HEADERS = \
dynarray.h \ dynarray.h \
dynlib.h \ dynlib.h \
dynload.h \ dynload.h \
effects.h \
encconv.h \ encconv.h \
event.h \ event.h \
expr.h \ expr.h \
@@ -581,6 +583,7 @@ ALL_HEADERS = \
generic/imaglist.h \ generic/imaglist.h \
generic/laywin.h \ generic/laywin.h \
generic/listctrl.h \ generic/listctrl.h \
generic/mdig.cpp \
generic/msgdlgg.h \ generic/msgdlgg.h \
generic/notebook.h \ generic/notebook.h \
generic/paletteg.h \ generic/paletteg.h \
@@ -777,6 +780,7 @@ GENERICOBJS = \
laywin.o \ laywin.o \
listctrl.o \ listctrl.o \
logg.o \ logg.o \
mdig.o \
msgdlgg.o \ msgdlgg.o \
notebook.o \ notebook.o \
numdlgg.o \ numdlgg.o \

View File

@@ -359,6 +359,7 @@ ALL_HEADERS = \
dynarray.h \ dynarray.h \
dynlib.h \ dynlib.h \
dynload.h \ dynload.h \
effects.h \
encconv.h \ encconv.h \
event.h \ event.h \
expr.h \ expr.h \
@@ -657,6 +658,7 @@ ALL_HEADERS = \
generic/imaglist.h \ generic/imaglist.h \
generic/laywin.h \ generic/laywin.h \
generic/listctrl.h \ generic/listctrl.h \
generic/mdig.cpp \
generic/msgdlgg.h \ generic/msgdlgg.h \
generic/notebook.h \ generic/notebook.h \
generic/paletteg.h \ generic/paletteg.h \

View File

@@ -81,6 +81,7 @@ GENERICOBJS= $(MSWDIR)\busyinfo.obj \
$(MSWDIR)\laywin.obj \ $(MSWDIR)\laywin.obj \
$(MSWDIR)\listctrl.obj \ $(MSWDIR)\listctrl.obj \
$(MSWDIR)\logg.obj \ $(MSWDIR)\logg.obj \
$(MSWDIR)\mdig.obj \
$(MSWDIR)\notebook.obj \ $(MSWDIR)\notebook.obj \
$(MSWDIR)\numdlgg.obj \ $(MSWDIR)\numdlgg.obj \
$(MSWDIR)\panelg.obj \ $(MSWDIR)\panelg.obj \
@@ -778,6 +779,8 @@ $(MSWDIR)\listctrl.obj: $(GENDIR)\listctrl.$(SRCSUFF)
$(MSWDIR)\logg.obj: $(GENDIR)\logg.$(SRCSUFF) $(MSWDIR)\logg.obj: $(GENDIR)\logg.$(SRCSUFF)
$(MSWDIR)\mdig.obj: $(GENDIR)\mdig.$(SRCSUFF)
$(MSWDIR)\notebook.obj: $(GENDIR)\notebook.$(SRCSUFF) $(MSWDIR)\notebook.obj: $(GENDIR)\notebook.$(SRCSUFF)
$(MSWDIR)\numdlgg.obj: $(GENDIR)\numdlgg.$(SRCSUFF) $(MSWDIR)\numdlgg.obj: $(GENDIR)\numdlgg.$(SRCSUFF)

View File

@@ -64,6 +64,7 @@ GENERICOBJS= $(GENDIR)\busyinfo.obj \
$(GENDIR)\laywin.obj \ $(GENDIR)\laywin.obj \
$(GENDIR)\listctrl.obj \ $(GENDIR)\listctrl.obj \
$(GENDIR)\logg.obj \ $(GENDIR)\logg.obj \
$(GENDIR)\mdig.obj \
$(GENDIR)\notebook.obj \ $(GENDIR)\notebook.obj \
$(GENDIR)\numdlgg.obj \ $(GENDIR)\numdlgg.obj \
$(GENDIR)\panelg.obj \ $(GENDIR)\panelg.obj \
@@ -1442,6 +1443,11 @@ $(GENDIR)/logg.obj: $*.$(SRCSUFF)
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
<< <<
$(GENDIR)/mdig.obj: $*.$(SRCSUFF)
cl @<<
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
<<
$(GENDIR)/notebook.obj: $*.$(SRCSUFF) $(GENDIR)/notebook.obj: $*.$(SRCSUFF)
cl @<< cl @<<
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)

View File

@@ -129,6 +129,7 @@ NONESSENTIALOBJS= $(GENDIR)\$D\colrdlgg.obj \
$(GENDIR)\$D\helphtml.obj \ $(GENDIR)\$D\helphtml.obj \
$(GENDIR)\$D\imaglist.obj \ $(GENDIR)\$D\imaglist.obj \
$(GENDIR)\$D\listctrl.obj \ $(GENDIR)\$D\listctrl.obj \
$(GENDIR)\$D\mdig.obj \
$(GENDIR)\$D\msgdlgg.obj \ $(GENDIR)\$D\msgdlgg.obj \
$(GENDIR)\$D\notebook.obj \ $(GENDIR)\$D\notebook.obj \
$(GENDIR)\$D\tabg.obj $(GENDIR)\$D\tabg.obj

View File

@@ -86,6 +86,7 @@ NONESSENTIALOBJS= accel.obj &
helphtml.obj & helphtml.obj &
imaglist.obj & imaglist.obj &
listctrl.obj & listctrl.obj &
mdig.obj &
msgdlgg.obj & msgdlgg.obj &
notebook.obj & notebook.obj &
paletteg.obj & paletteg.obj &

View File

@@ -49,7 +49,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo # ADD BSC32 /nologo
LIB32=link.exe -lib LIB32=link.exe -lib
# ADD BASE LIB32 /nologo # ADD BASE LIB32 /nologo
# ADD LIB32 /nologo # ADD LIB32 /nologo /out:"..\lib\wxuniv.lib"
!ELSEIF "$(CFG)" == "wxUniv - Win32 Debug" !ELSEIF "$(CFG)" == "wxUniv - Win32 Debug"
@@ -221,11 +221,6 @@ SOURCE=.\common\event.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\common\extended.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\common\fddlgcmn.cpp SOURCE=.\common\fddlgcmn.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -554,11 +549,6 @@ SOURCE=.\common\txtstrm.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\common\unzip.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\common\url.cpp SOURCE=.\common\url.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -609,6 +599,18 @@ SOURCE=.\common\zipstrm.cpp
SOURCE=.\common\zstream.cpp SOURCE=.\common\zstream.cpp
# End Source File # End Source File
# Begin Source File
SOURCE=.\common\extended.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\common\unzip.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# End Group # End Group
# Begin Group "Generic Files" # Begin Group "Generic Files"
@@ -687,10 +689,6 @@ SOURCE=.\generic\helphtml.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\generic\imaglist.cpp
# End Source File
# Begin Source File
SOURCE=.\generic\laywin.cpp SOURCE=.\generic\laywin.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -793,6 +791,7 @@ SOURCE=.\generic\treelay.cpp
SOURCE=.\generic\wizard.cpp SOURCE=.\generic\wizard.cpp
# End Source File # End Source File
# End Group # End Group
# Begin Group "wxHTML Files" # Begin Group "wxHTML Files"
@@ -881,12 +880,18 @@ SOURCE=.\html\m_tables.cpp
SOURCE=.\html\winpars.cpp SOURCE=.\html\winpars.cpp
# End Source File # End Source File
# End Group # End Group
# Begin Group "MSW Files" # Begin Group "MSW Files"
# PROP Default_Filter "" # PROP Default_Filter ""
# Begin Source File # Begin Source File
SOURCE=.\msw\dummy.cpp
# ADD CPP /Yc"wx/wxprec.h"
# End Source File
# Begin Source File
SOURCE=.\msw\app.cpp SOURCE=.\msw\app.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -951,11 +956,6 @@ SOURCE=.\msw\dir.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\msw\dummy.cpp
# ADD CPP /Yc"wx/wxprec.h"
# End Source File
# Begin Source File
SOURCE=.\msw\evtloop.cpp SOURCE=.\msw\evtloop.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -980,20 +980,14 @@ SOURCE=.\msw\gdiobj.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\msw\gsocket.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\msw\gsockmsw.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\msw\icon.cpp SOURCE=.\msw\icon.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\msw\imaglist.cpp
# End Source File
# Begin Source File
SOURCE=.\msw\main.cpp SOURCE=.\msw\main.cpp
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -1060,26 +1054,22 @@ SOURCE=.\msw\volume.cpp
SOURCE=.\msw\window.cpp SOURCE=.\msw\window.cpp
# End Source File # End Source File
# Begin Source File
SOURCE=.\msw\gsocket.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# Begin Source File
SOURCE=.\msw\gsockmsw.c
# SUBTRACT CPP /YX /Yc /Yu
# End Source File
# End Group # End Group
# Begin Group "Universal Files" # Begin Group "Universal Files"
# PROP Default_Filter "" # PROP Default_Filter ""
# Begin Group "Theme Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\univ\themes\gtk.cpp
# End Source File
# Begin Source File
SOURCE=.\univ\themes\metal.cpp
# End Source File
# Begin Source File
SOURCE=.\univ\themes\win32.cpp
# End Source File
# End Group
# Begin Source File # Begin Source File
SOURCE=.\univ\bmpbuttn.cpp SOURCE=.\univ\bmpbuttn.cpp
@@ -1216,6 +1206,24 @@ SOURCE=.\univ\topluniv.cpp
SOURCE=.\univ\winuniv.cpp SOURCE=.\univ\winuniv.cpp
# End Source File # End Source File
# Begin Group "Theme Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\univ\themes\gtk.cpp
# End Source File
# Begin Source File
SOURCE=.\univ\themes\metal.cpp
# End Source File
# Begin Source File
SOURCE=.\univ\themes\win32.cpp
# End Source File
# End Group
# End Group # End Group
# Begin Group "Headers" # Begin Group "Headers"
@@ -1226,9 +1234,7 @@ SOURCE=.\univ\winuniv.cpp
# Begin Source File # Begin Source File
SOURCE=..\include\wx\univ\setup.h SOURCE=..\include\wx\univ\setup.h
!IF "$(CFG)" == "wxUniv - Win32 Release" !IF "$(CFG)" == "wxUniv - Win32 Release"
# Begin Custom Build - Creating lib\univ\wx\setup.h from $(InputPath) # Begin Custom Build - Creating lib\univ\wx\setup.h from $(InputPath)
InputPath=..\include\wx\univ\setup.h InputPath=..\include\wx\univ\setup.h
@@ -1236,9 +1242,7 @@ InputPath=..\include\wx\univ\setup.h
copy "$(InputPath)" ..\lib\univ\wx\setup.h copy "$(InputPath)" ..\lib\univ\wx\setup.h
# End Custom Build # End Custom Build
!ELSEIF "$(CFG)" == "wxUniv - Win32 Debug" !ELSEIF "$(CFG)" == "wxUniv - Win32 Debug"
# Begin Custom Build - Creating lib\univd\wx\setup.h from $(InputPath) # Begin Custom Build - Creating lib\univd\wx\setup.h from $(InputPath)
InputPath=..\include\wx\univ\setup.h InputPath=..\include\wx\univ\setup.h
@@ -1246,9 +1250,7 @@ InputPath=..\include\wx\univ\setup.h
copy "$(InputPath)" ..\lib\univd\wx\setup.h copy "$(InputPath)" ..\lib\univd\wx\setup.h
# End Custom Build # End Custom Build
!ENDIF !ENDIF
# End Source File # End Source File
# End Group # End Group
# Begin Group "Common" # Begin Group "Common"
@@ -1508,6 +1510,10 @@ SOURCE=..\include\wx\dynload.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\include\wx\effects.h
# End Source File
# Begin Source File
SOURCE=..\include\wx\encconv.h SOURCE=..\include\wx\encconv.h
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -2198,6 +2204,7 @@ SOURCE=..\include\wx\zipstrm.h
SOURCE=..\include\wx\zstream.h SOURCE=..\include\wx\zstream.h
# End Source File # End Source File
# End Group # End Group
# Begin Group "MSW" # Begin Group "MSW"
@@ -2362,6 +2369,7 @@ SOURCE=..\include\wx\generic\treectlg.h
SOURCE=..\include\wx\generic\wizard.h SOURCE=..\include\wx\generic\wizard.h
# End Source File # End Source File
# End Group # End Group
# Begin Group "HTML" # Begin Group "HTML"
@@ -2418,6 +2426,7 @@ SOURCE=..\include\wx\html\m_templ.h
SOURCE=..\include\wx\html\winpars.h SOURCE=..\include\wx\html\winpars.h
# End Source File # End Source File
# End Group # End Group
# Begin Group "Universal" # Begin Group "Universal"

View File

@@ -1786,6 +1786,10 @@ SOURCE=..\include\wx\dynload.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\include\wx\effects.h
# End Source File
# Begin Source File
SOURCE=..\include\wx\encconv.h SOURCE=..\include\wx\encconv.h
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -2022,6 +2026,10 @@ SOURCE=..\include\wx\list.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\include\wx\listbase.h
# End Source File
# Begin Source File
SOURCE=..\include\wx\listbox.h SOURCE=..\include\wx\listbox.h
# End Source File # End Source File
# Begin Source File # Begin Source File
@@ -2988,6 +2996,10 @@ SOURCE=..\include\wx\generic\splitter.h
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\include\wx\generic\statline.h
# End Source File
# Begin Source File
SOURCE=..\include\wx\generic\statusbr.h SOURCE=..\include\wx\generic\statusbr.h
# End Source File # End Source File
# Begin Source File # Begin Source File

View File

@@ -307,6 +307,7 @@ ALL_HEADERS = \
dynarray.h \ dynarray.h \
dynlib.h \ dynlib.h \
dynload.h \ dynload.h \
effects.h \
encconv.h \ encconv.h \
event.h \ event.h \
expr.h \ expr.h \
@@ -482,7 +483,6 @@ ALL_HEADERS = \
xpmdecod.h \ xpmdecod.h \
zipstrm.h \ zipstrm.h \
zstream.h \ zstream.h \
x11/accel.h \
x11/app.h \ x11/app.h \
x11/bitmap.h \ x11/bitmap.h \
x11/brush.h \ x11/brush.h \
@@ -503,7 +503,6 @@ ALL_HEADERS = \
x11/glcanvas.h \ x11/glcanvas.h \
x11/icon.h \ x11/icon.h \
x11/joystick.h \ x11/joystick.h \
x11/mdi.h \
x11/minifram.h \ x11/minifram.h \
x11/palette.h \ x11/palette.h \
x11/pen.h \ x11/pen.h \
@@ -511,9 +510,7 @@ ALL_HEADERS = \
x11/private.h \ x11/private.h \
x11/region.h \ x11/region.h \
x11/reparent.h \ x11/reparent.h \
x11/settings.h \
x11/textctrl.h \ x11/textctrl.h \
x11/toolbar.h \
x11/toplevel.h \ x11/toplevel.h \
x11/window.h \ x11/window.h \
univ/app.h \ univ/app.h \
@@ -574,7 +571,7 @@ ALL_HEADERS = \
generic/imaglist.h \ generic/imaglist.h \
generic/laywin.h \ generic/laywin.h \
generic/listctrl.h \ generic/listctrl.h \
generic/mdig.h \ generic/mdig.cpp \
generic/msgdlgg.h \ generic/msgdlgg.h \
generic/notebook.h \ generic/notebook.h \
generic/paletteg.h \ generic/paletteg.h \