summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-12-22 03:57:04 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-12-22 03:57:04 +0000
commit0da1ee67eb3bb6ccc828b1d07073d0b444198537 (patch)
tree3c908abc5f377b2bfcf90a95db8d09cb39b54533
parent525d4aff6e28c394c3cb653aa61ea4ee491be200 (diff)
iax: 0.1.0.0
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@191 c086bb3d-8645-0410-b8da-73a8550f86e7
-rw-r--r--Protocols/IAX/Docs/iax_readme.txt1
-rw-r--r--Protocols/IAX/build/doit.bat7
2 files changed, 4 insertions, 4 deletions
diff --git a/Protocols/IAX/Docs/iax_readme.txt b/Protocols/IAX/Docs/iax_readme.txt
index c6fa656..f10e5b0 100644
--- a/Protocols/IAX/Docs/iax_readme.txt
+++ b/Protocols/IAX/Docs/iax_readme.txt
@@ -15,5 +15,6 @@ WARNING: You can create only one instance of the protocol. If you create the sec
TODO
----
- More than one instance
+- Protocol icons
- Use netlib to send/receive packages?
- Ask for new password at first login if "Save password" is not checked \ No newline at end of file
diff --git a/Protocols/IAX/build/doit.bat b/Protocols/IAX/build/doit.bat
index 6058bd4..d4226ad 100644
--- a/Protocols/IAX/build/doit.bat
+++ b/Protocols/IAX/build/doit.bat
@@ -1,4 +1,4 @@
-rem @echo off
+@echo off
rem Batch file to build and upload files
rem
@@ -63,7 +63,7 @@ cd ..
mkdir utils
cd utils
del /Q *.*
-copy ..\..\..\..\..\..\plugins\utils\*.*
+copy ..\..\..\..\..\plugins\utils\*.*
cd ..
cd ..
@@ -75,10 +75,9 @@ cd ..
"C:\Program Files\Filzip\Filzip.exe" -a -rp %name%.zip Plugins Docs
-mkdir Plugins
cd Plugins
del /Q *.dll
-copy ..\..\..\..\bin\release\Plugins\%name%W.dll
+copy "..\..\..\..\bin\Release Unicode\Plugins\%name%W.dll"
cd ..
"C:\Program Files\Filzip\Filzip.exe" -a -rp %name%W.zip Plugins Docs