diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-06-12 20:46:15 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-06-12 20:46:15 +0000 |
| commit | 321f115f7dad3366f2427443ce0aa725f6881f2e (patch) | |
| tree | ba2a0aab47951279947373105244ea1d25e21e90 /src/dom | |
| parent | work in progress cmake commit: (diff) | |
| download | inkscape-321f115f7dad3366f2427443ce0aa725f6881f2e.tar.gz inkscape-321f115f7dad3366f2427443ce0aa725f6881f2e.zip | |
cmake: commented unused files/dirs, double checked all files compile this time
(bzr r10273)
Diffstat (limited to 'src/dom')
| -rw-r--r-- | src/dom/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/dom/io/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dom/CMakeLists.txt b/src/dom/CMakeLists.txt index 53609d241..3648010ac 100644 --- a/src/dom/CMakeLists.txt +++ b/src/dom/CMakeLists.txt @@ -24,7 +24,7 @@ set(dom_SRC ucd.cpp uri.cpp xmlreader.cpp - xmlwriter.cpp + # xmlwriter.cpp xpathimpl.cpp xpathparser.cpp xpathtoken.cpp diff --git a/src/dom/io/CMakeLists.txt b/src/dom/io/CMakeLists.txt index 0b0b4630d..7b99c898f 100644 --- a/src/dom/io/CMakeLists.txt +++ b/src/dom/io/CMakeLists.txt @@ -3,7 +3,7 @@ set(dom_io_SRC bufferstream.cpp domstream.cpp gzipstream.cpp - httpclient.cpp + # httpclient.cpp socket.cpp stringstream.cpp uristream.cpp |
