Code

cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also excluded...
authorjohanengelen <johanengelen@users.sourceforge.net>
Thu, 10 Apr 2008 13:10:19 +0000 (13:10 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Thu, 10 Apr 2008 13:10:19 +0000 (13:10 +0000)
src/dom/work/CMakeLists.txt
src/extension/dxf2svg/CMakeLists.txt

index ec50c6ed495124796b86289d5d9eb2073e1640ad..8cd4676cf14f74ab43610105d68dae5f19e4a8d6 100644 (file)
@@ -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
 )
 
index 28afd2b3b940862248967baa44413da72f6a98e2..b755d7f44f5ed58738346f940f95470658d1b56b 100644 (file)
@@ -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
 )