suriab / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Is it possible to have different build configurations for static and dynamic libraries? #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

In our company, we are looking forward to use GYP for our projects.
One thing currently seems to be absent: different build configurations for
different project types (static library and dynamic library).

In Visual Studio projects, we often have 'Debug', 'DebugDll', 'Release',
and 'ReleaseDll' configurations. Is there any possibility to get VS
projects with such configurations generated by GYP?

With best regards,

Dmitry

Original issue reported on code.google.com by dpav...@scitouch.net on 28 Nov 2009 at 11:47