mirror of
https://github.com/evilC/AutoHotInterception.git
synced 2024-11-12 13:10:47 +00:00
Add readme, force Dependencies folder to exist
This commit is contained in:
parent
f6082bcc9d
commit
801d3347ae
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,12 +1,12 @@
|
||||
C#/Dependencies/*.lib
|
||||
*.dll
|
||||
*.zip
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||
|
||||
C#/dependencies
|
||||
*.dll
|
||||
*.zip
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
|
2
C#/Dependencies/Readme.md
Normal file
2
C#/Dependencies/Readme.md
Normal file
@ -0,0 +1,2 @@
|
||||
In order to build, the Interception DLLs need to be placed in this folder .
|
||||
It should contain `x86` and `x64` folders, as extracted from the `library` folder in the interception zip
|
Loading…
Reference in New Issue
Block a user