mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
msdev: fix
This commit is contained in:
parent
79e6ebbe23
commit
c206e72f7b
@ -598,7 +598,7 @@ class MsDevProject(MsDev):
|
|||||||
node = bld.root.find_dir(include)
|
node = bld.root.find_dir(include)
|
||||||
if node:
|
if node:
|
||||||
includes.append(node.path_from(gen.path).replace('/', '\\'))
|
includes.append(node.path_from(gen.path).replace('/', '\\'))
|
||||||
incluses.append(uselib_inc)
|
includes.append(uselib_inc)
|
||||||
return includes
|
return includes
|
||||||
|
|
||||||
def get_compiler_defines(self, gen):
|
def get_compiler_defines(self, gen):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user