SConscript (7949:e59dac494020) | SConscript (8335:9228e00459d4) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2010 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 28 unchanged lines hidden (view full) --- 37# 38# Authors: William Wang 39 40Import('*') 41 42if env['FULL_SYSTEM']: 43 SimObject('VncServer.py') 44 Source('vncserver.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2010 ARM Limited 4# All rights reserved. 5# 6# The license below extends only to copyright in the software and shall 7# not be construed as granting a license to any other intellectual 8# property including but not limited to intellectual property relating --- 28 unchanged lines hidden (view full) --- 37# 38# Authors: William Wang 39 40Import('*') 41 42if env['FULL_SYSTEM']: 43 SimObject('VncServer.py') 44 Source('vncserver.cc') |
45 TraceFlag('VNC') | 45 DebugFlag('VNC') |
46 47Source('convert.cc') 48 | 46 47Source('convert.cc') 48 |