diff options
Diffstat (limited to 'Protocols')
-rw-r--r-- | Protocols/IAX/Docs/iax_readme.txt | 1 | ||||
-rw-r--r-- | Protocols/IAX/build/doit.bat | 7 |
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
|