ported wxSVG contrib to bakefile (patch #778614)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-28 08:33:29 +00:00
parent 30bfc42574
commit 0ca4ab85b7
21 changed files with 2455 additions and 74 deletions

View File

@@ -3,6 +3,14 @@
#include <wx/wfstream.h>
#include <wx/string.h>
#ifdef WXMAKINGDLL_SVG
#define WXDLLIMPEXP_SVG WXEXPORT
#elif defined(WXUSINGDLL)
#define WXDLLIMPEXP_SVG WXIMPORT
#else // not making nor using DLL
#define WXDLLIMPEXP_SVG
#endif
#define wxSVGVersion wxT("v0100")
#ifdef __BORLANDC__
#pragma warn -rch
@@ -20,7 +28,7 @@
#define mm2pt 2.83464566929
#define pt2mm 0.352777777778
class wxSVGFileDC : public wxDC
class WXDLLIMPEXP_SVG wxSVGFileDC : public wxDC
{
private: