dia r4021 - in trunk: . lib plug-ins plug-ins/postscript
- From: hans svn gnome org
- To: svn-commits-list gnome org
- Subject: dia r4021 - in trunk: . lib plug-ins plug-ins/postscript
- Date: Sun, 11 May 2008 14:48:27 +0100 (BST)
Author: hans
Date: Sun May 11 13:48:27 2008
New Revision: 4021
URL: http://svn.gnome.org/viewvc/dia?rev=4021&view=rev
Log:
2008-05-11 Hans Breuer <hans breuer org>
* lib/ps-utf8.[ch] : moved to plug-ins/postscript/ps-utf8.[ch]
* lib/Makefile.am lib/makefile.msc plug-ins/makefile.msc
plug-ins/postscript/Makefile.am : updated accordingly
Added:
trunk/plug-ins/postscript/ps-utf8.c
- copied unchanged from r4020, /trunk/lib/ps-utf8.c
trunk/plug-ins/postscript/ps-utf8.h
- copied unchanged from r4020, /trunk/lib/ps-utf8.h
Removed:
trunk/lib/ps-utf8.c
trunk/lib/ps-utf8.h
Modified:
trunk/ChangeLog
trunk/lib/Makefile.am
trunk/lib/makefile.msc
trunk/plug-ins/makefile.msc
trunk/plug-ins/postscript/Makefile.am
Modified: trunk/lib/Makefile.am
==============================================================================
--- trunk/lib/Makefile.am (original)
+++ trunk/lib/Makefile.am Sun May 11 13:48:27 2008
@@ -120,8 +120,6 @@
dummy_dep.h \
paper.c \
paper.h \
- ps-utf8.c \
- ps-utf8.h \
boundingbox.c \
boundingbox.h \
dynamic_obj.c \
Modified: trunk/lib/makefile.msc
==============================================================================
--- trunk/lib/makefile.msc (original)
+++ trunk/lib/makefile.msc Sun May 11 13:48:27 2008
@@ -104,7 +104,6 @@
propobject.obj \
propoffsets.obj \
propregistry.obj \
- ps-utf8.obj \
render_pixmap.obj \
sheet.obj \
text.obj \
Modified: trunk/plug-ins/makefile.msc
==============================================================================
--- trunk/plug-ins/makefile.msc (original)
+++ trunk/plug-ins/makefile.msc Sun May 11 13:48:27 2008
@@ -94,7 +94,8 @@
!ENDIF
diapsrenderer.obj \
win32print.obj \
- postscript.obj
+ postscript.obj \
+ ps-utf8.obj
PKG_LINK = $(PKG_LINK) winspool.lib \
!IFDEF USEFT2
Modified: trunk/plug-ins/postscript/Makefile.am
==============================================================================
--- trunk/plug-ins/postscript/Makefile.am (original)
+++ trunk/plug-ins/postscript/Makefile.am Sun May 11 13:48:27 2008
@@ -4,8 +4,10 @@
freetype_files =
endif
-plugin_sources = \
+plugin_sources = \
postscript.c \
+ ps-utf8.c \
+ ps-utf8.h \
diapsrenderer.h \
diapsrenderer.c \
$(freetype_files) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]