ide; fixed buildBitDepth not being copied.
authorRejean Loyer <rejean.loyer@gmail.com>
Wed, 24 Oct 2012 10:31:49 +0000 (06:31 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Wed, 24 Oct 2012 10:36:41 +0000 (06:36 -0400)
ide/src/project/ProjectConfig.ec

index 2154604..2cbb556 100644 (file)
@@ -340,6 +340,7 @@ public:
          console = console,
          compress = compress,
          excludeFromBuild = excludeFromBuild,
+         buildBitDepth = buildBitDepth,
          fastMath = fastMath,
          preprocessorDefinitions = CopyArrayString(preprocessorDefinitions),
          includeDirs = CopyArrayString(includeDirs),