tinysun212 / swift-windows

Swift compiler for Cygwin, MSVC, MinGW. Full development environment can be downloaded from the Swift for Windows.
http://SwiftForWindows.github.io
Apache License 2.0
331 stars 30 forks source link

Creating frameworks / DLLs #9

Open jtomanik opened 7 years ago

jtomanik commented 7 years ago

Hi,

Thanks for your amazing work, this project is pure awesomeness! Do you have any future plans to support building swift frameworks to Windows libraries? I mean they don't have to be dynamic libs, static would also be fine. I'm looking for a way to share my swift code with win programs.

tinysun212 commented 7 years ago

Thanks for your interest in this project. Could you explain what did you mean with 'building swift frameworks to Windows libraries'? Your feedback will help me develop the libraries and tools.

jtomanik commented 7 years ago

Thanks for replying, I admit I wrote my original message rather too briefly. I'll get back to you with a longer message describing what I meant.