svg Unix fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2002-06-21 09:46:32 +00:00
parent aee9fe73d7
commit fa89fbe54f
9 changed files with 35 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# $Id$
CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc xrc #applet
CONTRIB_SAMPLES=canvas fl gizmos mmedia net ogl plot stc svg xrc #applet
all:
@for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done

View File

@@ -1,4 +1,4 @@
# Makefile for plot sample.
# Makefile for svg sample.
# $Id$
top_srcdir = @top_srcdir@/..

View File

@@ -39,6 +39,9 @@ USERC("svg.rc");
#include <wx/toolbar.h>
#include <wx/svg/dcsvg.h>
#ifndef __WXMSW__
#include "mondrian.xpm"
#endif
#include "bitmaps/new.xpm"
#include "bitmaps/save.xpm"
#include "bitmaps/help.xpm"