summaryrefslogtreecommitdiff
path: root/openscad.pro
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-01-26 00:36:55 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-01-26 00:36:55 (GMT)
commitc116a0849c7531ec4d0e59b6d61aaf6137dcd568 (patch)
tree39a8de4972d00aff8baaa05a51fda66d75fc6cdb /openscad.pro
parente80d847e3d9249d22bf70f257df7b2130487b211 (diff)
undo experiment with object orientation
Diffstat (limited to 'openscad.pro')
-rw-r--r--openscad.pro7
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 {
contact: Jan Huwald // Impressum