diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-30 01:41:52 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-30 01:41:52 (GMT) |
commit | 9259d57659f61e9e56942bb36125f605f8f3c338 (patch) | |
tree | 7affbbd5f524887c715fc2ecc7e8a3aaacb55ac8 /openscad.pro | |
parent | 8c94c31dd2e5e85fc13d39fcd57b26df7afefe1e (diff) | |
parent | f3b3eaac687f0ba9a2a9b9382e7b605f106bf2b0 (diff) |
Merge branch 'master' into visitortests
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openscad.pro b/openscad.pro index 6e79b29..765ff6b 100644 --- a/openscad.pro +++ b/openscad.pro @@ -139,8 +139,8 @@ HEADERS += src/renderer.h \ src/module.h \ src/node.h \ src/csgnode.h \ - src/dxflinextrudenode.h \ - src/dxfrotextrudenode.h \ + src/linearextrudenode.h \ + src/rotateextrudenode.h \ src/projectionnode.h \ src/cgaladvnode.h \ src/importnode.h \ @@ -197,8 +197,8 @@ SOURCES += src/openscad.cc \ src/dxftess-glu.cc \ src/dxftess-cgal.cc \ src/dxfdim.cc \ - src/dxflinextrude.cc \ - src/dxfrotextrude.cc \ + src/linearextrude.cc \ + src/rotateextrude.cc \ src/highlighter.cc \ src/printutils.cc \ src/Preferences.cc \ |