• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Mac OS Xのmake環境でOpenFrameworksプロジェクト作成できるように整備したもの


Commit MetaInfo

Révision3aa019137ab587857c27dbbf82ba3ee2b034752f (tree)
l'heure2013-09-29 19:44:53
Auteursambuichi <sambuichi@gmai...>
Commitersambuichi

Message de Log

add -framework Accelerate in Makefile-of.mk for Maxim Addon.

Change Summary

Modification

--- a/myprj/Makefile-of.mk
+++ b/myprj/Makefile-of.mk
@@ -61,7 +61,8 @@ FRAMEWORK = -framework AppKit \
6161 -framework CoreServices \
6262 -framework OpenGL \
6363 -framework QuickTime \
64- -framework GLUT
64+ -framework GLUT \
65+ -framework Accelerate
6566
6667 ## fmodのみダイナミックリンク
6768 #OF_DYLIB = -dylib $(OF_PATH)/libs/fmodex/lib/osx/libfmodex.dylib