diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 00:36:55 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 00:36:55 (GMT) |
commit | c116a0849c7531ec4d0e59b6d61aaf6137dcd568 (patch) | |
tree | 39a8de4972d00aff8baaa05a51fda66d75fc6cdb /openscad.pro | |
parent | e80d847e3d9249d22bf70f257df7b2130487b211 (diff) |
undo experiment with object orientation
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/openscad.pro b/openscad.pro index 51f4439..4fdd11e 100644 --- a/openscad.pro +++ b/openscad.pro @@ -232,7 +232,6 @@ HEADERS += src/version_check.h \ src/svg.h \ \ src/lodepng.h \ - src/OffscreenContext.h \ src/OffscreenView.h \ src/fbo.h \ src/imageutils.h \ @@ -306,16 +305,16 @@ SOURCES += src/version_check.cc \ src/mainwin.cc unix:!macx { - SOURCES += src/OffscreenContextGLX.cc SOURCES += src/imageutils-lodepng.cc + SOURCES += src/OffscreenContextGLX.cc } macx { - SOURCES += src/OffscreenContext.mm SOURCES += src/imageutils-macosx.cc + SOURCES += src/OffscreenContextCGL.mm } win32* { - SOURCES += src/OffscreenContextWGL.cc SOURCES += src/imageutils-lodepng.cc + SOURCES += src/OffscreenContextWGL.cc } opencsg { |