Toolkit:Platform Specific Extension Components: Difference between revisions

Jump to navigation Jump to search
compiler => ABI again
(compiler => ABI again)
Line 32: Line 32:


* [OS_TARGET]
* [OS_TARGET]
* [OS_TARGET]_[COMPILER]
* [OS_TARGET]_[ABI]


'''OS_TARGET'''
'''OS_TARGET'''
: The platform the host application was compiled for, e.g. WINNT, Linux, Darwin (meaning Mac OS X)...
: The platform the host application was compiled for, e.g. WINNT, Linux, Darwin (meaning Mac OS X)...
'''COMPILER'''
'''ABI'''
: The build environment used to compile the application: gcc2, gcc3, mingw, msvc.
: The application binary interface the component was built with - e.g. gcc2, gcc3, mingw, msvc.


In each of these directories, the regular directory structure of the package (chrome, components, defaults for extensions, or the package dirs for themes) is repeated as needed.
In each of these directories, the regular directory structure of the package (chrome, components, defaults for extensions, or the package dirs for themes) is repeated as needed.
22

edits

Navigation menu