1. fixed wxBase RPM template

2. fixed several erros in filelist.txt
3. regenarated everything


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-06-22 01:31:45 +00:00
parent 2d3112adc9
commit 5da2c444ef
13 changed files with 40 additions and 20 deletions

View File

@ -16,7 +16,7 @@
}
foreach $file (sort keys %wxUNIXINCLUDE) {
next unless $wxWXINCLUDE{$file} =~ /\bB\b/;
next unless $wxUNIXINCLUDE{$file} =~ /\bB\b/;
$project{"BASE_HEADERS"} .= "include/wx/unix/" . $file . " "
}

View File

@ -118,7 +118,7 @@ ctrlsub.cpp C
datetime.cpp C B
datstrm.cpp C B
db.cpp C 32,B
dbgrid.cpp C 32,B
dbgrid.cpp C 32
dbtable.cpp C 32,B
dcbase.cpp C
dircmn.cpp C B
@ -585,7 +585,7 @@ datetime.h W B
datetime.inl W B
datstrm.h W B
db.h W B
dbgrid.h W B
dbgrid.h W
dbtable.h W B
dc.h W
dcclient.h W
@ -622,7 +622,7 @@ fontenc.h W B
fontenum.h W
fontmap.h W B
fontdlg.h W
fontutil.h W B
fontutil.h W
frame.h W
fs_inet.h W B
fs_zip.h W B
@ -633,7 +633,7 @@ gdiobj.h W
geometry.h W
gifdecod.h W
xpmdecod.h W
dbkeyg.h W B
dbkeyg.h W
glcanvas.h W
grid.h W
gridctrl.h W

View File

@ -50,6 +50,10 @@ do
echo "Generating $topdir/src/files.lst for Configure..."
tmake -t base wxwin.pro -o $topdir/src/files.lst ;;
baserpm.t)
echo "Generating $topdir/src/rpmfiles.lst for wxBase RPM..."
tmake -t baserpm wxwin.pro -o $topdir/src/rpmfiles.lst ;;
gtk.t)
echo "Generating $topdir/src/gtk/files.lst for GTK and Configure..."
tmake -t gtk wxwin.pro -o $topdir/src/gtk/files.lst;;

View File

@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 01:55, 2001/06/09
# This file was automatically generated by tmake at 01:54, 2001/06/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
@ -55,6 +55,7 @@ ALL_SOURCES = \
common/datetime.cpp \
common/datstrm.cpp \
common/db.cpp \
common/dbgrid.cpp \
common/dbtable.cpp \
common/dcbase.cpp \
common/dircmn.cpp \
@ -274,6 +275,8 @@ ALL_HEADERS = \
datetime.inl \
datstrm.h \
db.h \
dbgrid.h \
dbkeyg.h \
dbtable.h \
dc.h \
dcclient.h \
@ -589,6 +592,7 @@ COMMONOBJS = \
datetime.o \
datstrm.o \
db.o \
dbgrid.o \
dbtable.o \
dcbase.o \
dircmn.o \
@ -699,6 +703,7 @@ COMMONDEPS = \
datetime.d \
datstrm.d \
db.d \
dbgrid.d \
dbtable.d \
dcbase.d \
dircmn.d \

View File

@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 01:55, 2001/06/09
# This file was automatically generated by tmake at 01:54, 2001/06/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
@ -55,6 +55,7 @@ ALL_SOURCES = \
common/datetime.cpp \
common/datstrm.cpp \
common/db.cpp \
common/dbgrid.cpp \
common/dbtable.cpp \
common/dcbase.cpp \
common/dircmn.cpp \
@ -274,6 +275,8 @@ ALL_HEADERS = \
datetime.inl \
datstrm.h \
db.h \
dbgrid.h \
dbkeyg.h \
dbtable.h \
dc.h \
dcclient.h \
@ -589,6 +592,7 @@ COMMONOBJS = \
datetime.o \
datstrm.o \
db.o \
dbgrid.o \
dbtable.o \
dcbase.o \
dircmn.o \
@ -699,6 +703,7 @@ COMMONDEPS = \
datetime.d \
datstrm.d \
db.d \
dbgrid.d \
dbtable.d \
dcbase.d \
dircmn.d \

