author | zautrix <zautrix> | 2005-08-18 06:13:33 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-08-18 06:13:33 (UTC) |
commit | 85e59a8c8fae96da9250f3197ff4224a216d994d (patch) (unidiff) | |
tree | 43d2fbfa3f0b7fa4ed2e5702f0dab49ab1bdfeb8 /winbuildall.bat | |
parent | 20fcff8e0088d7bec12ecd9fd6af3f6150fcb1b2 (diff) | |
download | kdepimpi-85e59a8c8fae96da9250f3197ff4224a216d994d.zip kdepimpi-85e59a8c8fae96da9250f3197ff4224a216d994d.tar.gz kdepimpi-85e59a8c8fae96da9250f3197ff4224a216d994d.tar.bz2 |
automated win build
-rwxr-xr-x | winbuildall.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winbuildall.bat b/winbuildall.bat new file mode 100755 index 0000000..0e2a32d --- a/dev/null +++ b/winbuildall.bat | |||
@@ -0,0 +1,7 @@ | |||
1 | |||
2 | qmake "CONFIG -=importol" | ||
3 | nmake | ||
4 | qmake | ||
5 | nmake clean | ||
6 | nmake | ||
7 | winclean \ No newline at end of file | ||