diff --git a/dub.json b/dub.json index 011a9c0..d737303 100644 --- a/dub.json +++ b/dub.json @@ -16,5 +16,10 @@ "dcd": "~>0.8.0" }, + "copyFiles-windows": [ + "libs/windows/x86/mago-mi.exe", + "libs/windows/x86/udis86.dll" + ], + "versions": ["EmbedStandardResources"] } diff --git a/libs/windows/x86/mago-mi.exe b/libs/windows/x86/mago-mi.exe new file mode 100644 index 0000000..e7d2af7 Binary files /dev/null and b/libs/windows/x86/mago-mi.exe differ diff --git a/libs/windows/x86/udis86.dll b/libs/windows/x86/udis86.dll new file mode 100644 index 0000000..ef03e90 Binary files /dev/null and b/libs/windows/x86/udis86.dll differ