diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-10 13:10:19 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-10 13:10:19 +0000 |
| commit | aed2023b92255e4424e5faad2cde494483d807bf (patch) | |
| tree | 31be730560a814c73cf21c985c44c1785fdc5d96 /src/extension | |
| parent | cmake: exclude /src/dom/odf/SvgOdg.cpp that is also excluded from build in bu... (diff) | |
| download | inkscape-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.txt | 18 |
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 ) |
