You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
###Creating windows package that has 32 and 64-bit dlls
Create lib and lib64 folders in your project root (the same folder as dub.json)
Put your 32-bit dll files in a lib folder and 64-bit dlls in lib64
Dub offers copyFiles build setting that we will use to get things done. This option allows to copy files to the applications directory. Also this option can have platform specific suffixes, whih we will use to copy specific files to each platform.
Put these lines in your dub.json. They will copy every .dll file found in lib folder into application folder.