Changeset View
Changeset View
Standalone View
Standalone View
build_files/cmake/project_source_info.py
| Context not available. | |||||
| cast, | cast, | ||||
| ) | ) | ||||
| import shlex | |||||
| SOURCE_DIR = join(dirname(__file__), "..", "..") | SOURCE_DIR = join(dirname(__file__), "..", "..") | ||||
| SOURCE_DIR = normpath(SOURCE_DIR) | SOURCE_DIR = normpath(SOURCE_DIR) | ||||
| Context not available. | |||||
| for c in compilers: | for c in compilers: | ||||
| args = args.replace(c, fake_compiler) | args = args.replace(c, fake_compiler) | ||||
| args = args.split() | args = shlex.split(args) | ||||
| # end | # end | ||||
| # remove compiler | # remove compiler | ||||
| Context not available. | |||||