Hi Allan,

2010/5/14 AKS-Gmail-IMAP <[email protected]>

> I see .mk files on projects saved by Hugin Windows but not on Hugin OS X.
>  Is that intentional?
>
> Allan
>
>
> On May 13, 2010, at 5:05 PM, Bruno Postle wrote:
>
>  Save your project, Hugin writes both a .pto project file and a 
> .pto.mkMakefile that can be used to drive stitching.
>>
>>
>
I was just as surprised as you so I checked the source code. Indeed, this
behavior is intentional. In MainFrame.cpp where the saving takes place it
says"

...
        int createMakefile = 1;
#if defined __WXMAC__ && defined MAC_SELF_CONTAINED_BUNDLE
        createMakefile = 0;
#endif
        if (createMakefile && pano.getNrOfImages() > 0) {
            wxString makefn = scriptName.GetFullPath() + wxT(".mk");
...

I really don't know why this has been "implemented".
The only reason I can think of is that we have a good working PTBatcherGui.
I will do some tests.

Harry

-- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to