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>2010-04-19 04:13:54 +0400
committerBrodie Thiesfield <brofield@gmail.com>2010-04-19 04:13:54 +0400
commit651fb0c58958644d1140e850b767f63ebb65264f (patch)
treed138235f55f42a4a0ea0ad7440c986b19338a634
parente0015ff018b74b15aa892fb6eadf48dde3f91fab (diff)
hardcode doxygen path in packager
-rw-r--r--package.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.cmd b/package.cmd
index 47e48c9..59aaa87 100644
--- a/package.cmd
+++ b/package.cmd
@@ -14,7 +14,7 @@ DEL /Q "SimpleIni.ncb"
ATTRIB -H "SimpleIni.suo"
DEL /Q "SimpleIni.suo"
DEL /Q "SimpleIni.opt"
-START "Generate documentation" /WAIT SimpleIni.doxy
+START "Generate documentation" /WAIT "C:\Program Files (x86)\doxygen\bin\doxygen.exe" SimpleIni.doxy
cd ..
del simpleini-%VERSION%.zip
%SEVENZIP% a -tzip -r- -x!simpleini\.svn simpleini-%VERSION%.zip simpleini\*