crumbl3d
Clive Galway 5 years ago
parent 801d3347ae
commit 581156c704

5
.gitignore vendored

@ -23,6 +23,11 @@ C#/Dependencies/*.lib
[Rr]eleases/
x64/
x86/
# Do not ignore x86 / x64 folders in Lib or Dependencies folders
!Lib/x64/
!Lib/x86/
!C#/Dependencies/x64
!C#/Dependencies/x86
bld/
[Bb]in/
[Oo]bj/

@ -0,0 +1 @@
In order to build, you should copy `interception.dll` into this folder from `library\x64` in the Interception zip

@ -0,0 +1 @@
In order to build, you should copy `interception.dll` into this folder from `library\x86` in the Interception zip

@ -0,0 +1 @@
To use the AutoHotkey library, you should copy `interception.dll` into this folder from `library\x64` in the Interception zip

@ -0,0 +1 @@
To use the AutoHotkey library, you should copy `interception.dll` into this folder from `library\x86` in the Interception zip
Loading…
Cancel
Save