SCU - hide SCU folders by adding "." to foldername
This commit is contained in:
parent
8f78e7510d
commit
39b16bcc3c
@ -68,7 +68,7 @@ def add_source_files_scu(self, sources, files, allow_gen=False):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
# Add all the gen.cpp files in the SCU directory
|
# 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 True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
@ -223,7 +223,7 @@ def process_folder(folders, sought_exceptions=[], includes_per_scu=0, extension=
|
|||||||
start_line = 0
|
start_line = 0
|
||||||
|
|
||||||
# These do not vary throughout the loop
|
# These do not vary throughout the loop
|
||||||
output_folder = abs_main_folder + "/scu/"
|
output_folder = abs_main_folder + "/.scu/"
|
||||||
output_filename_prefix = "scu_" + out_filename
|
output_filename_prefix = "scu_" + out_filename
|
||||||
|
|
||||||
fresh_files = set()
|
fresh_files = set()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user