diff options
author | Werner Koch <[email protected]> | 2001-12-15 18:34:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-15 18:34:01 +0000 |
commit | 5c280f3d18c80cc2c38e1e9486a103a8894fce03 (patch) | |
tree | 28811ae6886290c48a7dfb6be6aa6ec123534f44 | |
parent | Stupid gettext allways adds the same entry when running gettextize - (diff) | |
download | gnupg-5c280f3d18c80cc2c38e1e9486a103a8894fce03.tar.gz gnupg-5c280f3d18c80cc2c38e1e9486a103a8894fce03.zip |
added one liner to CVS - hey, this one needs is so short that legal
words are not needed :-)
-rwxr-xr-x | scripts/build-w32 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/build-w32 b/scripts/build-w32 new file mode 100755 index 000000000..9995a4865 --- /dev/null +++ b/scripts/build-w32 @@ -0,0 +1,6 @@ +#!/bin/sh + +exec scripts/autogen.sh --build-w32 + + + |