code: drawterm

Download patch

ref: 41144a248020ec722bdd317fa511bcbf4554b28d
parent: d951a96b9b176cd6a4dcb0772ad57febfff7688f
author: aiju <devnull@localhost>
date: Tue Jul 3 17:28:04 EDT 2018

add osx tuttle glenda and add makefile target to copy binary into .app

--- a/Make.osx-cocoa
+++ b/Make.osx-cocoa
@@ -13,8 +13,11 @@
 TARG=drawterm
 AUDIO=none
 
-all: default
+all: default gui-cocoa/drawterm.app/drawterm
 
 libmachdep.a:
 	arch=`uname -m|sed 's/i.86/386/;s/x86_64/amd64/'`; \
 	(cd posix-$$arch &&  make)
+
+gui-cocoa/drawterm.app/drawterm: drawterm
+	cp $< $@
--- a/gui-cocoa/drawterm.app/Info.plist
+++ b/gui-cocoa/drawterm.app/Info.plist
@@ -7,7 +7,7 @@
 	<key>CFBundleExecutable</key>
 	<string>drawterm</string>
 	<key>CFBundleIconFile</key>
-	<string></string>
+	<string>glenda-t.icns</string>
 	<key>CFBundleIdentifier</key>
 	<string>drawterm</string>
 	<key>CFBundleInfoDictionaryVersion</key>
binary files /dev/null b/gui-cocoa/drawterm.app/glenda-t.icns differ