diff options
| author | Ted Gould <ted@gould.cx> | 2006-07-31 05:14:42 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-07-31 05:14:42 +0000 |
| commit | db42ef1b6b466230b60ba7aee8922df31aa3fa24 (patch) | |
| tree | 34995553cc4d0d398dbfe7e84b586e7e3be3f63d /src/extension/internal/libwpg/libwpg.h | |
| parent | r13106@tres: ted | 2006-07-30 11:10:02 -0700 (diff) | |
| download | inkscape-db42ef1b6b466230b60ba7aee8922df31aa3fa24.tar.gz inkscape-db42ef1b6b466230b60ba7aee8922df31aa3fa24.zip | |
r13107@tres: ted | 2006-07-30 11:47:41 -0700
Getting the basic build stuff in. No we're building libwpg
(bzr r1524)
Diffstat (limited to '')
| -rw-r--r-- | src/extension/internal/libwpg/libwpg.h (renamed from src/extension/internal/libwpg/libwpg.h.in) | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/extension/internal/libwpg/libwpg.h.in b/src/extension/internal/libwpg/libwpg.h index fcbf99349..feba0502d 100644 --- a/src/extension/internal/libwpg/libwpg.h.in +++ b/src/extension/internal/libwpg/libwpg.h @@ -27,11 +27,6 @@ #ifndef __LIBWPG_H__ #define __LIBWPG_H__ -#define LIBWPG_VERSION_MAJOR @WPG_MAJOR_VERSION@ -#define LIBWPG_VERSION_MINOR @WPG_MINOR_VERSION@ -#define LIBWPG_VERSION_REVISION @WPG_MICRO_VERSION@ -#define LIBWPG_VERSION_STRING "@WPG_MAJOR_VERSION@.@WPG_MINOR_VERSION@.@WPG_MICRO_VERSION@" - #include "WPGraphics.h" #include "WPGPaintInterface.h" #include "WPGStream.h" |
