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
This commit is contained in:
Julian Smart
2002-02-08 12:56:26 +00:00
parent 1cf1393434
commit 39353a1c1c
3 changed files with 5 additions and 3 deletions

View File

@@ -614,7 +614,8 @@ dc.cpp X11
dcclient.cpp X11 dcclient.cpp X11
dcmemory.cpp X11 dcmemory.cpp X11
dcscreen.cpp X11 dcscreen.cpp X11
font.cpp X11 dcscreen.cpp X11
evtloop.cpp X11
gdiobj.cpp X11 gdiobj.cpp X11
glcanvas.cpp X11 glcanvas.cpp X11
icon.cpp X11 icon.cpp X11

View File

@@ -68,5 +68,6 @@ echo Generating for Unix and Configure...
%tmakecmd% -t msw wxwin.pro -o %WXDIR%\src\msw\files.lst %tmakecmd% -t msw wxwin.pro -o %WXDIR%\src\msw\files.lst
%tmakecmd% -t mac wxwin.pro -o %WXDIR%\src\mac\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 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 %tmakecmd% -t os2 wxwin.pro -o %WXDIR%\src\os2\files.lst
:end :end

View File

@@ -188,7 +188,7 @@ ALL_SOURCES = \
x11/dcclient.cpp \ x11/dcclient.cpp \
x11/dcmemory.cpp \ x11/dcmemory.cpp \
x11/dcscreen.cpp \ x11/dcscreen.cpp \
x11/font.cpp \ x11/evtloop.cpp \
x11/gdiobj.cpp \ x11/gdiobj.cpp \
x11/glcanvas.cpp \ x11/glcanvas.cpp \
x11/gsockx11.c \ x11/gsockx11.c \
@@ -750,7 +750,7 @@ GUIOBJS = \
dcclient.o \ dcclient.o \
dcmemory.o \ dcmemory.o \
dcscreen.o \ dcscreen.o \
font.o \ evtloop.o \
gdiobj.o \ gdiobj.o \
glcanvas.o \ glcanvas.o \
gsockx11.o \ gsockx11.o \