diff options
author | Marius Kintel <marius@kintel.net> | 2013-04-26 22:32:19 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-04-26 22:32:19 (GMT) |
commit | ba20c0e800566c649a8e48937a71c849e5aba96a (patch) | |
tree | ebffea8366757b84d2bf422c781d1fb707a4e36a /openscad.pro | |
parent | 81266c34a121108e876577cf7dc7c4cf466c15a1 (diff) |
Modified parse to allow overloading of variables in local blocks. Also did some minor cleanups while at it. Test cases missing
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/openscad.pro b/openscad.pro index bd69dfe..81f5e6f 100644 --- a/openscad.pro +++ b/openscad.pro @@ -171,13 +171,8 @@ CONFIG(mingw-cross-env) { include(mingw-cross-env.pri) } -win32 { - FLEXSOURCES = src/lexer.l - BISONSOURCES = src/parser.y -} else { - LEXSOURCES += src/lexer.l - YACCSOURCES += src/parser.y -} +FLEXSOURCES = src/lexer.l +BISONSOURCES = src/parser.y RESOURCES = openscad.qrc |