diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2009-10-19 19:05:53 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2009-10-19 19:05:53 +0000 |
commit | 85e1989a00957f4f08ea6720e0b884b278f24714 (patch) | |
tree | 4043fc01c19d8c88cb4ab2ad035f8cc525f84770 /build.py | |
parent | 476fbdc159a38543b9d4a1edad54302ada08d351 (diff) |
Guids for components + fixed build once again
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@284 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'build.py')
-rw-r--r-- | build.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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'..\..')
|