objc-eval icon indicating copy to clipboard operation
objc-eval copied to clipboard

Remove xcode from the process

Open ericentin opened this issue 15 years ago • 2 comments

Build via gcc and a single source file directly -- should save some time compared to xcodebuild.

ericentin avatar Feb 22 '10 07:02 ericentin

xcode has nothing to do with source, we could make a Makefile if we wanted, or anything that will tell the source to compile. xcode is using clang or gcc in the firstplace. therefore we can cut it out, ill make a Makefile just to show how it can be done...

trevor403 avatar Feb 22 '13 10:02 trevor403

I've just realized that you were mentioning that you wanted to use direct gcc for the compiling of the bundle code that is run via the eval, this could be done by making a project that works like the tar template but uses gcc to compile directly from the eval

trevor403 avatar Feb 22 '13 11:02 trevor403