install MGL header w/ wxMGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -97,6 +97,8 @@
|
||||
$wxGTKINCLUDE{$filename} = $fileflags;
|
||||
} elsif ( $filetype eq "OS2H" ) {
|
||||
$wxOS2PMINCLUDE{$filename} = $fileflags;
|
||||
} elsif ( $filetype eq "MGLH" ) {
|
||||
$wxMGLINCLUDE{$filename} = $fileflags;
|
||||
} elsif ( $filetype eq "X11H" ) {
|
||||
$wxX11INCLUDE{$filename} = $fileflags;
|
||||
} elsif ( $filetype eq "UnivH" ) {
|
||||
|
@@ -30,6 +30,7 @@
|
||||
# MotifH /include/wx/motif
|
||||
# MSWH /include/wx/msw
|
||||
# OS2H /include/wx/os2
|
||||
# MGLH /include/wx/mgl
|
||||
# X11H /include/wx/x11
|
||||
# GenericH /include/wx/generic
|
||||
# HtmlH /include/wx/html
|
||||
@@ -1229,6 +1230,28 @@ textctrl.h X11H
|
||||
toplevel.h X11H
|
||||
window.h X11H
|
||||
|
||||
app.h MGLH
|
||||
bitmap.h MGLH
|
||||
brush.h MGLH
|
||||
clipbrd.h MGLH
|
||||
colour.h MGLH
|
||||
cursor.h MGLH
|
||||
dc.h MGLH
|
||||
dcclient.h MGLH
|
||||
dcmemory.h MGLH
|
||||
dcscreen.h MGLH
|
||||
font.h MGLH
|
||||
fontutil.h MGLH
|
||||
gdiobj.h MGLH
|
||||
icon.h MGLH
|
||||
palette.h MGLH
|
||||
pen.h MGLH
|
||||
popupwin.h MGLH
|
||||
private.h MGLH
|
||||
region.h MGLH
|
||||
toplevel.h MGLH
|
||||
window.h MGLH
|
||||
|
||||
accel.h MSWH
|
||||
app.h MSWH
|
||||
bitmap.h MSWH
|
||||
|
Reference in New Issue
Block a user