Index: native_client_sdk/src/project_templates/c/build.scons |
diff --git a/native_client_sdk/src/project_templates/c/build.scons b/native_client_sdk/src/project_templates/c/build.scons |
deleted file mode 100644 |
index 6836f4ebcc10844114eddbc02f802ceb0e141ae0..0000000000000000000000000000000000000000 |
--- a/native_client_sdk/src/project_templates/c/build.scons |
+++ /dev/null |
@@ -1,15 +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 os |
- |
-nacl_env = make_nacl_env.NaClEnvironment( |
- nacl_platform=os.getenv('NACL_TARGET_PLATFORM')) |
- |
-sources = ['<PROJECT_NAME>.c'] |
- |
-nacl_env.AllNaClModules(sources, '<PROJECT_NAME>') |