Skip to content

Commit

Permalink
changed gitignore file and updated xcconfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Grosam committed Jul 18, 2012
1 parent cadc451 commit 4151d99
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 1,466 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -15,7 +15,7 @@ DerivedData




## exclude user specific files and folders ## exclude user specific files and folders
user.* $user.*




#exclude generated html files in folder "doc": #exclude generated html files in folder "doc":
Expand Down
4 changes: 2 additions & 2 deletions Bench/Bench.debug.xcconfig
Expand Up @@ -8,8 +8,8 @@


JP_ROOT = "$(SRCROOT)/../Source" JP_ROOT = "$(SRCROOT)/../Source"


#include "../Xcode.config/user.boost.xcconfig" #include "../Xcode.config/$user.boost.xcconfig"
#include "../Xcode.config/user.ICU.xcconfig" #include "../Xcode.config/$user.ICU.xcconfig"


BENCH_HEADER_SEARCH_PATHS = $(JP_ROOT) $(BOOST_HEADER_SEARCH_PATHS) $(ICU_HEADER_SEARCH_PATHS) BENCH_HEADER_SEARCH_PATHS = $(JP_ROOT) $(BOOST_HEADER_SEARCH_PATHS) $(ICU_HEADER_SEARCH_PATHS)


Expand Down
4 changes: 2 additions & 2 deletions Bench/Bench.release.xcconfig
Expand Up @@ -4,8 +4,8 @@


JP_ROOT = "$(SRCROOT)/../Source" JP_ROOT = "$(SRCROOT)/../Source"


#include "../Xcode.config/user.boost.xcconfig" #include "../Xcode.config/$user.boost.xcconfig"
#include "../Xcode.config/user.ICU.xcconfig" #include "../Xcode.config/$user.ICU.xcconfig"


BENCH_HEADER_SEARCH_PATHS = $(JP_ROOT) $(BOOST_HEADER_SEARCH_PATHS) $(ICU_HEADER_SEARCH_PATHS) BENCH_HEADER_SEARCH_PATHS = $(JP_ROOT) $(BOOST_HEADER_SEARCH_PATHS) $(ICU_HEADER_SEARCH_PATHS)


Expand Down
2 changes: 1 addition & 1 deletion Bench/unicode_conversion/unicode_conversion.debug.xcconfig
Expand Up @@ -3,4 +3,4 @@
// //




#include "../../Xcode.config/user.ICU.xcconfig" #include "../../Xcode.config/$user.ICU.xcconfig"
Expand Up @@ -2,4 +2,4 @@
// unicode_conversion.release.xcconfig // unicode_conversion.release.xcconfig
// //


#include "../../Xcode.config/user.ICU.xcconfig" #include "../../Xcode.config/$user.ICU.xcconfig"
281 changes: 0 additions & 281 deletions Bench/user.bench-results/AGJsonParser Benchmark.txt

This file was deleted.

39 changes: 0 additions & 39 deletions Bench/user.bench-results/json_parser Benchmark.txt

This file was deleted.

0 comments on commit 4151d99

Please sign in to comment.