X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0cb0ba509fad1fb966d4d5277ff28071d7a8477..adb45366da2cb1ee72f548ab2fa149f071327682:/src/univ/files.lst?ds=sidebyside diff --git a/src/univ/files.lst b/src/univ/files.lst index 4cb6f59e7f..93a1f55df3 100644 --- a/src/univ/files.lst +++ b/src/univ/files.lst @@ -12,11 +12,12 @@ UNIV_SOURCES = \ univ/dialog.cpp \ univ/framuniv.cpp \ univ/gauge.cpp \ - univ/themes/gtk.cpp \ + univ/gtk.cpp \ univ/inpcons.cpp \ univ/inphand.cpp \ univ/listbox.cpp \ univ/menu.cpp \ + univ/metal.cpp \ univ/notebook.cpp \ univ/radiobox.cpp \ univ/radiobut.cpp \ @@ -33,8 +34,9 @@ UNIV_SOURCES = \ univ/statusbr.cpp \ univ/textctrl.cpp \ univ/theme.cpp \ + univ/toolbar.cpp \ univ/topluniv.cpp \ - univ/themes/win32.cpp \ + univ/win32.cpp \ univ/winuniv.cpp UNIV_HEADERS = \ @@ -73,6 +75,7 @@ UNIV_HEADERS = \ univ/statusbr.h \ univ/textctrl.h \ univ/theme.h \ + univ/toolbar.h \ univ/toplevel.h \ univ/window.h @@ -93,6 +96,7 @@ UNIVOBJS = \ inphand.o \ listbox.o \ menu.o \ + metal.o \ notebook.o \ radiobox.o \ radiobut.o \ @@ -109,6 +113,7 @@ UNIVOBJS = \ statusbr.o \ textctrl.o \ theme.o \ + toolbar.o \ topluniv.o \ win32.o \ winuniv.o