changeset 6:e3dafb1c2493

Added install of _xpcom.so.
author Atul Varma <varmaa@toolness.com>
date Tue, 06 May 2008 16:02:31 -0700
parents 0eae0a3fbffa
children b20f9031e475
files .hgignore SConstruct
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Tue May 06 15:00:52 2008 -0700
+++ b/.hgignore	Tue May 06 16:02:31 2008 -0700
@@ -1,4 +1,5 @@
 syntax: glob
 *.os
+*.so
 *.dylib
 .sconsign.dblite
--- a/SConstruct	Tue May 06 15:00:52 2008 -0700
+++ b/SConstruct	Tue May 06 16:02:31 2008 -0700
@@ -39,3 +39,5 @@
     )
 
 SConscript("xpcom/src/SConscript", exports="env")
+
+env.InstallAs("xpcom/_xpcom.so", "xpcom/src/lib_xpcom.dylib")