Skip to content

Commit 8dcd1d4

Browse files
Merge pull request #608 from ds5678/libllvmsharp
Remove LLVMSharp files
2 parents b6f9089 + 009497d commit 8dcd1d4

File tree

4 files changed

+0
-112
lines changed

4 files changed

+0
-112
lines changed

sources/ClangSharpPInvokeGenerator/ClangSharpPInvokeGenerator.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
<None Include="Properties/GenerateClang-LICENSE.txt" CopyToOutputDirectory="PreserveNewest" />
1515
<None Include="Properties/GenerateClangSharp.rsp" />
1616
<None Include="Properties/GenerateClangSharp-LICENSE.txt" CopyToOutputDirectory="PreserveNewest" />
17-
<None Include="Properties/GenerateLLVM.rsp" />
18-
<None Include="Properties/GenerateLLVM-LICENSE.txt" CopyToOutputDirectory="PreserveNewest" />
1917
<None Include="Properties/launchsettings.json" />
2018
</ItemGroup>
2119

@@ -30,7 +28,6 @@
3028
<PropertyGroup>
3129
<LibClangName Condition="'$(LibClangName)' == ''">libclang</LibClangName>
3230
<LibClangSharpName Condition="'$(LibClangSharpName)' == ''">libClangSharp</LibClangSharpName>
33-
<LibLLVMName Condition="'$(LibLLVMName)' == ''">libLLVM</LibLLVMName>
3431
</PropertyGroup>
3532

3633
<!-- Auto-detect LLVM... more or less -->

sources/ClangSharpPInvokeGenerator/Properties/GenerateLLVM-LICENSE.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

sources/ClangSharpPInvokeGenerator/Properties/GenerateLLVM.rsp

Lines changed: 0 additions & 101 deletions
This file was deleted.

sources/ClangSharpPInvokeGenerator/Properties/launchSettings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
"commandName": "Project",
1010
"commandLineArgs": "\"@$(MSBuildProjectDirectory)/Properties/GenerateClangSharp.rsp\" --file-directory \"$(MSBuildProjectDirectory)/..\" --include-directory \"$(LLVMIncludePath)\" --libraryPath $(LibClangSharpName)"
1111
},
12-
"GenerateLLVM": {
13-
"commandName": "Project",
14-
"commandLineArgs": "\"@$(MSBuildProjectDirectory)/Properties/GenerateLLVM.rsp\" --file-directory \"$(LLVMIncludePath)\" --include-directory \"$(LLVMIncludePath)\" --libraryPath $(LibLLVMName)"
15-
},
1612
"GenerateLocal": {
1713
"commandName": "Project",
1814
"commandLineArgs": "@generate.rsp",

0 commit comments

Comments
 (0)