From 0da1ee67eb3bb6ccc828b1d07073d0b444198537 Mon Sep 17 00:00:00 2001 From: pescuma Date: Tue, 22 Dec 2009 03:57:04 +0000 Subject: iax: 0.1.0.0 git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@191 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Protocols/IAX/Docs/iax_readme.txt | 1 + Protocols/IAX/build/doit.bat | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Protocols') 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 -- cgit v1.2.3