regenerated project/makefiles with tmake

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-24 01:24:12 +00:00
parent 505f0a85c9
commit 153ecbb81c
22 changed files with 390 additions and 124 deletions

View File

@@ -42,6 +42,7 @@ ALL_SOURCES = \
generic/treectlg.cpp \
generic/wizard.cpp \
common/accesscmn.cpp \
common/appbase.cpp \
common/appcmn.cpp \
common/artprov.cpp \
common/artstd.cpp \
@@ -86,6 +87,7 @@ ALL_SOURCES = \
common/filename.cpp \
common/filesys.cpp \
common/fldlgcmn.cpp \
common/fmapbase.cpp \
common/fontcmn.cpp \
common/fontmap.cpp \
common/framecmn.cpp \
@@ -147,6 +149,7 @@ ALL_SOURCES = \
common/sizer.cpp \
common/socket.cpp \
common/statbar.cpp \
common/stopwatch.cpp \
common/strconv.cpp \
common/stream.cpp \
common/string.cpp \
@@ -250,6 +253,7 @@ ALL_SOURCES = \
mac/utilsexc.cpp \
mac/wave.cpp \
mac/window.cpp \
unix/baseunix.cpp \
unix/snglinst.cpp \
unix/utilsunx.cpp \
html/helpctrl.cpp \
@@ -277,6 +281,7 @@ ALL_HEADERS = \
accel.h \
access.h \
app.h \
apptrait.h \
arrimpl.cpp \
artprov.h \
bitmap.h \
@@ -351,6 +356,7 @@ ALL_HEADERS = \
filefn.h \
filename.h \
filesys.h \
fmappriv.h \
font.h \
fontdlg.h \
fontenc.h \
@@ -632,10 +638,13 @@ ALL_HEADERS = \
generic/timer.h \
generic/treectlg.h \
generic/wizard.h \
unix/apptbase.h \
unix/apptrait.h \
unix/execute.h \
unix/fontutil.h \
unix/gsockunx.h \
unix/mimetype.h \
unix/pipe.h \
unix/taskbarx11.h \
unix/utilsx11.h \
html/forcelnk.h \
@@ -658,6 +667,7 @@ ALL_HEADERS = \
COMMONOBJS = \
accesscmn.o \
appbase.o \
appcmn.o \
artprov.o \
artstd.o \
@@ -702,6 +712,7 @@ COMMONOBJS = \
filename.o \
filesys.o \
fldlgcmn.o \
fmapbase.o \
fontcmn.o \
fontmap.o \
framecmn.o \
@@ -763,6 +774,7 @@ COMMONOBJS = \
sizer.o \
socket.o \
statbar.o \
stopwatch.o \
strconv.o \
stream.o \
string.o \
@@ -913,6 +925,7 @@ GUIOBJS = \
window.o
UNIXOBJS = \
baseunix.o \
snglinst.o \
utilsunx.o

View File

@@ -42,6 +42,7 @@ ALL_SOURCES = \
generic/treectlg.cpp \
generic/wizard.cpp \
common/accesscmn.cpp \
common/appbase.cpp \
common/appcmn.cpp \
common/artprov.cpp \
common/artstd.cpp \
@@ -86,6 +87,7 @@ ALL_SOURCES = \
common/filename.cpp \
common/filesys.cpp \
common/fldlgcmn.cpp \
common/fmapbase.cpp \
common/fontcmn.cpp \
common/fontmap.cpp \
common/framecmn.cpp \
@@ -147,6 +149,7 @@ ALL_SOURCES = \
common/sizer.cpp \
common/socket.cpp \
common/statbar.cpp \
common/stopwatch.cpp \
common/strconv.cpp \
common/stream.cpp \
common/string.cpp \
@@ -250,6 +253,7 @@ ALL_SOURCES = \
mac/utilsexc.cpp \
mac/wave.cpp \
mac/window.cpp \
unix/baseunix.cpp \
unix/snglinst.cpp \
unix/utilsunx.cpp \
html/helpctrl.cpp \
@@ -277,6 +281,7 @@ ALL_HEADERS = \
accel.h \
access.h \
app.h \
apptrait.h \
arrimpl.cpp \
artprov.h \
bitmap.h \
@@ -351,6 +356,7 @@ ALL_HEADERS = \
filefn.h \
filename.h \
filesys.h \
fmappriv.h \
font.h \
fontdlg.h \
fontenc.h \
@@ -632,10 +638,13 @@ ALL_HEADERS = \
generic/timer.h \
generic/treectlg.h \
generic/wizard.h \
unix/apptbase.h \
unix/apptrait.h \
unix/execute.h \
unix/fontutil.h \
unix/gsockunx.h \
unix/mimetype.h \
unix/pipe.h \
unix/taskbarx11.h \
unix/utilsx11.h \
html/forcelnk.h \
@@ -658,6 +667,7 @@ ALL_HEADERS = \
COMMONOBJS = \
accesscmn.o \
appbase.o \
appcmn.o \
artprov.o \
artstd.o \
@@ -702,6 +712,7 @@ COMMONOBJS = \
filename.o \
filesys.o \
fldlgcmn.o \
fmapbase.o \
fontcmn.o \
fontmap.o \
framecmn.o \
@@ -763,6 +774,7 @@ COMMONOBJS = \
sizer.o \
socket.o \
statbar.o \
stopwatch.o \
strconv.o \
stream.o \
string.o \
@@ -913,6 +925,7 @@ GUIOBJS = \
window.o
UNIXOBJS = \
baseunix.o \
snglinst.o \
utilsunx.o