From 85e1989a00957f4f08ea6720e0b884b278f24714 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Mon, 19 Oct 2009 19:05:53 +0000 Subject: Guids for components + fixed build once again git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@284 119bf307-c92d-0410-89bd-8f53e6181181 --- build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'build.py') diff --git a/build.py b/build.py index d38a0fb..0072e98 100644 --- a/build.py +++ b/build.py @@ -2,7 +2,6 @@ import os, os.path, zipfile os.chdir(r'components\interfaces') for f in os.listdir('.'): - print f if f.startswith('rdI') and f.endswith('.idl'): os.system(r'xpidl -m typelib -e ..\%s %s' % (f[:-3] + 'xpt',f)) os.chdir(r'..\..') -- cgit v1.2.3