summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorMatthias Hoelzl <tc@xantira.com>2017-11-18 18:09:18 +0100
committerMatthias Hoelzl <tc@xantira.com>2017-11-19 21:01:05 +0100
commit589976321c8210a586d4c278c9bbf2b4d480ee19 (patch)
tree809073ca1483034f9faf679c07f2e0779d922a28 /SConstruct
parentbea607d53e4adff19956adbe09ace170d8cc40b8 (diff)
downloadredot-engine-589976321c8210a586d4c278c9bbf2b4d480ee19.tar.gz
Add cpp.hint file to improve IntelliSense
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index c3ecdafd45..856994ef15 100644
--- a/SConstruct
+++ b/SConstruct
@@ -452,6 +452,7 @@ if selected_platform in platform_list:
if env['vsproj']:
env['CPPPATH'] = [Dir(path) for path in env['CPPPATH']]
methods.generate_vs_project(env, GetOption("num_jobs"))
+ methods.generate_cpp_hint_file("cpp.hint")
# Check for the existence of headers
conf = Configure(env)