| Index: src/trusted/manifest_name_service_proxy/build.scons
|
| ===================================================================
|
| --- src/trusted/manifest_name_service_proxy/build.scons (revision 0)
|
| +++ src/trusted/manifest_name_service_proxy/build.scons (revision 0)
|
| @@ -0,0 +1,12 @@
|
| +# -*- python -*-
|
| +# Copyright (c) 2011 The Native Client 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('env')
|
| +
|
| +manifest_proxy_inputs = [
|
| + 'manifest_proxy.c',
|
| +]
|
| +
|
| +env.DualLibrary('manifest_proxy', manifest_proxy_inputs)
|
|
|
| Property changes on: src/trusted/manifest_name_service_proxy/build.scons
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|