From 39353a1c1c9072c415f83b8bf15ac791749f15d9 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 8 Feb 2002 12:56:26 +0000 Subject: [PATCH] Added evtloop.cpp to file list, added X11 to makeall git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/filelist.txt | 3 ++- distrib/msw/tmake/makeall.bat | 1 + src/x11/files.lst | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 4b6e9dd995..4664f3e860 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -614,7 +614,8 @@ dc.cpp X11 dcclient.cpp X11 dcmemory.cpp X11 dcscreen.cpp X11 -font.cpp X11 +dcscreen.cpp X11 +evtloop.cpp X11 gdiobj.cpp X11 glcanvas.cpp X11 icon.cpp X11 diff --git a/distrib/msw/tmake/makeall.bat b/distrib/msw/tmake/makeall.bat index da08b13b49..c761ef7ec9 100755 --- a/distrib/msw/tmake/makeall.bat +++ b/distrib/msw/tmake/makeall.bat @@ -68,5 +68,6 @@ echo Generating for Unix and Configure... %tmakecmd% -t msw wxwin.pro -o %WXDIR%\src\msw\files.lst %tmakecmd% -t mac wxwin.pro -o %WXDIR%\src\mac\files.lst %tmakecmd% -t motif wxwin.pro -o %WXDIR%\src\motif\files.lst +%tmakecmd% -t x11 wxwin.pro -o %WXDIR%\src\x11\files.lst %tmakecmd% -t os2 wxwin.pro -o %WXDIR%\src\os2\files.lst :end diff --git a/src/x11/files.lst b/src/x11/files.lst index b4ebffb149..086318cc18 100644 --- a/src/x11/files.lst +++ b/src/x11/files.lst @@ -188,7 +188,7 @@ ALL_SOURCES = \ x11/dcclient.cpp \ x11/dcmemory.cpp \ x11/dcscreen.cpp \ - x11/font.cpp \ + x11/evtloop.cpp \ x11/gdiobj.cpp \ x11/glcanvas.cpp \ x11/gsockx11.c \ @@ -750,7 +750,7 @@ GUIOBJS = \ dcclient.o \ dcmemory.o \ dcscreen.o \ - font.o \ + evtloop.o \ gdiobj.o \ glcanvas.o \ gsockx11.o \