diff options
Diffstat (limited to 'ports/dbghelp')
| -rw-r--r-- | ports/dbghelp/CONTROL | 4 | ||||
| -rw-r--r-- | ports/dbghelp/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/dbghelp/CONTROL b/ports/dbghelp/CONTROL deleted file mode 100644 index e92599d57..000000000 --- a/ports/dbghelp/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: dbghelp -Version: 0.0 -Description: Windows Debug Help Library -Supports: windows
\ No newline at end of file diff --git a/ports/dbghelp/vcpkg.json b/ports/dbghelp/vcpkg.json new file mode 100644 index 000000000..cb7786a83 --- /dev/null +++ b/ports/dbghelp/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "dbghelp", + "version-string": "0.0", + "port-version": 1, + "description": "Windows Debug Help Library", + "supports": "windows" +} |