View File

@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 01:55, 2001/06/09
# This file was automatically generated by tmake at 01:54, 2001/06/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MOTIF.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
@ -58,6 +58,7 @@ ALL_SOURCES = \
common/datetime.cpp \
common/datstrm.cpp \
common/db.cpp \
common/dbgrid.cpp \
common/dbtable.cpp \
common/dcbase.cpp \
common/dircmn.cpp \
@ -270,6 +271,8 @@ ALL_HEADERS = \
datetime.inl \
datstrm.h \
db.h \
dbgrid.h \
dbkeyg.h \
dbtable.h \
dc.h \
dcclient.h \
@ -584,6 +587,7 @@ COMMONOBJS = \
datetime.o \
datstrm.o \
db.o \
dbgrid.o \
dbtable.o \
dcbase.o \
dircmn.o \
@ -694,6 +698,7 @@ COMMONDEPS = \
datetime.d \
datstrm.d \
db.d \
dbgrid.d \
dbtable.d \
dcbase.d \
dircmn.d \

View File

@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 01:55, 2001/06/09
# This file was automatically generated by tmake at 01:54, 2001/06/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
@ -41,6 +41,7 @@ ALL_SOURCES = \
common/datetime.cpp \
common/datstrm.cpp \
common/db.cpp \
common/dbgrid.cpp \
common/dbtable.cpp \
common/dcbase.cpp \
common/dircmn.cpp \
@ -293,6 +294,8 @@ ALL_HEADERS = \
datetime.inl \
datstrm.h \
db.h \
dbgrid.h \
dbkeyg.h \
dbtable.h \
dc.h \
dcclient.h \
@ -638,6 +641,7 @@ COMMONOBJS = \
datetime.o \
datstrm.o \
db.o \
dbgrid.o \
dbtable.o \
dcbase.o \
dircmn.o \
@ -748,6 +752,7 @@ COMMONDEPS = \
datetime.d \
datstrm.d \
db.d \
dbgrid.d \
dbtable.d \
dcbase.d \
dircmn.d \

View File

@ -1,6 +1,6 @@
# This file was automatically generated by tmake at 01:55, 2001/06/09
# This file was automatically generated by tmake at 01:54, 2001/06/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE B32.T!
#

View File

@ -1,6 +1,6 @@
# This file was automatically generated by tmake at 01:55, 2001/06/09
# This file was automatically generated by tmake at 01:54, 2001/06/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BCC.T!
#

View File

@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 01:55, 2001/06/09
# This file was automatically generated by tmake at 01:54, 2001/06/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE DOS.T!
#
@ -1372,11 +1372,6 @@ $(GENDIR)/wizard.obj: $*.$(SRCSUFF)
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
<<
test.obj: $*.$(SRCSUFF)
cl @<<
$(CPPFLAGS2) /Fo$@ /c /Tp $*.$(SRCSUFF)
<<
$(COMMDIR)/y_tab.obj: $*.c $(COMMDIR)/lex_yy.c

View File

@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 01:55, 2001/06/09
# This file was automatically generated by tmake at 01:54, 2001/06/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE G95.T!
#

View File

@ -1,6 +1,6 @@
# This file was automatically generated by tmake at 01:55, 2001/06/09
# This file was automatically generated by tmake at 01:54, 2001/06/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T!
# Symantec C++ makefile for the msw objects
@ -68,6 +68,7 @@ COMMONOBJS = \
$(COMMDIR)\datetime.obj \
$(COMMDIR)\datstrm.obj \
$(COMMDIR)\db.obj \
$(COMMDIR)\dbgrid.obj \
$(COMMDIR)\dbtable.obj \
$(COMMDIR)\dcbase.obj \
$(COMMDIR)\dircmn.obj \

View File

@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 01:55, 2001/06/09
# This file was automatically generated by tmake at 01:54, 2001/06/22
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T!
# File: makefile.vc