summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7618c62)
raw | patch | inline | side by side (parent: 7618c62)
author | verbalshadow <verbalshadow@users.sourceforge.net> | |
Fri, 9 Jan 2009 03:02:28 +0000 (03:02 +0000) | ||
committer | verbalshadow <verbalshadow@users.sourceforge.net> | |
Fri, 9 Jan 2009 03:02:28 +0000 (03:02 +0000) |
src/CMakeLists.txt | patch | blob | history | |
src/display/CMakeLists.txt | patch | blob | history | |
src/display/canvas-arena.cpp | patch | blob | history | |
src/display/sp-canvas.cpp | patch | blob | history |
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 062d4b6b1b5e96e052eab14094320c44e51b148e..e30df661ecfe9d22f889329b74417b54d35bbcf8 100644 (file)
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
)\r
# All folders for internal inkscape\r
SET(internalfolders\r
-algorithms\r
-api\r
+#algorithms\r
+#api\r
application\r
bind\r
debug\r
removeoverlap\r
svg\r
trace\r
-traits\r
+#traits\r
ui\r
util\r
widgets\r
index a1d61de9479664c976fc6ad5503b64307a5d881a..66fa97462ba4a230e409859eeafec71cd7f0441c 100644 (file)
sp-ctrlquadr.cpp
#testnr.cpp
)
+ADD_LIBRARY(display STATIC ${display_SRC})
\ No newline at end of file
index e01958c9fa87a89bb9085f1c63f185b7a61dbc88..7e00a380458ad2910eed2bf64c59219cb25680ab 100644 (file)
#include <display/display-forward.h>
#include <display/sp-canvas-util.h>
-#include <helper/sp-marshal.h>
+#include "../helper/sp-marshal.h"
#include <display/nr-arena.h>
#include <display/nr-arena-group.h>
#include <display/canvas-arena.h>
index 2c0b1e99df2d357dc0b49959910ce15cc91f90e9..419b726ca7287cd27a103aa2f6b1d5c9f1f82736 100644 (file)
#include <gtkmm.h>
-#include <helper/sp-marshal.h>
+#include "../helper/sp-marshal.h"
#include <helper/recthull.h>
#include <display/sp-canvas.h>
#include "display-forward.h"