aboutsummaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorEinar Egilsson2009-05-09 20:46:48 +0000
committerEinar Egilsson2009-05-09 20:46:48 +0000
commit612e652d4a9feac5331c0262bbe6d234df3542e7 (patch)
treeb62a5821f9188454db189c033127263e3c48ffd5 /make.bat
parent385393f45b40ad4bb67ec245388e271cf51f4994 (diff)
1.7 start
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@209 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat11
1 files changed, 0 insertions, 11 deletions
diff --git a/make.bat b/make.bat
deleted file mode 100644
index e4868af..0000000
--- a/make.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-::
-:: 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