Compilation strategy

Jacob Carlborg doob at me.com
Mon Dec 17 06:07:38 PST 2012


On 2012-12-17 12:20, eles wrote:

> I don't know about such frameworks, but the idea that these kind of
> files should be handled by the compiler, not by the operating system.
> They are not meant to be applications, but libraries.

They are handled by the compiler. GCC has the -framework flag.

https://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WhatAreFrameworks.html

The Finder also know about these frameworks and bundles and treat them 
as a single file.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list