commit | 350b9b57d57b90c5625631fa1693f572de8d1d14 | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Wed Sep 25 16:38:41 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Sep 25 16:44:24 2013 -0700 |
tree | 384aa990e785a81c4d6002463d0484f0dacb8db4 | |
parent | 88f0b3adf3dd3a1d4c7d87bd871befd095a7b5f2 [diff] [blame] |
Basic User Interface is added Change-Id: Ib2d972d320a6ac39fbba4b682845965f0ed3572d
diff --git a/wscript b/wscript index 53d044b..54b83ac 100644 --- a/wscript +++ b/wscript
@@ -46,7 +46,7 @@ use = "OSX COCOA FOUNDATION APPKIT SPARKLE", mac_plist = 'osx/Info.plist', - mac_resources = 'osx/Resources/ndnx-main.icns osx/Resources/ndnx-tray.icns', + mac_resources = [i.path_from(bld.path) for i in bld.path.ant_glob ('osx/Resources/**/*')], mac_frameworks = "osx/Frameworks/Sparkle.framework", )