summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-10 13:10:19 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-10 13:10:19 +0000
commitaed2023b92255e4424e5faad2cde494483d807bf (patch)
tree31be730560a814c73cf21c985c44c1785fdc5d96 /src
parentcmake: exclude /src/dom/odf/SvgOdg.cpp that is also excluded from build in bu... (diff)
downloadinkscape-aed2023b92255e4424e5faad2cde494483d807bf.tar.gz
inkscape-aed2023b92255e4424e5faad2cde494483d807bf.zip
cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also excluded from build in build.xml
(bzr r5402)
Diffstat (limited to 'src')
-rw-r--r--src/dom/work/CMakeLists.txt18
-rw-r--r--src/extension/dxf2svg/CMakeLists.txt18
2 files changed, 18 insertions, 18 deletions
diff --git a/src/dom/work/CMakeLists.txt b/src/dom/work/CMakeLists.txt
index ec50c6ed4..8cd4676cf 100644
--- a/src/dom/work/CMakeLists.txt
+++ b/src/dom/work/CMakeLists.txt
@@ -1,12 +1,12 @@
SET(dom_work_SRC
-testdom.cpp
-testhttp.cpp
-testjs.cpp
-testodf.cpp
-testsvg.cpp
-testuri.cpp
-testxpath.cpp
-testzip.cpp
-xpathtests.cpp
+#testdom.cpp
+#testhttp.cpp
+#testjs.cpp
+#testodf.cpp
+#testsvg.cpp
+#testuri.cpp
+#testxpath.cpp
+#testzip.cpp
+#xpathtests.cpp
)
diff --git a/src/extension/dxf2svg/CMakeLists.txt b/src/extension/dxf2svg/CMakeLists.txt
index 28afd2b3b..b755d7f44 100644
--- a/src/extension/dxf2svg/CMakeLists.txt
+++ b/src/extension/dxf2svg/CMakeLists.txt
@@ -1,11 +1,11 @@
SET(extension_dxf2svg_SRC
-aci2rgb.cpp
-entities2elements.cpp
-tables2svg_info.cpp
-blocks.cpp
-entities.cpp
-tables.cpp
-dxf2svg.cpp
-read_dxf.cpp
-test_dxf.cpp
+#aci2rgb.cpp
+#entities2elements.cpp
+#tables2svg_info.cpp
+#blocks.cpp
+#entities.cpp
+#tables.cpp
+#dxf2svg.cpp
+#read_dxf.cpp
+#test_dxf.cpp
)