Changeset 1753

Show
Ignore:
Timestamp:
01/12/10 23:31:28 (2 years ago)
Author:
andreas
Message:

added Pyform builder to SConstruct

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/qt_gui/SConstruct

    r1736 r1753  
    158158platform_var.AddPythonLib(pymod_env, env["PYTHON_VERSION"]) 
    159159platform_var.SetPymodBuilder(pymod_env) 
     160platform_var.SetPyformBuilder(pymod_env) 
    160161pymod_env.Prepend(LIBPATH = env._stagedir+"/"+pymod_env.GetLibDir()) 
    161162pymod_env.Append(LIBS = ["iplt","iplt_geom"])