| author | David McPaul <dlmcpaul@gmail.com> | 2009-04-11 13:56:16.0 +00:00:00 |
|---|---|---|
| committer | David McPaul <dlmcpaul@gmail.com> | 2009-04-11 13:56:16.0 +00:00:00 |
| commit | 9da4e0a3c59921905270b2e62d3433e4beb25998 [patch] |
|
| tree | 6f68f880df850c5517177d13b8cc164e2c2f3039 |
|
| parent | 9c12fb3048982b0fcf4c387700d733dfb5ea81b5 |
|
| download | 9da4e0a3c59921905270b2e62d3433e4beb25998.tar.gz |
|
scripts to build yasm on beos and haiku
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@30119 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
yasm/make_beos | 3 +++ yasm/make_haiku | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/yasm/make_beos b/yasm/make_beos new file mode 100755 index 0000000..e0ad4b8 100755 --- /dev/null +++ b/yasm/make_beos @@ -1,0 +1,3 @@ #! /bin/sh ./configure make diff --git a/yasm/make_haiku b/yasm/make_haiku new file mode 100755 index 0000000..4215a38 100755 --- /dev/null +++ b/yasm/make_haiku @@ -1,0 +1,4 @@ #! /bin/sh cp /boot/common/share/libtool/config/config.* config/ ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include make