scons: Play nice with MS Embedded Visual C++.
This commit is contained in:
@@ -85,7 +85,7 @@ Export([
|
||||
# TODO: auto-detect as much as possible
|
||||
|
||||
if platform == 'winddk':
|
||||
env.Tool('winddk', ['.'])
|
||||
env.Tool('winddk', ['scons'])
|
||||
|
||||
env.Append(CPPPATH = [
|
||||
env['SDK_INC_PATH'],
|
||||
@@ -94,6 +94,9 @@ if platform == 'winddk':
|
||||
env['CRT_INC_PATH'],
|
||||
])
|
||||
|
||||
if platform == 'wince':
|
||||
env.Tool('evc', ['scons'])
|
||||
|
||||
common.generate(env)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user