trigger-corp / browser-extensions

Build and run cross-platform browser extensions from one codebase.
Other
312 stars 52 forks source link

Consolidate customizable build time settings into vendor.h #34

Closed makern closed 10 years ago

makern commented 10 years ago

This patch moves build time settings for IE, like company name and COM GUIDs, into a new file vendor.h. The file provides a central place to change these settings without having to go over all of the code.

antoinevg commented 10 years ago

Schweet :)

makern commented 10 years ago

Hopefully at some point everything can be derived from manifest.json and no recompiling will be necessary :)