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:
@@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
foreach $file (sort keys %wxUNIXINCLUDE) {
|
foreach $file (sort keys %wxUNIXINCLUDE) {
|
||||||
next unless $wxWXINCLUDE{$file} =~ /\bB\b/;
|
next unless $wxUNIXINCLUDE{$file} =~ /\bB\b/;
|
||||||
|
|
||||||
$project{"BASE_HEADERS"} .= "include/wx/unix/" . $file . " "
|
$project{"BASE_HEADERS"} .= "include/wx/unix/" . $file . " "
|
||||||
}
|
}
|
||||||
|
@@ -118,7 +118,7 @@ ctrlsub.cpp C
|
|||||||
datetime.cpp C B
|
datetime.cpp C B
|
||||||
datstrm.cpp C B
|
datstrm.cpp C B
|
||||||
db.cpp C 32,B
|
db.cpp C 32,B
|
||||||
dbgrid.cpp C 32,B
|
dbgrid.cpp C 32
|
||||||
dbtable.cpp C 32,B
|
dbtable.cpp C 32,B
|
||||||
dcbase.cpp C
|
dcbase.cpp C
|
||||||
dircmn.cpp C B
|
dircmn.cpp C B
|
||||||
@@ -585,7 +585,7 @@ datetime.h W B
|
|||||||
datetime.inl W B
|
datetime.inl W B
|
||||||
datstrm.h W B
|
datstrm.h W B
|
||||||
db.h W B
|
db.h W B
|
||||||
dbgrid.h W B
|
dbgrid.h W
|
||||||
dbtable.h W B
|
dbtable.h W B
|
||||||
dc.h W
|
dc.h W
|
||||||
dcclient.h W
|
dcclient.h W
|
||||||
@@ -622,7 +622,7 @@ fontenc.h W B
|
|||||||
fontenum.h W
|
fontenum.h W
|
||||||
fontmap.h W B
|
fontmap.h W B
|
||||||
fontdlg.h W
|
fontdlg.h W
|
||||||
fontutil.h W B
|
fontutil.h W
|
||||||
frame.h W
|
frame.h W
|
||||||
fs_inet.h W B
|
fs_inet.h W B
|
||||||
fs_zip.h W B
|
fs_zip.h W B
|
||||||
@@ -633,7 +633,7 @@ gdiobj.h W
|
|||||||
geometry.h W
|
geometry.h W
|
||||||
gifdecod.h W
|
gifdecod.h W
|
||||||
xpmdecod.h W
|
xpmdecod.h W
|
||||||
dbkeyg.h W B
|
dbkeyg.h W
|
||||||
glcanvas.h W
|
glcanvas.h W
|
||||||
grid.h W
|
grid.h W
|
||||||
gridctrl.h W
|
gridctrl.h W
|
||||||
|
@@ -50,6 +50,10 @@ do
|
|||||||
echo "Generating $topdir/src/files.lst for Configure..."
|
echo "Generating $topdir/src/files.lst for Configure..."
|
||||||
tmake -t base wxwin.pro -o $topdir/src/files.lst ;;
|
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)
|
gtk.t)
|
||||||
echo "Generating $topdir/src/gtk/files.lst for GTK and Configure..."
|
echo "Generating $topdir/src/gtk/files.lst for GTK and Configure..."
|
||||||
tmake -t gtk wxwin.pro -o $topdir/src/gtk/files.lst;;
|
tmake -t gtk wxwin.pro -o $topdir/src/gtk/files.lst;;
|
||||||
|
@@ -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!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
|
||||||
ALL_SOURCES = \
|
ALL_SOURCES = \
|
||||||
generic/busyinfo.cpp \
|
generic/busyinfo.cpp \
|
||||||
@@ -55,6 +55,7 @@ ALL_SOURCES = \
|
|||||||
common/datetime.cpp \
|
common/datetime.cpp \
|
||||||
common/datstrm.cpp \
|
common/datstrm.cpp \
|
||||||
common/db.cpp \
|
common/db.cpp \
|
||||||
|
common/dbgrid.cpp \
|
||||||
common/dbtable.cpp \
|
common/dbtable.cpp \
|
||||||
common/dcbase.cpp \
|
common/dcbase.cpp \
|
||||||
common/dircmn.cpp \
|
common/dircmn.cpp \
|
||||||
@@ -274,6 +275,8 @@ ALL_HEADERS = \
|
|||||||
datetime.inl \
|
datetime.inl \
|
||||||
datstrm.h \
|
datstrm.h \
|
||||||
db.h \
|
db.h \
|
||||||
|
dbgrid.h \
|
||||||
|
dbkeyg.h \
|
||||||
dbtable.h \
|
dbtable.h \
|
||||||
dc.h \
|
dc.h \
|
||||||
dcclient.h \
|
dcclient.h \
|
||||||
@@ -589,6 +592,7 @@ COMMONOBJS = \
|
|||||||
datetime.o \
|
datetime.o \
|
||||||
datstrm.o \
|
datstrm.o \
|
||||||
db.o \
|
db.o \
|
||||||
|
dbgrid.o \
|
||||||
dbtable.o \
|
dbtable.o \
|
||||||
dcbase.o \
|
dcbase.o \
|
||||||
dircmn.o \
|
dircmn.o \
|
||||||
@@ -699,6 +703,7 @@ COMMONDEPS = \
|
|||||||
datetime.d \
|
datetime.d \
|
||||||
datstrm.d \
|
datstrm.d \
|
||||||
db.d \
|
db.d \
|
||||||
|
dbgrid.d \
|
||||||
dbtable.d \
|
dbtable.d \
|
||||||
dcbase.d \
|
dcbase.d \
|
||||||
dircmn.d \
|
dircmn.d \
|
||||||
|
@@ -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!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
|
||||||
ALL_SOURCES = \
|
ALL_SOURCES = \
|
||||||
generic/busyinfo.cpp \
|
generic/busyinfo.cpp \
|
||||||
@@ -55,6 +55,7 @@ ALL_SOURCES = \
|
|||||||
common/datetime.cpp \
|
common/datetime.cpp \
|
||||||
common/datstrm.cpp \
|
common/datstrm.cpp \
|
||||||
common/db.cpp \
|
common/db.cpp \
|
||||||
|
common/dbgrid.cpp \
|
||||||
common/dbtable.cpp \
|
common/dbtable.cpp \
|
||||||
common/dcbase.cpp \
|
common/dcbase.cpp \
|
||||||
common/dircmn.cpp \
|
common/dircmn.cpp \
|
||||||
@@ -274,6 +275,8 @@ ALL_HEADERS = \
|
|||||||
datetime.inl \
|
datetime.inl \
|
||||||
datstrm.h \
|
datstrm.h \
|
||||||
db.h \
|
db.h \
|
||||||
|
dbgrid.h \
|
||||||
|
dbkeyg.h \
|
||||||
dbtable.h \
|
dbtable.h \
|
||||||
dc.h \
|
dc.h \
|
||||||
dcclient.h \
|
dcclient.h \
|
||||||
@@ -589,6 +592,7 @@ COMMONOBJS = \
|
|||||||
datetime.o \
|
datetime.o \
|
||||||
datstrm.o \
|
datstrm.o \
|
||||||
db.o \
|
db.o \
|
||||||
|
dbgrid.o \
|
||||||
dbtable.o \
|
dbtable.o \
|
||||||
dcbase.o \
|
dcbase.o \
|
||||||
dircmn.o \
|
dircmn.o \
|
||||||
@@ -699,6 +703,7 @@ COMMONDEPS = \
|
|||||||
datetime.d \
|
datetime.d \
|
||||||
datstrm.d \
|
datstrm.d \
|
||||||
db.d \
|
db.d \
|
||||||
|
dbgrid.d \
|
||||||
dbtable.d \
|
dbtable.d \
|
||||||
dcbase.d \
|
dcbase.d \
|
||||||
dircmn.d \
|
dircmn.d \
|
||||||
|
@@ -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!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MOTIF.T!
|
||||||
ALL_SOURCES = \
|
ALL_SOURCES = \
|
||||||
generic/busyinfo.cpp \
|
generic/busyinfo.cpp \
|
||||||
@@ -58,6 +58,7 @@ ALL_SOURCES = \
|
|||||||
common/datetime.cpp \
|
common/datetime.cpp \
|
||||||
common/datstrm.cpp \
|
common/datstrm.cpp \
|
||||||
common/db.cpp \
|
common/db.cpp \
|
||||||
|
common/dbgrid.cpp \
|
||||||
common/dbtable.cpp \
|
common/dbtable.cpp \
|
||||||
common/dcbase.cpp \
|
common/dcbase.cpp \
|
||||||
common/dircmn.cpp \
|
common/dircmn.cpp \
|
||||||
@@ -270,6 +271,8 @@ ALL_HEADERS = \
|
|||||||
datetime.inl \
|
datetime.inl \
|
||||||
datstrm.h \
|
datstrm.h \
|
||||||
db.h \
|
db.h \
|
||||||
|
dbgrid.h \
|
||||||
|
dbkeyg.h \
|
||||||
dbtable.h \
|
dbtable.h \
|
||||||
dc.h \
|
dc.h \
|
||||||
dcclient.h \
|
dcclient.h \
|
||||||
@@ -584,6 +587,7 @@ COMMONOBJS = \
|
|||||||
datetime.o \
|
datetime.o \
|
||||||
datstrm.o \
|
datstrm.o \
|
||||||
db.o \
|
db.o \
|
||||||
|
dbgrid.o \
|
||||||
dbtable.o \
|
dbtable.o \
|
||||||
dcbase.o \
|
dcbase.o \
|
||||||
dircmn.o \
|
dircmn.o \
|
||||||
@@ -694,6 +698,7 @@ COMMONDEPS = \
|
|||||||
datetime.d \
|
datetime.d \
|
||||||
datstrm.d \
|
datstrm.d \
|
||||||
db.d \
|
db.d \
|
||||||
|
dbgrid.d \
|
||||||
dbtable.d \
|
dbtable.d \
|
||||||
dcbase.d \
|
dcbase.d \
|
||||||
dircmn.d \
|
dircmn.d \
|
||||||
|
@@ -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!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T!
|
||||||
ALL_SOURCES = \
|
ALL_SOURCES = \
|
||||||
generic/busyinfo.cpp \
|
generic/busyinfo.cpp \
|
||||||
@@ -41,6 +41,7 @@ ALL_SOURCES = \
|
|||||||
common/datetime.cpp \
|
common/datetime.cpp \
|
||||||
common/datstrm.cpp \
|
common/datstrm.cpp \
|
||||||
common/db.cpp \
|
common/db.cpp \
|
||||||
|
common/dbgrid.cpp \
|
||||||
common/dbtable.cpp \
|
common/dbtable.cpp \
|
||||||
common/dcbase.cpp \
|
common/dcbase.cpp \
|
||||||
common/dircmn.cpp \
|
common/dircmn.cpp \
|
||||||
@@ -293,6 +294,8 @@ ALL_HEADERS = \
|
|||||||
datetime.inl \
|
datetime.inl \
|
||||||
datstrm.h \
|
datstrm.h \
|
||||||
db.h \
|
db.h \
|
||||||
|
dbgrid.h \
|
||||||
|
dbkeyg.h \
|
||||||
dbtable.h \
|
dbtable.h \
|
||||||
dc.h \
|
dc.h \
|
||||||
dcclient.h \
|
dcclient.h \
|
||||||
@@ -638,6 +641,7 @@ COMMONOBJS = \
|
|||||||
datetime.o \
|
datetime.o \
|
||||||
datstrm.o \
|
datstrm.o \
|
||||||
db.o \
|
db.o \
|
||||||
|
dbgrid.o \
|
||||||
dbtable.o \
|
dbtable.o \
|
||||||
dcbase.o \
|
dcbase.o \
|
||||||
dircmn.o \
|
dircmn.o \
|
||||||
@@ -748,6 +752,7 @@ COMMONDEPS = \
|
|||||||
datetime.d \
|
datetime.d \
|
||||||
datstrm.d \
|
datstrm.d \
|
||||||
db.d \
|
db.d \
|
||||||
|
dbgrid.d \
|
||||||
dbtable.d \
|
dbtable.d \
|
||||||
dcbase.d \
|
dcbase.d \
|
||||||
dircmn.d \
|
dircmn.d \
|
||||||
|
@@ -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!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE B32.T!
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -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!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BCC.T!
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -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!
|
# 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)
|
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
|
||||||
<<
|
<<
|
||||||
|
|
||||||
test.obj: $*.$(SRCSUFF)
|
|
||||||
cl @<<
|
|
||||||
$(CPPFLAGS2) /Fo$@ /c /Tp $*.$(SRCSUFF)
|
|
||||||
<<
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$(COMMDIR)/y_tab.obj: $*.c $(COMMDIR)/lex_yy.c
|
$(COMMDIR)/y_tab.obj: $*.c $(COMMDIR)/lex_yy.c
|
||||||
|
@@ -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!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE G95.T!
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -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!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T!
|
||||||
|
|
||||||
# Symantec C++ makefile for the msw objects
|
# Symantec C++ makefile for the msw objects
|
||||||
@@ -68,6 +68,7 @@ COMMONOBJS = \
|
|||||||
$(COMMDIR)\datetime.obj \
|
$(COMMDIR)\datetime.obj \
|
||||||
$(COMMDIR)\datstrm.obj \
|
$(COMMDIR)\datstrm.obj \
|
||||||
$(COMMDIR)\db.obj \
|
$(COMMDIR)\db.obj \
|
||||||
|
$(COMMDIR)\dbgrid.obj \
|
||||||
$(COMMDIR)\dbtable.obj \
|
$(COMMDIR)\dbtable.obj \
|
||||||
$(COMMDIR)\dcbase.obj \
|
$(COMMDIR)\dcbase.obj \
|
||||||
$(COMMDIR)\dircmn.obj \
|
$(COMMDIR)\dircmn.obj \
|
||||||
|
@@ -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!
|
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T!
|
||||||
|
|
||||||
# File: makefile.vc
|
# File: makefile.vc
|
||||||
|
Reference in New Issue
Block a user