SCU - hide SCU folders by adding "." to foldername
This commit is contained in:
parent
8f78e7510d
commit
39b16bcc3c
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ def add_source_files_scu(self, sources, files, allow_gen=False):
|
|||
return False
|
||||
|
||||
# Add all the gen.cpp files in the SCU directory
|
||||
add_source_files_orig(self, sources, subdir + "scu/scu_*.gen.cpp", True)
|
||||
add_source_files_orig(self, sources, subdir + ".scu/scu_*.gen.cpp", True)
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue