Platforms is now project-level. Note that this will only work with the new 
platforms API (see the wiki) and is not backward compatible.


On Feb 19, 2012, at 1:18 PM, liam mail wrote:

> Resend to the list.
> 
> On 19 February 2012 18:16, liam mail <liam.l...@googlemail.com> wrote:
>> On 19 February 2012 17:46, Jason Perkins <star...@industriousone.com> wrote:
>>> 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
>> 
>> 
>> I can see the logic of why you would introduce this (and remember a
>> feature request for such feature)  yet can not see from the diff if
>> this make platforms a project level or still a solution level
>> function?
>> 
>> Liam
> 
> ------------------------------------------------------------------------------
> 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.sourcefor


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Premake-users mailing list
Premake-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/premake-users

Reply via email to