Closed Thread
Results 1 to 2 of 2

Thread: Question for Using xcode

  1. #1
    restin84's Avatar
    restin84 is offline Learning Programmer
    Join Date
    Oct 2008
    Location
    Jersey
    Posts
    47
    Rep Power
    0

    Question for Using xcode

    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?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Natrobius's Avatar
    Natrobius is offline Programmer
    Join Date
    Nov 2009
    Location
    Memphis, TN
    Posts
    167
    Blog Entries
    1
    Rep Power
    0

    Re: Question for Using xcode

    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.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Question:technical question answering system algorithm?
    By vbehzadan in forum General Programming
    Replies: 1
    Last Post: 04-28-2010, 12:41 PM
  2. Replies: 4
    Last Post: 03-27-2010, 08:27 PM
  3. C# noob question 3, list question
    By Siten0308 in forum C# Programming
    Replies: 3
    Last Post: 01-21-2010, 07:41 AM
  4. QUESTION Strcat/Strstr/strcpy Question
    By wgre0111 in forum C and C++
    Replies: 1
    Last Post: 10-19-2008, 03:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts