diff options
author | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2010-01-26 13:41:23 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2010-01-26 13:46:24 (GMT) |
commit | 9175f9e5bad0f77e5d53751a8e839c8ea7df4c23 (patch) | |
tree | a2da3ecfb2555e284643147b7ea7054b61cef366 | |
parent | 8c29bbe3dcd192024d2dbfcf2faa72077b77107d (diff) | |
download | Qt-9175f9e5bad0f77e5d53751a8e839c8ea7df4c23.zip Qt-9175f9e5bad0f77e5d53751a8e839c8ea7df4c23.tar.gz Qt-9175f9e5bad0f77e5d53751a8e839c8ea7df4c23.tar.bz2 |
Add a convenience batch file to run the patch capabilities perl script
Signed-off-by: Simon Hausmann <simon.hausmann@nokia.com>
-rw-r--r-- | bin/patch_capabilities.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/patch_capabilities.bat b/bin/patch_capabilities.bat new file mode 100644 index 0000000..6a0c4d7 --- /dev/null +++ b/bin/patch_capabilities.bat @@ -0,0 +1 @@ +@perl.exe -S %~dp0patch_capabilities.pl %* |