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:
Václav Slavík
2002-11-30 19:25:39 +00:00
parent ce25ec0551
commit bdac73ce95
3 changed files with 46 additions and 1 deletions

View File

@@ -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" ) {

View File

@@ -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

View File

@@ -473,6 +473,27 @@ ALL_HEADERS = \
xpmdecod.h \
zipstrm.h \
zstream.h \
mgl/app.h \
mgl/bitmap.h \
mgl/brush.h \
mgl/clipbrd.h \
mgl/colour.h \
mgl/cursor.h \
mgl/dc.h \
mgl/dcclient.h \
mgl/dcmemory.h \
mgl/dcscreen.h \
mgl/font.h \
mgl/fontutil.h \
mgl/gdiobj.h \
mgl/icon.h \
mgl/palette.h \
mgl/pen.h \
mgl/popupwin.h \
mgl/private.h \
mgl/region.h \
mgl/toplevel.h \
mgl/window.h \
generic/accel.h \
generic/calctrl.h \
generic/caret.h \
@@ -537,7 +558,6 @@ ALL_HEADERS = \
protocol/protocol.h
COMMONOBJS = \
parser.o \
appcmn.o \
artprov.o \
artstd.o \