diff options
author | Einar Egilsson | 2007-05-21 22:03:05 +0000 |
---|---|---|
committer | Einar Egilsson | 2007-05-21 22:03:05 +0000 |
commit | 502c24f18cdfa0f808d9383313bb4f965c7fb11f (patch) | |
tree | c9f2523995b6fc59e3bf6cc3bcc9200bbedd5e95 /make.bat |
Redirector
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@53 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'make.bat')
-rw-r--r-- | make.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/make.bat b/make.bat new file mode 100644 index 0000000..e4868af --- /dev/null +++ b/make.bat @@ -0,0 +1,11 @@ +:: +:: Build script for extension +:: +:: Einar Þór Egilsson - 26.10.2006 +:: + +SET EXT=Redirector.xpi + +IF NOT EXIST build md build +IF EXIST build\%EXT% del build\%EXT% +zip -r build\%EXT% *.* -x build* *.py *.bat
\ No newline at end of file |