mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-31 09:15:13 +00:00
msdev: remove printing bld.root
This commit is contained in:
parent
eb6f67ed07
commit
239c13da28
@ -593,7 +593,6 @@ class MsDevProject(MsDev):
|
|||||||
uselib_incs = bld.env['INCLUDES_%s' % dep]
|
uselib_incs = bld.env['INCLUDES_%s' % dep]
|
||||||
for uselib_inc in uselib_incs:
|
for uselib_inc in uselib_incs:
|
||||||
Logs.pprint('YELLOW', 'include ' + uselib_inc)
|
Logs.pprint('YELLOW', 'include ' + uselib_inc)
|
||||||
Logs.pprint('YELLOW', 'root: ' + bld.root)
|
|
||||||
Logs.pprint('YELLOW', 'top_dir: ' + bld.top_dir)
|
Logs.pprint('YELLOW', 'top_dir: ' + bld.top_dir)
|
||||||
Logs.pprint('YELLOW', 'path: ' + bld.path)
|
Logs.pprint('YELLOW', 'path: ' + bld.path)
|
||||||
root = bld.top_dir.abspath().replace('\\', '/')
|
root = bld.top_dir.abspath().replace('\\', '/')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user