mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-26 19:32:22 +01:00
7 lines
229 B
Python
7 lines
229 B
Python
import SCons
|
|
import SCons.Tool.MSCommon
|
|
|
|
for key in SCons.Tool.MSCommon.vc._VCVER_TO_PRODUCT_DIR:
|
|
SCons.Tool.MSCommon.vc._VCVER_TO_PRODUCT_DIR[key]=[(SCons.Util.HKEY_LOCAL_MACHINE, r'')]
|
|
|
|
env = SCons.Environment.Environment() |