src/generic/listctrl.cpp
src/generic/prntdlgg.cpp
src/generic/statusbr.cpp
- <!-- Generic implementations used by wxGPE: -->
- src/generic/fontdlgg.cpp
<!-- GTK+ specific files: -->
src/gtk/anybutton.cpp
src/gtk/artgtk.cpp
src/gtk/fontdlg.cpp
src/gtk/frame.cpp
src/gtk/gauge.cpp
- src/gtk/gnome/gprint.cpp
src/gtk/gnome/gvfs.cpp
src/gtk/infobar.cpp
src/gtk/listbox.cpp
src/gtk/tglbtn.cpp
src/gtk/treeentry_gtk.c
</set>
+<set var="GTK2_SRC" hints="files">
+ $(GTK_SRC)
+ <!-- Generic implementations used by wxGPE: -->
+ src/generic/fontdlgg.cpp
+ <!-- GTK+ specific files: -->
+ src/gtk/gnome/gprint.cpp
+</set>
<set var="GTK_HDR" hints="files">
wx/generic/fdrepdlg.h
wx/generic/filepickerg.h
- wx/generic/fontdlgg.h
wx/generic/listctrl.h
wx/generic/statusbr.h
wx/gtk/accel.h
wx/gtk/fontdlg.h
wx/gtk/frame.h
wx/gtk/gauge.h
- wx/gtk/gnome/gprint.h
wx/gtk/gnome/gvfs.h
wx/gtk/infobar.h
wx/gtk/listbox.h
wx/gtk/tglbtn.h
wx/gtk/treeentry_gtk.h
</set>
+<set var="GTK2_HDR" hints="files">
+ wx/generic/fontdlgg.h
+ wx/gtk/gnome/gprint.h
+</set>
<!-- ====================================================================== -->
<set var="GUI_SRC" hints="files">
<if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_SRC)</if>
- <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_SRC)</if>
+ <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_SRC)</if>
<if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_SRC)</if>
<if cond="TOOLKIT=='MOTIF'">$(MOTIF_SRC)</if>
<if cond="TOOLKIT=='MSW'">$(MSW_SRC) $(MSW_DESKTOP_SRC)</if>
</set>
<set var="GUI_HDR" hints="files">
<if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='3'">$(GTK_HDR)</if>
- <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_HDR)</if>
+ <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK2_HDR)</if>
<if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_HDR)</if>
<if cond="TOOLKIT=='MOTIF'">$(MOTIF_HDR)</if>
<if cond="TOOLKIT=='MSW'">$(MSW_HDR) $(MSW_DESKTOP_HDR)</if>