From 5c280f3d18c80cc2c38e1e9486a103a8894fce03 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 15 Dec 2001 18:34:01 +0000 Subject: [PATCH] added one liner to CVS - hey, this one needs is so short that legal words are not needed :-) --- scripts/build-w32 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/build-w32 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 + + +