diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-06-09 13:14:01 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-06-09 13:14:01 -0700 |
commit | 5566d816f66ad79c82ded12fff2b630efa41be44 (patch) | |
tree | 8022579fbc6ce4fe157f2429529f9467032a5a9b | |
parent | ac164b0acf107e87bcf8f147078440c4bd6ef713 (diff) | |
parent | 1bd5ca813a0c0e4d24ae60b35716775e4d416799 (diff) |
Merge pull request #2399 from waywardmonkeys/cleanup-includes
Cleanup includes
-rw-r--r-- | system/local/include/README.txt | 2 | ||||
-rw-r--r-- | tools/shared.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/local/include/README.txt b/system/local/include/README.txt new file mode 100644 index 00000000..09bd03e0 --- /dev/null +++ b/system/local/include/README.txt @@ -0,0 +1,2 @@ +You may place local includes that you require here and they will +be found by the default compiler search path. diff --git a/tools/shared.py b/tools/shared.py index 5ef1c4ef..eda58304 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -706,10 +706,8 @@ if USE_EMSDK: path_from_root('system', 'include', 'compat'), path_from_root('system', 'include'), path_from_root('system', 'include', 'emscripten'), - path_from_root('system', 'include', 'bsd'), # posix stuff path_from_root('system', 'include', 'libc'), path_from_root('system', 'include', 'gfx'), - path_from_root('system', 'include', 'net'), path_from_root('system', 'include', 'SDL'), ] |