SConscript (12386:2bf5fb25a5f1) | SConscript (12787:1f6e23cddf71) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 32 unchanged lines hidden (view full) --- 41Source('callback.cc') 42Source('cprintf.cc', add_tags='gtest lib') 43GTest('cprintftest', 'cprintftest.cc') 44Source('debug.cc') 45if env['USE_FENV']: 46 Source('fenv.c') 47if env['USE_PNG']: 48 Source('pngwriter.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 32 unchanged lines hidden (view full) --- 41Source('callback.cc') 42Source('cprintf.cc', add_tags='gtest lib') 43GTest('cprintftest', 'cprintftest.cc') 44Source('debug.cc') 45if env['USE_FENV']: 46 Source('fenv.c') 47if env['USE_PNG']: 48 Source('pngwriter.cc') |
49Source('fiber.cc') 50GTest('fibertest', 'fibertest.cc', 'fiber.cc') |
|
49Source('framebuffer.cc') 50Source('hostinfo.cc') 51Source('inet.cc') 52Source('inifile.cc') 53Source('intmath.cc') 54Source('logging.cc') 55Source('match.cc') 56Source('output.cc') --- 47 unchanged lines hidden --- | 51Source('framebuffer.cc') 52Source('hostinfo.cc') 53Source('inet.cc') 54Source('inifile.cc') 55Source('intmath.cc') 56Source('logging.cc') 57Source('match.cc') 58Source('output.cc') --- 47 unchanged lines hidden --- |