1 | *** boost_1_57_0/tools/build/src/tools/gcc.jam 2014-10-24 21:06:58.000000000 +0200
|
---|
2 | --- boost_1_57_0.new/tools/build/src/tools/gcc.jam 2015-03-12 10:03:24.735807767 +0100
|
---|
3 | ***************
|
---|
4 | *** 999,1006 ****
|
---|
5 | #
|
---|
6 | actions piecemeal archive
|
---|
7 | {
|
---|
8 | ! "$(.AR)" $(AROPTIONS) rc "$(<)" "$(>)"
|
---|
9 | ! "$(.RANLIB)" "$(<)"
|
---|
10 | }
|
---|
11 |
|
---|
12 | rule link.dll ( targets * : sources * : properties * )
|
---|
13 | --- 999,1006 ----
|
---|
14 | #
|
---|
15 | actions piecemeal archive
|
---|
16 | {
|
---|
17 | ! "$(.AR)" $(AROPTIONS) rcD "$(<)" "$(>)"
|
---|
18 | ! "$(.RANLIB)" -D "$(<)"
|
---|
19 | }
|
---|
20 |
|
---|
21 | rule link.dll ( targets * : sources * : properties * )
|
---|