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
dynlib.h WXH Base
dynload.h WXH Base
effects.h WXH
encconv.h WXH Base
event.h WXH Base
expr.h WXH

View File

@@ -21,8 +21,8 @@ do
case $tname in
b32.t)
echo "Generating $mswdir/makefile.b32 for Borland C++ (32 bits)..."
./tmake -t b32 wxwin.pro -o $mswdir/makefile.b32 ;;
./tmake -t b32univ wxwin.pro -o $mswdir/makeuniv.b32 ;;
./tmake -t b32 wxwin.pro -o $mswdir/makefile.b32
./tmake -t b32univ wxwin.pro -o $mswdir/makeuniv.b32
./tmake -t b32base wxwin.pro -o $mswdir/makebase.b32 ;;
bcc.t)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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