regenerated files with tmake

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-06-08 23:57:13 +00:00
parent 4f3c5f06ff
commit 9cfadba232
6 changed files with 371 additions and 315 deletions

659
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 18:20, 2001/05/27 # This file was automatically generated by tmake at 01:55, 2001/06/09
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T!
ALL_SOURCES = \ ALL_SOURCES = \
common/init.cpp \ common/init.cpp \
@@ -124,6 +124,7 @@ ALL_HEADERS = \
sckstrm.h \ sckstrm.h \
serbase.h \ serbase.h \
setup.h \ setup.h \
snglinst.h \
socket.h \ socket.h \
strconv.h \ strconv.h \
stream.h \ stream.h \

View File

@@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 18:20, 2001/05/27 # This file was automatically generated by tmake at 01:55, 2001/06/09
# 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 \
@@ -216,6 +216,7 @@ ALL_SOURCES = \
unix/fontutil.cpp \ unix/fontutil.cpp \
unix/gsocket.c \ unix/gsocket.c \
unix/mimetype.cpp \ unix/mimetype.cpp \
unix/snglinst.cpp \
unix/threadpsx.cpp \ unix/threadpsx.cpp \
unix/utilsunx.cpp \ unix/utilsunx.cpp \
html/helpctrl.cpp \ html/helpctrl.cpp \
@@ -398,6 +399,7 @@ ALL_HEADERS = \
setup.h \ setup.h \
sizer.h \ sizer.h \
slider.h \ slider.h \
snglinst.h \
socket.h \ socket.h \
spinbutt.h \ spinbutt.h \
spinctrl.h \ spinctrl.h \
@@ -1012,6 +1014,7 @@ UNIXOBJS = \
fontutil.o \ fontutil.o \
gsocket.o \ gsocket.o \
mimetype.o \ mimetype.o \
snglinst.o \
threadpsx.o \ threadpsx.o \
utilsunx.o utilsunx.o
@@ -1022,6 +1025,7 @@ UNIXDEPS = \
fontutil.d \ fontutil.d \
gsocket.d \ gsocket.d \
mimetype.d \ mimetype.d \
snglinst.d \
threadpsx.d \ threadpsx.d \
utilsunx.d utilsunx.d

View File

@@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 18:20, 2001/05/27 # This file was automatically generated by tmake at 01:55, 2001/06/09
# 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 \
@@ -216,6 +216,7 @@ ALL_SOURCES = \
unix/fontutil.cpp \ unix/fontutil.cpp \
unix/gsocket.c \ unix/gsocket.c \
unix/mimetype.cpp \ unix/mimetype.cpp \
unix/snglinst.cpp \
unix/threadpsx.cpp \ unix/threadpsx.cpp \
unix/utilsunx.cpp \ unix/utilsunx.cpp \
html/helpctrl.cpp \ html/helpctrl.cpp \
@@ -398,6 +399,7 @@ ALL_HEADERS = \
setup.h \ setup.h \
sizer.h \ sizer.h \
slider.h \ slider.h \
snglinst.h \
socket.h \ socket.h \
spinbutt.h \ spinbutt.h \
spinctrl.h \ spinctrl.h \
@@ -1012,6 +1014,7 @@ UNIXOBJS = \
fontutil.o \ fontutil.o \
gsocket.o \ gsocket.o \
mimetype.o \ mimetype.o \
snglinst.o \
threadpsx.o \ threadpsx.o \
utilsunx.o utilsunx.o
@@ -1022,6 +1025,7 @@ UNIXDEPS = \
fontutil.d \ fontutil.d \
gsocket.d \ gsocket.d \
mimetype.d \ mimetype.d \
snglinst.d \
threadpsx.d \ threadpsx.d \
utilsunx.d utilsunx.d

View File

@@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 18:20, 2001/05/27 # This file was automatically generated by tmake at 01:55, 2001/06/09
# 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 \
@@ -212,6 +212,7 @@ ALL_SOURCES = \
unix/fontutil.cpp \ unix/fontutil.cpp \
unix/gsocket.c \ unix/gsocket.c \
unix/mimetype.cpp \ unix/mimetype.cpp \
unix/snglinst.cpp \
unix/threadpsx.cpp \ unix/threadpsx.cpp \
unix/utilsunx.cpp \ unix/utilsunx.cpp \
html/helpctrl.cpp \ html/helpctrl.cpp \
@@ -394,6 +395,7 @@ ALL_HEADERS = \
setup.h \ setup.h \
sizer.h \ sizer.h \
slider.h \ slider.h \
snglinst.h \
socket.h \ socket.h \
spinbutt.h \ spinbutt.h \
spinctrl.h \ spinctrl.h \
@@ -1000,6 +1002,7 @@ UNIXOBJS = \
fontutil.o \ fontutil.o \
gsocket.o \ gsocket.o \
mimetype.o \ mimetype.o \
snglinst.o \
threadpsx.o \ threadpsx.o \
utilsunx.o utilsunx.o
@@ -1010,6 +1013,7 @@ UNIXDEPS = \
fontutil.d \ fontutil.d \
gsocket.d \ gsocket.d \
mimetype.d \ mimetype.d \
snglinst.d \
threadpsx.d \ threadpsx.d \
utilsunx.d utilsunx.d

View File

@@ -1,4 +1,4 @@
# This file was automatically generated by tmake at 18:20, 2001/05/27 # This file was automatically generated by tmake at 01:55, 2001/06/09
# 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 \
@@ -216,6 +216,7 @@ ALL_SOURCES = \
msw/scrolbar.cpp \ msw/scrolbar.cpp \
msw/settings.cpp \ msw/settings.cpp \
msw/slider95.cpp \ msw/slider95.cpp \
msw/snglinst.cpp \
msw/spinbutt.cpp \ msw/spinbutt.cpp \
msw/spinctrl.cpp \ msw/spinctrl.cpp \
msw/statbmp.cpp \ msw/statbmp.cpp \
@@ -417,6 +418,7 @@ ALL_HEADERS = \
setup.h \ setup.h \
sizer.h \ sizer.h \
slider.h \ slider.h \
snglinst.h \
socket.h \ socket.h \
spinbutt.h \ spinbutt.h \
spinctrl.h \ spinctrl.h \
@@ -978,6 +980,7 @@ GUIOBJS = \
scrolbar.o \ scrolbar.o \
settings.o \ settings.o \
slider95.o \ slider95.o \
snglinst.o \
spinbutt.o \ spinbutt.o \
spinctrl.o \ spinctrl.o \
statbmp.o \ statbmp.o \
@@ -1075,6 +1078,7 @@ GUIDEPS = \
scrolbar.d \ scrolbar.d \
settings.d \ settings.d \
slider95.d \ slider95.d \
snglinst.d \
spinbutt.d \ spinbutt.d \
spinctrl.d \ spinctrl.d \
statbmp.d \ statbmp.d \