~ubuntu-branches/ubuntu/gutsy/virtualbox-ose/gutsy

« back to all changes in this revision

Viewing changes to src/libs/xpcom18a4/xpcom/build/xpcom.pkg

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-09-08 16:44:58 UTC
  • Revision ID: james.westby@ubuntu.com-20070908164458-wao29470vqtr8ksy
Tags: upstream-1.5.0-dfsg2
ImportĀ upstreamĀ versionĀ 1.5.0-dfsg2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[xpcom]
 
2
dist/bin/@DLLP@xpcom@DLLS@
 
3
!xpt dist/bin/components/xpcom_base.xpt
 
4
!xpt dist/bin/components/xpcom_components.xpt
 
5
!xpt dist/bin/components/xpcom_ds.xpt
 
6
!xpt dist/bin/components/xpcom_io.xpt
 
7
!xpt dist/bin/components/xpcom_xpti.xpt
 
8
 
 
9
#if OS_ARCH==WINNT
 
10
!xpt dist/bin/components/xpcom_thread.xpt
 
11
!xpt dist/bin/components/proxyObject.xpt
 
12
#else
 
13
!xpt dist/bin/components/xpcom_threads.xpt
 
14
!xpt dist/bin/components/proxyObjInst.xpt
 
15
#endif
 
16
 
 
17
[gecko-support]
 
18
dist/bin/regxpcom@BINS@
 
19
dist/bin/xpt_dump@BINS@
 
20
dist/bin/xpt_link@BINS@
 
21
#if MOZ_DEBUG
 
22
#if OS_ARCH==WINNT
 
23
dist/bin/windbgdlg.exe
 
24
#endif
 
25
#endif
 
26
 
 
27
# xpidl.exe is not licensed MPL, so we don't include it with applications.
 
28
# It is only included in the developer (SDK) packages.
 
29
[gecko-devel]
 
30
dist/bin/xpidl@BINS@
 
31
 
 
32
# put NSPR here, because hacking the NSPR build system is too painful
 
33
# xxxbsmedberg: this doesn't obey --with-system-nspr
 
34
[nspr]
 
35
dist/bin/@DLLP@nspr4@DLLS@
 
36
dist/bin/@DLLP@plc4@DLLS@
 
37
dist/bin/@DLLP@plds4@DLLS@
 
38
 
 
39
[nspr-devel]
 
40
dist/lib/@LIBP@nspr4@LIBS@
 
41
dist/lib/@LIBP@plc4@LIBS@
 
42
dist/lib/@LIBP@plds4@LIBS@
 
43
dist/include/nspr/private/pprio.h
 
44
dist/include/nspr/private/pprthred.h
 
45
dist/include/nspr/private/prpriv.h
 
46
dist/include/nspr/prcpucfg.h
 
47
dist/include/nspr/obsolete/pralarm.h
 
48
dist/include/nspr/obsolete/probslet.h
 
49
dist/include/nspr/obsolete/protypes.h
 
50
dist/include/nspr/obsolete/prsem.h
 
51
dist/include/nspr/nspr.h
 
52
dist/include/nspr/pratom.h
 
53
dist/include/nspr/prbit.h
 
54
dist/include/nspr/prclist.h
 
55
dist/include/nspr/prcmon.h
 
56
dist/include/nspr/prcountr.h
 
57
dist/include/nspr/prcvar.h
 
58
dist/include/nspr/prdtoa.h
 
59
dist/include/nspr/prenv.h
 
60
dist/include/nspr/prerr.h
 
61
dist/include/nspr/prerror.h
 
62
dist/include/nspr/prinet.h
 
63
dist/include/nspr/prinit.h
 
64
dist/include/nspr/prinrval.h
 
65
dist/include/nspr/prio.h
 
66
dist/include/nspr/pripcsem.h
 
67
dist/include/nspr/prlink.h
 
68
dist/include/nspr/prlock.h
 
69
dist/include/nspr/prlog.h
 
70
dist/include/nspr/prlong.h
 
71
dist/include/nspr/prmem.h
 
72
dist/include/nspr/prmon.h
 
73
dist/include/nspr/prmwait.h
 
74
dist/include/nspr/prnetdb.h
 
75
dist/include/nspr/prolock.h
 
76
dist/include/nspr/prpdce.h
 
77
dist/include/nspr/prprf.h
 
78
dist/include/nspr/prproces.h
 
79
dist/include/nspr/prrng.h
 
80
dist/include/nspr/prrwlock.h
 
81
dist/include/nspr/prshma.h
 
82
dist/include/nspr/prshm.h
 
83
dist/include/nspr/prsystem.h
 
84
dist/include/nspr/prthread.h
 
85
dist/include/nspr/prtime.h
 
86
dist/include/nspr/prtpool.h
 
87
dist/include/nspr/prtrace.h
 
88
dist/include/nspr/prtypes.h
 
89
dist/include/nspr/prvrsion.h
 
90
dist/include/nspr/prwin16.h
 
91
dist/include/nspr/plarenas.h
 
92
dist/include/nspr/plarena.h
 
93
dist/include/nspr/plhash.h
 
94
dist/include/nspr/plbase64.h
 
95
dist/include/nspr/plerror.h
 
96
dist/include/nspr/plgetopt.h
 
97
dist/include/nspr/plresolv.h
 
98
dist/include/nspr/plstr.h
 
99
 
 
100
[unpackaged-files]
 
101
!optional dist/bin/.autoreg
 
102
!optional dist/bin/components/xpti.dat
 
103
!optional dist/bin/components/compreg.dat
 
104
#if OS_ARCH==WINNT
 
105
dist/bin/rebasedlls.exe
 
106
#endif