src/msw/thread.cpp
src/msw/utils.cpp
src/msw/utilsexc.cpp
+ src/msw/crashrpt.cpp
</set>
<set var="BASE_AND_GUI_WIN32_SRC">
src/msw/main.cpp
wx/msw/winundef.h
wx/msw/wrapwin.h
wx/msw/chkconf.h
+ wx/msw/crashrpt.h
</set>
<set var="BASE_DARWIN_SRC">
src/common/utilscmn.cpp
</set>
<set var="BASE_CMN_HDR">
+ wx/apptrait.h
+ wx/beforestd.h
+ wx/containr.h
+ wx/msgout.h
+ wx/types.h
wx/init.h
wx/arrimpl.cpp
wx/listimpl.cpp
src/generic/dcbuffer.cpp
src/generic/dcpsg.cpp
src/generic/dirctrlg.cpp
+ src/generic/dragimgg.cpp
src/generic/grid.cpp
src/generic/gridctrl.cpp
src/generic/gridsel.cpp
wx/generic/wizard.h
wx/generic/treectlg.h
- <!-- Not sure this is the right list for all of these, but they -->
- <!-- were missing and this seemed as good of a place as any... -->
wx/accel.h
wx/access.h
wx/afterstd.h
- wx/apptrait.h
wx/artprov.h
- wx/beforestd.h
wx/bitmap.h
wx/busyinfo.h
wx/calctrl.h
wx/cmdproc.h
wx/colordlg.h
wx/colour.h
- wx/containr.h
wx/cshelp.h
wx/dataobj.h
wx/dbgrid.h
wx/helpbase.h
wx/helpwin.h
wx/iconbndl.h
- wx/iconbndl.h
wx/imagbmp.h
wx/image.h
wx/imaggif.h
wx/joystick.h
wx/laywin.h
wx/listbase.h
- wx/listbase.h
wx/listctrl.h
wx/matrix.h
wx/menuitem.h
wx/metafile.h
wx/minifram.h
- wx/msgout.h
wx/notebook.h
wx/ownerdrw.h
wx/paper.h
wx/toplevel.h
wx/treebase.h
wx/treectrl.h
- wx/types.h
wx/valgen.h
wx/vlbox.h
wx/vms_x_fix.h
wx/vscroll.h
wx/wave.h
wx/wizard.h
- wx/wxhtml.h
wx/xpmdecod.h
wx/xpmhand.h
wx/generic/dragimgg.h
wx/generic/gridsel.h
- wx/generic/listctrl.h
- wx/generic/mdig.h
- wx/generic/paletteg.h
- wx/generic/statline.h
</set>
</set>
<set var="GTK_LOWLEVEL_HDR">
$(XWIN_LOWLEVEL_HDR)
+ wx/generic/paletteg.h
</set>
<set var="GTK_SRC">
<!-- Generic implementations used by wxGTK: -->
wx/gtk/toplevel.h
wx/gtk/gauge.h
wx/gtk/gdiobj.h
- wx/gtk/glcanvas.h
wx/gtk/icon.h
wx/gtk/joystick.h
wx/gtk/listbox.h
wx/generic/tabg.h
wx/generic/dirdlgg.h
wx/generic/statusbr.h
+ wx/generic/listctrl.h
</set>
src/motif/frame.cpp
src/motif/gauge.cpp
src/motif/gdiobj.cpp
- src/motif/glcanvas.cpp
src/motif/icon.cpp
src/motif/listbox.cpp
src/motif/main.cpp
wx/motif/frame.h
wx/motif/gauge.h
wx/motif/gdiobj.h
- wx/motif/glcanvas.h
wx/motif/icon.h
wx/motif/listbox.h
wx/motif/mdi.h
src/x11/evtloop.cpp
src/x11/font.cpp
src/x11/gdiobj.cpp
- src/x11/glcanvas.cpp
src/x11/icon.cpp
src/x11/joystick.cpp
src/x11/main.cpp
wx/x11/dnd.h
wx/x11/font.h
wx/x11/gdiobj.h
- wx/x11/glcanvas.h
wx/x11/icon.h
wx/x11/joystick.h
wx/x11/minifram.h
src/msw/fontutil.cpp
src/msw/gdiimage.cpp
src/msw/gdiobj.cpp
- src/msw/glcanvas.cpp
src/msw/helpchm.cpp
src/msw/helpwin.cpp
src/msw/icon.cpp
wx/msw/gauge95.h
wx/msw/gdiimage.h
wx/msw/gdiobj.h
- wx/msw/glcanvas.h
wx/msw/helpchm.h
wx/msw/helpwin.h
wx/msw/icon.h
wx/mac/frame.h
wx/mac/gauge.h
wx/mac/gdiobj.h
- wx/mac/glcanvas.h
wx/mac/gsockmac.h
wx/mac/helpxxxx.h
wx/mac/icon.h
wx/generic/tabg.h
wx/generic/caret.h
wx/generic/mdig.h
+ wx/generic/paletteg.h
</set>
wx/generic/dirdlgg.h
wx/generic/statusbr.h
wx/generic/accel.h
+ wx/generic/listctrl.h
</set>
src/generic/htmllbox.cpp
</set>
<set var="HTML_HDR">
+ wx/wxhtml.h
wx/html/forcelnk.h
wx/html/helpctrl.h
wx/html/helpdata.h
</set>
+<!-- ====================================================================== -->
+<!-- OpenGL canvas -->
+<!-- ====================================================================== -->
+
+<set var="OPENGL_SRC">
+ <if cond="TOOLKIT=='MAC'">src/mac/glcanvas.cpp</if>
+ <if cond="TOOLKIT=='GTK'">src/gtk/glcanvas.cpp</if>
+ <if cond="TOOLKIT=='MSW'">src/msw/glcanvas.cpp</if>
+ <if cond="TOOLKIT=='MOTIF'">src/motif/glcanvas.cpp</if>
+ <if cond="TOOLKIT=='X11'">src/x11/glcanvas.cpp</if>
+</set>
+
+<set var="OPENGL_HDR">
+ <if cond="TOOLKIT=='MAC'">wx/mac/glcanvas.h</if>
+ <if cond="TOOLKIT=='GTK'">wx/gtk/glcanvas.h</if>
+ <if cond="TOOLKIT=='MSW'">wx/msw/glcanvas.h</if>
+ <if cond="TOOLKIT=='MOTIF'">wx/motif/glcanvas.h</if>
+ <if cond="TOOLKIT=='X11'">wx/x11/glcanvas.h</if>
+</set>
+
<!-- ====================================================================== -->
</if>
</set>
+
+ <set var="ALL_GUI_HEADERS">
+ <if cond="USE_GUI=='1' and WXUNIV=='0'">
+ $(GUI_CMN_HDR) $(LOWLEVEL_HDR) $(GUI_HDR)
+ </if>
+ <if cond="USE_GUI=='1' and WXUNIV=='1'">
+ $(GUI_CMN_HDR) $(LOWLEVEL_HDR) $(UNIV_HDR)
+ </if>
+ </set>
+
<set var="ALL_HEADERS">
$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
- $(GUI_CMN_HDR) $(GUI_HDR) $(LOWLEVEL_HDR)
+ $(ALL_GUI_HEADERS)
$(HTML_HDR)
+ $(OPENGL_HDR)
</set>
</makefile>