diff options
| author | Halldor Fannar <[email protected]> | 2017-02-10 15:00:19 +0000 |
|---|---|---|
| committer | Halldor Fannar <[email protected]> | 2017-02-10 15:00:19 +0000 |
| commit | e249e60ed5e083153cda2f4d49f8b4fc3bd498bd (patch) | |
| tree | 9afb8c7a49318eb45aae4416dd0589b66fd65472 | |
| parent | First publish of the SDK. (diff) | |
| download | anselsdk-e249e60ed5e083153cda2f4d49f8b4fc3bd498bd.tar.xz anselsdk-e249e60ed5e083153cda2f4d49f8b4fc3bd498bd.zip | |
The redist binaries were missing because standard (global) git .ignore file will usually weed *.dll out. Added an explicit override in local repo .gitignore file to include everything in redist folder.
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | redist/AnselSDK32.dll | bin | 0 -> 113200 bytes | |||
| -rw-r--r-- | redist/AnselSDK64.dll | bin | 0 -> 135728 bytes |
3 files changed, 4 insertions, 0 deletions
@@ -250,3 +250,7 @@ paket-files/ # JetBrains Rider .idea/ *.sln.iml + +# AnselSDK overrides +# Track everything in redist +!redist/*
\ No newline at end of file diff --git a/redist/AnselSDK32.dll b/redist/AnselSDK32.dll Binary files differnew file mode 100644 index 0000000..3564a5e --- /dev/null +++ b/redist/AnselSDK32.dll diff --git a/redist/AnselSDK64.dll b/redist/AnselSDK64.dll Binary files differnew file mode 100644 index 0000000..f3b4ec7 --- /dev/null +++ b/redist/AnselSDK64.dll |