aboutsummaryrefslogtreecommitdiffstats
path: root/lib/gs/src/gs.app.src
blob: c6f88e5144d69aee371a315f76652c00b476a868 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{application, gs,
 [{description, "GS  The Graphics System"},
  {vsn, "%VSN%"},
  {modules, [gs,gs_frontend,gs_make,gs_widgets,gstk,gstk_arc,gstk_button,
	     gstk_canvas,gstk_checkbutton,gstk_db,gstk_editor,gstk_entry,
             gstk_font,gstk_frame,gstk_generic,gstk_grid,gstk_gridline,gstk_gs,
             gstk_image,gstk_label,gstk_line,gstk_listbox,gstk_menu,gstk_menubar,
             gstk_menubutton,gstk_menuitem,gstk_oval,gstk_polygon,gstk_port_handler,
             gstk_radiobutton,gstk_rectangle,gstk_scale,gstk_text,gstk_widgets,
             gstk_window,tcl2erl,tool_file_dialog,tool_utils,
	     gs_packer,gse]},
  {registered, [gs_frontend]},
  {applications, [kernel, stdlib]},
  {runtime_dependencies, ["stdlib-2.0","kernel-3.0","erts-6.0"]}]}.