~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to src/gnome/make_gnome.adb

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-11 09:46:51 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080811094651-9mjd6acwa98ffw5c
Tags: 2.12.0-2ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pragma Warnings (Off);
2
 
with Gnome.About;
3
 
with Gnome.App;
4
 
with Gnome.App_Bar;
5
 
with Gnome.App_Helper;
6
 
with Gnome.Client;
7
 
with Gnome.Color_Picker;
8
 
with Gnome.Date_Edit;
9
 
with Gnome.Dialog;
10
 
with Gnome.Druid;
11
 
with Gnome.Druid_Page;
12
 
with Gnome.Druid_Page_Edge;
13
 
with Gnome.Druid_Page_Standard;
14
 
with Gnome.File_Entry;
15
 
with Gnome.Font_Picker;
16
 
with Gnome.GEntry;
17
 
with Gnome.HRef;
18
 
with Gnome.ICE;
19
 
with Gnome.Icon_Entry;
20
 
with Gnome.Icon_Selection;
21
 
with Gnome.Message_Box;
22
 
with Gnome.MDI;
23
 
with Gnome.MDI_Child;
24
 
with Gnome.MDI_Session;
25
 
with Gnome.Pixmap;
26
 
with Gnome.Pixmap_Entry;
27
 
with Gnome.Property_Box;
28
 
with Gnome.Stock;
29
 
with Gnome.Scores;
30
 
with Gnome.UI_Defs;
31
 
with Gnome.Window;
32
 
with Bonobo.Dock;
33
 
with Bonobo.Dock_Band;
34
 
with Bonobo.Dock_Item;
35
 
with Bonobo.Dock_Layout;
36
 
pragma Warnings (On);
37
 
 
38
 
procedure Make_Gnome is
39
 
begin
40
 
   null;
41
 
end Make_Gnome;