Index: native_client_sdk/src/project_templates/cc/build.scons |
diff --git a/native_client_sdk/src/project_templates/cc/build.scons b/native_client_sdk/src/project_templates/cc/build.scons |
deleted file mode 100644 |
index 04d661b84cca92f9cddcdc57e779907d8c89a357..0000000000000000000000000000000000000000 |
--- a/native_client_sdk/src/project_templates/cc/build.scons |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-#! -*- python -*- |
-# |
-# Copyright (c) 2011 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-import make_nacl_env |
-import nacl_utils |
-import os |
- |
-nacl_env = make_nacl_env.NaClEnvironment( |
- use_c_plus_plus_libs=True, nacl_platform=os.getenv('NACL_TARGET_PLATFORM')) |
- |
-sources = ['<PROJECT_NAME>.cc'] |
- |
-nacl_env.AllNaClModules(sources, '<PROJECT_NAME>') |