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:
parent
1cf1393434
commit
39353a1c1c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user