Reputation: 881
I've got an Application Project (C++) in NetBeans. When I build it, it generates the .exe program. Is there a way to generate a .dll instead, or do I have to create a Dynamic Library project and copy everything I've done into it.
Thank you!
Upvotes: 2
Views: 2039
Reputation: 391
You can also add a new configuration for building dynamic libraries by pressing the Manage configurations button.
Upvotes: 3