• 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évision613ed7298c2b22571d34cf481eae2bca222c80a4 (tree)
l'heure2013-11-22 17:24:53
Auteurosamu sambuichi <samb@osam...>
Commiterosamu sambuichi

Message de Log

update Makefile for graphicExample, audioExample

Change Summary

Modification

--- a/apps/audioOutputExample/Makefile
+++ b/apps/audioOutputExample/Makefile
@@ -39,7 +39,8 @@ $(PROGRAM): $(OBJS)
3939 cp -rf ../icon-debug.icns $(APPNAME)/Contents/Resources/
4040 cp -rf $(OF_PATH)/libs/glut/lib/osx/GLUT.framework $(APPNAME)/Contents/Frameworks/
4141
42-clean:; rm -rf *.o *~ $(APPNAME)
42+clean:
43+ rm -rf *.o *~ $(APPNAME) $(PROGRAM)
4344
4445 install: $(PROGRAM)
4546 install -s $(PROGRAM) $(DEST)
--- a/apps/graphicsExample/Makefile
+++ b/apps/graphicsExample/Makefile
@@ -39,7 +39,8 @@ $(PROGRAM): $(OBJS)
3939 cp -rf ../icon-debug.icns $(APPNAME)/Contents/Resources/
4040 cp -rf $(OF_PATH)/libs/glut/lib/osx/GLUT.framework $(APPNAME)/Contents/Frameworks/
4141
42-clean:; rm -rf *.o *~ $(APPNAME)
42+clean:
43+ rm -rf *.o *~ $(APPNAME) $(PROGRAM)
4344
4445 install: $(PROGRAM)
4546 install -s $(PROGRAM) $(DEST)