From f5c962801a4eb7d232d55603d554b4fa3effff03 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Wed, 16 Oct 2013 13:27:43 +0000 Subject: [PATCH] completed the svn->static copy change of the structure synth code tree --- src/meshlabplugins/filter_ssynth/filter_ssynth.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlabplugins/filter_ssynth/filter_ssynth.pro b/src/meshlabplugins/filter_ssynth/filter_ssynth.pro index dda592e60..e830da6a3 100644 --- a/src/meshlabplugins/filter_ssynth/filter_ssynth.pro +++ b/src/meshlabplugins/filter_ssynth/filter_ssynth.pro @@ -9,7 +9,7 @@ SOURCES += filter_ssynth.cpp \ ../../meshlabplugins/io_x3d/vrml/Parser.cpp \ ../../meshlabplugins/io_x3d/vrml/Scanner.cpp \ mytrenderer.cpp -INCLUDEPATH += ../../external/structuresynth/ssynth +INCLUDEPATH += ../../external/structuresynth-1.5/ssynth win32-msvc.net:LIBS += ../../external/lib/win32-msvc.net/ssynth.lib win32-msvc2005:LIBS += ../../external/lib/win32-msvc2005/ssynth.lib win32-msvc2008:LIBS += ../../external/lib/win32-msvc2008/ssynth.lib