sgl
diff tests/tests-makefile @ 17:ee7b3a898b6b
fooing with cocoa
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 25 Jun 2011 05:17:16 +0300 |
parents | bf34fa677960 |
children | b5c852d7661e |
line diff
1.1 --- a/tests/tests-makefile Tue May 17 11:21:09 2011 +0300 1.2 +++ b/tests/tests-makefile Sat Jun 25 05:17:16 2011 +0300 1.3 @@ -31,3 +31,9 @@ 1.4 .PHONY: clean 1.5 clean: 1.6 rm -f $(obj) $(bin) 1.7 + 1.8 +.PHONY: install 1.9 +install: 1.10 + mkdir -p Simple.app/Contents/MacOS 1.11 + cp simple Simple.app/Contents/MacOS/simple 1.12 + install_name_tool -change libsgl.dylib @executable_path/../Frameworks/libsgl.dylib Simple.app/Contents/MacOS/simple