3 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
11 nacl_env = make_nacl_env.NaClEnvironment(
12 use_c_plus_plus_libs=True, nacl_platform=os.getenv('NACL_TARGET_PLATFORM'))
14 sources = ['<PROJECT_NAME>.cc']
16 nacl_env.AllNaClModules(sources, '<PROJECT_NAME>')