view SConstruct @ 5:6696b6295860 default tip

Decided to abandon this plugin, for now at least. See README for details.
author Atul Varma <varmaa@toolness.com>
date Wed, 30 Apr 2008 23:53:21 -0700
parents 9a9f30dde6c1
children
line wrap: on
line source

env = Environment()

env["MOZ_SDK_DIR"] = "/Users/varmaa/Documents/mozilla-stuff/builds/basic-firefox/dist"

env.Append(
    CPPPATH = ["${MOZ_SDK_DIR}/include",
               "${MOZ_SDK_DIR}/sdk/include"]
)

env.LoadableModule(
    source = ["np_entry.cpp",
              "npn_gate.cpp",
              "npp_gate.cpp",
              "plugin.cpp"],
    target = "#SimplePlugin.plugin/Contents/MacOS/SimplePlugin"
)