diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-04-23 17:19:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-23 17:19:20 -0400 |
| commit | 9cb75371f5ea45640ae0e3998eb27bcda0a22cd9 (patch) | |
| tree | 8e4c18099888d88860c54c0a23c5fe345f3fd4b7 /source/slang/slang.vcxproj | |
| parent | 7a71b86aadda83d16dadf809be137c7551f31464 (diff) | |
Feature/premake build (#951)
* * Remove Makefile
* Document how to create build using premake5
* Added support for finding the executable path
* If binDir not set on command line use the executable path
* Fix getting exe path on linux.
* Removed CalcExecutablePath from Path:: interface, made implementation internal.
* Documentation improvements.
* Fixes based on review
* Fix some typos
* Removed unused/needed global
Diffstat (limited to 'source/slang/slang.vcxproj')
| -rw-r--r-- | source/slang/slang.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index bb4aa66ff..128b0b481 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -225,7 +225,6 @@ <ClInclude Include="syntax-defs.h" /> <ClInclude Include="syntax-visitors.h" /> <ClInclude Include="syntax.h" /> - <ClInclude Include="tmpC85.tmp.h" /> <ClInclude Include="token-defs.h" /> <ClInclude Include="token.h" /> <ClInclude Include="type-defs.h" /> |
