Advertisement
Guest User

Untitled

a guest
Apr 16th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.00 KB | None | 0 0
  1. common.mkdir bin
  2.  
  3. if not exist "bin\\" mkdir "bin"
  4.  
  5. common.mkdir bin\standalone
  6.  
  7. if not exist "bin\standalone\\" mkdir "bin\standalone"
  8.  
  9. common.mkdir bin\standalone\zlib
  10.  
  11. if not exist "bin\standalone\zlib\\" mkdir "bin\standalone\zlib"
  12.  
  13. common.mkdir bin\standalone\zlib\mock
  14.  
  15. if not exist "bin\standalone\zlib\mock\\" mkdir "bin\standalone\zlib\mock"
  16.  
  17. common.mkdir bin\standalone\zlib\mock\debug
  18.  
  19. if not exist "bin\standalone\zlib\mock\debug\\" mkdir "bin\standalone\zlib\mock\debug"
  20.  
  21. mock.compile.c bin\standalone\zlib\mock\debug\deflate.obj
  22.  
  23. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  24. C:\Python27\python.exe -B mock.py -c -x c -I"C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib" "C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib\deflate.c" -o "bin\standalone\zlib\mock\debug\deflate.obj"
  25.  
  26. Testing command (<Values at 0x22f1d00: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\deflate.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib'], 'archive': None}>, ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib\\deflate.c'])
  27. - matching against (<Values at 0x22f1d50: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  28. Matched
  29. mock.link.dll bin\standalone\zlib\mock\debug\libz.dll
  30.  
  31. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  32. C:\Python27\python.exe -B mock.py --dll "bin\standalone\zlib\mock\debug\deflate.obj" -o "bin\standalone\zlib\mock\debug\libz.dll"
  33.  
  34. Testing command (<Values at 0x218dd00: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\libz.dll', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\standalone\\zlib\\mock\\debug\\deflate.obj'])
  35. - matching against (<Values at 0x218dd50: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  36. Failed to match input file contents: $deflate.c
  37. - matching against (<Values at 0x218ddc8: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.so', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['$deflate.o'])
  38. Matched
  39. common.mkdir bin\standalone\zlib\mock\debug\link-static
  40.  
  41. if not exist "bin\standalone\zlib\mock\debug\link-static\\" mkdir "bin\standalone\zlib\mock\debug\link-static"
  42.  
  43. mock.compile.c bin\standalone\zlib\mock\debug\link-static\deflate.obj
  44.  
  45. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  46. C:\Python27\python.exe -B mock.py -c -x c -I"C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib" "C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib\deflate.c" -o "bin\standalone\zlib\mock\debug\link-static\deflate.obj"
  47.  
  48. Testing command (<Values at 0x232fd00: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\link-static\\deflate.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib'], 'archive': None}>, ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib\\deflate.c'])
  49. - matching against (<Values at 0x232fd50: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  50. Matched
  51. mock.archive bin\standalone\zlib\mock\debug\link-static\libz.a
  52.  
  53. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  54. C:\Python27\python.exe -B mock.py --archive "bin\standalone\zlib\mock\debug\link-static\deflate.obj" -o "bin\standalone\zlib\mock\debug\link-static\libz.a"
  55.  
  56. Testing command (<Values at 0x223cd00: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\link-static\\libz.a', 'dll': None, 'compile': None, 'includes': None, 'archive': True}>, ['bin\\standalone\\zlib\\mock\\debug\\link-static\\deflate.obj'])
  57. - matching against (<Values at 0x223cd50: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  58. Failed to match input file contents: $deflate.c
  59. - matching against (<Values at 0x223cdc8: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.so', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['$deflate.o'])
  60. Failed to match --dll
  61. - matching against (<Values at 0x223cdf0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.a', 'dll': None, 'compile': None, 'includes': None, 'archive': True}>, ['$deflate.o'])
  62. Matched
  63. Performing configuration checks
  64.  
  65. - zlib : yes
  66. - zlib : yes
  67. common.mkdir bin\mock
  68.  
  69. if not exist "bin\mock\\" mkdir "bin\mock"
  70.  
  71. common.mkdir bin\mock\debug
  72.  
  73. if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
  74.  
  75. mock.compile.c++ bin\mock\debug\test.obj
  76.  
  77. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  78. C:\Python27\python.exe -B mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\test.obj"
  79.  
  80. Testing command (<Values at 0x2313e40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  81. - matching against (<Values at 0x2313e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  82. Failed to match input file contents: $main.cpp
  83. - matching against (<Values at 0x2313e90: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  84. Failed to match input file contents: $main.o
  85. - matching against (<Values at 0x2313e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  86. Failed to match input file contents: $zlib.h.cpp
  87. - matching against (<Values at 0x2313f30: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  88. Matched
  89. mock.link bin\mock\debug\test.exe
  90.  
  91. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  92. C:\Python27\python.exe -B mock.py "bin\mock\debug\test.obj" -o "bin\mock\debug\test.exe" --static-lib=z
  93.  
  94. Testing command (<Values at 0x2263e68: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\test.obj'])
  95. - matching against (<Values at 0x2263e90: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  96. Failed to match input file contents: $main.cpp
  97. - matching against (<Values at 0x2263eb8: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  98. Failed to match input file contents: $main.o
  99. - matching against (<Values at 0x2263e90: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  100. Failed to match input file contents: $zlib.h.cpp
  101. - matching against (<Values at 0x2263f58: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  102. Failed to match input file contents: $test.cpp
  103. - matching against (<Values at 0x2263fd0: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  104. Matched
  105. common.mkdir bin\mock\debug\link-static
  106.  
  107. if not exist "bin\mock\debug\link-static\\" mkdir "bin\mock\debug\link-static"
  108.  
  109. mock.compile.c++ bin\mock\debug\link-static\test.obj
  110.  
  111. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  112. C:\Python27\python.exe -B mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\link-static\test.obj"
  113.  
  114. Testing command (<Values at 0x2253e40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  115. - matching against (<Values at 0x2253e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  116. Failed to match input file contents: $main.cpp
  117. - matching against (<Values at 0x2253e90: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  118. Failed to match input file contents: $main.o
  119. - matching against (<Values at 0x2253e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  120. Failed to match input file contents: $zlib.h.cpp
  121. - matching against (<Values at 0x2253f30: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  122. Matched
  123. mock.link bin\mock\debug\link-static\test.exe
  124.  
  125. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  126. C:\Python27\python.exe -B mock.py "bin\mock\debug\link-static\test.obj" -o "bin\mock\debug\link-static\test.exe" --static-lib=z
  127.  
  128. Testing command (<Values at 0x22ade68: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\link-static\\test.obj'])
  129. - matching against (<Values at 0x22ade90: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  130. Failed to match input file contents: $main.cpp
  131. - matching against (<Values at 0x22adeb8: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  132. Failed to match input file contents: $main.o
  133. - matching against (<Values at 0x22ade90: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  134. Failed to match input file contents: $zlib.h.cpp
  135. - matching against (<Values at 0x22adf58: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  136. Failed to match input file contents: $test.cpp
  137. - matching against (<Values at 0x22adfd0: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  138. Matched
  139. Performing configuration checks
  140.  
  141. - zlib : yes
  142. - zlib : yes
  143. common.mkdir bin\mock
  144.  
  145. if not exist "bin\mock\\" mkdir "bin\mock"
  146.  
  147. common.mkdir bin\mock\debug
  148.  
  149. if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
  150.  
  151. mock.compile.c++ bin\mock\debug\test.obj
  152.  
  153. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  154. C:\Python27\python.exe -B mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\test.obj"
  155.  
  156. Testing command (<Values at 0x2233e40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  157. - matching against (<Values at 0x2233e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  158. Failed to match input file contents: $main.cpp
  159. - matching against (<Values at 0x2233e90: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  160. Failed to match input file contents: $main.o
  161. - matching against (<Values at 0x2233e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  162. Failed to match input file contents: $zlib.h.cpp
  163. - matching against (<Values at 0x2233f30: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  164. Matched
  165. mock.link bin\mock\debug\test.exe
  166.  
  167. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  168. C:\Python27\python.exe -B mock.py "bin\mock\debug\test.obj" -o "bin\mock\debug\test.exe" --shared-lib=z
  169.  
  170. Testing command (<Values at 0x21f3e68: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': 'bin\\mock\\debug\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\test.obj'])
  171. - matching against (<Values at 0x21f3e90: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  172. Failed to match input file contents: $main.cpp
  173. - matching against (<Values at 0x21f3eb8: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  174. Failed to match input file contents: $main.o
  175. - matching against (<Values at 0x21f3e90: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  176. Failed to match input file contents: $zlib.h.cpp
  177. - matching against (<Values at 0x21f3f58: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  178. Failed to match input file contents: $test.cpp
  179. - matching against (<Values at 0x21f3fd0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  180. Matched
  181. common.mkdir bin\mock\debug\link-static
  182.  
  183. if not exist "bin\mock\debug\link-static\\" mkdir "bin\mock\debug\link-static"
  184.  
  185. mock.compile.c++ bin\mock\debug\link-static\test.obj
  186.  
  187. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  188. C:\Python27\python.exe -B mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\link-static\test.obj"
  189.  
  190. Testing command (<Values at 0x2353e40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  191. - matching against (<Values at 0x2353e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  192. Failed to match input file contents: $main.cpp
  193. - matching against (<Values at 0x2353e90: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  194. Failed to match input file contents: $main.o
  195. - matching against (<Values at 0x2353e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  196. Failed to match input file contents: $zlib.h.cpp
  197. - matching against (<Values at 0x2353f30: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  198. Matched
  199. mock.link bin\mock\debug\link-static\test.exe
  200.  
  201. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  202. C:\Python27\python.exe -B mock.py "bin\mock\debug\link-static\test.obj" -o "bin\mock\debug\link-static\test.exe" --shared-lib=z
  203.  
  204. Testing command (<Values at 0x210de68: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': 'bin\\mock\\debug\\link-static\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\link-static\\test.obj'])
  205. - matching against (<Values at 0x210de90: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  206. Failed to match input file contents: $main.cpp
  207. - matching against (<Values at 0x210deb8: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  208. Failed to match input file contents: $main.o
  209. - matching against (<Values at 0x210de90: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  210. Failed to match input file contents: $zlib.h.cpp
  211. - matching against (<Values at 0x210df58: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  212. Failed to match input file contents: $test.cpp
  213. - matching against (<Values at 0x210dfd0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  214. Matched
  215. Performing configuration checks
  216.  
  217. - zlib : yes
  218. - zlib : yes
  219. common.mkdir bin\mock
  220.  
  221. if not exist "bin\mock\\" mkdir "bin\mock"
  222.  
  223. common.mkdir bin\mock\debug
  224.  
  225. if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
  226.  
  227. mock.compile.c++ bin\mock\debug\test.obj
  228.  
  229. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  230. C:\Python27\python.exe -B mock.py -c -x c++ -I"C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib" "test.cpp" -o "bin\mock\debug\test.obj"
  231.  
  232. Testing command (<Values at 0x222ce18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib'], 'archive': None}>, ['test.cpp'])
  233. - matching against (<Values at 0x222ce40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  234. Failed to match input file contents: $main.cpp
  235. - matching against (<Values at 0x222cee0: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  236. Failed to match input file contents: $main.o
  237. - matching against (<Values at 0x222ce40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  238. Matched
  239. mock.link bin\mock\debug\test.exe
  240.  
  241. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  242. C:\Python27\python.exe -B mock.py "bin\mock\debug\test.obj" -o "bin\mock\debug\test.exe" -L"C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib" --static-lib=myzlib
  243.  
  244. Testing command (<Values at 0x21ade40: {'static_libraries': ['myzlib'], 'library_path': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib'], 'language': None, 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\test.obj'])
  245. - matching against (<Values at 0x21ade68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  246. Failed to match input file contents: $main.cpp
  247. - matching against (<Values at 0x21ade90: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  248. Failed to match input file contents: $main.o
  249. - matching against (<Values at 0x21ade68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  250. Failed to match input file contents: $test.cpp
  251. - matching against (<Values at 0x21adf80: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  252. Matched
  253. common.mkdir bin\mock\debug\link-static
  254.  
  255. if not exist "bin\mock\debug\link-static\\" mkdir "bin\mock\debug\link-static"
  256.  
  257. mock.compile.c++ bin\mock\debug\link-static\test.obj
  258.  
  259. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  260. C:\Python27\python.exe -B mock.py -c -x c++ -I"C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib" "test.cpp" -o "bin\mock\debug\link-static\test.obj"
  261.  
  262. Testing command (<Values at 0x21fce18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib'], 'archive': None}>, ['test.cpp'])
  263. - matching against (<Values at 0x21fce40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  264. Failed to match input file contents: $main.cpp
  265. - matching against (<Values at 0x21fcee0: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  266. Failed to match input file contents: $main.o
  267. - matching against (<Values at 0x21fce40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  268. Matched
  269. mock.link bin\mock\debug\link-static\test.exe
  270.  
  271. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  272. C:\Python27\python.exe -B mock.py "bin\mock\debug\link-static\test.obj" -o "bin\mock\debug\link-static\test.exe" -L"C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib" --static-lib=myzlib
  273.  
  274. Testing command (<Values at 0x2303e40: {'static_libraries': ['myzlib'], 'library_path': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib'], 'language': None, 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\link-static\\test.obj'])
  275. - matching against (<Values at 0x2303e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  276. Failed to match input file contents: $main.cpp
  277. - matching against (<Values at 0x2303e90: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  278. Failed to match input file contents: $main.o
  279. - matching against (<Values at 0x2303e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  280. Failed to match input file contents: $test.cpp
  281. - matching against (<Values at 0x2303f80: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  282. Matched
  283. Performing configuration checks
  284.  
  285. - zlib : yes
  286. - zlib : yes
  287. common.mkdir bin\mock
  288.  
  289. if not exist "bin\mock\\" mkdir "bin\mock"
  290.  
  291. common.mkdir bin\mock\debug
  292.  
  293. if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
  294.  
  295. mock.compile.c++ bin\mock\debug\test.obj
  296.  
  297. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  298. C:\Python27\python.exe -B mock.py -c -x c++ -I"C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib" "test.cpp" -o "bin\mock\debug\test.obj"
  299.  
  300. Testing command (<Values at 0x223ce18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib'], 'archive': None}>, ['test.cpp'])
  301. - matching against (<Values at 0x223ce40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  302. Failed to match input file contents: $main.cpp
  303. - matching against (<Values at 0x223cee0: {'static_libraries': None, 'library_path': ['./zlib'], 'language': None, 'shared_libraries': ['myzlib'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  304. Failed to match input file contents: $main.o
  305. - matching against (<Values at 0x223ce40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  306. Matched
  307. mock.link bin\mock\debug\test.exe
  308.  
  309. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  310. C:\Python27\python.exe -B mock.py "bin\mock\debug\test.obj" -o "bin\mock\debug\test.exe" -L"C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib" --shared-lib=myzlib
  311.  
  312. Testing command (<Values at 0x221de40: {'static_libraries': None, 'library_path': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib'], 'language': None, 'shared_libraries': ['myzlib'], 'output_file': 'bin\\mock\\debug\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\test.obj'])
  313. - matching against (<Values at 0x221de68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  314. Failed to match input file contents: $main.cpp
  315. - matching against (<Values at 0x221de90: {'static_libraries': None, 'library_path': ['./zlib'], 'language': None, 'shared_libraries': ['myzlib'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  316. Failed to match input file contents: $main.o
  317. - matching against (<Values at 0x221de68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  318. Failed to match input file contents: $test.cpp
  319. - matching against (<Values at 0x221df80: {'static_libraries': None, 'library_path': ['./zlib'], 'language': None, 'shared_libraries': ['myzlib'], 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  320. Matched
  321. common.mkdir bin\mock\debug\link-static
  322.  
  323. if not exist "bin\mock\debug\link-static\\" mkdir "bin\mock\debug\link-static"
  324.  
  325. mock.compile.c++ bin\mock\debug\link-static\test.obj
  326.  
  327. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  328. C:\Python27\python.exe -B mock.py -c -x c++ -I"C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib" "test.cpp" -o "bin\mock\debug\link-static\test.obj"
  329.  
  330. Testing command (<Values at 0x217ce18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib'], 'archive': None}>, ['test.cpp'])
  331. - matching against (<Values at 0x217ce40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  332. Failed to match input file contents: $main.cpp
  333. - matching against (<Values at 0x217cee0: {'static_libraries': None, 'library_path': ['./zlib'], 'language': None, 'shared_libraries': ['myzlib'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  334. Failed to match input file contents: $main.o
  335. - matching against (<Values at 0x217ce40: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  336. Matched
  337. mock.link bin\mock\debug\link-static\test.exe
  338.  
  339. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx
  340. C:\Python27\python.exe -B mock.py "bin\mock\debug\link-static\test.obj" -o "bin\mock\debug\link-static\test.exe" -L"C:\Users\chhenning\AppData\Local\Temp\tmphuhdyx\zlib" --shared-lib=myzlib
  341.  
  342. Testing command (<Values at 0x2233e40: {'static_libraries': None, 'library_path': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmphuhdyx\\zlib'], 'language': None, 'shared_libraries': ['myzlib'], 'output_file': 'bin\\mock\\debug\\link-static\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\link-static\\test.obj'])
  343. - matching against (<Values at 0x2233e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  344. Failed to match input file contents: $main.cpp
  345. - matching against (<Values at 0x2233e90: {'static_libraries': None, 'library_path': ['./zlib'], 'language': None, 'shared_libraries': ['myzlib'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  346. Failed to match input file contents: $main.o
  347. - matching against (<Values at 0x2233e68: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  348. Failed to match input file contents: $test.cpp
  349. - matching against (<Values at 0x2233f80: {'static_libraries': None, 'library_path': ['./zlib'], 'language': None, 'shared_libraries': ['myzlib'], 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  350. Matched
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement