I'm guessing this is the right forum for this but I'm not entirely sure. I'm using xcode to do some stuff for my comp sci class. I got a couple files in one project. I don't need them to be included in the build everytime as some files are for different things. Can I leave files in the project but just exclude them from being included in the build?
From the sound of it, no. When you build your project the compiler has to re-link everything together. You might not need new object files, but it still has to be re-linked.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks