Use submodule for hllib

This commit is contained in:
Matt Nadareski
2021-04-02 15:34:47 -07:00
parent a884737242
commit a0034b8fa8
6 changed files with 1147 additions and 2823 deletions

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "BurnOutSharp/External/libmspack4n"]
path = BurnOutSharp/External/libmspack4n
url = https://github.com/activescott/libmspack4n.git
[submodule "BurnOutSharp/External/hllib"]
path = BurnOutSharp/External/hllib
url = https://github.com/RavuAlHemio/hllib.git

View File

@@ -33,6 +33,9 @@
<DefaultItemExcludes>
$(DefaultItemExcludes);
**\AssemblyInfo.cs;
External\hllib\HLExtract\**\*;
External\hllib\HLExtract.Net\Program.cs;
External\hllib\HLLib\**\*;
External\LessIO\src\LessIO.Tests\**\*;
External\libmspack4n\lib\**\*;
External\libmspack4n\libmspack4ntest\**\*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1
BurnOutSharp/External/hllib vendored Submodule

File diff suppressed because it is too large Load Diff