| Index: adblockplus.gyp |
| =================================================================== |
| --- a/adblockplus.gyp |
| +++ b/adblockplus.gyp |
| @@ -72,6 +72,7 @@ |
| 'src/plugin/AdblockPlusClient.cpp', |
| 'src/plugin/AdblockPlusDomTraverser.cpp', |
| 'src/plugin/AdblockPlusTab.cpp', |
| + 'src/plugin/NotificationMessage.cpp', |
| 'src/plugin/Plugin.cpp', |
| 'src/plugin/PluginClass.cpp', |
| 'src/plugin/PluginClientBase.cpp', |
| @@ -98,11 +99,15 @@ |
| '$(VCInstallDir)atlmfc/include', |
| '$(WINDDKDIR)/inc/atl71', |
| ], |
| - 'defines': ['PRODUCT_ADBLOCKPLUS'], |
| + # See "Adding Visual Style Support to an Extension, Plug-in, MMC Snap-in or a DLL |
| + # That Is Brought into a Process" on the link here: |
| + # http://msdn.microsoft.com/en-us/library/windows/desktop/bb773175%28v=vs.85%29.aspx#using_manifests |
| + 'defines': ['PRODUCT_ADBLOCKPLUS', 'ISOLATION_AWARE_ENABLED'], |
| 'libraries': [ |
| '-latlthunk', |
| '-lwinhttp', |
| '-lshell32', |
| + '-lComctl32', |
| ], |
| 'configurations': { |
| # 'libraries' is not allowed under 'configurations' :-( |