I just dropped another big change in premake-dev: configuration and platform 
lists may now be specified per-project.

For instance, if you have a project that should build for Windows, but not PS3, 
you can now do:

   solution "MySolution"
      configurations { "Debug", "Release" }
      platforms { "Windows", "PS3" }
 
   project "MyProject"
      removeplatforms { "PS3" }

Like all the rest of the new platforms API stuff, this is only works with the 
new vs2008ng and vs2010ng actions, for now. Feedback welcome and appreciated!

-st.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Premake-users mailing list
Premake-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/premake-users

Reply via email to