new makefile and gdiimage suport for xpm data

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2001-01-21 23:00:16 +00:00
parent d421fbda2f
commit d4714748d8
2 changed files with 17 additions and 17 deletions

View File

@@ -30,9 +30,8 @@
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/os2/private.h" #include "wx/os2/private.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/xpmhand.h"
#include "wx/os2/gdiimage.h" #include "wx/os2/gdiimage.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
@@ -347,10 +346,8 @@ void wxGDIImage::InitStandardHandlers()
AddHandler(new wxBMPResourceHandler); AddHandler(new wxBMPResourceHandler);
AddHandler(new wxBMPFileHandler); AddHandler(new wxBMPFileHandler);
// Not added by default: include xpmhand.h in your app AddHandler(new wxXPMFileHandler);
// and call these in your wxApp::OnInit. AddHandler(new wxXPMDataHandler);
// AddHandler(new wxXPMFileHandler);
// AddHandler(new wxXPMDataHandler);
AddHandler(new wxICOResourceHandler); AddHandler(new wxICOResourceHandler);
AddHandler(new wxICOFileHandler); AddHandler(new wxICOFileHandler);

View File

@@ -115,7 +115,6 @@ GENERICOBJS= \
..\generic\$D\logg.obj \ ..\generic\$D\logg.obj \
..\generic\$D\numdlgg.obj \ ..\generic\$D\numdlgg.obj \
..\generic\$D\panelg.obj \ ..\generic\$D\panelg.obj \
..\generic\$D\plot.obj \
..\generic\$D\printps.obj \ ..\generic\$D\printps.obj \
..\generic\$D\prntdlgg.obj \ ..\generic\$D\prntdlgg.obj \
..\generic\$D\progdlgg.obj \ ..\generic\$D\progdlgg.obj \
@@ -159,7 +158,6 @@ GENLIBOBJS= \
logg.obj \ logg.obj \
numdlgg.obj \ numdlgg.obj \
panelg.obj \ panelg.obj \
plot.obj \
printps.obj \ printps.obj \
prntdlgg.obj \ prntdlgg.obj \
progdlgg.obj \ progdlgg.obj \
@@ -216,6 +214,7 @@ COMMONOBJS = \
..\common\$D\file.obj \ ..\common\$D\file.obj \
..\common\$D\fileconf.obj \ ..\common\$D\fileconf.obj \
..\common\$D\filefn.obj \ ..\common\$D\filefn.obj \
..\common\$D\filename.obj \
..\common\$D\filesys.obj \ ..\common\$D\filesys.obj \
..\common\$D\fontcmn.obj \ ..\common\$D\fontcmn.obj \
..\common\$D\fontmap.obj \ ..\common\$D\fontmap.obj \
@@ -325,6 +324,7 @@ COMLIBOBJS1 = \
file.obj \ file.obj \
fileconf.obj \ fileconf.obj \
filefn.obj \ filefn.obj \
filename.obj \
filesys.obj \ filesys.obj \
fontcmn.obj \ fontcmn.obj \
fontmap.obj \ fontmap.obj \
@@ -339,10 +339,10 @@ COMLIBOBJS1 = \
hash.obj \ hash.obj \
helpbase.obj \ helpbase.obj \
http.obj \ http.obj \
imagall.obj \ imagall.obj
imagbmp.obj
COMLIBOBJS2 = \ COMLIBOBJS2 = \
imagbmp.obj \
image.obj \ image.obj \
imaggif.obj \ imaggif.obj \
imagjpeg.obj \ imagjpeg.obj \
@@ -383,10 +383,10 @@ COMLIBOBJS2 = \
stream.obj \ stream.obj \
string.obj \ string.obj \
tbarbase.obj \ tbarbase.obj \
textcmn.obj \ textcmn.obj
textfile.obj
COMLIBOBJS3 = \ COMLIBOBJS3 = \
textfile.obj \
timercmn.obj \ timercmn.obj \
tokenzr.obj \ tokenzr.obj \
treebase.obj \ treebase.obj \
@@ -483,7 +483,8 @@ OS2OBJS = \
..\os2\$D\utils.obj \ ..\os2\$D\utils.obj \
..\os2\$D\utilsexc.obj \ ..\os2\$D\utilsexc.obj \
..\os2\$D\wave.obj \ ..\os2\$D\wave.obj \
..\os2\$D\window.obj ..\os2\$D\window.obj \
..\os2\$D\xpmhand.obj
OS2LIBOBJS1 = \ OS2LIBOBJS1 = \
accel.obj \ accel.obj \
@@ -564,7 +565,8 @@ OS2LIBOBJS2 = \
utils.obj \ utils.obj \
utilsexc.obj \ utilsexc.obj \
wave.obj \ wave.obj \
window.obj window.obj \
xpmhand.obj
HTMLOBJS = \ HTMLOBJS = \
..\html\$D\helpctrl.obj \ ..\html\$D\helpctrl.obj \
@@ -657,6 +659,7 @@ $(COMLIBOBJS1):
copy ..\common\$D\file.obj copy ..\common\$D\file.obj
copy ..\common\$D\fileconf.obj copy ..\common\$D\fileconf.obj
copy ..\common\$D\filefn.obj copy ..\common\$D\filefn.obj
copy ..\common\$D\filename.obj
copy ..\common\$D\filesys.obj copy ..\common\$D\filesys.obj
copy ..\common\$D\fontcmn.obj copy ..\common\$D\fontcmn.obj
copy ..\common\$D\fontmap.obj copy ..\common\$D\fontmap.obj
@@ -672,9 +675,9 @@ $(COMLIBOBJS1):
copy ..\common\$D\helpbase.obj copy ..\common\$D\helpbase.obj
copy ..\common\$D\http.obj copy ..\common\$D\http.obj
copy ..\common\$D\imagall.obj copy ..\common\$D\imagall.obj
copy ..\common\$D\imagbmp.obj
$(COMLIBOBJS2): $(COMLIBOBJS2):
copy ..\common\$D\imagbmp.obj
copy ..\common\$D\image.obj copy ..\common\$D\image.obj
copy ..\common\$D\imaggif.obj copy ..\common\$D\imaggif.obj
copy ..\common\$D\imagjpeg.obj copy ..\common\$D\imagjpeg.obj
@@ -716,9 +719,9 @@ $(COMLIBOBJS2):
copy ..\common\$D\string.obj copy ..\common\$D\string.obj
copy ..\common\$D\tbarbase.obj copy ..\common\$D\tbarbase.obj
copy ..\common\$D\textcmn.obj copy ..\common\$D\textcmn.obj
copy ..\common\$D\textfile.obj
$(COMLIBOBJS3): $(COMLIBOBJS3):
copy ..\common\$D\textfile.obj
copy ..\common\$D\timercmn.obj copy ..\common\$D\timercmn.obj
copy ..\common\$D\tokenzr.obj copy ..\common\$D\tokenzr.obj
copy ..\common\$D\treebase.obj copy ..\common\$D\treebase.obj
@@ -759,7 +762,6 @@ $(GENLIBOBJS):
copy ..\generic\$D\logg.obj copy ..\generic\$D\logg.obj
copy ..\generic\$D\numdlgg.obj copy ..\generic\$D\numdlgg.obj
copy ..\generic\$D\panelg.obj copy ..\generic\$D\panelg.obj
copy ..\generic\$D\plot.obj
copy ..\generic\$D\printps.obj copy ..\generic\$D\printps.obj
copy ..\generic\$D\prntdlgg.obj copy ..\generic\$D\prntdlgg.obj
copy ..\generic\$D\progdlgg.obj copy ..\generic\$D\progdlgg.obj
@@ -881,6 +883,7 @@ $(OS2LIBOBJS2):
copy ..\os2\$D\utilsexc.obj copy ..\os2\$D\utilsexc.obj
copy ..\os2\$D\wave.obj copy ..\os2\$D\wave.obj
copy ..\os2\$D\window.obj copy ..\os2\$D\window.obj
copy ..\os2\$D\xpmhand.obj
# wxWindows library as DLL # wxWindows library as DLL
dll: dll: