Skip to content

Commit 213d8e8

Browse files
author
Justus H
authored
Merge pull request #2 from multitheftauto/feature/premake
Refactor to use premake and static linking
2 parents 5464113 + 66fb502 commit 213d8e8

File tree

2,642 files changed

+490610
-564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,642 files changed

+490610
-564
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*.{h,hpp,cpp}]
4+
insert_final_newline = true
5+
indent_style = tab
6+
indent_size = 4
7+
8+
[*.lua]
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
indent_style = tab
12+
indent_size = 4

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.vs/
2+
.vscode/
3+
4+
bin/
5+
build/
6+
tools/vswhere.exe

Data/libcurl.dll

-354 KB
Binary file not shown.

Data/libeay32.dll

-1.63 MB
Binary file not shown.

Data/libidn-11.dll

-273 KB
Binary file not shown.

Data/ssleay32.dll

-356 KB
Binary file not shown.

Data/zlib1.dll

-58.5 KB
Binary file not shown.

MTADiag.sln

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

MTADiag/MTADiag.vcxproj

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

MTADiag/MTADiag.vcxproj.filters

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

0 commit comments

Comments
 (0)