Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrodie Thiesfield <brofield@gmail.com>2008-04-24 06:47:30 +0400
committerBrodie Thiesfield <brofield@gmail.com>2008-04-24 06:47:30 +0400
commitbd09bea9248d51c86e87dbd3a5a97de0ce77f2d5 (patch)
treeecac7f859b9d05709aae52bf9c95f45f1b40a193
parent631e9d3f8354da4935147a2de666ab2617928e76 (diff)
package latest changes into a release
-rw-r--r--SimpleIni.h2
-rw-r--r--package.cmd23
2 files changed, 24 insertions, 1 deletions
diff --git a/SimpleIni.h b/SimpleIni.h
index 7e0dea9..4e3e524 100644
--- a/SimpleIni.h
+++ b/SimpleIni.h
@@ -5,7 +5,7 @@
<tr><th>File <td>SimpleIni.h
<tr><th>Author <td>Brodie Thiesfield [code at jellycan dot com]
<tr><th>Source <td>http://code.jellycan.com/simpleini/
- <tr><th>Version <td>4.5
+ <tr><th>Version <td>4.6
</table>
Jump to the @link CSimpleIniTempl CSimpleIni @endlink interface documentation.
diff --git a/package.cmd b/package.cmd
new file mode 100644
index 0000000..91c6420
--- /dev/null
+++ b/package.cmd
@@ -0,0 +1,23 @@
+set VERSION=4.6
+
+set SEVENZIP="C:\Program Files\7-Zip\7z.exe"
+
+FOR /F "tokens=*" %%G IN ('DIR /AD /B /S Debug*') DO (
+ DEL /S /Q "%%G"
+ RD "%%G"
+)
+FOR /F "tokens=*" %%G IN ('DIR /AD /B /S Release*') DO (
+ DEL /S /Q "%%G"
+ RD "%%G"
+)
+DEL /Q "SimpleIni.ncb"
+ATTRIB -H "SimpleIni.suo"
+DEL /Q "SimpleIni.suo"
+DEL /Q "SimpleIni.opt"
+START "Generate documentation" /WAIT SimpleIni.doxy
+cd ..
+del simpleini-%VERSION%.zip
+%SEVENZIP% a -tzip -r- -x!simpleini\.svn simpleini-%VERSION%.zip simpleini\*
+del simpleini-doc.zip
+%SEVENZIP% a -tzip -r simpleini-doc.zip simpleini-doc\*
+cd simpleini