From 37b6643df2df7d784a31ca73f7bb90dc109c2401 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 15 Dec 2005 07:26:47 +0000 Subject: removing PDP source (except debian files) before import of PDP 0.12.4 svn path=/trunk/externals/pdp/; revision=4217 --- buildall | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 buildall (limited to 'buildall') diff --git a/buildall b/buildall deleted file mode 100755 index 155633f..0000000 --- a/buildall +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -# a build script to build and configure the entire pdp distro -# might need some editing to work for you - - -# build the stable stuff -autoconf && ./configure --enable-mmx --prefix=/home/tom/pd && make install - -cd scaf -autoconf && ./configure && make install -cd .. - - -# build the experimental stuff - -make -C opengl - -- cgit v1.2.1