On 20 March 2012 21:09, Jason Perkins <star...@industriousone.com> wrote:
> Anything is possible. You can submit a patch or file a feature request on the 
> trackers: https://sourceforge.net/tracker/?group_id=71616
>
> -st.
>
> On Mar 20, 2012, at 4:54 PM, Jason McKesson wrote:
>
>> Most IDEs have the concept of an "active" project. It's the one that is
>> executed when you say "Debug". Premake has no way to designate that a
>> particular project should be the initial "active" project. By default,
>> the first project you create is the active one.
>>
>> Now personally, I don't care. It's a minor annoyance, having to switch
>> active projects after creating them. However, I often get bugs like this
>> one:
>>
>> https://bitbucket.org/alfonse/gltut/issue/72/problems-with-frameworkdlib
>>
>> This is from a user who's obviously not very familiar with their build
>> tools. They've probably never seen a multi-project solution before, and
>> so on. And since the first project I create is my "framework" project
>> (it has to be for ease-of-use reasons), it is always the default
>> "active" project. And since it's a static library, users can't execute it.
>>
>> Is it possible that we could add some setting to the solution that
>> states which project is the default "active" project?
>
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Premake-users mailing list
> Premake-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/premake-users

If this is going to be cross platform then xcode3 will need some
changes, as every time you regenerate the project it leaves the old
files and therefore creates an new "executable" yet it is not the
active executable. Which is kind of annoying yet I have become used to
it :)

Liam

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Premake-users mailing list
Premake-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/premake-users

Reply via email to