From b6d0605d27499279414e2433fae470302c99c110 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 16 Oct 2009 18:05:51 +0000 Subject: [PATCH] Renamed Application.cpp to Console.cpp. --- Application.cpp => Console.cpp | 0 makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Application.cpp => Console.cpp (100%) diff --git a/Application.cpp b/Console.cpp similarity index 100% rename from Application.cpp rename to Console.cpp diff --git a/makefile b/makefile index a1739a5..cb440ec 100644 --- a/makefile +++ b/makefile @@ -67,7 +67,7 @@ libcycript.dylib: ffi_type.o parse.o Output.o Cycript.tab.o lex.cy.o Library.o -framework JavaScriptCore -framework WebCore ldid -S $@ -cycript: Application.o libcycript.dylib +cycript: Console.o libcycript.dylib $(target)g++ $(flags) -o $@ $(filter %.o,$^) \ -lobjc -lapr-1 -lreadline \ -L. -lcycript \ -- 2.47.2