|
|
|
Created:
16 years, 1 month ago by cykoo1 Modified:
16 years, 1 month ago Reviewers:
Jeffrey Yasskin CC:
google-concurrency-library_googlegroups.com Visibility:
Public. |
Patch Set 1 #Total messages: 2
|
cykoo1
|
16 years, 1 month ago (2009年12月11日 21:08:52 UTC) #1 |
LGTM On Fri, Dec 11, 2009 at 1:08 PM, <cykoo1@gmail.com> wrote: > Reviewers: Jeffrey Yasskin, > > > > Please review this at http://codereview.appspot.com/176049 > > Affected files: > M Makefile > > > Index: Makefile > =================================================================== > --- a/Makefile > +++ b/Makefile > @@ -56,7 +56,7 @@ > TEST_OBJS := testing/thread_test.o testing/lock_test.o testing/race_test.o > \ > testing/concurrent_priority_queue_test.o > AllTests: CppFlags += -Iinclude $(GTEST_I) $(GMOCK_I) > -AllTests: std_thread.a $(GMOCK_MAIN_A) $(TEST_OBJS) > +AllTests: $(TEST_OBJS) std_thread.a $(GMOCK_MAIN_A) > $(CXX) -o $@ $(LdFlags) $^ $(LOADLIBES) $(LdLibs) > > > > > -- Namasté, Jeffrey Yasskin http://jeffrey.yasskin.info/