summaryrefslogtreecommitdiffstats
path: root/src/extension
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/extension
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/extension')
-rw-r--r--src/extension/dxf2svg/CMakeLists.txt18
1 files changed, 9 insertions, 9 deletions
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
)