Sha256: db2ba323d41ac57419e2aa8d01661574a0ecf0e1d0ca1f784416efffb9364a1d
Contents?: true
Size: 288 Bytes
Versions: 39
Compression:
Stored size: 288 Bytes
Contents
# Copyright (c) 2009 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # SCons "tool" module that simply sets a -D value. def generate(env): env['CPPDEFINES'] = ['THIS_TOOL'] def exists(env): pass
Version data entries
39 entries across 39 versions & 5 rubygems