]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC.mk
Insanely massive refactoring, bringing both exceptions and languages into near parity.
[cycript.git] / ObjectiveC.mk
index 729b131e15c1d751be02351631862c2ba208974c..05249d6be6cdd30058b356fefb96808a9a21907d 100644 (file)
@@ -1,6 +1,6 @@
 filters += ObjectiveC
-header += Struct.hpp ObjectiveC.hpp
-code += ObjectiveC.o Library.o
+header += Struct.hpp ObjectiveC/Internal.hpp ObjectiveC/Syntax.hpp
+code += ObjectiveC/Output.o ObjectiveC/Replace.o Library.o
 
 Struct.hpp:
        $$($(target)gcc -print-prog-name=cc1obj) -print-objc-runtime-info </dev/null >$@