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

@@ -45,6 +45,7 @@ ALL_SOURCES = \
generic/treectlg.cpp \
generic/wizard.cpp \
common/accesscmn.cpp \
common/appbase.cpp \
common/appcmn.cpp \
common/artprov.cpp \
common/artstd.cpp \
@@ -89,6 +90,7 @@ ALL_SOURCES = \
common/filename.cpp \
common/filesys.cpp \
common/fldlgcmn.cpp \
common/fmapbase.cpp \
common/fontcmn.cpp \
common/fontmap.cpp \
common/framecmn.cpp \
@@ -150,6 +152,7 @@ ALL_SOURCES = \
common/sizer.cpp \
common/socket.cpp \
common/statbar.cpp \
common/stopwatch.cpp \
common/strconv.cpp \
common/stream.cpp \
common/string.cpp \
@@ -240,6 +243,7 @@ ALL_SOURCES = \
gtk/wave.cpp \
gtk/win_gtk.c \
gtk/window.cpp \
unix/baseunix.cpp \
unix/dialup.cpp \
unix/dir.cpp \
unix/fontenum.cpp \
@@ -276,6 +280,7 @@ ALL_HEADERS = \
accel.h \
access.h \
app.h \
apptrait.h \
arrimpl.cpp \
artprov.h \
bitmap.h \
@@ -350,6 +355,7 @@ ALL_HEADERS = \
filefn.h \
filename.h \
filesys.h \
fmappriv.h \
font.h \
fontdlg.h \
fontenc.h \
@@ -610,10 +616,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 \
@@ -636,6 +645,7 @@ ALL_HEADERS = \
COMMONOBJS = \
accesscmn.o \
appbase.o \
appcmn.o \
artprov.o \
artstd.o \
@@ -680,6 +690,7 @@ COMMONOBJS = \
filename.o \
filesys.o \
fldlgcmn.o \
fmapbase.o \
fontcmn.o \
fontmap.o \
framecmn.o \
@@ -741,6 +752,7 @@ COMMONOBJS = \
sizer.o \
socket.o \
statbar.o \
stopwatch.o \
strconv.o \
stream.o \
string.o \
@@ -951,6 +963,7 @@ GUI_LOWLEVEL_OBJS = \
window.o
UNIXOBJS = \
baseunix.o \
dialup.o \
dir.o \
fontenum.o \