r16326 by jghali - - msvc project update

scribus-commit scribus-commit at lists.scribus.net
Sun Jan 30 19:42:42 CET 2011


Author: jghali
Date: Sun Jan 30 18:42:41 2011
New Revision: 16326

URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=16326
Log:
- msvc project update
- export symbols needed by smoothpath plugin from KarbonCurveFit

Added:
    trunk/Scribus/win32/vc9/flattenpath/
    trunk/Scribus/win32/vc9/flattenpath/flattenpath.vcproj
    trunk/Scribus/win32/vc9/flattenpath/flattenpathdll.cpp
    trunk/Scribus/win32/vc9/smoothpath/
    trunk/Scribus/win32/vc9/smoothpath/smoothpath.vcproj
    trunk/Scribus/win32/vc9/smoothpath/smoothpathdll.cpp
Modified:
    trunk/Scribus/scribus/KarbonCurveFit.h
    trunk/Scribus/win32/vc9/Scribus.sln

Modified: trunk/Scribus/scribus/KarbonCurveFit.h
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=16326&path=/trunk/Scribus/scribus/KarbonCurveFit.h
==============================================================================
--- trunk/Scribus/scribus/KarbonCurveFit.h (original)
+++ trunk/Scribus/scribus/KarbonCurveFit.h Sun Jan 30 18:42:41 2011
@@ -28,6 +28,8 @@
 #include <QPainterPath>
 #include <QPolygonF>
 
+#include "scribusapi.h"
+
 /*
  * Fits bezier curve to given list of points.
  *
@@ -43,8 +45,8 @@
  * @return a path shape representing the fitted curve
  */
 
-QPainterPath bezierFit( const QList<QPointF> &points, float error );
-QPainterPath bezierFit( const QPolygonF &points, float error );
+QPainterPath SCRIBUS_API bezierFit( const QList<QPointF> &points, float error );
+QPainterPath SCRIBUS_API bezierFit( const QPolygonF &points, float error );
 
 #endif
 

Modified: trunk/Scribus/win32/vc9/Scribus.sln
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=16326&path=/trunk/Scribus/win32/vc9/Scribus.sln
==============================================================================
--- trunk/Scribus/win32/vc9/Scribus.sln (original)
+++ trunk/Scribus/win32/vc9/Scribus.sln Sun Jan 30 18:42:41 2011
@@ -163,14 +163,14 @@
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pathalongpath", "pathalongpath\pathalongpath.vcproj", "{CAF6D555-0E2E-4ABB-9585-00860B8B183E}"
 	ProjectSection(ProjectDependencies) = postProject
+		{B17FCD80-7978-4544-93C4-2FE1AC6FE9F3} = {B17FCD80-7978-4544-93C4-2FE1AC6FE9F3}
 		{6AC5EDDC-2540-47E0-873E-FE40FB06FBFD} = {6AC5EDDC-2540-47E0-873E-FE40FB06FBFD}
-		{B17FCD80-7978-4544-93C4-2FE1AC6FE9F3} = {B17FCD80-7978-4544-93C4-2FE1AC6FE9F3}
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "meshdistortion", "meshdistortion\meshdistortion.vcproj", "{2B610023-D3A6-4EC3-B7D5-868ED3B9321E}"
 	ProjectSection(ProjectDependencies) = postProject
+		{B17FCD80-7978-4544-93C4-2FE1AC6FE9F3} = {B17FCD80-7978-4544-93C4-2FE1AC6FE9F3}
 		{6AC5EDDC-2540-47E0-873E-FE40FB06FBFD} = {6AC5EDDC-2540-47E0-873E-FE40FB06FBFD}
-		{B17FCD80-7978-4544-93C4-2FE1AC6FE9F3} = {B17FCD80-7978-4544-93C4-2FE1AC6FE9F3}
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pathconnect", "pathconnect\pathconnect.vcproj", "{EDE59DB3-794A-4E3F-942A-98189DF6DCE2}"
@@ -246,6 +246,16 @@
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shapeimport", "shapeimport\shapeimport.vcproj", "{1A8E95AC-29CD-459E-9E5E-09FA64ECC4F6}"
+	ProjectSection(ProjectDependencies) = postProject
+		{B17FCD80-7978-4544-93C4-2FE1AC6FE9F3} = {B17FCD80-7978-4544-93C4-2FE1AC6FE9F3}
+	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flattenpath", "flattenpath\flattenpath.vcproj", "{FC2F57D2-73F5-4ACD-B51B-3ED524F0C826}"
+	ProjectSection(ProjectDependencies) = postProject
+		{B17FCD80-7978-4544-93C4-2FE1AC6FE9F3} = {B17FCD80-7978-4544-93C4-2FE1AC6FE9F3}
+	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smoothpath", "smoothpath\smoothpath.vcproj", "{F3471C52-C0FF-4690-B9BF-9A97A6F2BA2F}"
 	ProjectSection(ProjectDependencies) = postProject
 		{B17FCD80-7978-4544-93C4-2FE1AC6FE9F3} = {B17FCD80-7978-4544-93C4-2FE1AC6FE9F3}
 	EndProjectSection
@@ -464,6 +474,14 @@
 		{1A8E95AC-29CD-459E-9E5E-09FA64ECC4F6}.Debug-cairo|Win32.Build.0 = Debug-cairo|Win32
 		{1A8E95AC-29CD-459E-9E5E-09FA64ECC4F6}.Release-cairo|Win32.ActiveCfg = Release-cairo|Win32
 		{1A8E95AC-29CD-459E-9E5E-09FA64ECC4F6}.Release-cairo|Win32.Build.0 = Release-cairo|Win32
+		{FC2F57D2-73F5-4ACD-B51B-3ED524F0C826}.Debug-cairo|Win32.ActiveCfg = Debug-cairo|Win32
+		{FC2F57D2-73F5-4ACD-B51B-3ED524F0C826}.Debug-cairo|Win32.Build.0 = Debug-cairo|Win32
+		{FC2F57D2-73F5-4ACD-B51B-3ED524F0C826}.Release-cairo|Win32.ActiveCfg = Release-cairo|Win32
+		{FC2F57D2-73F5-4ACD-B51B-3ED524F0C826}.Release-cairo|Win32.Build.0 = Release-cairo|Win32
+		{F3471C52-C0FF-4690-B9BF-9A97A6F2BA2F}.Debug-cairo|Win32.ActiveCfg = Debug-cairo|Win32
+		{F3471C52-C0FF-4690-B9BF-9A97A6F2BA2F}.Debug-cairo|Win32.Build.0 = Debug-cairo|Win32
+		{F3471C52-C0FF-4690-B9BF-9A97A6F2BA2F}.Release-cairo|Win32.ActiveCfg = Release-cairo|Win32
+		{F3471C52-C0FF-4690-B9BF-9A97A6F2BA2F}.Release-cairo|Win32.Build.0 = Release-cairo|Win32
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE




More information about the scribus-commit mailing list