mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
* install.sh: Adding install script for use by compile-all.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@26844 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b685c50b0e
commit
1dda762071
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-09-14 13:17-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* install.sh: Adding install script for use by compile-all.
|
||||
|
||||
2008-08-19 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/art/ARTContext.m (-GSSetDevice:::): Only call
|
||||
|
|
9
install.sh
Executable file
9
install.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#/bin/sh
|
||||
|
||||
PREFIX=$1
|
||||
MAKE=$2
|
||||
|
||||
. $PREFIX/System/Library/Makefiles/GNUstep.sh
|
||||
$MAKE install
|
||||
|
||||
exit 0
|
Loading…
Reference in a new issue