diff options
author | callum_linden <none@none> | 2014-10-23 12:05:04 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2014-10-23 12:05:04 -0700 |
commit | de71ed13545f60a82466e55196ce84d3627eccd0 (patch) | |
tree | 7f4835c3152dcc67ba6de1a96ae6f64a224d6728 | |
parent | 00df214112c824a13a084bdc37be2de04f720129 (diff) |
Update to build on Xcode 6.0: update TODO list
-rw-r--r-- | XCODE_6_UPGRADES_TODO.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/XCODE_6_UPGRADES_TODO.txt b/XCODE_6_UPGRADES_TODO.txt index 074e09c680..18df55b9d0 100644 --- a/XCODE_6_UPGRADES_TODO.txt +++ b/XCODE_6_UPGRADES_TODO.txt @@ -5,5 +5,3 @@ * Should we be using libstdc++ (GNU) or libc++ (clang) - using the former but latter is more 'clang'y - see comments from Cinder in BB * Weird folder name "build-darwin-i386/newview/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Second Life.app" - likely causes because those $() should be ${} for CMake? - No, it's something else - lots of occurences in build-darwin folder but where do they come from? .... - -* libjpeg is placed in lib folder vs lib/release - change it to match others |