Greg Ercolano wrote:
> # PROP BASE Intermediate_Dir "$(ProjectName)_"
> # PROP Intermediate_Dir "$(ProjectName)_"
> # PROP BASE Intermediate_Dir "$(ProjectName)_"
> # PROP Intermediate_Dir "$(ProjectName)_"

        Actually, better is to change it to:

> # PROP BASE Intermediate_Dir "Debug/$(ProjectName)_"
> # PROP Intermediate_Dir "Release/$(ProjectName)_"
> # PROP BASE Intermediate_Dir "Debug/$(ProjectName)_"
> # PROP Intermediate_Dir "Release/$(ProjectName)_"

        This way all those gazillion "<project>_" dirs that get created
        end up in the separate "./Release" and "./Debug" dirs, so that
        they don't all end up in the VisualC6 directory, making it hard
        to pick on projects for loading, and making it easy to remove them
        by just blowing away the Release or Debug dir.

        (A 'clean project' operation doesn't remove the dirs, just empties them,
        so the above change would prevent "clutter" ending up in the top level 
dir)

_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to