Project

General

Profile

« Previous | Next » 

Revision b3edf18d

Added by skyjake over 18 years ago

Updated part of the Xcode project. When #including the game headers, on Mac it is necessary to use the ../../jheretic/include relative path to make sure that the real header is included. Hopefully it works on Win32. A better solution would be to make sure all headers have unique names. The problem itself is caused by Xcode's header caching (hmap), that seems to take the first instance of a given filename and then use that even though the search paths would be different in a different build target. I suppose this could be worked around by creating multiple Xcode projects, but I'd rather avoid that.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences