diff options
Diffstat (limited to 'gears/SConscript.inputs')
-rwxr-xr-x | gears/SConscript.inputs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gears/SConscript.inputs b/gears/SConscript.inputs index b63f6da..dee3132 100755 --- a/gears/SConscript.inputs +++ b/gears/SConscript.inputs @@ -102,6 +102,14 @@ env.Append(COMMON_M4SRCS = [ ]) #----------------------------------------------------------------------------- +# installer/safari + +env.Append(SF_M4SRCS = [ + '$OPEN_DIR/installer/safari/installer.packproj.m4', + '$OPEN_DIR/tools/osx/Info.plist.m4', +]) + +#----------------------------------------------------------------------------- # mozjs bindings mozjs_sources = [ @@ -954,6 +962,21 @@ env.Append(SF_INSTALLER_PLUGIN_CPPSRCS = [ ]) #----------------------------------------------------------------------------- +# Safari InputManager + +env.Append(SF_INPUTMANAGER_CPPSRCS = [ + '$OPEN_DIR/base/safari/enabler.m', + '$OPEN_DIR/base/safari/loader.mm', +]) + +#----------------------------------------------------------------------------- +# Safari Proxy DLL + +env.Append(SF_PROXY_DLL_CPPSRCS = [ + '$OPEN_DIR/base/safari/plugin_proxy.mm', +]) + +#----------------------------------------------------------------------------- # resources if env_res and env['OS'] in ['win32', 'wince']: |