15/11/2019 6:00:00.81 Get bootstrap.py % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92495 100 92495 0 0 92495 0 0:00:01 --:--:-- 0:00:01 361k 15/11/2019 6:00:13.98 C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current>((ROBOCOPY empty dist /MIR /COPYALL 1>nul ) & rmdir /S /Q dist\ & ) C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current>((ROBOCOPY empty tests /MIR /COPYALL 1>nul ) & rmdir /S /Q tests\ & ) C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current>((ROBOCOPY empty doc /MIR /COPYALL 1>nul ) & rmdir /S /Q doc\ & ) C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current>((ROBOCOPY empty tmp /MIR /COPYALL 1>nul ) & rmdir /S /Q tmp\ & ) C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current>((ROBOCOPY empty base /MIR /COPYALL 1>nul ) & rmdir /S /Q base\ & ) C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current>((ROBOCOPY empty base_tmp /MIR /COPYALL 1>nul ) & rmdir /S /Q base_tmp\ & ) C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current>((ROBOCOPY empty build /MIR /COPYALL 1>nul ) & rmdir /S /Q build\ & ) C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current>((ROBOCOPY empty conda_base /MIR /COPYALL 1>nul ) & rmdir /S /Q conda_base\ & ) The system cannot find the file specified. Performing actions: cleanup hot update base build Installing base packages using: python modules\cctbx_project\libtbx\auto_build\install_base_packages.py --python-shared --all --phenix --labelit --dials --xia2 --nproc=20 --skip-if-exists ===== Running in .: deleting dist, tests, doc, tmp, base, base_tmp, build, conda_base ===== Running in modules: create remote temporary archive rdo20@cci.lbl.gov:linf8f_annlib.tar.gz ===== Running in modules: getting remote file rdo20@cci.lbl.gov:linf8f_annlib.tar.gz ===== Running in modules: delete remote temporary archive of annlib ===== Running in modules: extracting archive files to annlib ===== Running in modules: delete local temporary archive of annlib ===== Running in modules: create remote temporary archive rdo20@cci.lbl.gov:0gf2w9_scons.tar.gz ===== Running in modules: getting remote file rdo20@cci.lbl.gov:0gf2w9_scons.tar.gz ===== Running in modules: delete remote temporary archive of scons ===== Running in modules: extracting archive files to scons ===== Running in modules: delete local temporary archive of scons ===== Running in modules: create remote temporary archive rdo20@cci.lbl.gov:6otlbj_ccp4io.tar.gz ===== Running in modules: getting remote file rdo20@cci.lbl.gov:6otlbj_ccp4io.tar.gz ===== Running in modules: delete remote temporary archive of ccp4io ===== Running in modules: extracting archive files to ccp4io ===== Running in modules: delete local temporary archive of ccp4io ===== Running in modules: create remote temporary archive rdo20@cci.lbl.gov:zijtpv_eigen.tar.gz ===== Running in modules: getting remote file rdo20@cci.lbl.gov:zijtpv_eigen.tar.gz ===== Running in modules: delete remote temporary archive of eigen ===== Running in modules: extracting archive files to eigen ===== Running in modules: delete local temporary archive of eigen ===== Downloading https://gitcdn.xyz/repo/dials/dependencies/dials-1.13/msgpack-3.1.1.tar.gz: 484 kB From https://github.com/dials/dials 2f58dbc88..438a9cc3c master -> origin/master bd926075e..2c98c4a2f deprecations -> origin/deprecations * [new branch] doubled_integration -> origin/doubled_integration * [new branch] parallel-bad-pixels -> origin/parallel-bad-pixels * [new branch] symmetry_on_limited_range -> origin/symmetry_on_limited_range Updating 2f58dbc88..438a9cc3c Fast-forward .conda-envs/dials_py27_linux-64.txt | 2 +- .conda-envs/dials_py27_osx-64.txt | 2 +- .conda-envs/dials_py36_linux-64.txt | 2 +- .conda-envs/dials_py36_osx-64.txt | 2 +- algorithms/indexing/indexer.py | 7 +- algorithms/indexing/model_evaluation.py | 9 +- algorithms/indexing/symmetry.py | 7 +- algorithms/indexing/test_model_evaluation.py | 28 +- algorithms/integration/__init__.py | 6 +- algorithms/integration/integrator.py | 9 +- algorithms/integration/parallel_integrator.py | 10 +- algorithms/integration/processor.py | 5 +- .../integration/stills_significance_filter.py | 8 +- .../refinement/outlier_detection/outlier_base.py | 5 +- algorithms/refinement/refiner.py | 21 +- algorithms/refinement/reflection_manager.py | 11 +- algorithms/refinement/two_theta_refiner.py | 10 +- algorithms/scaling/algorithm.py | 2 +- algorithms/scaling/combine_intensities.py | 9 +- algorithms/scaling/error_model/error_model.py | 433 +++++++++++++++------ .../scaling/error_model/error_model_target.py | 133 ++++--- algorithms/scaling/model/model.py | 2 +- algorithms/scaling/observers.py | 24 +- algorithms/scaling/plots.py | 5 +- algorithms/scaling/reflection_selection.py | 11 +- algorithms/scaling/scaler.py | 98 +++-- algorithms/scaling/scaling_options.py | 10 + algorithms/scaling/scaling_refiner.py | 170 ++++++-- algorithms/scaling/test_error_model.py | 175 +++++---- algorithms/scaling/test_model.py | 7 +- algorithms/scaling/test_observers.py | 20 +- algorithms/scaling/test_scale.py | 48 +++ algorithms/spot_finding/per_image_analysis.py | 7 +- .../symmetry/absences/run_absences_checks.py | 16 +- algorithms/symmetry/cosym/__init__.py | 10 +- .../symmetry/cosym/test_cosym_symmetry_analysis.py | 38 +- algorithms/symmetry/laue_group.py | 6 +- algorithms/symmetry/reindex_to_reference.py | 7 +- command_line/align_crystal.py | 50 +-- command_line/check_indexing_symmetry.py | 3 +- command_line/cluster_unit_cell.py | 29 +- command_line/combine_experiments.py | 90 ++--- command_line/compare_orientation_matrices.py | 16 +- command_line/complete_full_sphere.py | 48 +-- command_line/filter_reflections.py | 5 +- command_line/find_bad_pixels.py | 154 ++++---- command_line/find_shared_models.py | 42 +- command_line/find_spots.py | 36 +- command_line/frame_orientations.py | 5 +- command_line/import_xds.py | 42 +- command_line/merge_reflection_lists.py | 19 +- command_line/plot_Fo_vs_Fc.py | 1 - command_line/predict.py | 20 +- command_line/refine.py | 27 +- command_line/show.py | 11 +- command_line/spot_counts_per_image.py | 4 +- command_line/stills_process_mpi.py | 8 +- command_line/symmetry.py | 6 +- command_line/two_theta_offset.py | 26 +- command_line/two_theta_refine.py | 75 ++-- command_line/unit_cell_histogram.py | 39 +- .../processing_in_detail_betalactamase_dui.rst | 11 +- newsfragments/1004.misc | 5 + test/command_line/test_align_crystal.py | 40 +- test/command_line/test_combine_experiments.py | 3 +- test/command_line/test_spot_counts_per_image.py | 13 +- util/__init__.py | 6 + util/filter_reflections.py | 5 +- util/report.py | 10 +- 69 files changed, 1230 insertions(+), 994 deletions(-) create mode 100644 newsfragments/1004.misc Current branch master is up to date. Updating 'probe': At revision 96. Updating 'reduce': At revision 317. From https://github.com/cctbx/dxtbx ad64b3a..0a57ace master -> origin/master Updating ad64b3a..0a57ace Fast-forward model/experiment_list.h | 3 ++- tests/model/test_experiment_list.py | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) Current branch master is up to date. Updating 'ccp4io_adaptbx': At revision 143. Updating 'solve_resolve': At revision 1739. Updating 'clipper': At revision 19. Updating 'ksdssp': At revision 14. Updating 'phenix_regression': U phenix_regression\phenix_deviation\tst_04.py U phenix_regression\mmtbx\geometry_minimization\tst_06.py Updated to revision 4689. Updating 'opt_resources': At revision 6. Updating 'phenix': U phenix\phenix\autosol\resolve_cryo_em.py U phenix\phenix\autosol\map_to_model.py U phenix\phenix\programs\resolve_cryo_em.py Updated to revision 13159. Updating 'Plex': At revision 8. Updating 'tntbx': At revision 50. Updating 'pulchra': At revision 8. Updating 'PyQuante': At revision 25. Already up to date. Current branch master is up to date. Cloning into 'cctbx_project'... POST git-upload-pack (gzip 2225 to 1174 bytes) remote: Enumerating objects: 314, done. remote: Counting objects: 0% (1/314) remote: Counting objects: 1% (4/314) remote: Counting objects: 2% (7/314) remote: Counting objects: 3% (10/314) remote: Counting objects: 4% (13/314) remote: Counting objects: 5% (16/314) remote: Counting objects: 6% (19/314) remote: Counting objects: 7% (22/314) remote: Counting objects: 8% (26/314) remote: Counting objects: 9% (29/314) remote: Counting objects: 10% (32/314) remote: Counting objects: 11% (35/314) remote: Counting objects: 12% (38/314) remote: Counting objects: 13% (41/314) remote: Counting objects: 14% (44/314) remote: Counting objects: 15% (48/314) remote: Counting objects: 16% (51/314) remote: Counting objects: 17% (54/314) remote: Counting objects: 18% (57/314) remote: Counting objects: 19% (60/314) remote: Counting objects: 20% (63/314) remote: Counting objects: 21% (66/314) remote: Counting objects: 22% (70/314) remote: Counting objects: 23% (73/314) remote: Counting objects: 24% (76/314) remote: Counting objects: 25% (79/314) remote: Counting objects: 26% (82/314) remote: Counting objects: 27% (85/314) remote: Counting objects: 28% (88/314) remote: Counting objects: 29% (92/314) remote: Counting objects: 30% (95/314) remote: Counting objects: 31% (98/314) remote: Counting objects: 32% (101/314) remote: Counting objects: 33% (104/314) remote: Counting objects: 34% (107/314) remote: Counting objects: 35% (110/314) remote: Counting objects: 36% (114/314) remote: Counting objects: 37% (117/314) remote: Counting objects: 38% (120/314) remote: Counting objects: 39% (123/314) remote: Counting objects: 40% (126/314) remote: Counting objects: 41% (129/314) remote: Counting objects: 42% (132/314) remote: Counting objects: 43% (136/314) remote: Counting objects: 44% (139/314) remote: Counting objects: 45% (142/314) remote: Counting objects: 46% (145/314) remote: Counting objects: 47% (148/314) remote: Counting objects: 48% (151/314) remote: Counting objects: 49% (154/314) remote: Counting objects: 50% (157/314) remote: Counting objects: 51% (161/314) remote: Counting objects: 52% (164/314) remote: Counting objects: 53% (167/314) remote: Counting objects: 54% (170/314) remote: Counting objects: 55% (173/314) remote: Counting objects: 56% (176/314) remote: Counting objects: 57% (179/314) remote: Counting objects: 58% (183/314) remote: Counting objects: 59% (186/314) remote: Counting objects: 60% (189/314) remote: Counting objects: 61% (192/314) remote: Counting objects: 62% (195/314) remote: Counting objects: 63% (198/314) remote: Counting objects: 64% (201/314) remote: Counting objects: 65% (205/314) remote: Counting objects: 66% (208/314) remote: Counting objects: 67% (211/314) remote: Counting objects: 68% (214/314) remote: Counting objects: 69% (217/314) remote: Counting objects: 70% (220/314) remote: Counting objects: 71% (223/314) remote: Counting objects: 72% (227/314) remote: Counting objects: 73% (230/314) remote: Counting objects: 74% (233/314) remote: Counting objects: 75% (236/314) remote: Counting objects: 76% (239/314) remote: Counting objects: 77% (242/314) remote: Counting objects: 78% (245/314) remote: Counting objects: 79% (249/314) remote: Counting objects: 80% (252/314) remote: Counting objects: 81% (255/314) remote: Counting objects: 82% (258/314) remote: Counting objects: 83% (261/314) remote: Counting objects: 84% (264/314) remote: Counting objects: 85% (267/314) remote: Counting objects: 86% (271/314) remote: Counting objects: 87% (274/314) remote: Counting objects: 88% (277/314) remote: Counting objects: 89% (280/314) remote: Counting objects: 90% (283/314) remote: Counting objects: 91% (286/314) remote: Counting objects: 92% (289/314) remote: Counting objects: 93% (293/314) remote: Counting objects: 94% (296/314) remote: Counting objects: 95% (299/314) remote: Counting objects: 96% (302/314) remote: Counting objects: 97% (305/314) remote: Counting objects: 98% (308/314) remote: Counting objects: 99% (311/314) remote: Counting objects: 100% (314/314) remote: Counting objects: 100% (314/314), done. remote: Compressing objects: 0% (1/116) remote: Compressing objects: 1% (2/116) remote: Compressing objects: 2% (3/116) remote: Compressing objects: 3% (4/116) remote: Compressing objects: 4% (5/116) remote: Compressing objects: 5% (6/116) remote: Compressing objects: 6% (7/116) remote: Compressing objects: 7% (9/116) remote: Compressing objects: 8% (10/116) remote: Compressing objects: 9% (11/116) remote: Compressing objects: 10% (12/116) remote: Compressing objects: 11% (13/116) remote: Compressing objects: 12% (14/116) remote: Compressing objects: 13% (16/116) remote: Compressing objects: 14% (17/116) remote: Compressing objects: 15% (18/116) remote: Compressing objects: 16% (19/116) remote: Compressing objects: 17% (20/116) remote: Compressing objects: 18% (21/116) remote: Compressing objects: 19% (23/116) remote: Compressing objects: 20% (24/116) remote: Compressing objects: 21% (25/116) remote: Compressing objects: 22% (26/116) remote: Compressing objects: 23% (27/116) remote: Compressing objects: 24% (28/116) remote: Compressing objects: 25% (29/116) remote: Compressing objects: 26% (31/116) remote: Compressing objects: 27% (32/116) remote: Compressing objects: 28% (33/116) remote: Compressing objects: 29% (34/116) remote: Compressing objects: 30% (35/116) remote: Compressing objects: 31% (36/116) remote: Compressing objects: 32% (38/116) remote: Compressing objects: 33% (39/116) remote: Compressing objects: 34% (40/116) remote: Compressing objects: 35% (41/116) remote: Compressing objects: 36% (42/116) remote: Compressing objects: 37% (43/116) remote: Compressing objects: 38% (45/116) remote: Compressing objects: 39% (46/116) remote: Compressing objects: 40% (47/116) remote: Compressing objects: 41% (48/116) remote: Compressing objects: 42% (49/116) remote: Compressing objects: 43% (50/116) remote: Compressing objects: 44% (52/116) remote: Compressing objects: 45% (53/116) remote: Compressing objects: 46% (54/116) remote: Compressing objects: 47% (55/116) remote: Compressing objects: 48% (56/116) remote: Compressing objects: 49% (57/116) remote: Compressing objects: 50% (58/116) remote: Compressing objects: 51% (60/116) remote: Compressing objects: 52% (61/116) remote: Compressing objects: 53% (62/116) remote: Compressing objects: 54% (63/116) remote: Compressing objects: 55% (64/116) remote: Compressing objects: 56% (65/116) remote: Compressing objects: 57% (67/116) remote: Compressing objects: 58% (68/116) remote: Compressing objects: 59% (69/116) remote: Compressing objects: 60% (70/116) remote: Compressing objects: 61% (71/116) remote: Compressing objects: 62% (72/116) remote: Compressing objects: 63% (74/116) remote: Compressing objects: 64% (75/116) remote: Compressing objects: 65% (76/116) remote: Compressing objects: 66% (77/116) remote: Compressing objects: 67% (78/116) remote: Compressing objects: 68% (79/116) remote: Compressing objects: 69% (81/116) remote: Compressing objects: 70% (82/116) remote: Compressing objects: 71% (83/116) remote: Compressing objects: 72% (84/116) remote: Compressing objects: 73% (85/116) remote: Compressing objects: 74% (86/116) remote: Compressing objects: 75% (87/116) remote: Compressing objects: 76% (89/116) remote: Compressing objects: 77% (90/116) remote: Compressing objects: 78% (91/116) remote: Compressing objects: 79% (92/116) remote: Compressing objects: 80% (93/116) remote: Compressing objects: 81% (94/116) remote: Compressing objects: 82% (96/116) remote: Compressing objects: 83% (97/116) remote: Compressing objects: 84% (98/116) remote: Compressing objects: 85% (99/116) remote: Compressing objects: 86% (100/116) remote: Compressing objects: 87% (101/116) remote: Compressing objects: 88% (103/116) remote: Compressing objects: 89% (104/116) remote: Compressing objects: 90% (105/116) remote: Compressing objects: 91% (106/116) remote: Compressing objects: 92% (107/116) remote: Compressing objects: 93% (108/116) remote: Compressing objects: 94% (110/116) remote: Compressing objects: 95% (111/116) remote: Compressing objects: 96% (112/116) remote: Compressing objects: 97% (113/116) remote: Compressing objects: 98% (114/116) remote: Compressing objects: 99% (115/116) remote: Compressing objects: 100% (116/116) remote: Compressing objects: 100% (116/116), done. Receiving objects: 0% (1/247494) Receiving objects: 1% (2475/247494) Receiving objects: 2% (4950/247494), 680.01 KiB | 1.32 MiB/s Receiving objects: 3% (7425/247494), 680.01 KiB | 1.32 MiB/s Receiving objects: 3% (7968/247494), 1.62 MiB | 1.61 MiB/s Receiving objects: 4% (9900/247494), 1.62 MiB | 1.61 MiB/s Receiving objects: 5% (12375/247494), 1.62 MiB | 1.61 MiB/s Receiving objects: 6% (14850/247494), 2.53 MiB | 1.68 MiB/s Receiving objects: 7% (17325/247494), 2.53 MiB | 1.68 MiB/s Receiving objects: 7% (17643/247494), 3.42 MiB | 1.71 MiB/s Receiving objects: 8% (19800/247494), 3.42 MiB | 1.71 MiB/s Receiving objects: 9% (22275/247494), 4.35 MiB | 1.74 MiB/s Receiving objects: 10% (24750/247494), 4.35 MiB | 1.74 MiB/s Receiving objects: 11% (27225/247494), 5.33 MiB | 1.77 MiB/s Receiving objects: 11% (27315/247494), 5.33 MiB | 1.77 MiB/s Receiving objects: 12% (29700/247494), 5.33 MiB | 1.77 MiB/s Receiving objects: 13% (32175/247494), 6.23 MiB | 1.77 MiB/s Receiving objects: 14% (34650/247494), 6.23 MiB | 1.77 MiB/s Receiving objects: 14% (36785/247494), 14.04 MiB | 3.50 MiB/s Receiving objects: 15% (37125/247494), 14.04 MiB | 3.50 MiB/s Receiving objects: 16% (39600/247494), 14.04 MiB | 3.50 MiB/s Receiving objects: 17% (42074/247494), 24.68 MiB | 5.47 MiB/s Receiving objects: 18% (44549/247494), 24.68 MiB | 5.47 MiB/s Receiving objects: 18% (44866/247494), 32.53 MiB | 7.07 MiB/s Receiving objects: 19% (47024/247494), 32.53 MiB | 7.07 MiB/s Receiving objects: 20% (49499/247494), 40.30 MiB | 8.59 MiB/s Receiving objects: 21% (51974/247494), 40.30 MiB | 8.59 MiB/s Receiving objects: 22% (54449/247494), 40.30 MiB | 8.59 MiB/s Receiving objects: 23% (56924/247494), 40.30 MiB | 8.59 MiB/s Receiving objects: 24% (59399/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 25% (61874/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 25% (62320/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 26% (64349/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 27% (66824/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 28% (69299/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 29% (71774/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 30% (74249/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 31% (76724/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 32% (79199/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 33% (81674/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 34% (84148/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 35% (86623/247494), 47.56 MiB | 9.99 MiB/s Receiving objects: 36% (89098/247494), 58.70 MiB | 12.27 MiB/s Receiving objects: 37% (91573/247494), 58.70 MiB | 12.27 MiB/s Receiving objects: 38% (94048/247494), 58.70 MiB | 12.27 MiB/s Receiving objects: 39% (96523/247494), 58.70 MiB | 12.27 MiB/s Receiving objects: 40% (98998/247494), 58.70 MiB | 12.27 MiB/s Receiving objects: 41% (101473/247494), 58.70 MiB | 12.27 MiB/s Receiving objects: 42% (103948/247494), 58.70 MiB | 12.27 MiB/s Receiving objects: 43% (106423/247494), 58.70 MiB | 12.27 MiB/s Receiving objects: 44% (108898/247494), 58.70 MiB | 12.27 MiB/s Receiving objects: 45% (111373/247494), 58.70 MiB | 12.27 MiB/s Receiving objects: 45% (113842/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 46% (113848/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 47% (116323/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 48% (118798/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 49% (121273/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 50% (123747/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 51% (126222/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 52% (128697/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 53% (131172/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 54% (133647/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 55% (136122/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 56% (138597/247494), 68.67 MiB | 14.28 MiB/s Receiving objects: 57% (141072/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 58% (143547/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 59% (146022/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 60% (148497/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 61% (150972/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 62% (153447/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 63% (155922/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 64% (158397/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 65% (160872/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 66% (163347/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 67% (165821/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 68% (168296/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 69% (170771/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 70% (173246/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 71% (175721/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 72% (178196/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 73% (180671/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 74% (183146/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 75% (185621/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 76% (188096/247494), 78.43 MiB | 16.24 MiB/s Receiving objects: 77% (190571/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 78% (193046/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 79% (195521/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 79% (195912/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 80% (197996/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 81% (200471/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 82% (202946/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 83% (205421/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 84% (207895/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 85% (210370/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 86% (212845/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 87% (215320/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 88% (217795/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 89% (220270/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 90% (222745/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 91% (225220/247494), 85.50 MiB | 17.61 MiB/s Receiving objects: 92% (227695/247494), 89.92 MiB | 16.86 MiB/s Receiving objects: 93% (230170/247494), 89.92 MiB | 16.86 MiB/s Receiving objects: 94% (232645/247494), 89.92 MiB | 16.86 MiB/s Receiving objects: 95% (235120/247494), 89.92 MiB | 16.86 MiB/s Receiving objects: 96% (237595/247494), 89.92 MiB | 16.86 MiB/s Receiving objects: 97% (240070/247494), 89.92 MiB | 16.86 MiB/s Receiving objects: 98% (242545/247494), 89.92 MiB | 16.86 MiB/s Receiving objects: 99% (245020/247494), 89.92 MiB | 16.86 MiB/s remote: Total 247494 (delta 215), reused 269 (delta 198), pack-reused 247180 Receiving objects: 100% (247494/247494), 89.92 MiB | 16.86 MiB/s Receiving objects: 100% (247494/247494), 93.86 MiB | 10.48 MiB/s, done. Resolving deltas: 0% (0/195609) Resolving deltas: 1% (1958/195609) Resolving deltas: 2% (3975/195609) Resolving deltas: 3% (5881/195609) Resolving deltas: 4% (7860/195609) Resolving deltas: 5% (9781/195609) Resolving deltas: 5% (9872/195609) Resolving deltas: 6% (11745/195609) Resolving deltas: 7% (13715/195609) Resolving deltas: 8% (15675/195609) Resolving deltas: 9% (17634/195609) Resolving deltas: 10% (19573/195609) Resolving deltas: 10% (20546/195609) Resolving deltas: 11% (21525/195609) Resolving deltas: 12% (23479/195609) Resolving deltas: 13% (25484/195609) Resolving deltas: 14% (27394/195609) Resolving deltas: 15% (29386/195609) Resolving deltas: 16% (31303/195609) Resolving deltas: 17% (33257/195609) Resolving deltas: 18% (35214/195609) Resolving deltas: 19% (37254/195609) Resolving deltas: 20% (39125/195609) Resolving deltas: 21% (41089/195609) Resolving deltas: 21% (42071/195609) Resolving deltas: 22% (43040/195609) Resolving deltas: 23% (45002/195609) Resolving deltas: 24% (46965/195609) Resolving deltas: 25% (48903/195609) Resolving deltas: 26% (50864/195609) Resolving deltas: 26% (52762/195609) Resolving deltas: 27% (52816/195609) Resolving deltas: 28% (54793/195609) Resolving deltas: 29% (56737/195609) Resolving deltas: 30% (58723/195609) Resolving deltas: 31% (60639/195609) Resolving deltas: 32% (62598/195609) Resolving deltas: 32% (63700/195609) Resolving deltas: 33% (64595/195609) Resolving deltas: 34% (66514/195609) Resolving deltas: 35% (68475/195609) Resolving deltas: 36% (70420/195609) Resolving deltas: 37% (72393/195609) Resolving deltas: 38% (74380/195609) Resolving deltas: 38% (74961/195609) Resolving deltas: 39% (76336/195609) Resolving deltas: 40% (79087/195609) Resolving deltas: 41% (80215/195609) Resolving deltas: 42% (82157/195609) Resolving deltas: 43% (84117/195609) Resolving deltas: 43% (85688/195609) Resolving deltas: 44% (86158/195609) Resolving deltas: 45% (88039/195609) Resolving deltas: 46% (90382/195609) Resolving deltas: 47% (91966/195609) Resolving deltas: 48% (94025/195609) Resolving deltas: 49% (96015/195609) Resolving deltas: 49% (96528/195609) Resolving deltas: 50% (97806/195609) Resolving deltas: 51% (99906/195609) Resolving deltas: 52% (101951/195609) Resolving deltas: 53% (103722/195609) Resolving deltas: 54% (105682/195609) Resolving deltas: 54% (106965/195609) Resolving deltas: 55% (107646/195609) Resolving deltas: 56% (109548/195609) Resolving deltas: 57% (111521/195609) Resolving deltas: 58% (113488/195609) Resolving deltas: 59% (115444/195609) Resolving deltas: 60% (117374/195609) Resolving deltas: 60% (117720/195609) Resolving deltas: 61% (119383/195609) Resolving deltas: 62% (121345/195609) Resolving deltas: 63% (123241/195609) Resolving deltas: 64% (125203/195609) Resolving deltas: 65% (127154/195609) Resolving deltas: 65% (128730/195609) Resolving deltas: 66% (129159/195609) Resolving deltas: 67% (131126/195609) Resolving deltas: 68% (133018/195609) Resolving deltas: 69% (134992/195609) Resolving deltas: 70% (137049/195609) Resolving deltas: 71% (138916/195609) Resolving deltas: 71% (139555/195609) Resolving deltas: 72% (140850/195609) Resolving deltas: 73% (142806/195609) Resolving deltas: 74% (144835/195609) Resolving deltas: 75% (146718/195609) Resolving deltas: 76% (148674/195609) Resolving deltas: 76% (150384/195609) Resolving deltas: 77% (150619/195609) Resolving deltas: 78% (152588/195609) Resolving deltas: 79% (154547/195609) Resolving deltas: 80% (156554/195609) Resolving deltas: 81% (158451/195609) Resolving deltas: 82% (160452/195609) Resolving deltas: 82% (161402/195609) Resolving deltas: 83% (162357/195609) Resolving deltas: 84% (164358/195609) Resolving deltas: 85% (166315/195609) Resolving deltas: 86% (168225/195609) Resolving deltas: 87% (170279/195609) Resolving deltas: 88% (172212/195609) Resolving deltas: 88% (172300/195609) Resolving deltas: 89% (174112/195609) Resolving deltas: 90% (176096/195609) Resolving deltas: 91% (178027/195609) Resolving deltas: 92% (179969/195609) Resolving deltas: 93% (181920/195609) Resolving deltas: 93% (181992/195609) Resolving deltas: 94% (183874/195609) Resolving deltas: 95% (185836/195609) Resolving deltas: 96% (187789/195609) Resolving deltas: 97% (189745/195609) Resolving deltas: 98% (191699/195609) Resolving deltas: 98% (192855/195609) Resolving deltas: 99% (193667/195609) Resolving deltas: 100% (195609/195609) Resolving deltas: 100% (195609/195609), done. Checking out files: 14% (873/6203) Checking out files: 14% (912/6203) Checking out files: 15% (931/6203) Checking out files: 16% (993/6203) Checking out files: 17% (1055/6203) Checking out files: 18% (1117/6203) Checking out files: 19% (1179/6203) Checking out files: 20% (1241/6203) Checking out files: 20% (1283/6203) Checking out files: 21% (1303/6203) Checking out files: 22% (1365/6203) Checking out files: 23% (1427/6203) Checking out files: 24% (1489/6203) Checking out files: 25% (1551/6203) Checking out files: 26% (1613/6203) Checking out files: 27% (1675/6203) Checking out files: 28% (1737/6203) Checking out files: 29% (1799/6203) Checking out files: 30% (1861/6203) Checking out files: 31% (1923/6203) Checking out files: 31% (1948/6203) Checking out files: 32% (1985/6203) Checking out files: 33% (2047/6203) Checking out files: 34% (2110/6203) Checking out files: 35% (2172/6203) Checking out files: 36% (2234/6203) Checking out files: 37% (2296/6203) Checking out files: 38% (2358/6203) Checking out files: 39% (2420/6203) Checking out files: 39% (2445/6203) Checking out files: 40% (2482/6203) Checking out files: 40% (2527/6203) Checking out files: 41% (2544/6203) Checking out files: 42% (2606/6203) Checking out files: 43% (2668/6203) Checking out files: 44% (2730/6203) Checking out files: 45% (2792/6203) Checking out files: 46% (2854/6203) Checking out files: 47% (2916/6203) Checking out files: 48% (2978/6203) Checking out files: 49% (3040/6203) Checking out files: 49% (3089/6203) Checking out files: 50% (3102/6203) Checking out files: 51% (3164/6203) Checking out files: 51% (3206/6203) Checking out files: 52% (3226/6203) Checking out files: 53% (3288/6203) Checking out files: 54% (3350/6203) Checking out files: 55% (3412/6203) Checking out files: 56% (3474/6203) Checking out files: 57% (3536/6203) Checking out files: 58% (3598/6203) Checking out files: 59% (3660/6203) Checking out files: 59% (3696/6203) Checking out files: 60% (3722/6203) Checking out files: 61% (3784/6203) Checking out files: 62% (3846/6203) Checking out files: 63% (3908/6203) Checking out files: 63% (3967/6203) Checking out files: 64% (3970/6203) Checking out files: 65% (4032/6203) Checking out files: 66% (4094/6203) Checking out files: 67% (4157/6203) Checking out files: 68% (4219/6203) Checking out files: 69% (4281/6203) Checking out files: 70% (4343/6203) Checking out files: 71% (4405/6203) Checking out files: 72% (4467/6203) Checking out files: 73% (4529/6203) Checking out files: 74% (4591/6203) Checking out files: 74% (4624/6203) Checking out files: 75% (4653/6203) Checking out files: 76% (4715/6203) Checking out files: 76% (4771/6203) Checking out files: 77% (4777/6203) Checking out files: 78% (4839/6203) Checking out files: 79% (4901/6203) Checking out files: 80% (4963/6203) Checking out files: 81% (5025/6203) Checking out files: 81% (5034/6203) Checking out files: 82% (5087/6203) Checking out files: 83% (5149/6203) Checking out files: 84% (5211/6203) Checking out files: 84% (5230/6203) Checking out files: 85% (5273/6203) Checking out files: 86% (5335/6203) Checking out files: 87% (5397/6203) Checking out files: 88% (5459/6203) Checking out files: 89% (5521/6203) Checking out files: 90% (5583/6203) Checking out files: 91% (5645/6203) Checking out files: 92% (5707/6203) Checking out files: 93% (5769/6203) Checking out files: 94% (5831/6203) Checking out files: 95% (5893/6203) Checking out files: 96% (5955/6203) Checking out files: 97% (6017/6203) Checking out files: 98% (6079/6203) Checking out files: 99% (6141/6203) Checking out files: 100% (6203/6203) Checking out files: 100% (6203/6203), done. 8f85ae70e2071c024d65dc075c6a9a1f7d7648d4 Already up to date. Current branch master is up to date. Updating 'suitename': At revision 11. From https://github.com/xia2/xia2 b33e65d4..4d8cfa80 master -> origin/master d9ce1667..246c3c2f dials-next -> origin/dials-next 784f7ab4..84bbeee5 dials-next-1.14 -> origin/dials-next-1.14 * [new branch] dials_resolution_cutoff -> origin/dials_resolution_cutoff Updating b33e65d4..4d8cfa80 Fast-forward Applications/xia2_main.py | 2 +- Applications/xia2setup.py | 11 +- Data/citations.xml | 18 - Handlers/Phil.py | 8 +- Handlers/PipelineSelection.py | 2 +- Handlers/Streams.py | 161 +++------ Modules/Indexer/IndexerFactory.py | 5 - Modules/Indexer/IndexerSelectImages.py | 2 +- Modules/Indexer/LabelitIndexer.py | 401 ----------------------- Modules/Indexer/LabelitIndexerII.py | 416 ------------------------ Modules/Indexer/XDSIndexer.py | 7 + Modules/Indexer/XDSIndexerII.py | 7 + Modules/LabelitBeamCentre.py | 73 ----- Test/Modules/Indexer/test_labelit_indexer.py | 79 ----- Test/Modules/Indexer/test_labelit_indexer_II.py | 64 ---- Test/Wrappers/Labelit/testLabelitIndex.py | 73 ----- Wrappers/Labelit/LabelitDistl.py | 102 ------ Wrappers/Labelit/LabelitIndex.py | 345 -------------------- Wrappers/Labelit/LabelitMosflmMatrix.py | 59 ---- Wrappers/Labelit/LabelitMosflmScript.py | 59 ---- Wrappers/Labelit/LabelitStats_distl.py | 83 ----- command_line/check_mosaic.py | 3 +- command_line/chef.py | 5 +- command_line/create_mask.py | 6 +- command_line/delta_cc_half.py | 6 +- command_line/html.py | 3 + command_line/index.py | 5 + command_line/integrate.py | 5 + command_line/ispyb_json.py | 3 + command_line/ispyb_xml.py | 7 +- command_line/magic_scaling_doohicky.py | 82 ----- command_line/multi_crystal_analysis.py | 7 +- command_line/multiplex.py | 3 +- command_line/npp.py | 5 + command_line/print.py | 5 + command_line/rebatch.py | 9 +- command_line/report.py | 5 + command_line/rescale.py | 6 +- command_line/rogues_gallery.py | 5 + command_line/show_mask.py | 5 +- command_line/strategy.py | 8 +- command_line/table1.py | 13 +- command_line/to_shelx.py | 2 +- conftest.py | 9 - doc/sphinx/acknowledgements.rst | 4 +- doc/sphinx/installation.rst | 12 +- doc/sphinx/insulin_tutorial.rst | 6 +- doc/sphinx/license.rst | 2 +- doc/sphinx/multi_crystal.rst | 6 +- newsfragments/267.removal | 2 + newsfragments/367.removal | 1 + newsfragments/370.misc | 1 + 52 files changed, 171 insertions(+), 2047 deletions(-) delete mode 100644 Modules/Indexer/LabelitIndexer.py delete mode 100644 Modules/Indexer/LabelitIndexerII.py delete mode 100644 Modules/LabelitBeamCentre.py delete mode 100644 Test/Modules/Indexer/test_labelit_indexer.py delete mode 100644 Test/Modules/Indexer/test_labelit_indexer_II.py delete mode 100644 Test/Wrappers/Labelit/testLabelitIndex.py delete mode 100644 Wrappers/Labelit/LabelitDistl.py delete mode 100644 Wrappers/Labelit/LabelitIndex.py delete mode 100644 Wrappers/Labelit/LabelitMosflmMatrix.py delete mode 100644 Wrappers/Labelit/LabelitMosflmScript.py delete mode 100644 Wrappers/Labelit/LabelitStats_distl.py delete mode 100644 command_line/magic_scaling_doohicky.py create mode 100644 newsfragments/267.removal create mode 100644 newsfragments/367.removal create mode 100644 newsfragments/370.misc Current branch master is up to date. Updating 'chem_data': Fetching external item into 'chem_data\geostd': External at revision 209. At revision 331. X chem_data\geostd Performing status on external item at 'chem_data\geostd': Already up to date. Current branch master is up to date. warning: redirecting to https://git.uis.cam.ac.uk/cimr-phaser/phaser_regression.git/ Already up to date. Current branch master is up to date. Updating 'phenix_examples': At revision 97. Updating 'reel': At revision 265. Updating 'phenix_html': At revision 1429. Updating 'king': At revision 28. Already up to date. Current branch master is up to date. Updating 'labelit': At revision 2083. Updating 'elbow': At revision 3814. Updating 'muscle': At revision 10. Updating 'gui_resources': At revision 58. **************************************************************************** Automated CCTBX dependencies build script report problems to cctbx-dev@cci.lbl.gov **************************************************************************** Setting up directories... creating C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base_tmp creating C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base verifying zlib installation in C:\Python27amd64\python.exe OK verifying _ssl installation in C:\Python27amd64\python.exe OK getting package Python2.7.15_x86_64_plus_relocatable.zip... downloading from http://cci.lbl.gov/cctbx_dependencies/Python2.7.15_x86_64_plus_relocatable.zip : 166.5 MB [0%.........20%.........40%.........60%.........80%.........100%] extracting Python/ extracting Python/Tools/ extracting Python/Tools/webchecker/ extracting Python/Tools/webchecker/wsgui.py extracting Python/Tools/webchecker/websucker.py extracting Python/Tools/webchecker/webchecker.py extracting Python/Tools/webchecker/wcmac.py extracting Python/Tools/webchecker/wcgui.py extracting Python/Tools/webchecker/tktools.py extracting Python/Tools/webchecker/README.txt extracting Python/Tools/versioncheck/ extracting Python/Tools/versioncheck/README.txt extracting Python/Tools/versioncheck/pyversioncheck.py extracting Python/Tools/versioncheck/checkversions.py extracting Python/Tools/versioncheck/_checkversion.py extracting Python/Tools/Scripts/ extracting Python/Tools/Scripts/xxci.py extracting Python/Tools/Scripts/win_add2path.py extracting Python/Tools/Scripts/which.py extracting Python/Tools/Scripts/untabify.py extracting Python/Tools/Scripts/treesync.py extracting Python/Tools/Scripts/texi2html.py extracting Python/Tools/Scripts/texcheck.py extracting Python/Tools/Scripts/svneol.py extracting Python/Tools/Scripts/suff.py extracting Python/Tools/Scripts/setup.py extracting Python/Tools/Scripts/serve.py extracting Python/Tools/Scripts/rgrep.py extracting Python/Tools/Scripts/reindent-rst.py extracting Python/Tools/Scripts/reindent.py extracting Python/Tools/Scripts/redemo.py extracting Python/Tools/Scripts/README.txt extracting Python/Tools/Scripts/pysource.py extracting Python/Tools/Scripts/pydocgui.pyw extracting Python/Tools/Scripts/ptags.py extracting Python/Tools/Scripts/pindent.py extracting Python/Tools/Scripts/pickle2db.py extracting Python/Tools/Scripts/pdeps.py extracting Python/Tools/Scripts/pathfix.py extracting Python/Tools/Scripts/patchcheck.py extracting Python/Tools/Scripts/parseentities.py extracting Python/Tools/Scripts/objgraph.py extracting Python/Tools/Scripts/nm2def.py extracting Python/Tools/Scripts/ndiff.py extracting Python/Tools/Scripts/mkreal.py extracting Python/Tools/Scripts/methfix.py extracting Python/Tools/Scripts/md5sum.py extracting Python/Tools/Scripts/mailerdaemon.py extracting Python/Tools/Scripts/logmerge.py extracting Python/Tools/Scripts/lll.py extracting Python/Tools/Scripts/linktree.py extracting Python/Tools/Scripts/lfcr.py extracting Python/Tools/Scripts/ifdef.py extracting Python/Tools/Scripts/hotshotmain.py extracting Python/Tools/Scripts/h2py.py extracting Python/Tools/Scripts/gprof2html.py extracting Python/Tools/Scripts/google.py extracting Python/Tools/Scripts/fixps.py extracting Python/Tools/Scripts/fixnotice.py extracting Python/Tools/Scripts/fixheader.py extracting Python/Tools/Scripts/fixdiv.py extracting Python/Tools/Scripts/fixcid.py extracting Python/Tools/Scripts/findnocoding.py extracting Python/Tools/Scripts/findlinksto.py extracting Python/Tools/Scripts/finddiv.py extracting Python/Tools/Scripts/find_recursionlimit.py extracting Python/Tools/Scripts/eptags.py extracting Python/Tools/Scripts/dutree.py extracting Python/Tools/Scripts/diff.py extracting Python/Tools/Scripts/db2pickle.py extracting Python/Tools/Scripts/cvsfiles.py extracting Python/Tools/Scripts/crlf.py extracting Python/Tools/Scripts/copytime.py extracting Python/Tools/Scripts/combinerefs.py extracting Python/Tools/Scripts/cleanfuture.py extracting Python/Tools/Scripts/classfix.py extracting Python/Tools/Scripts/checkpyc.py extracting Python/Tools/Scripts/checkpip.py extracting Python/Tools/Scripts/checkappend.py extracting Python/Tools/Scripts/byteyears.py extracting Python/Tools/Scripts/byext.py extracting Python/Tools/Scripts/analyze_dxp.py extracting Python/Tools/Scripts/2to3.py extracting Python/Tools/pynche/ extracting Python/Tools/pynche/X/ extracting Python/Tools/pynche/X/xlicense.txt extracting Python/Tools/pynche/X/rgb.txt extracting Python/Tools/pynche/websafe.txt extracting Python/Tools/pynche/webcolors.txt extracting Python/Tools/pynche/TypeinViewer.py extracting Python/Tools/pynche/TextViewer.py extracting Python/Tools/pynche/Switchboard.py extracting Python/Tools/pynche/StripViewer.py extracting Python/Tools/pynche/README.txt extracting Python/Tools/pynche/PyncheWidget.py extracting Python/Tools/pynche/pynche.pyw extracting Python/Tools/pynche/pyColorChooser.py extracting Python/Tools/pynche/namedcolors.txt extracting Python/Tools/pynche/Main.py extracting Python/Tools/pynche/ListViewer.py extracting Python/Tools/pynche/html40colors.txt extracting Python/Tools/pynche/DetailsViewer.py extracting Python/Tools/pynche/ColorDB.py extracting Python/Tools/pynche/ChipViewer.py extracting Python/Tools/pynche/__init__.py extracting Python/Tools/i18n/ extracting Python/Tools/i18n/pygettext.py extracting Python/Tools/i18n/msgfmt.py extracting Python/Tools/i18n/makelocalealias.py extracting Python/tcl/ extracting Python/tcl/tkstub85.lib extracting Python/tcl/tk85.lib extracting Python/tcl/tk8.5/ extracting Python/tcl/tk8.5/xmfbox.tcl extracting Python/tcl/tk8.5/unsupported.tcl extracting Python/tcl/tk8.5/ttk/ extracting Python/tcl/tk8.5/ttk/xpTheme.tcl extracting Python/tcl/tk8.5/ttk/winTheme.tcl extracting Python/tcl/tk8.5/ttk/vistaTheme.tcl extracting Python/tcl/tk8.5/ttk/utils.tcl extracting Python/tcl/tk8.5/ttk/ttk.tcl extracting Python/tcl/tk8.5/ttk/treeview.tcl extracting Python/tcl/tk8.5/ttk/spinbox.tcl extracting Python/tcl/tk8.5/ttk/sizegrip.tcl extracting Python/tcl/tk8.5/ttk/scrollbar.tcl extracting Python/tcl/tk8.5/ttk/scale.tcl extracting Python/tcl/tk8.5/ttk/progress.tcl extracting Python/tcl/tk8.5/ttk/panedwindow.tcl extracting Python/tcl/tk8.5/ttk/notebook.tcl extracting Python/tcl/tk8.5/ttk/menubutton.tcl extracting Python/tcl/tk8.5/ttk/fonts.tcl extracting Python/tcl/tk8.5/ttk/entry.tcl extracting Python/tcl/tk8.5/ttk/defaults.tcl extracting Python/tcl/tk8.5/ttk/cursors.tcl extracting Python/tcl/tk8.5/ttk/combobox.tcl extracting Python/tcl/tk8.5/ttk/classicTheme.tcl extracting Python/tcl/tk8.5/ttk/clamTheme.tcl extracting Python/tcl/tk8.5/ttk/button.tcl extracting Python/tcl/tk8.5/ttk/aquaTheme.tcl extracting Python/tcl/tk8.5/ttk/altTheme.tcl extracting Python/tcl/tk8.5/tkfbox.tcl extracting Python/tcl/tk8.5/tk.tcl extracting Python/tcl/tk8.5/text.tcl extracting Python/tcl/tk8.5/tearoff.tcl extracting Python/tcl/tk8.5/tclIndex extracting Python/tcl/tk8.5/spinbox.tcl extracting Python/tcl/tk8.5/scrlbar.tcl extracting Python/tcl/tk8.5/scale.tcl extracting Python/tcl/tk8.5/safetk.tcl extracting Python/tcl/tk8.5/pkgIndex.tcl extracting Python/tcl/tk8.5/panedwindow.tcl extracting Python/tcl/tk8.5/palette.tcl extracting Python/tcl/tk8.5/optMenu.tcl extracting Python/tcl/tk8.5/obsolete.tcl extracting Python/tcl/tk8.5/msgs/ extracting Python/tcl/tk8.5/msgs/sv.msg extracting Python/tcl/tk8.5/msgs/ru.msg extracting Python/tcl/tk8.5/msgs/pt.msg extracting Python/tcl/tk8.5/msgs/pl.msg extracting Python/tcl/tk8.5/msgs/nl.msg extracting Python/tcl/tk8.5/msgs/it.msg extracting Python/tcl/tk8.5/msgs/hu.msg extracting Python/tcl/tk8.5/msgs/fr.msg extracting Python/tcl/tk8.5/msgs/es.msg extracting Python/tcl/tk8.5/msgs/eo.msg extracting Python/tcl/tk8.5/msgs/en_gb.msg extracting Python/tcl/tk8.5/msgs/en.msg extracting Python/tcl/tk8.5/msgs/el.msg extracting Python/tcl/tk8.5/msgs/de.msg extracting Python/tcl/tk8.5/msgs/da.msg extracting Python/tcl/tk8.5/msgs/cs.msg extracting Python/tcl/tk8.5/msgbox.tcl extracting Python/tcl/tk8.5/mkpsenc.tcl extracting Python/tcl/tk8.5/menu.tcl extracting Python/tcl/tk8.5/listbox.tcl extracting Python/tcl/tk8.5/license.terms extracting Python/tcl/tk8.5/images/ extracting Python/tcl/tk8.5/images/tai-ku.gif extracting Python/tcl/tk8.5/images/README extracting Python/tcl/tk8.5/images/pwrdLogo75.gif extracting Python/tcl/tk8.5/images/pwrdLogo200.gif extracting Python/tcl/tk8.5/images/pwrdLogo175.gif extracting Python/tcl/tk8.5/images/pwrdLogo150.gif extracting Python/tcl/tk8.5/images/pwrdLogo100.gif extracting Python/tcl/tk8.5/images/pwrdLogo.eps extracting Python/tcl/tk8.5/images/logoMed.gif extracting Python/tcl/tk8.5/images/logoLarge.gif extracting Python/tcl/tk8.5/images/logo64.gif extracting Python/tcl/tk8.5/images/logo100.gif extracting Python/tcl/tk8.5/images/logo.eps extracting Python/tcl/tk8.5/focus.tcl extracting Python/tcl/tk8.5/entry.tcl extracting Python/tcl/tk8.5/dialog.tcl extracting Python/tcl/tk8.5/demos/ extracting Python/tcl/tk8.5/demos/widget extracting Python/tcl/tk8.5/demos/vscale.tcl extracting Python/tcl/tk8.5/demos/unicodeout.tcl extracting Python/tcl/tk8.5/demos/twind.tcl extracting Python/tcl/tk8.5/demos/ttkscale.tcl extracting Python/tcl/tk8.5/demos/ttkprogress.tcl extracting Python/tcl/tk8.5/demos/ttkpane.tcl extracting Python/tcl/tk8.5/demos/ttknote.tcl extracting Python/tcl/tk8.5/demos/ttkmenu.tcl extracting Python/tcl/tk8.5/demos/ttkbut.tcl extracting Python/tcl/tk8.5/demos/tree.tcl extracting Python/tcl/tk8.5/demos/toolbar.tcl extracting Python/tcl/tk8.5/demos/timer extracting Python/tcl/tk8.5/demos/textpeer.tcl extracting Python/tcl/tk8.5/demos/text.tcl extracting Python/tcl/tk8.5/demos/tcolor extracting Python/tcl/tk8.5/demos/tclIndex extracting Python/tcl/tk8.5/demos/style.tcl extracting Python/tcl/tk8.5/demos/states.tcl extracting Python/tcl/tk8.5/demos/square extracting Python/tcl/tk8.5/demos/spin.tcl extracting Python/tcl/tk8.5/demos/search.tcl extracting Python/tcl/tk8.5/demos/sayings.tcl extracting Python/tcl/tk8.5/demos/ruler.tcl extracting Python/tcl/tk8.5/demos/rolodex extracting Python/tcl/tk8.5/demos/rmt extracting Python/tcl/tk8.5/demos/README extracting Python/tcl/tk8.5/demos/radio.tcl extracting Python/tcl/tk8.5/demos/puzzle.tcl extracting Python/tcl/tk8.5/demos/plot.tcl extracting Python/tcl/tk8.5/demos/pendulum.tcl extracting Python/tcl/tk8.5/demos/paned2.tcl extracting Python/tcl/tk8.5/demos/paned1.tcl extracting Python/tcl/tk8.5/demos/nl.msg extracting Python/tcl/tk8.5/demos/msgbox.tcl extracting Python/tcl/tk8.5/demos/menubu.tcl extracting Python/tcl/tk8.5/demos/menu.tcl extracting Python/tcl/tk8.5/demos/mclist.tcl extracting Python/tcl/tk8.5/demos/license.terms extracting Python/tcl/tk8.5/demos/labelframe.tcl extracting Python/tcl/tk8.5/demos/label.tcl extracting Python/tcl/tk8.5/demos/knightstour.tcl extracting Python/tcl/tk8.5/demos/ixset extracting Python/tcl/tk8.5/demos/items.tcl extracting Python/tcl/tk8.5/demos/images/ extracting Python/tcl/tk8.5/demos/images/teapot.ppm extracting Python/tcl/tk8.5/demos/images/tcllogo.gif extracting Python/tcl/tk8.5/demos/images/pattern.xbm extracting Python/tcl/tk8.5/demos/images/noletter.xbm extracting Python/tcl/tk8.5/demos/images/letters.xbm extracting Python/tcl/tk8.5/demos/images/gray25.xbm extracting Python/tcl/tk8.5/demos/images/flagup.xbm extracting Python/tcl/tk8.5/demos/images/flagdown.xbm extracting Python/tcl/tk8.5/demos/images/face.xbm extracting Python/tcl/tk8.5/demos/images/earthris.gif extracting Python/tcl/tk8.5/demos/images/earth.gif extracting Python/tcl/tk8.5/demos/image2.tcl extracting Python/tcl/tk8.5/demos/image1.tcl extracting Python/tcl/tk8.5/demos/icon.tcl extracting Python/tcl/tk8.5/demos/hscale.tcl extracting Python/tcl/tk8.5/demos/hello extracting Python/tcl/tk8.5/demos/goldberg.tcl extracting Python/tcl/tk8.5/demos/form.tcl extracting Python/tcl/tk8.5/demos/floor.tcl extracting Python/tcl/tk8.5/demos/filebox.tcl extracting Python/tcl/tk8.5/demos/entry3.tcl extracting Python/tcl/tk8.5/demos/entry2.tcl extracting Python/tcl/tk8.5/demos/entry1.tcl extracting Python/tcl/tk8.5/demos/en.msg extracting Python/tcl/tk8.5/demos/dialog2.tcl extracting Python/tcl/tk8.5/demos/dialog1.tcl extracting Python/tcl/tk8.5/demos/ctext.tcl extracting Python/tcl/tk8.5/demos/cscroll.tcl extracting Python/tcl/tk8.5/demos/combo.tcl extracting Python/tcl/tk8.5/demos/colors.tcl extracting Python/tcl/tk8.5/demos/clrpick.tcl extracting Python/tcl/tk8.5/demos/check.tcl extracting Python/tcl/tk8.5/demos/button.tcl extracting Python/tcl/tk8.5/demos/browse extracting Python/tcl/tk8.5/demos/bitmap.tcl extracting Python/tcl/tk8.5/demos/bind.tcl extracting Python/tcl/tk8.5/demos/arrow.tcl extracting Python/tcl/tk8.5/demos/aniwave.tcl extracting Python/tcl/tk8.5/demos/anilabel.tcl extracting Python/tcl/tk8.5/console.tcl extracting Python/tcl/tk8.5/comdlg.tcl extracting Python/tcl/tk8.5/clrpick.tcl extracting Python/tcl/tk8.5/choosedir.tcl extracting Python/tcl/tk8.5/button.tcl extracting Python/tcl/tk8.5/bgerror.tcl extracting Python/tcl/tix8.4.3/ extracting Python/tcl/tix8.4.3/WInfo.tcl extracting Python/tcl/tix8.4.3/VTree.tcl extracting Python/tcl/tix8.4.3/VStack.tcl extracting Python/tcl/tix8.4.3/VResize.tcl extracting Python/tcl/tix8.4.3/Variable.tcl extracting Python/tcl/tix8.4.3/Utils.tcl extracting Python/tcl/tix8.4.3/Tree.tcl extracting Python/tcl/tix8.4.3/TList.tcl extracting Python/tcl/tix8.4.3/tix84.lib extracting Python/tcl/tix8.4.3/tix84.dll extracting Python/tcl/tix8.4.3/Tix.tcl extracting Python/tcl/tix8.4.3/SWindow.tcl extracting Python/tcl/tix8.4.3/SWidget.tcl extracting Python/tcl/tix8.4.3/STList.tcl extracting Python/tcl/tix8.4.3/SText.tcl extracting Python/tcl/tix8.4.3/StdShell.tcl extracting Python/tcl/tix8.4.3/StdBBox.tcl extracting Python/tcl/tix8.4.3/StatBar.tcl extracting Python/tcl/tix8.4.3/StackWin.tcl extracting Python/tcl/tix8.4.3/SListBox.tcl extracting Python/tcl/tix8.4.3/SimpDlg.tcl extracting Python/tcl/tix8.4.3/SHList.tcl extracting Python/tcl/tix8.4.3/Shell.tcl extracting Python/tcl/tix8.4.3/SGrid.tcl extracting Python/tcl/tix8.4.3/Select.tcl extracting Python/tcl/tix8.4.3/ResizeH.tcl extracting Python/tcl/tix8.4.3/Primitiv.tcl extracting Python/tcl/tix8.4.3/pref/ extracting Python/tcl/tix8.4.3/pref/WmDefault.txt extracting Python/tcl/tix8.4.3/pref/WmDefault.tcl extracting Python/tcl/tix8.4.3/pref/WmDefault.py extracting Python/tcl/tix8.4.3/pref/WmDefault.fsc extracting Python/tcl/tix8.4.3/pref/WmDefault.fs extracting Python/tcl/tix8.4.3/pref/WmDefault.csc extracting Python/tcl/tix8.4.3/pref/WmDefault.cs extracting Python/tcl/tix8.4.3/pref/TkWin.fsc extracting Python/tcl/tix8.4.3/pref/TkWin.fs extracting Python/tcl/tix8.4.3/pref/TkWin.csc extracting Python/tcl/tix8.4.3/pref/TkWin.cs extracting Python/tcl/tix8.4.3/pref/TK.fsc extracting Python/tcl/tix8.4.3/pref/TK.fs extracting Python/tcl/tix8.4.3/pref/TK.csc extracting Python/tcl/tix8.4.3/pref/TK.cs extracting Python/tcl/tix8.4.3/pref/tixmkpref extracting Python/tcl/tix8.4.3/pref/TixGray.csc extracting Python/tcl/tix8.4.3/pref/TixGray.cs extracting Python/tcl/tix8.4.3/pref/SGIGray.csc extracting Python/tcl/tix8.4.3/pref/SGIGray.cs extracting Python/tcl/tix8.4.3/pref/pkgIndex.tcl extracting Python/tcl/tix8.4.3/pref/Old14Pt.fs extracting Python/tcl/tix8.4.3/pref/Old12Pt.fs extracting Python/tcl/tix8.4.3/pref/Makefile extracting Python/tcl/tix8.4.3/pref/Gray.csc extracting Python/tcl/tix8.4.3/pref/Gray.cs extracting Python/tcl/tix8.4.3/pref/Blue.csc extracting Python/tcl/tix8.4.3/pref/Blue.cs extracting Python/tcl/tix8.4.3/pref/Bisque.csc extracting Python/tcl/tix8.4.3/pref/Bisque.cs extracting Python/tcl/tix8.4.3/pref/14Point.fsc extracting Python/tcl/tix8.4.3/pref/14Point.fs extracting Python/tcl/tix8.4.3/pref/12Point.fsc extracting Python/tcl/tix8.4.3/pref/12Point.fs extracting Python/tcl/tix8.4.3/pref/10Point.fsc extracting Python/tcl/tix8.4.3/pref/10Point.fs extracting Python/tcl/tix8.4.3/PopMenu.tcl extracting Python/tcl/tix8.4.3/pkgIndex.tcl extracting Python/tcl/tix8.4.3/PanedWin.tcl extracting Python/tcl/tix8.4.3/OptMenu.tcl extracting Python/tcl/tix8.4.3/OldUtil.tcl extracting Python/tcl/tix8.4.3/NoteBook.tcl extracting Python/tcl/tix8.4.3/MultView.tcl extracting Python/tcl/tix8.4.3/Meter.tcl extracting Python/tcl/tix8.4.3/Makefile extracting Python/tcl/tix8.4.3/ListNBk.tcl extracting Python/tcl/tix8.4.3/LabWidg.tcl extracting Python/tcl/tix8.4.3/LabFrame.tcl extracting Python/tcl/tix8.4.3/LabEntry.tcl extracting Python/tcl/tix8.4.3/Init.tcl extracting Python/tcl/tix8.4.3/IconView.tcl extracting Python/tcl/tix8.4.3/HListDD.tcl extracting Python/tcl/tix8.4.3/HList.tcl extracting Python/tcl/tix8.4.3/Grid.tcl extracting Python/tcl/tix8.4.3/fs.tcl extracting Python/tcl/tix8.4.3/FloatEnt.tcl extracting Python/tcl/tix8.4.3/FileEnt.tcl extracting Python/tcl/tix8.4.3/FileDlg.tcl extracting Python/tcl/tix8.4.3/FileCbx.tcl extracting Python/tcl/tix8.4.3/FileBox.tcl extracting Python/tcl/tix8.4.3/Event.tcl extracting Python/tcl/tix8.4.3/EFileDlg.tcl extracting Python/tcl/tix8.4.3/EFileBox.tcl extracting Python/tcl/tix8.4.3/DtlList.tcl extracting Python/tcl/tix8.4.3/DragDrop.tcl extracting Python/tcl/tix8.4.3/DirTree.tcl extracting Python/tcl/tix8.4.3/DirList.tcl extracting Python/tcl/tix8.4.3/DirDlg.tcl extracting Python/tcl/tix8.4.3/DirBox.tcl extracting Python/tcl/tix8.4.3/DialogS.tcl extracting Python/tcl/tix8.4.3/demos/ extracting Python/tcl/tix8.4.3/demos/widget extracting Python/tcl/tix8.4.3/demos/tixwidgets.tcl extracting Python/tcl/tix8.4.3/demos/tclIndex extracting Python/tcl/tix8.4.3/demos/samples/ extracting Python/tcl/tix8.4.3/demos/samples/Xpm1.tcl extracting Python/tcl/tix8.4.3/demos/samples/Xpm.tcl extracting Python/tcl/tix8.4.3/demos/samples/Tree.tcl extracting Python/tcl/tix8.4.3/demos/samples/SWindow.tcl extracting Python/tcl/tix8.4.3/demos/samples/STList3.tcl extracting Python/tcl/tix8.4.3/demos/samples/STList2.tcl extracting Python/tcl/tix8.4.3/demos/samples/STList1.tcl extracting Python/tcl/tix8.4.3/demos/samples/SText.tcl extracting Python/tcl/tix8.4.3/demos/samples/StdBBox.tcl extracting Python/tcl/tix8.4.3/demos/samples/SListBox.tcl extracting Python/tcl/tix8.4.3/demos/samples/SHList2.tcl extracting Python/tcl/tix8.4.3/demos/samples/SHList.tcl extracting Python/tcl/tix8.4.3/demos/samples/SGrid1.tcl extracting Python/tcl/tix8.4.3/demos/samples/SGrid0.tcl extracting Python/tcl/tix8.4.3/demos/samples/Select.tcl extracting Python/tcl/tix8.4.3/demos/samples/Sample.tcl extracting Python/tcl/tix8.4.3/demos/samples/PopMenu.tcl extracting Python/tcl/tix8.4.3/demos/samples/PanedWin.tcl extracting Python/tcl/tix8.4.3/demos/samples/OptMenu.tcl extracting Python/tcl/tix8.4.3/demos/samples/NoteBook.tcl extracting Python/tcl/tix8.4.3/demos/samples/Meter.tcl extracting Python/tcl/tix8.4.3/demos/samples/ListNBK.tcl extracting Python/tcl/tix8.4.3/demos/samples/LabFrame.tcl extracting Python/tcl/tix8.4.3/demos/samples/LabEntry.tcl extracting Python/tcl/tix8.4.3/demos/samples/HList1.tcl extracting Python/tcl/tix8.4.3/demos/samples/FileEnt.tcl extracting Python/tcl/tix8.4.3/demos/samples/FileDlg.tcl extracting Python/tcl/tix8.4.3/demos/samples/EFileDlg.tcl extracting Python/tcl/tix8.4.3/demos/samples/EditGrid.tcl extracting Python/tcl/tix8.4.3/demos/samples/DynTree.tcl extracting Python/tcl/tix8.4.3/demos/samples/DragDrop.tcl extracting Python/tcl/tix8.4.3/demos/samples/DirTree.tcl extracting Python/tcl/tix8.4.3/demos/samples/DirList.tcl extracting Python/tcl/tix8.4.3/demos/samples/DirDlg.tcl extracting Python/tcl/tix8.4.3/demos/samples/Control.tcl extracting Python/tcl/tix8.4.3/demos/samples/ComboBox.tcl extracting Python/tcl/tix8.4.3/demos/samples/CObjView.tcl extracting Python/tcl/tix8.4.3/demos/samples/CmpImg4.tcl extracting Python/tcl/tix8.4.3/demos/samples/CmpImg3.tcl extracting Python/tcl/tix8.4.3/demos/samples/CmpImg2.tcl extracting Python/tcl/tix8.4.3/demos/samples/CmpImg1.tcl extracting Python/tcl/tix8.4.3/demos/samples/CmpImg.tcl extracting Python/tcl/tix8.4.3/demos/samples/ChkList.tcl extracting Python/tcl/tix8.4.3/demos/samples/BtnBox.tcl extracting Python/tcl/tix8.4.3/demos/samples/Balloon.tcl extracting Python/tcl/tix8.4.3/demos/samples/ArrowBtn.tcl extracting Python/tcl/tix8.4.3/demos/samples/AllSampl.tcl extracting Python/tcl/tix8.4.3/demos/MkScroll.tcl extracting Python/tcl/tix8.4.3/demos/MkSample.tcl extracting Python/tcl/tix8.4.3/demos/MkDirLis.tcl extracting Python/tcl/tix8.4.3/demos/MkChoose.tcl extracting Python/tcl/tix8.4.3/demos/bitmaps/ extracting Python/tcl/tix8.4.3/demos/bitmaps/underlin.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/tix.gif extracting Python/tcl/tix8.4.3/demos/bitmaps/select.xpm extracting Python/tcl/tix8.4.3/demos/bitmaps/rightj.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/optmenu.xpm extracting Python/tcl/tix8.4.3/demos/bitmaps/network.xpm extracting Python/tcl/tix8.4.3/demos/bitmaps/network.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/netw.xpm extracting Python/tcl/tix8.4.3/demos/bitmaps/netw.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/leftj.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/justify.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/italic.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/harddisk.xpm extracting Python/tcl/tix8.4.3/demos/bitmaps/harddisk.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/filebox.xpm extracting Python/tcl/tix8.4.3/demos/bitmaps/filebox.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/exit.xpm extracting Python/tcl/tix8.4.3/demos/bitmaps/drivea.xpm extracting Python/tcl/tix8.4.3/demos/bitmaps/drivea.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/combobox.xpm extracting Python/tcl/tix8.4.3/demos/bitmaps/combobox.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/code.xpm extracting Python/tcl/tix8.4.3/demos/bitmaps/centerj.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/capital.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/bold.xbm extracting Python/tcl/tix8.4.3/demos/bitmaps/about.xpm extracting Python/tcl/tix8.4.3/DefSchm.tcl extracting Python/tcl/tix8.4.3/Control.tcl extracting Python/tcl/tix8.4.3/Console.tcl extracting Python/tcl/tix8.4.3/Compat.tcl extracting Python/tcl/tix8.4.3/ComboBox.tcl extracting Python/tcl/tix8.4.3/CObjView.tcl extracting Python/tcl/tix8.4.3/ChkList.tcl extracting Python/tcl/tix8.4.3/BtnBox.tcl extracting Python/tcl/tix8.4.3/bitmaps/ extracting Python/tcl/tix8.4.3/bitmaps/warning.xpm extracting Python/tcl/tix8.4.3/bitmaps/warning.gif extracting Python/tcl/tix8.4.3/bitmaps/tick.xbm extracting Python/tcl/tix8.4.3/bitmaps/textfile.xpm extracting Python/tcl/tix8.4.3/bitmaps/textfile.xbm extracting Python/tcl/tix8.4.3/bitmaps/textfile.gif extracting Python/tcl/tix8.4.3/bitmaps/system.xbm extracting Python/tcl/tix8.4.3/bitmaps/srcfile.xpm extracting Python/tcl/tix8.4.3/bitmaps/srcfile.xbm extracting Python/tcl/tix8.4.3/bitmaps/srcfile.gif extracting Python/tcl/tix8.4.3/bitmaps/restore.xbm extracting Python/tcl/tix8.4.3/bitmaps/resize2.xbm extracting Python/tcl/tix8.4.3/bitmaps/resize1.xbm extracting Python/tcl/tix8.4.3/bitmaps/plusarm.xpm extracting Python/tcl/tix8.4.3/bitmaps/plusarm.xbm extracting Python/tcl/tix8.4.3/bitmaps/plusarm.gif extracting Python/tcl/tix8.4.3/bitmaps/plus.xpm extracting Python/tcl/tix8.4.3/bitmaps/plus.xbm extracting Python/tcl/tix8.4.3/bitmaps/plus.gif extracting Python/tcl/tix8.4.3/bitmaps/openfold.xpm extracting Python/tcl/tix8.4.3/bitmaps/openfold.xbm extracting Python/tcl/tix8.4.3/bitmaps/openfold.gif extracting Python/tcl/tix8.4.3/bitmaps/openfile.xbm extracting Python/tcl/tix8.4.3/bitmaps/no_entry.xpm extracting Python/tcl/tix8.4.3/bitmaps/no_entry.gif extracting Python/tcl/tix8.4.3/bitmaps/network.xbm extracting Python/tcl/tix8.4.3/bitmaps/mktransgif.tcl extracting Python/tcl/tix8.4.3/bitmaps/minusarm.xpm extracting Python/tcl/tix8.4.3/bitmaps/minusarm.xbm extracting Python/tcl/tix8.4.3/bitmaps/minusarm.gif extracting Python/tcl/tix8.4.3/bitmaps/minus.xpm extracting Python/tcl/tix8.4.3/bitmaps/minus.xbm extracting Python/tcl/tix8.4.3/bitmaps/minus.gif extracting Python/tcl/tix8.4.3/bitmaps/minimize.xbm extracting Python/tcl/tix8.4.3/bitmaps/maximize.xbm extracting Python/tcl/tix8.4.3/bitmaps/info.xpm extracting Python/tcl/tix8.4.3/bitmaps/info.gif extracting Python/tcl/tix8.4.3/bitmaps/incr.xbm extracting Python/tcl/tix8.4.3/bitmaps/hourglas.xbm extracting Python/tcl/tix8.4.3/bitmaps/hourglas.mask extracting Python/tcl/tix8.4.3/bitmaps/harddisk.xbm extracting Python/tcl/tix8.4.3/bitmaps/folder.xpm extracting Python/tcl/tix8.4.3/bitmaps/folder.xbm extracting Python/tcl/tix8.4.3/bitmaps/folder.gif extracting Python/tcl/tix8.4.3/bitmaps/file.xpm extracting Python/tcl/tix8.4.3/bitmaps/file.xbm extracting Python/tcl/tix8.4.3/bitmaps/file.gif extracting Python/tcl/tix8.4.3/bitmaps/drop.xbm extracting Python/tcl/tix8.4.3/bitmaps/decr.xbm extracting Python/tcl/tix8.4.3/bitmaps/cross.xbm extracting Python/tcl/tix8.4.3/bitmaps/ck_on.xbm extracting Python/tcl/tix8.4.3/bitmaps/ck_off.xbm extracting Python/tcl/tix8.4.3/bitmaps/ck_def.xbm extracting Python/tcl/tix8.4.3/bitmaps/cbxarrow.xbm extracting Python/tcl/tix8.4.3/bitmaps/balarrow.xbm extracting Python/tcl/tix8.4.3/bitmaps/act_fold.xpm extracting Python/tcl/tix8.4.3/bitmaps/act_fold.xbm extracting Python/tcl/tix8.4.3/bitmaps/act_fold.gif extracting Python/tcl/tix8.4.3/Balloon.tcl extracting Python/tcl/tclstub85.lib extracting Python/tcl/tclConfig.sh extracting Python/tcl/tcl85.lib extracting Python/tcl/tcl8/ extracting Python/tcl/tcl8/8.5/ extracting Python/tcl/tcl8/8.5/tcltest-2.3.5.tm extracting Python/tcl/tcl8/8.5/msgcat-1.5.2.tm extracting Python/tcl/tcl8/8.4/ extracting Python/tcl/tcl8/8.4/platform-1.0.12.tm extracting Python/tcl/tcl8/8.4/platform/ extracting Python/tcl/tcl8/8.4/platform/shell-1.1.4.tm extracting Python/tcl/tcl8/8.4/http-2.7.12.tm extracting Python/tcl/tcl8.5/ extracting Python/tcl/tcl8.5/word.tcl extracting Python/tcl/tcl8.5/tzdata/ extracting Python/tcl/tcl8.5/tzdata/Zulu extracting Python/tcl/tcl8.5/tzdata/W-SU extracting Python/tcl/tcl8.5/tzdata/WET extracting Python/tcl/tcl8.5/tzdata/UTC extracting Python/tcl/tcl8.5/tzdata/US/ extracting Python/tcl/tcl8.5/tzdata/US/Samoa extracting Python/tcl/tcl8.5/tzdata/US/Pacific-New extracting Python/tcl/tcl8.5/tzdata/US/Pacific extracting Python/tcl/tcl8.5/tzdata/US/Mountain extracting Python/tcl/tcl8.5/tzdata/US/Michigan extracting Python/tcl/tcl8.5/tzdata/US/Indiana-Starke extracting Python/tcl/tcl8.5/tzdata/US/Hawaii extracting Python/tcl/tcl8.5/tzdata/US/East-Indiana extracting Python/tcl/tcl8.5/tzdata/US/Eastern extracting Python/tcl/tcl8.5/tzdata/US/Central extracting Python/tcl/tcl8.5/tzdata/US/Arizona extracting Python/tcl/tcl8.5/tzdata/US/Aleutian extracting Python/tcl/tcl8.5/tzdata/US/Alaska extracting Python/tcl/tcl8.5/tzdata/Universal extracting Python/tcl/tcl8.5/tzdata/UCT extracting Python/tcl/tcl8.5/tzdata/Turkey extracting Python/tcl/tcl8.5/tzdata/SystemV/ extracting Python/tcl/tcl8.5/tzdata/SystemV/YST9YDT extracting Python/tcl/tcl8.5/tzdata/SystemV/YST9 extracting Python/tcl/tcl8.5/tzdata/SystemV/PST8PDT extracting Python/tcl/tcl8.5/tzdata/SystemV/PST8 extracting Python/tcl/tcl8.5/tzdata/SystemV/MST7MDT extracting Python/tcl/tcl8.5/tzdata/SystemV/MST7 extracting Python/tcl/tcl8.5/tzdata/SystemV/HST10 extracting Python/tcl/tcl8.5/tzdata/SystemV/EST5EDT extracting Python/tcl/tcl8.5/tzdata/SystemV/EST5 extracting Python/tcl/tcl8.5/tzdata/SystemV/CST6CDT extracting Python/tcl/tcl8.5/tzdata/SystemV/CST6 extracting Python/tcl/tcl8.5/tzdata/SystemV/AST4ADT extracting Python/tcl/tcl8.5/tzdata/SystemV/AST4 extracting Python/tcl/tcl8.5/tzdata/Singapore extracting Python/tcl/tcl8.5/tzdata/ROK extracting Python/tcl/tcl8.5/tzdata/ROC extracting Python/tcl/tcl8.5/tzdata/PST8PDT extracting Python/tcl/tcl8.5/tzdata/PRC extracting Python/tcl/tcl8.5/tzdata/Portugal extracting Python/tcl/tcl8.5/tzdata/Poland extracting Python/tcl/tcl8.5/tzdata/Pacific/ extracting Python/tcl/tcl8.5/tzdata/Pacific/Yap extracting Python/tcl/tcl8.5/tzdata/Pacific/Wallis extracting Python/tcl/tcl8.5/tzdata/Pacific/Wake extracting Python/tcl/tcl8.5/tzdata/Pacific/Truk extracting Python/tcl/tcl8.5/tzdata/Pacific/Tongatapu extracting Python/tcl/tcl8.5/tzdata/Pacific/Tarawa extracting Python/tcl/tcl8.5/tzdata/Pacific/Tahiti extracting Python/tcl/tcl8.5/tzdata/Pacific/Samoa extracting Python/tcl/tcl8.5/tzdata/Pacific/Saipan extracting Python/tcl/tcl8.5/tzdata/Pacific/Rarotonga extracting Python/tcl/tcl8.5/tzdata/Pacific/Port_Moresby extracting Python/tcl/tcl8.5/tzdata/Pacific/Ponape extracting Python/tcl/tcl8.5/tzdata/Pacific/Pohnpei extracting Python/tcl/tcl8.5/tzdata/Pacific/Pitcairn extracting Python/tcl/tcl8.5/tzdata/Pacific/Palau extracting Python/tcl/tcl8.5/tzdata/Pacific/Pago_Pago extracting Python/tcl/tcl8.5/tzdata/Pacific/Noumea extracting Python/tcl/tcl8.5/tzdata/Pacific/Norfolk extracting Python/tcl/tcl8.5/tzdata/Pacific/Niue extracting Python/tcl/tcl8.5/tzdata/Pacific/Nauru extracting Python/tcl/tcl8.5/tzdata/Pacific/Midway extracting Python/tcl/tcl8.5/tzdata/Pacific/Marquesas extracting Python/tcl/tcl8.5/tzdata/Pacific/Majuro extracting Python/tcl/tcl8.5/tzdata/Pacific/Kwajalein extracting Python/tcl/tcl8.5/tzdata/Pacific/Kosrae extracting Python/tcl/tcl8.5/tzdata/Pacific/Kiritimati extracting Python/tcl/tcl8.5/tzdata/Pacific/Johnston extracting Python/tcl/tcl8.5/tzdata/Pacific/Honolulu extracting Python/tcl/tcl8.5/tzdata/Pacific/Guam extracting Python/tcl/tcl8.5/tzdata/Pacific/Guadalcanal extracting Python/tcl/tcl8.5/tzdata/Pacific/Gambier extracting Python/tcl/tcl8.5/tzdata/Pacific/Galapagos extracting Python/tcl/tcl8.5/tzdata/Pacific/Funafuti extracting Python/tcl/tcl8.5/tzdata/Pacific/Fiji extracting Python/tcl/tcl8.5/tzdata/Pacific/Fakaofo extracting Python/tcl/tcl8.5/tzdata/Pacific/Enderbury extracting Python/tcl/tcl8.5/tzdata/Pacific/Efate extracting Python/tcl/tcl8.5/tzdata/Pacific/Easter extracting Python/tcl/tcl8.5/tzdata/Pacific/Chuuk extracting Python/tcl/tcl8.5/tzdata/Pacific/Chatham extracting Python/tcl/tcl8.5/tzdata/Pacific/Auckland extracting Python/tcl/tcl8.5/tzdata/Pacific/Apia extracting Python/tcl/tcl8.5/tzdata/NZ-CHAT extracting Python/tcl/tcl8.5/tzdata/NZ extracting Python/tcl/tcl8.5/tzdata/Navajo extracting Python/tcl/tcl8.5/tzdata/MST7MDT extracting Python/tcl/tcl8.5/tzdata/MST extracting Python/tcl/tcl8.5/tzdata/Mexico/ extracting Python/tcl/tcl8.5/tzdata/Mexico/General extracting Python/tcl/tcl8.5/tzdata/Mexico/BajaSur extracting Python/tcl/tcl8.5/tzdata/Mexico/BajaNorte extracting Python/tcl/tcl8.5/tzdata/MET extracting Python/tcl/tcl8.5/tzdata/Libya extracting Python/tcl/tcl8.5/tzdata/Kwajalein extracting Python/tcl/tcl8.5/tzdata/Japan extracting Python/tcl/tcl8.5/tzdata/Jamaica extracting Python/tcl/tcl8.5/tzdata/Israel extracting Python/tcl/tcl8.5/tzdata/Iran extracting Python/tcl/tcl8.5/tzdata/Indian/ extracting Python/tcl/tcl8.5/tzdata/Indian/Reunion extracting Python/tcl/tcl8.5/tzdata/Indian/Mayotte extracting Python/tcl/tcl8.5/tzdata/Indian/Mauritius extracting Python/tcl/tcl8.5/tzdata/Indian/Maldives extracting Python/tcl/tcl8.5/tzdata/Indian/Mahe extracting Python/tcl/tcl8.5/tzdata/Indian/Kerguelen extracting Python/tcl/tcl8.5/tzdata/Indian/Comoro extracting Python/tcl/tcl8.5/tzdata/Indian/Cocos extracting Python/tcl/tcl8.5/tzdata/Indian/Christmas extracting Python/tcl/tcl8.5/tzdata/Indian/Chagos extracting Python/tcl/tcl8.5/tzdata/Indian/Antananarivo extracting Python/tcl/tcl8.5/tzdata/Iceland extracting Python/tcl/tcl8.5/tzdata/HST extracting Python/tcl/tcl8.5/tzdata/Hongkong extracting Python/tcl/tcl8.5/tzdata/Greenwich extracting Python/tcl/tcl8.5/tzdata/GMT-0 extracting Python/tcl/tcl8.5/tzdata/GMT0 extracting Python/tcl/tcl8.5/tzdata/GMT+0 extracting Python/tcl/tcl8.5/tzdata/GMT extracting Python/tcl/tcl8.5/tzdata/GB-Eire extracting Python/tcl/tcl8.5/tzdata/GB extracting Python/tcl/tcl8.5/tzdata/Europe/ extracting Python/tcl/tcl8.5/tzdata/Europe/Zurich extracting Python/tcl/tcl8.5/tzdata/Europe/Zaporozhye extracting Python/tcl/tcl8.5/tzdata/Europe/Zagreb extracting Python/tcl/tcl8.5/tzdata/Europe/Warsaw extracting Python/tcl/tcl8.5/tzdata/Europe/Volgograd extracting Python/tcl/tcl8.5/tzdata/Europe/Vilnius extracting Python/tcl/tcl8.5/tzdata/Europe/Vienna extracting Python/tcl/tcl8.5/tzdata/Europe/Vatican extracting Python/tcl/tcl8.5/tzdata/Europe/Vaduz extracting Python/tcl/tcl8.5/tzdata/Europe/Uzhgorod extracting Python/tcl/tcl8.5/tzdata/Europe/Tiraspol extracting Python/tcl/tcl8.5/tzdata/Europe/Tirane extracting Python/tcl/tcl8.5/tzdata/Europe/Tallinn extracting Python/tcl/tcl8.5/tzdata/Europe/Stockholm extracting Python/tcl/tcl8.5/tzdata/Europe/Sofia extracting Python/tcl/tcl8.5/tzdata/Europe/Skopje extracting Python/tcl/tcl8.5/tzdata/Europe/Simferopol extracting Python/tcl/tcl8.5/tzdata/Europe/Sarajevo extracting Python/tcl/tcl8.5/tzdata/Europe/San_Marino extracting Python/tcl/tcl8.5/tzdata/Europe/Samara extracting Python/tcl/tcl8.5/tzdata/Europe/Rome extracting Python/tcl/tcl8.5/tzdata/Europe/Riga extracting Python/tcl/tcl8.5/tzdata/Europe/Prague extracting Python/tcl/tcl8.5/tzdata/Europe/Podgorica extracting Python/tcl/tcl8.5/tzdata/Europe/Paris extracting Python/tcl/tcl8.5/tzdata/Europe/Oslo extracting Python/tcl/tcl8.5/tzdata/Europe/Nicosia extracting Python/tcl/tcl8.5/tzdata/Europe/Moscow extracting Python/tcl/tcl8.5/tzdata/Europe/Monaco extracting Python/tcl/tcl8.5/tzdata/Europe/Minsk extracting Python/tcl/tcl8.5/tzdata/Europe/Mariehamn extracting Python/tcl/tcl8.5/tzdata/Europe/Malta extracting Python/tcl/tcl8.5/tzdata/Europe/Madrid extracting Python/tcl/tcl8.5/tzdata/Europe/Luxembourg extracting Python/tcl/tcl8.5/tzdata/Europe/London extracting Python/tcl/tcl8.5/tzdata/Europe/Ljubljana extracting Python/tcl/tcl8.5/tzdata/Europe/Lisbon extracting Python/tcl/tcl8.5/tzdata/Europe/Kiev extracting Python/tcl/tcl8.5/tzdata/Europe/Kaliningrad extracting Python/tcl/tcl8.5/tzdata/Europe/Jersey extracting Python/tcl/tcl8.5/tzdata/Europe/Istanbul extracting Python/tcl/tcl8.5/tzdata/Europe/Isle_of_Man extracting Python/tcl/tcl8.5/tzdata/Europe/Helsinki extracting Python/tcl/tcl8.5/tzdata/Europe/Guernsey extracting Python/tcl/tcl8.5/tzdata/Europe/Gibraltar extracting Python/tcl/tcl8.5/tzdata/Europe/Dublin extracting Python/tcl/tcl8.5/tzdata/Europe/Copenhagen extracting Python/tcl/tcl8.5/tzdata/Europe/Chisinau extracting Python/tcl/tcl8.5/tzdata/Europe/Busingen extracting Python/tcl/tcl8.5/tzdata/Europe/Budapest extracting Python/tcl/tcl8.5/tzdata/Europe/Bucharest extracting Python/tcl/tcl8.5/tzdata/Europe/Brussels extracting Python/tcl/tcl8.5/tzdata/Europe/Bratislava extracting Python/tcl/tcl8.5/tzdata/Europe/Berlin extracting Python/tcl/tcl8.5/tzdata/Europe/Belgrade extracting Python/tcl/tcl8.5/tzdata/Europe/Belfast extracting Python/tcl/tcl8.5/tzdata/Europe/Athens extracting Python/tcl/tcl8.5/tzdata/Europe/Andorra extracting Python/tcl/tcl8.5/tzdata/Europe/Amsterdam extracting Python/tcl/tcl8.5/tzdata/Etc/ extracting Python/tcl/tcl8.5/tzdata/Etc/Zulu extracting Python/tcl/tcl8.5/tzdata/Etc/UTC extracting Python/tcl/tcl8.5/tzdata/Etc/Universal extracting Python/tcl/tcl8.5/tzdata/Etc/UCT extracting Python/tcl/tcl8.5/tzdata/Etc/Greenwich extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-9 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-8 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-7 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-6 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-5 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-4 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-3 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-2 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-14 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-13 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-12 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-11 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-10 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-1 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT-0 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT0 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+9 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+8 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+7 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+6 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+5 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+4 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+3 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+2 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+12 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+11 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+10 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+1 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT+0 extracting Python/tcl/tcl8.5/tzdata/Etc/GMT extracting Python/tcl/tcl8.5/tzdata/EST5EDT extracting Python/tcl/tcl8.5/tzdata/EST extracting Python/tcl/tcl8.5/tzdata/Eire extracting Python/tcl/tcl8.5/tzdata/Egypt extracting Python/tcl/tcl8.5/tzdata/EET extracting Python/tcl/tcl8.5/tzdata/Cuba extracting Python/tcl/tcl8.5/tzdata/CST6CDT extracting Python/tcl/tcl8.5/tzdata/Chile/ extracting Python/tcl/tcl8.5/tzdata/Chile/EasterIsland extracting Python/tcl/tcl8.5/tzdata/Chile/Continental extracting Python/tcl/tcl8.5/tzdata/CET extracting Python/tcl/tcl8.5/tzdata/Canada/ extracting Python/tcl/tcl8.5/tzdata/Canada/Yukon extracting Python/tcl/tcl8.5/tzdata/Canada/Saskatchewan extracting Python/tcl/tcl8.5/tzdata/Canada/Pacific extracting Python/tcl/tcl8.5/tzdata/Canada/Newfoundland extracting Python/tcl/tcl8.5/tzdata/Canada/Mountain extracting Python/tcl/tcl8.5/tzdata/Canada/East-Saskatchewan extracting Python/tcl/tcl8.5/tzdata/Canada/Eastern extracting Python/tcl/tcl8.5/tzdata/Canada/Central extracting Python/tcl/tcl8.5/tzdata/Canada/Atlantic extracting Python/tcl/tcl8.5/tzdata/Brazil/ extracting Python/tcl/tcl8.5/tzdata/Brazil/West extracting Python/tcl/tcl8.5/tzdata/Brazil/East extracting Python/tcl/tcl8.5/tzdata/Brazil/DeNoronha extracting Python/tcl/tcl8.5/tzdata/Brazil/Acre extracting Python/tcl/tcl8.5/tzdata/Australia/ extracting Python/tcl/tcl8.5/tzdata/Australia/Yancowinna extracting Python/tcl/tcl8.5/tzdata/Australia/West extracting Python/tcl/tcl8.5/tzdata/Australia/Victoria extracting Python/tcl/tcl8.5/tzdata/Australia/Tasmania extracting Python/tcl/tcl8.5/tzdata/Australia/Sydney extracting Python/tcl/tcl8.5/tzdata/Australia/South extracting Python/tcl/tcl8.5/tzdata/Australia/Queensland extracting Python/tcl/tcl8.5/tzdata/Australia/Perth extracting Python/tcl/tcl8.5/tzdata/Australia/NSW extracting Python/tcl/tcl8.5/tzdata/Australia/North extracting Python/tcl/tcl8.5/tzdata/Australia/Melbourne extracting Python/tcl/tcl8.5/tzdata/Australia/Lord_Howe extracting Python/tcl/tcl8.5/tzdata/Australia/Lindeman extracting Python/tcl/tcl8.5/tzdata/Australia/LHI extracting Python/tcl/tcl8.5/tzdata/Australia/Hobart extracting Python/tcl/tcl8.5/tzdata/Australia/Eucla extracting Python/tcl/tcl8.5/tzdata/Australia/Darwin extracting Python/tcl/tcl8.5/tzdata/Australia/Currie extracting Python/tcl/tcl8.5/tzdata/Australia/Canberra extracting Python/tcl/tcl8.5/tzdata/Australia/Broken_Hill extracting Python/tcl/tcl8.5/tzdata/Australia/Brisbane extracting Python/tcl/tcl8.5/tzdata/Australia/Adelaide extracting Python/tcl/tcl8.5/tzdata/Australia/ACT extracting Python/tcl/tcl8.5/tzdata/Atlantic/ extracting Python/tcl/tcl8.5/tzdata/Atlantic/Stanley extracting Python/tcl/tcl8.5/tzdata/Atlantic/St_Helena extracting Python/tcl/tcl8.5/tzdata/Atlantic/South_Georgia extracting Python/tcl/tcl8.5/tzdata/Atlantic/Reykjavik extracting Python/tcl/tcl8.5/tzdata/Atlantic/Madeira extracting Python/tcl/tcl8.5/tzdata/Atlantic/Jan_Mayen extracting Python/tcl/tcl8.5/tzdata/Atlantic/Faroe extracting Python/tcl/tcl8.5/tzdata/Atlantic/Faeroe extracting Python/tcl/tcl8.5/tzdata/Atlantic/Cape_Verde extracting Python/tcl/tcl8.5/tzdata/Atlantic/Canary extracting Python/tcl/tcl8.5/tzdata/Atlantic/Bermuda extracting Python/tcl/tcl8.5/tzdata/Atlantic/Azores extracting Python/tcl/tcl8.5/tzdata/Asia/ extracting Python/tcl/tcl8.5/tzdata/Asia/Yerevan extracting Python/tcl/tcl8.5/tzdata/Asia/Yekaterinburg extracting Python/tcl/tcl8.5/tzdata/Asia/Yakutsk extracting Python/tcl/tcl8.5/tzdata/Asia/Vladivostok extracting Python/tcl/tcl8.5/tzdata/Asia/Vientiane extracting Python/tcl/tcl8.5/tzdata/Asia/Ust-Nera extracting Python/tcl/tcl8.5/tzdata/Asia/Urumqi extracting Python/tcl/tcl8.5/tzdata/Asia/Ulan_Bator extracting Python/tcl/tcl8.5/tzdata/Asia/Ulaanbaatar extracting Python/tcl/tcl8.5/tzdata/Asia/Ujung_Pandang extracting Python/tcl/tcl8.5/tzdata/Asia/Tokyo extracting Python/tcl/tcl8.5/tzdata/Asia/Thimphu extracting Python/tcl/tcl8.5/tzdata/Asia/Thimbu extracting Python/tcl/tcl8.5/tzdata/Asia/Tel_Aviv extracting Python/tcl/tcl8.5/tzdata/Asia/Tehran extracting Python/tcl/tcl8.5/tzdata/Asia/Tbilisi extracting Python/tcl/tcl8.5/tzdata/Asia/Tashkent extracting Python/tcl/tcl8.5/tzdata/Asia/Taipei extracting Python/tcl/tcl8.5/tzdata/Asia/Singapore extracting Python/tcl/tcl8.5/tzdata/Asia/Shanghai extracting Python/tcl/tcl8.5/tzdata/Asia/Seoul extracting Python/tcl/tcl8.5/tzdata/Asia/Samarkand extracting Python/tcl/tcl8.5/tzdata/Asia/Sakhalin extracting Python/tcl/tcl8.5/tzdata/Asia/Saigon extracting Python/tcl/tcl8.5/tzdata/Asia/Riyadh extracting Python/tcl/tcl8.5/tzdata/Asia/Rangoon extracting Python/tcl/tcl8.5/tzdata/Asia/Qyzylorda extracting Python/tcl/tcl8.5/tzdata/Asia/Qatar extracting Python/tcl/tcl8.5/tzdata/Asia/Pyongyang extracting Python/tcl/tcl8.5/tzdata/Asia/Pontianak extracting Python/tcl/tcl8.5/tzdata/Asia/Phnom_Penh extracting Python/tcl/tcl8.5/tzdata/Asia/Oral extracting Python/tcl/tcl8.5/tzdata/Asia/Omsk extracting Python/tcl/tcl8.5/tzdata/Asia/Novosibirsk extracting Python/tcl/tcl8.5/tzdata/Asia/Novokuznetsk extracting Python/tcl/tcl8.5/tzdata/Asia/Nicosia extracting Python/tcl/tcl8.5/tzdata/Asia/Muscat extracting Python/tcl/tcl8.5/tzdata/Asia/Manila extracting Python/tcl/tcl8.5/tzdata/Asia/Makassar extracting Python/tcl/tcl8.5/tzdata/Asia/Magadan extracting Python/tcl/tcl8.5/tzdata/Asia/Macau extracting Python/tcl/tcl8.5/tzdata/Asia/Macao extracting Python/tcl/tcl8.5/tzdata/Asia/Kuwait extracting Python/tcl/tcl8.5/tzdata/Asia/Kuching extracting Python/tcl/tcl8.5/tzdata/Asia/Kuala_Lumpur extracting Python/tcl/tcl8.5/tzdata/Asia/Krasnoyarsk extracting Python/tcl/tcl8.5/tzdata/Asia/Kolkata extracting Python/tcl/tcl8.5/tzdata/Asia/Khandyga extracting Python/tcl/tcl8.5/tzdata/Asia/Katmandu extracting Python/tcl/tcl8.5/tzdata/Asia/Kathmandu extracting Python/tcl/tcl8.5/tzdata/Asia/Kashgar extracting Python/tcl/tcl8.5/tzdata/Asia/Karachi extracting Python/tcl/tcl8.5/tzdata/Asia/Kamchatka extracting Python/tcl/tcl8.5/tzdata/Asia/Kabul extracting Python/tcl/tcl8.5/tzdata/Asia/Jerusalem extracting Python/tcl/tcl8.5/tzdata/Asia/Jayapura extracting Python/tcl/tcl8.5/tzdata/Asia/Jakarta extracting Python/tcl/tcl8.5/tzdata/Asia/Istanbul extracting Python/tcl/tcl8.5/tzdata/Asia/Irkutsk extracting Python/tcl/tcl8.5/tzdata/Asia/Hovd extracting Python/tcl/tcl8.5/tzdata/Asia/Hong_Kong extracting Python/tcl/tcl8.5/tzdata/Asia/Ho_Chi_Minh extracting Python/tcl/tcl8.5/tzdata/Asia/Hebron extracting Python/tcl/tcl8.5/tzdata/Asia/Harbin extracting Python/tcl/tcl8.5/tzdata/Asia/Gaza extracting Python/tcl/tcl8.5/tzdata/Asia/Dushanbe extracting Python/tcl/tcl8.5/tzdata/Asia/Dubai extracting Python/tcl/tcl8.5/tzdata/Asia/Dili extracting Python/tcl/tcl8.5/tzdata/Asia/Dhaka extracting Python/tcl/tcl8.5/tzdata/Asia/Damascus extracting Python/tcl/tcl8.5/tzdata/Asia/Dacca extracting Python/tcl/tcl8.5/tzdata/Asia/Colombo extracting Python/tcl/tcl8.5/tzdata/Asia/Chungking extracting Python/tcl/tcl8.5/tzdata/Asia/Chongqing extracting Python/tcl/tcl8.5/tzdata/Asia/Choibalsan extracting Python/tcl/tcl8.5/tzdata/Asia/Calcutta extracting Python/tcl/tcl8.5/tzdata/Asia/Brunei extracting Python/tcl/tcl8.5/tzdata/Asia/Bishkek extracting Python/tcl/tcl8.5/tzdata/Asia/Beirut extracting Python/tcl/tcl8.5/tzdata/Asia/Bangkok extracting Python/tcl/tcl8.5/tzdata/Asia/Baku extracting Python/tcl/tcl8.5/tzdata/Asia/Bahrain extracting Python/tcl/tcl8.5/tzdata/Asia/Baghdad extracting Python/tcl/tcl8.5/tzdata/Asia/Ashkhabad extracting Python/tcl/tcl8.5/tzdata/Asia/Ashgabat extracting Python/tcl/tcl8.5/tzdata/Asia/Aqtobe extracting Python/tcl/tcl8.5/tzdata/Asia/Aqtau extracting Python/tcl/tcl8.5/tzdata/Asia/Anadyr extracting Python/tcl/tcl8.5/tzdata/Asia/Amman extracting Python/tcl/tcl8.5/tzdata/Asia/Almaty extracting Python/tcl/tcl8.5/tzdata/Asia/Aden extracting Python/tcl/tcl8.5/tzdata/Arctic/ extracting Python/tcl/tcl8.5/tzdata/Arctic/Longyearbyen extracting Python/tcl/tcl8.5/tzdata/Antarctica/ extracting Python/tcl/tcl8.5/tzdata/Antarctica/Vostok extracting Python/tcl/tcl8.5/tzdata/Antarctica/Syowa extracting Python/tcl/tcl8.5/tzdata/Antarctica/South_Pole extracting Python/tcl/tcl8.5/tzdata/Antarctica/Rothera extracting Python/tcl/tcl8.5/tzdata/Antarctica/Palmer extracting Python/tcl/tcl8.5/tzdata/Antarctica/McMurdo extracting Python/tcl/tcl8.5/tzdata/Antarctica/Mawson extracting Python/tcl/tcl8.5/tzdata/Antarctica/Macquarie extracting Python/tcl/tcl8.5/tzdata/Antarctica/DumontDUrville extracting Python/tcl/tcl8.5/tzdata/Antarctica/Davis extracting Python/tcl/tcl8.5/tzdata/Antarctica/Casey extracting Python/tcl/tcl8.5/tzdata/America/ extracting Python/tcl/tcl8.5/tzdata/America/Yellowknife extracting Python/tcl/tcl8.5/tzdata/America/Yakutat extracting Python/tcl/tcl8.5/tzdata/America/Winnipeg extracting Python/tcl/tcl8.5/tzdata/America/Whitehorse extracting Python/tcl/tcl8.5/tzdata/America/Virgin extracting Python/tcl/tcl8.5/tzdata/America/Vancouver extracting Python/tcl/tcl8.5/tzdata/America/Tortola extracting Python/tcl/tcl8.5/tzdata/America/Toronto extracting Python/tcl/tcl8.5/tzdata/America/Tijuana extracting Python/tcl/tcl8.5/tzdata/America/Thunder_Bay extracting Python/tcl/tcl8.5/tzdata/America/Thule extracting Python/tcl/tcl8.5/tzdata/America/Tegucigalpa extracting Python/tcl/tcl8.5/tzdata/America/Swift_Current extracting Python/tcl/tcl8.5/tzdata/America/St_Vincent extracting Python/tcl/tcl8.5/tzdata/America/St_Thomas extracting Python/tcl/tcl8.5/tzdata/America/St_Lucia extracting Python/tcl/tcl8.5/tzdata/America/St_Kitts extracting Python/tcl/tcl8.5/tzdata/America/St_Johns extracting Python/tcl/tcl8.5/tzdata/America/St_Barthelemy extracting Python/tcl/tcl8.5/tzdata/America/Sitka extracting Python/tcl/tcl8.5/tzdata/America/Shiprock extracting Python/tcl/tcl8.5/tzdata/America/Scoresbysund extracting Python/tcl/tcl8.5/tzdata/America/Sao_Paulo extracting Python/tcl/tcl8.5/tzdata/America/Santo_Domingo extracting Python/tcl/tcl8.5/tzdata/America/Santiago extracting Python/tcl/tcl8.5/tzdata/America/Santarem extracting Python/tcl/tcl8.5/tzdata/America/Santa_Isabel extracting Python/tcl/tcl8.5/tzdata/America/Rosario extracting Python/tcl/tcl8.5/tzdata/America/Rio_Branco extracting Python/tcl/tcl8.5/tzdata/America/Resolute extracting Python/tcl/tcl8.5/tzdata/America/Regina extracting Python/tcl/tcl8.5/tzdata/America/Recife extracting Python/tcl/tcl8.5/tzdata/America/Rankin_Inlet extracting Python/tcl/tcl8.5/tzdata/America/Rainy_River extracting Python/tcl/tcl8.5/tzdata/America/Puerto_Rico extracting Python/tcl/tcl8.5/tzdata/America/Porto_Velho extracting Python/tcl/tcl8.5/tzdata/America/Porto_Acre extracting Python/tcl/tcl8.5/tzdata/America/Port-au-Prince extracting Python/tcl/tcl8.5/tzdata/America/Port_of_Spain extracting Python/tcl/tcl8.5/tzdata/America/Phoenix extracting Python/tcl/tcl8.5/tzdata/America/Paramaribo extracting Python/tcl/tcl8.5/tzdata/America/Pangnirtung extracting Python/tcl/tcl8.5/tzdata/America/Panama extracting Python/tcl/tcl8.5/tzdata/America/Ojinaga extracting Python/tcl/tcl8.5/tzdata/America/North_Dakota/ extracting Python/tcl/tcl8.5/tzdata/America/North_Dakota/New_Salem extracting Python/tcl/tcl8.5/tzdata/America/North_Dakota/Center extracting Python/tcl/tcl8.5/tzdata/America/North_Dakota/Beulah extracting Python/tcl/tcl8.5/tzdata/America/Noronha extracting Python/tcl/tcl8.5/tzdata/America/Nome extracting Python/tcl/tcl8.5/tzdata/America/Nipigon extracting Python/tcl/tcl8.5/tzdata/America/New_York extracting Python/tcl/tcl8.5/tzdata/America/Nassau extracting Python/tcl/tcl8.5/tzdata/America/Montserrat extracting Python/tcl/tcl8.5/tzdata/America/Montreal extracting Python/tcl/tcl8.5/tzdata/America/Montevideo extracting Python/tcl/tcl8.5/tzdata/America/Monterrey extracting Python/tcl/tcl8.5/tzdata/America/Moncton extracting Python/tcl/tcl8.5/tzdata/America/Miquelon extracting Python/tcl/tcl8.5/tzdata/America/Mexico_City extracting Python/tcl/tcl8.5/tzdata/America/Metlakatla extracting Python/tcl/tcl8.5/tzdata/America/Merida extracting Python/tcl/tcl8.5/tzdata/America/Menominee extracting Python/tcl/tcl8.5/tzdata/America/Mendoza extracting Python/tcl/tcl8.5/tzdata/America/Mazatlan extracting Python/tcl/tcl8.5/tzdata/America/Matamoros extracting Python/tcl/tcl8.5/tzdata/America/Martinique extracting Python/tcl/tcl8.5/tzdata/America/Marigot extracting Python/tcl/tcl8.5/tzdata/America/Manaus extracting Python/tcl/tcl8.5/tzdata/America/Managua extracting Python/tcl/tcl8.5/tzdata/America/Maceio extracting Python/tcl/tcl8.5/tzdata/America/Lower_Princes extracting Python/tcl/tcl8.5/tzdata/America/Louisville extracting Python/tcl/tcl8.5/tzdata/America/Los_Angeles extracting Python/tcl/tcl8.5/tzdata/America/Lima extracting Python/tcl/tcl8.5/tzdata/America/La_Paz extracting Python/tcl/tcl8.5/tzdata/America/Kralendijk extracting Python/tcl/tcl8.5/tzdata/America/Knox_IN extracting Python/tcl/tcl8.5/tzdata/America/Kentucky/ extracting Python/tcl/tcl8.5/tzdata/America/Kentucky/Monticello extracting Python/tcl/tcl8.5/tzdata/America/Kentucky/Louisville extracting Python/tcl/tcl8.5/tzdata/America/Juneau extracting Python/tcl/tcl8.5/tzdata/America/Jujuy extracting Python/tcl/tcl8.5/tzdata/America/Jamaica extracting Python/tcl/tcl8.5/tzdata/America/Iqaluit extracting Python/tcl/tcl8.5/tzdata/America/Inuvik extracting Python/tcl/tcl8.5/tzdata/America/Indianapolis extracting Python/tcl/tcl8.5/tzdata/America/Indiana/ extracting Python/tcl/tcl8.5/tzdata/America/Indiana/Winamac extracting Python/tcl/tcl8.5/tzdata/America/Indiana/Vincennes extracting Python/tcl/tcl8.5/tzdata/America/Indiana/Vevay extracting Python/tcl/tcl8.5/tzdata/America/Indiana/Tell_City extracting Python/tcl/tcl8.5/tzdata/America/Indiana/Petersburg extracting Python/tcl/tcl8.5/tzdata/America/Indiana/Marengo extracting Python/tcl/tcl8.5/tzdata/America/Indiana/Knox extracting Python/tcl/tcl8.5/tzdata/America/Indiana/Indianapolis extracting Python/tcl/tcl8.5/tzdata/America/Hermosillo extracting Python/tcl/tcl8.5/tzdata/America/Havana extracting Python/tcl/tcl8.5/tzdata/America/Halifax extracting Python/tcl/tcl8.5/tzdata/America/Guyana extracting Python/tcl/tcl8.5/tzdata/America/Guayaquil extracting Python/tcl/tcl8.5/tzdata/America/Guatemala extracting Python/tcl/tcl8.5/tzdata/America/Guadeloupe extracting Python/tcl/tcl8.5/tzdata/America/Grenada extracting Python/tcl/tcl8.5/tzdata/America/Grand_Turk extracting Python/tcl/tcl8.5/tzdata/America/Goose_Bay extracting Python/tcl/tcl8.5/tzdata/America/Godthab extracting Python/tcl/tcl8.5/tzdata/America/Glace_Bay extracting Python/tcl/tcl8.5/tzdata/America/Fortaleza extracting Python/tcl/tcl8.5/tzdata/America/Fort_Wayne extracting Python/tcl/tcl8.5/tzdata/America/Ensenada extracting Python/tcl/tcl8.5/tzdata/America/El_Salvador extracting Python/tcl/tcl8.5/tzdata/America/Eirunepe extracting Python/tcl/tcl8.5/tzdata/America/Edmonton extracting Python/tcl/tcl8.5/tzdata/America/Dominica extracting Python/tcl/tcl8.5/tzdata/America/Detroit extracting Python/tcl/tcl8.5/tzdata/America/Denver extracting Python/tcl/tcl8.5/tzdata/America/Dawson_Creek extracting Python/tcl/tcl8.5/tzdata/America/Dawson extracting Python/tcl/tcl8.5/tzdata/America/Danmarkshavn extracting Python/tcl/tcl8.5/tzdata/America/Curacao extracting Python/tcl/tcl8.5/tzdata/America/Cuiaba extracting Python/tcl/tcl8.5/tzdata/America/Creston extracting Python/tcl/tcl8.5/tzdata/America/Costa_Rica extracting Python/tcl/tcl8.5/tzdata/America/Cordoba extracting Python/tcl/tcl8.5/tzdata/America/Coral_Harbour extracting Python/tcl/tcl8.5/tzdata/America/Chihuahua extracting Python/tcl/tcl8.5/tzdata/America/Chicago extracting Python/tcl/tcl8.5/tzdata/America/Cayman extracting Python/tcl/tcl8.5/tzdata/America/Cayenne extracting Python/tcl/tcl8.5/tzdata/America/Catamarca extracting Python/tcl/tcl8.5/tzdata/America/Caracas extracting Python/tcl/tcl8.5/tzdata/America/Cancun extracting Python/tcl/tcl8.5/tzdata/America/Campo_Grande extracting Python/tcl/tcl8.5/tzdata/America/Cambridge_Bay extracting Python/tcl/tcl8.5/tzdata/America/Buenos_Aires extracting Python/tcl/tcl8.5/tzdata/America/Boise extracting Python/tcl/tcl8.5/tzdata/America/Bogota extracting Python/tcl/tcl8.5/tzdata/America/Boa_Vista extracting Python/tcl/tcl8.5/tzdata/America/Blanc-Sablon extracting Python/tcl/tcl8.5/tzdata/America/Belize extracting Python/tcl/tcl8.5/tzdata/America/Belem extracting Python/tcl/tcl8.5/tzdata/America/Barbados extracting Python/tcl/tcl8.5/tzdata/America/Bahia_Banderas extracting Python/tcl/tcl8.5/tzdata/America/Bahia extracting Python/tcl/tcl8.5/tzdata/America/Atka extracting Python/tcl/tcl8.5/tzdata/America/Atikokan extracting Python/tcl/tcl8.5/tzdata/America/Asuncion extracting Python/tcl/tcl8.5/tzdata/America/Aruba extracting Python/tcl/tcl8.5/tzdata/America/Argentina/ extracting Python/tcl/tcl8.5/tzdata/America/Argentina/Ushuaia extracting Python/tcl/tcl8.5/tzdata/America/Argentina/Tucuman extracting Python/tcl/tcl8.5/tzdata/America/Argentina/San_Luis extracting Python/tcl/tcl8.5/tzdata/America/Argentina/San_Juan extracting Python/tcl/tcl8.5/tzdata/America/Argentina/Salta extracting Python/tcl/tcl8.5/tzdata/America/Argentina/Rio_Gallegos extracting Python/tcl/tcl8.5/tzdata/America/Argentina/Mendoza extracting Python/tcl/tcl8.5/tzdata/America/Argentina/La_Rioja extracting Python/tcl/tcl8.5/tzdata/America/Argentina/Jujuy extracting Python/tcl/tcl8.5/tzdata/America/Argentina/Cordoba extracting Python/tcl/tcl8.5/tzdata/America/Argentina/ComodRivadavia extracting Python/tcl/tcl8.5/tzdata/America/Argentina/Catamarca extracting Python/tcl/tcl8.5/tzdata/America/Argentina/Buenos_Aires extracting Python/tcl/tcl8.5/tzdata/America/Araguaina extracting Python/tcl/tcl8.5/tzdata/America/Antigua extracting Python/tcl/tcl8.5/tzdata/America/Anguilla extracting Python/tcl/tcl8.5/tzdata/America/Anchorage extracting Python/tcl/tcl8.5/tzdata/America/Adak extracting Python/tcl/tcl8.5/tzdata/Africa/ extracting Python/tcl/tcl8.5/tzdata/Africa/Windhoek extracting Python/tcl/tcl8.5/tzdata/Africa/Tunis extracting Python/tcl/tcl8.5/tzdata/Africa/Tripoli extracting Python/tcl/tcl8.5/tzdata/Africa/Timbuktu extracting Python/tcl/tcl8.5/tzdata/Africa/Sao_Tome extracting Python/tcl/tcl8.5/tzdata/Africa/Porto-Novo extracting Python/tcl/tcl8.5/tzdata/Africa/Ouagadougou extracting Python/tcl/tcl8.5/tzdata/Africa/Nouakchott extracting Python/tcl/tcl8.5/tzdata/Africa/Niamey extracting Python/tcl/tcl8.5/tzdata/Africa/Ndjamena extracting Python/tcl/tcl8.5/tzdata/Africa/Nairobi extracting Python/tcl/tcl8.5/tzdata/Africa/Monrovia extracting Python/tcl/tcl8.5/tzdata/Africa/Mogadishu extracting Python/tcl/tcl8.5/tzdata/Africa/Mbabane extracting Python/tcl/tcl8.5/tzdata/Africa/Maseru extracting Python/tcl/tcl8.5/tzdata/Africa/Maputo extracting Python/tcl/tcl8.5/tzdata/Africa/Malabo extracting Python/tcl/tcl8.5/tzdata/Africa/Lusaka extracting Python/tcl/tcl8.5/tzdata/Africa/Lubumbashi extracting Python/tcl/tcl8.5/tzdata/Africa/Luanda extracting Python/tcl/tcl8.5/tzdata/Africa/Lome extracting Python/tcl/tcl8.5/tzdata/Africa/Libreville extracting Python/tcl/tcl8.5/tzdata/Africa/Lagos extracting Python/tcl/tcl8.5/tzdata/Africa/Kinshasa extracting Python/tcl/tcl8.5/tzdata/Africa/Kigali extracting Python/tcl/tcl8.5/tzdata/Africa/Khartoum extracting Python/tcl/tcl8.5/tzdata/Africa/Kampala extracting Python/tcl/tcl8.5/tzdata/Africa/Juba extracting Python/tcl/tcl8.5/tzdata/Africa/Johannesburg extracting Python/tcl/tcl8.5/tzdata/Africa/Harare extracting Python/tcl/tcl8.5/tzdata/Africa/Gaborone extracting Python/tcl/tcl8.5/tzdata/Africa/Freetown extracting Python/tcl/tcl8.5/tzdata/Africa/El_Aaiun extracting Python/tcl/tcl8.5/tzdata/Africa/Douala extracting Python/tcl/tcl8.5/tzdata/Africa/Djibouti extracting Python/tcl/tcl8.5/tzdata/Africa/Dar_es_Salaam extracting Python/tcl/tcl8.5/tzdata/Africa/Dakar extracting Python/tcl/tcl8.5/tzdata/Africa/Conakry extracting Python/tcl/tcl8.5/tzdata/Africa/Ceuta extracting Python/tcl/tcl8.5/tzdata/Africa/Casablanca extracting Python/tcl/tcl8.5/tzdata/Africa/Cairo extracting Python/tcl/tcl8.5/tzdata/Africa/Bujumbura extracting Python/tcl/tcl8.5/tzdata/Africa/Brazzaville extracting Python/tcl/tcl8.5/tzdata/Africa/Blantyre extracting Python/tcl/tcl8.5/tzdata/Africa/Bissau extracting Python/tcl/tcl8.5/tzdata/Africa/Banjul extracting Python/tcl/tcl8.5/tzdata/Africa/Bangui extracting Python/tcl/tcl8.5/tzdata/Africa/Bamako extracting Python/tcl/tcl8.5/tzdata/Africa/Asmera extracting Python/tcl/tcl8.5/tzdata/Africa/Asmara extracting Python/tcl/tcl8.5/tzdata/Africa/Algiers extracting Python/tcl/tcl8.5/tzdata/Africa/Addis_Ababa extracting Python/tcl/tcl8.5/tzdata/Africa/Accra extracting Python/tcl/tcl8.5/tzdata/Africa/Abidjan extracting Python/tcl/tcl8.5/tm.tcl extracting Python/tcl/tcl8.5/tclIndex extracting Python/tcl/tcl8.5/safe.tcl extracting Python/tcl/tcl8.5/parray.tcl extracting Python/tcl/tcl8.5/package.tcl extracting Python/tcl/tcl8.5/opt0.4/ extracting Python/tcl/tcl8.5/opt0.4/pkgIndex.tcl extracting Python/tcl/tcl8.5/opt0.4/optparse.tcl extracting Python/tcl/tcl8.5/msgs/ extracting Python/tcl/tcl8.5/msgs/zh_tw.msg extracting Python/tcl/tcl8.5/msgs/zh_sg.msg extracting Python/tcl/tcl8.5/msgs/zh_hk.msg extracting Python/tcl/tcl8.5/msgs/zh_cn.msg extracting Python/tcl/tcl8.5/msgs/zh.msg extracting Python/tcl/tcl8.5/msgs/vi.msg extracting Python/tcl/tcl8.5/msgs/uk.msg extracting Python/tcl/tcl8.5/msgs/tr.msg extracting Python/tcl/tcl8.5/msgs/th.msg extracting Python/tcl/tcl8.5/msgs/te_in.msg extracting Python/tcl/tcl8.5/msgs/te.msg extracting Python/tcl/tcl8.5/msgs/ta_in.msg extracting Python/tcl/tcl8.5/msgs/ta.msg extracting Python/tcl/tcl8.5/msgs/sw.msg extracting Python/tcl/tcl8.5/msgs/sv.msg extracting Python/tcl/tcl8.5/msgs/sr.msg extracting Python/tcl/tcl8.5/msgs/sq.msg extracting Python/tcl/tcl8.5/msgs/sl.msg extracting Python/tcl/tcl8.5/msgs/sk.msg extracting Python/tcl/tcl8.5/msgs/sh.msg extracting Python/tcl/tcl8.5/msgs/ru_ua.msg extracting Python/tcl/tcl8.5/msgs/ru.msg extracting Python/tcl/tcl8.5/msgs/ro.msg extracting Python/tcl/tcl8.5/msgs/pt_br.msg extracting Python/tcl/tcl8.5/msgs/pt.msg extracting Python/tcl/tcl8.5/msgs/pl.msg extracting Python/tcl/tcl8.5/msgs/nn.msg extracting Python/tcl/tcl8.5/msgs/nl_be.msg extracting Python/tcl/tcl8.5/msgs/nl.msg extracting Python/tcl/tcl8.5/msgs/nb.msg extracting Python/tcl/tcl8.5/msgs/mt.msg extracting Python/tcl/tcl8.5/msgs/ms_my.msg extracting Python/tcl/tcl8.5/msgs/ms.msg extracting Python/tcl/tcl8.5/msgs/mr_in.msg extracting Python/tcl/tcl8.5/msgs/mr.msg extracting Python/tcl/tcl8.5/msgs/mk.msg extracting Python/tcl/tcl8.5/msgs/lv.msg extracting Python/tcl/tcl8.5/msgs/lt.msg extracting Python/tcl/tcl8.5/msgs/kw_gb.msg extracting Python/tcl/tcl8.5/msgs/kw.msg extracting Python/tcl/tcl8.5/msgs/kok_in.msg extracting Python/tcl/tcl8.5/msgs/kok.msg extracting Python/tcl/tcl8.5/msgs/ko_kr.msg extracting Python/tcl/tcl8.5/msgs/ko.msg extracting Python/tcl/tcl8.5/msgs/kl_gl.msg extracting Python/tcl/tcl8.5/msgs/kl.msg extracting Python/tcl/tcl8.5/msgs/ja.msg extracting Python/tcl/tcl8.5/msgs/it_ch.msg extracting Python/tcl/tcl8.5/msgs/it.msg extracting Python/tcl/tcl8.5/msgs/is.msg extracting Python/tcl/tcl8.5/msgs/id_id.msg extracting Python/tcl/tcl8.5/msgs/id.msg extracting Python/tcl/tcl8.5/msgs/hu.msg extracting Python/tcl/tcl8.5/msgs/hr.msg extracting Python/tcl/tcl8.5/msgs/hi_in.msg extracting Python/tcl/tcl8.5/msgs/hi.msg extracting Python/tcl/tcl8.5/msgs/he.msg extracting Python/tcl/tcl8.5/msgs/gv_gb.msg extracting Python/tcl/tcl8.5/msgs/gv.msg extracting Python/tcl/tcl8.5/msgs/gl_es.msg extracting Python/tcl/tcl8.5/msgs/gl.msg extracting Python/tcl/tcl8.5/msgs/ga_ie.msg extracting Python/tcl/tcl8.5/msgs/ga.msg extracting Python/tcl/tcl8.5/msgs/fr_ch.msg extracting Python/tcl/tcl8.5/msgs/fr_ca.msg extracting Python/tcl/tcl8.5/msgs/fr_be.msg extracting Python/tcl/tcl8.5/msgs/fr.msg extracting Python/tcl/tcl8.5/msgs/fo_fo.msg extracting Python/tcl/tcl8.5/msgs/fo.msg extracting Python/tcl/tcl8.5/msgs/fi.msg extracting Python/tcl/tcl8.5/msgs/fa_ir.msg extracting Python/tcl/tcl8.5/msgs/fa_in.msg extracting Python/tcl/tcl8.5/msgs/fa.msg extracting Python/tcl/tcl8.5/msgs/eu_es.msg extracting Python/tcl/tcl8.5/msgs/eu.msg extracting Python/tcl/tcl8.5/msgs/et.msg extracting Python/tcl/tcl8.5/msgs/es_ve.msg extracting Python/tcl/tcl8.5/msgs/es_uy.msg extracting Python/tcl/tcl8.5/msgs/es_sv.msg extracting Python/tcl/tcl8.5/msgs/es_py.msg extracting Python/tcl/tcl8.5/msgs/es_pr.msg extracting Python/tcl/tcl8.5/msgs/es_pe.msg extracting Python/tcl/tcl8.5/msgs/es_pa.msg extracting Python/tcl/tcl8.5/msgs/es_ni.msg extracting Python/tcl/tcl8.5/msgs/es_mx.msg extracting Python/tcl/tcl8.5/msgs/es_hn.msg extracting Python/tcl/tcl8.5/msgs/es_gt.msg extracting Python/tcl/tcl8.5/msgs/es_ec.msg extracting Python/tcl/tcl8.5/msgs/es_do.msg extracting Python/tcl/tcl8.5/msgs/es_cr.msg extracting Python/tcl/tcl8.5/msgs/es_co.msg extracting Python/tcl/tcl8.5/msgs/es_cl.msg extracting Python/tcl/tcl8.5/msgs/es_bo.msg extracting Python/tcl/tcl8.5/msgs/es_ar.msg extracting Python/tcl/tcl8.5/msgs/es.msg extracting Python/tcl/tcl8.5/msgs/eo.msg extracting Python/tcl/tcl8.5/msgs/en_zw.msg extracting Python/tcl/tcl8.5/msgs/en_za.msg extracting Python/tcl/tcl8.5/msgs/en_sg.msg extracting Python/tcl/tcl8.5/msgs/en_ph.msg extracting Python/tcl/tcl8.5/msgs/en_nz.msg extracting Python/tcl/tcl8.5/msgs/en_in.msg extracting Python/tcl/tcl8.5/msgs/en_ie.msg extracting Python/tcl/tcl8.5/msgs/en_hk.msg extracting Python/tcl/tcl8.5/msgs/en_gb.msg extracting Python/tcl/tcl8.5/msgs/en_ca.msg extracting Python/tcl/tcl8.5/msgs/en_bw.msg extracting Python/tcl/tcl8.5/msgs/en_be.msg extracting Python/tcl/tcl8.5/msgs/en_au.msg extracting Python/tcl/tcl8.5/msgs/el.msg extracting Python/tcl/tcl8.5/msgs/de_be.msg extracting Python/tcl/tcl8.5/msgs/de_at.msg extracting Python/tcl/tcl8.5/msgs/de.msg extracting Python/tcl/tcl8.5/msgs/da.msg extracting Python/tcl/tcl8.5/msgs/cs.msg extracting Python/tcl/tcl8.5/msgs/ca.msg extracting Python/tcl/tcl8.5/msgs/bn_in.msg extracting Python/tcl/tcl8.5/msgs/bn.msg extracting Python/tcl/tcl8.5/msgs/bg.msg extracting Python/tcl/tcl8.5/msgs/be.msg extracting Python/tcl/tcl8.5/msgs/ar_sy.msg extracting Python/tcl/tcl8.5/msgs/ar_lb.msg extracting Python/tcl/tcl8.5/msgs/ar_jo.msg extracting Python/tcl/tcl8.5/msgs/ar_in.msg extracting Python/tcl/tcl8.5/msgs/ar.msg extracting Python/tcl/tcl8.5/msgs/af_za.msg extracting Python/tcl/tcl8.5/msgs/af.msg extracting Python/tcl/tcl8.5/init.tcl extracting Python/tcl/tcl8.5/http1.0/ extracting Python/tcl/tcl8.5/http1.0/pkgIndex.tcl extracting Python/tcl/tcl8.5/http1.0/http.tcl extracting Python/tcl/tcl8.5/history.tcl extracting Python/tcl/tcl8.5/encoding/ extracting Python/tcl/tcl8.5/encoding/tis-620.enc extracting Python/tcl/tcl8.5/encoding/symbol.enc extracting Python/tcl/tcl8.5/encoding/shiftjis.enc extracting Python/tcl/tcl8.5/encoding/macUkraine.enc extracting Python/tcl/tcl8.5/encoding/macTurkish.enc extracting Python/tcl/tcl8.5/encoding/macThai.enc extracting Python/tcl/tcl8.5/encoding/macRomania.enc extracting Python/tcl/tcl8.5/encoding/macRoman.enc extracting Python/tcl/tcl8.5/encoding/macJapan.enc extracting Python/tcl/tcl8.5/encoding/macIceland.enc extracting Python/tcl/tcl8.5/encoding/macGreek.enc extracting Python/tcl/tcl8.5/encoding/macDingbats.enc extracting Python/tcl/tcl8.5/encoding/macCyrillic.enc extracting Python/tcl/tcl8.5/encoding/macCroatian.enc extracting Python/tcl/tcl8.5/encoding/macCentEuro.enc extracting Python/tcl/tcl8.5/encoding/ksc5601.enc extracting Python/tcl/tcl8.5/encoding/koi8-u.enc extracting Python/tcl/tcl8.5/encoding/koi8-r.enc extracting Python/tcl/tcl8.5/encoding/jis0212.enc extracting Python/tcl/tcl8.5/encoding/jis0208.enc extracting Python/tcl/tcl8.5/encoding/jis0201.enc extracting Python/tcl/tcl8.5/encoding/iso8859-9.enc extracting Python/tcl/tcl8.5/encoding/iso8859-8.enc extracting Python/tcl/tcl8.5/encoding/iso8859-7.enc extracting Python/tcl/tcl8.5/encoding/iso8859-6.enc extracting Python/tcl/tcl8.5/encoding/iso8859-5.enc extracting Python/tcl/tcl8.5/encoding/iso8859-4.enc extracting Python/tcl/tcl8.5/encoding/iso8859-3.enc extracting Python/tcl/tcl8.5/encoding/iso8859-2.enc extracting Python/tcl/tcl8.5/encoding/iso8859-16.enc extracting Python/tcl/tcl8.5/encoding/iso8859-15.enc extracting Python/tcl/tcl8.5/encoding/iso8859-14.enc extracting Python/tcl/tcl8.5/encoding/iso8859-13.enc extracting Python/tcl/tcl8.5/encoding/iso8859-10.enc extracting Python/tcl/tcl8.5/encoding/iso8859-1.enc extracting Python/tcl/tcl8.5/encoding/iso2022-kr.enc extracting Python/tcl/tcl8.5/encoding/iso2022-jp.enc extracting Python/tcl/tcl8.5/encoding/iso2022.enc extracting Python/tcl/tcl8.5/encoding/gb2312-raw.enc extracting Python/tcl/tcl8.5/encoding/gb2312.enc extracting Python/tcl/tcl8.5/encoding/gb1988.enc extracting Python/tcl/tcl8.5/encoding/gb12345.enc extracting Python/tcl/tcl8.5/encoding/euc-kr.enc extracting Python/tcl/tcl8.5/encoding/euc-jp.enc extracting Python/tcl/tcl8.5/encoding/euc-cn.enc extracting Python/tcl/tcl8.5/encoding/ebcdic.enc extracting Python/tcl/tcl8.5/encoding/dingbats.enc extracting Python/tcl/tcl8.5/encoding/cp950.enc extracting Python/tcl/tcl8.5/encoding/cp949.enc extracting Python/tcl/tcl8.5/encoding/cp936.enc extracting Python/tcl/tcl8.5/encoding/cp932.enc extracting Python/tcl/tcl8.5/encoding/cp874.enc extracting Python/tcl/tcl8.5/encoding/cp869.enc extracting Python/tcl/tcl8.5/encoding/cp866.enc extracting Python/tcl/tcl8.5/encoding/cp865.enc extracting Python/tcl/tcl8.5/encoding/cp864.enc extracting Python/tcl/tcl8.5/encoding/cp863.enc extracting Python/tcl/tcl8.5/encoding/cp862.enc extracting Python/tcl/tcl8.5/encoding/cp861.enc extracting Python/tcl/tcl8.5/encoding/cp860.enc extracting Python/tcl/tcl8.5/encoding/cp857.enc extracting Python/tcl/tcl8.5/encoding/cp855.enc extracting Python/tcl/tcl8.5/encoding/cp852.enc extracting Python/tcl/tcl8.5/encoding/cp850.enc extracting Python/tcl/tcl8.5/encoding/cp775.enc extracting Python/tcl/tcl8.5/encoding/cp737.enc extracting Python/tcl/tcl8.5/encoding/cp437.enc extracting Python/tcl/tcl8.5/encoding/cp1258.enc extracting Python/tcl/tcl8.5/encoding/cp1257.enc extracting Python/tcl/tcl8.5/encoding/cp1256.enc extracting Python/tcl/tcl8.5/encoding/cp1255.enc extracting Python/tcl/tcl8.5/encoding/cp1254.enc extracting Python/tcl/tcl8.5/encoding/cp1253.enc extracting Python/tcl/tcl8.5/encoding/cp1252.enc extracting Python/tcl/tcl8.5/encoding/cp1251.enc extracting Python/tcl/tcl8.5/encoding/cp1250.enc extracting Python/tcl/tcl8.5/encoding/big5.enc extracting Python/tcl/tcl8.5/encoding/ascii.enc extracting Python/tcl/tcl8.5/clock.tcl extracting Python/tcl/tcl8.5/auto.tcl extracting Python/tcl/reg1.2/ extracting Python/tcl/reg1.2/tclreg12.dll extracting Python/tcl/reg1.2/pkgIndex.tcl extracting Python/tcl/dde1.3/ extracting Python/tcl/dde1.3/tcldde13.dll extracting Python/tcl/dde1.3/pkgIndex.tcl extracting Python/Scripts/ extracting Python/Scripts/xrced.bat extracting Python/Scripts/xrced extracting Python/Scripts/tqdm.exe extracting Python/Scripts/tabulate-script.py extracting Python/Scripts/tabulate.exe extracting Python/Scripts/sphinx-quickstart.exe extracting Python/Scripts/sphinx-build.exe extracting Python/Scripts/sphinx-autogen.exe extracting Python/Scripts/sphinx-apidoc.exe extracting Python/Scripts/rstpep2html.py extracting Python/Scripts/rst2xml.py extracting Python/Scripts/rst2xetex.py extracting Python/Scripts/rst2s5.py extracting Python/Scripts/rst2pseudoxml.py extracting Python/Scripts/rst2odt_prepstyles.py extracting Python/Scripts/rst2odt.py extracting Python/Scripts/rst2man.py extracting Python/Scripts/rst2latex.py extracting Python/Scripts/rst2html5.py extracting Python/Scripts/rst2html4.py extracting Python/Scripts/rst2html.py extracting Python/Scripts/pywxrc.bat extracting Python/Scripts/pywrap.bat extracting Python/Scripts/pywrap extracting Python/Scripts/pywin32_testall.py extracting Python/Scripts/pywin32_postinstall.py extracting Python/Scripts/pytest.exe extracting Python/Scripts/pysliceshell.bat extracting Python/Scripts/pysliceshell extracting Python/Scripts/pyslices.bat extracting Python/Scripts/pyshell.bat extracting Python/Scripts/pygmentize.exe extracting Python/Scripts/pycrust.bat extracting Python/Scripts/pybabel.exe extracting Python/Scripts/pyalamode.bat extracting Python/Scripts/pyalamode extracting Python/Scripts/pyalacarte.bat extracting Python/Scripts/pyalacarte extracting Python/Scripts/py.test.exe extracting Python/Scripts/pip2.exe extracting Python/Scripts/pip2.7.exe extracting Python/Scripts/pip.exe extracting Python/Scripts/pbr.exe extracting Python/Scripts/pasteurize-script.py extracting Python/Scripts/pasteurize.exe extracting Python/Scripts/mrcfile-validate.exe extracting Python/Scripts/mrcfile-header.exe extracting Python/Scripts/img2xpm.bat extracting Python/Scripts/img2py.bat extracting Python/Scripts/img2png.bat extracting Python/Scripts/helpviewer.bat extracting Python/Scripts/genaxmodule.bat extracting Python/Scripts/futurize-script.py extracting Python/Scripts/futurize.exe extracting Python/Scripts/f2py.py extracting Python/Scripts/editra.bat extracting Python/Scripts/editra extracting Python/Scripts/easy_install-2.7.exe extracting Python/Scripts/easy_install.exe extracting Python/Scripts/cythonize.exe extracting Python/Scripts/cython.exe extracting Python/Scripts/cygdb.exe extracting Python/Scripts/CreateMacScripts.py extracting Python/Scripts/CreateBatchFiles.py extracting Python/Scripts/clear_comtypes_cache.py extracting Python/Scripts/chardetect.exe extracting Python/README.txt extracting Python/pythonw.exe extracting Python/python27.dll extracting Python/python.exe extracting Python/NEWS.txt extracting Python/msvcr90.dll extracting Python/Microsoft.VC90.CRT.manifest extracting Python/man/ extracting Python/man/man1/ extracting Python/man/man1/tqdm.1 extracting Python/LICENSE.txt extracting Python/libs/ extracting Python/libs/winsound.lib extracting Python/libs/unicodedata.lib extracting Python/libs/select.lib extracting Python/libs/python27.lib extracting Python/libs/pyexpat.lib extracting Python/libs/libpython27.a extracting Python/libs/bz2.lib extracting Python/libs/_tkinter.lib extracting Python/libs/_testcapi.lib extracting Python/libs/_ssl.lib extracting Python/libs/_sqlite3.lib extracting Python/libs/_socket.lib extracting Python/libs/_multiprocessing.lib extracting Python/libs/_msi.lib extracting Python/libs/_hashlib.lib extracting Python/libs/_elementtree.lib extracting Python/libs/_ctypes_test.lib extracting Python/libs/_ctypes.lib extracting Python/libs/_bsddb.lib extracting Python/Lib/ extracting Python/Lib/zipfile.pyc extracting Python/Lib/zipfile.py extracting Python/Lib/xmlrpclib.pyc extracting Python/Lib/xmlrpclib.py extracting Python/Lib/xmllib.py extracting Python/Lib/xml/ extracting Python/Lib/xml/sax/ extracting Python/Lib/xml/sax/xmlreader.pyc extracting Python/Lib/xml/sax/xmlreader.py extracting Python/Lib/xml/sax/saxutils.pyc extracting Python/Lib/xml/sax/saxutils.py extracting Python/Lib/xml/sax/handler.pyc extracting Python/Lib/xml/sax/handler.py extracting Python/Lib/xml/sax/expatreader.py extracting Python/Lib/xml/sax/_exceptions.pyc extracting Python/Lib/xml/sax/_exceptions.py extracting Python/Lib/xml/sax/__init__.pyc extracting Python/Lib/xml/sax/__init__.py extracting Python/Lib/xml/parsers/ extracting Python/Lib/xml/parsers/expat.pyc extracting Python/Lib/xml/parsers/expat.py extracting Python/Lib/xml/parsers/__init__.pyc extracting Python/Lib/xml/parsers/__init__.py extracting Python/Lib/xml/etree/ extracting Python/Lib/xml/etree/ElementTree.pyc extracting Python/Lib/xml/etree/ElementTree.py extracting Python/Lib/xml/etree/ElementPath.pyc extracting Python/Lib/xml/etree/ElementPath.py extracting Python/Lib/xml/etree/ElementInclude.py extracting Python/Lib/xml/etree/cElementTree.pyc extracting Python/Lib/xml/etree/cElementTree.py extracting Python/Lib/xml/etree/__init__.pyc extracting Python/Lib/xml/etree/__init__.py extracting Python/Lib/xml/dom/ extracting Python/Lib/xml/dom/xmlbuilder.py extracting Python/Lib/xml/dom/pulldom.py extracting Python/Lib/xml/dom/NodeFilter.py extracting Python/Lib/xml/dom/minidom.py extracting Python/Lib/xml/dom/minicompat.py extracting Python/Lib/xml/dom/expatbuilder.py extracting Python/Lib/xml/dom/domreg.py extracting Python/Lib/xml/dom/__init__.py extracting Python/Lib/xml/__init__.pyc extracting Python/Lib/xml/__init__.py extracting Python/Lib/xdrlib.py extracting Python/Lib/wsgiref/ extracting Python/Lib/wsgiref/validate.py extracting Python/Lib/wsgiref/util.py extracting Python/Lib/wsgiref/simple_server.py extracting Python/Lib/wsgiref/headers.py extracting Python/Lib/wsgiref/handlers.py extracting Python/Lib/wsgiref/__init__.py extracting Python/Lib/whichdb.py extracting Python/Lib/webbrowser.py extracting Python/Lib/weakref.pyc extracting Python/Lib/weakref.py extracting Python/Lib/wave.py extracting Python/Lib/warnings.pyc extracting Python/Lib/warnings.py extracting Python/Lib/uuid.pyc extracting Python/Lib/uuid.py extracting Python/Lib/uu.pyc extracting Python/Lib/uu.py extracting Python/Lib/UserString.py extracting Python/Lib/UserList.py extracting Python/Lib/UserDict.pyc extracting Python/Lib/UserDict.py extracting Python/Lib/user.py extracting Python/Lib/urlparse.pyc extracting Python/Lib/urlparse.py extracting Python/Lib/urllib2.pyc extracting Python/Lib/urllib2.py extracting Python/Lib/urllib.pyc extracting Python/Lib/urllib.py extracting Python/Lib/unittest/ extracting Python/Lib/unittest/util.py extracting Python/Lib/unittest/test/ extracting Python/Lib/unittest/test/test_suite.py extracting Python/Lib/unittest/test/test_skipping.py extracting Python/Lib/unittest/test/test_setups.py extracting Python/Lib/unittest/test/test_runner.py extracting Python/Lib/unittest/test/test_result.py extracting Python/Lib/unittest/test/test_program.py extracting Python/Lib/unittest/test/test_loader.py extracting Python/Lib/unittest/test/test_functiontestcase.py extracting Python/Lib/unittest/test/test_discovery.py extracting Python/Lib/unittest/test/test_case.py extracting Python/Lib/unittest/test/test_break.py extracting Python/Lib/unittest/test/test_assertions.py extracting Python/Lib/unittest/test/support.py extracting Python/Lib/unittest/test/dummy.py extracting Python/Lib/unittest/test/__init__.py extracting Python/Lib/unittest/suite.py extracting Python/Lib/unittest/signals.py extracting Python/Lib/unittest/runner.py extracting Python/Lib/unittest/result.py extracting Python/Lib/unittest/main.py extracting Python/Lib/unittest/loader.py extracting Python/Lib/unittest/case.py extracting Python/Lib/unittest/__main__.py extracting Python/Lib/unittest/__init__.py extracting Python/Lib/types.pyc extracting Python/Lib/types.py extracting Python/Lib/tty.py extracting Python/Lib/traceback.pyc extracting Python/Lib/traceback.py extracting Python/Lib/trace.py extracting Python/Lib/tokenize.pyc extracting Python/Lib/tokenize.py extracting Python/Lib/token.pyc extracting Python/Lib/token.py extracting Python/Lib/toaiff.py extracting Python/Lib/tkinter/ extracting Python/Lib/tkinter/ttk.py extracting Python/Lib/tkinter/test/ extracting Python/Lib/tkinter/test/test_ttk/ extracting Python/Lib/tkinter/test/test_ttk/test_widgets.py extracting Python/Lib/timeit.py extracting Python/Lib/threading.pyc extracting Python/Lib/threading.py extracting Python/Lib/this.py extracting Python/Lib/textwrap.pyc extracting Python/Lib/textwrap.py extracting Python/Lib/test/ extracting Python/Lib/test/zipdir.zip extracting Python/Lib/test/xmltests.py extracting Python/Lib/test/xmltestdata/ extracting Python/Lib/test/xmltestdata/test.xml.out extracting Python/Lib/test/xmltestdata/test.xml extracting Python/Lib/test/xmltestdata/simple-ns.xml extracting Python/Lib/test/xmltestdata/simple.xml extracting Python/Lib/test/xmltestdata/expat224_utf8_bug.xml extracting Python/Lib/test/wrongcert.pem extracting Python/Lib/test/win_console_handler.py extracting Python/Lib/test/warning_tests.py extracting Python/Lib/test/tracedmodules/ extracting Python/Lib/test/tracedmodules/testmod.py extracting Python/Lib/test/tracedmodules/__init__.py extracting Python/Lib/test/tokenize_tests.txt extracting Python/Lib/test/time_hashlib.py extracting Python/Lib/test/threaded_import_hangers.py extracting Python/Lib/test/tf_inherit_check.py extracting Python/Lib/test/testtar.tar extracting Python/Lib/test/testrgb.uue extracting Python/Lib/test/testimgr.uue extracting Python/Lib/test/testimg.uue extracting Python/Lib/test/testcodec.py extracting Python/Lib/test/testall.py extracting Python/Lib/test/test_zlib.py extracting Python/Lib/test/test_zipimport_support.py extracting Python/Lib/test/test_zipimport.py extracting Python/Lib/test/test_zipfile64.py extracting Python/Lib/test/test_zipfile.py extracting Python/Lib/test/test_xrange.py extracting Python/Lib/test/test_xpickle.py extracting Python/Lib/test/test_xmlrpc.py extracting Python/Lib/test/test_xmllib.py extracting Python/Lib/test/test_xml_etree_c.py extracting Python/Lib/test/test_xml_etree.py extracting Python/Lib/test/test_xdrlib.py extracting Python/Lib/test/test_wsgiref.py extracting Python/Lib/test/test_with.py extracting Python/Lib/test/test_winsound.py extracting Python/Lib/test/test_winreg.py extracting Python/Lib/test/test_whichdb.py extracting Python/Lib/test/test_weakset.py extracting Python/Lib/test/test_weakref.py extracting Python/Lib/test/test_wave.py extracting Python/Lib/test/test_warnings.py extracting Python/Lib/test/test_wait4.py extracting Python/Lib/test/test_wait3.py extracting Python/Lib/test/test_uuid.py extracting Python/Lib/test/test_uu.py extracting Python/Lib/test/test_userstring.py extracting Python/Lib/test/test_userlist.py extracting Python/Lib/test/test_userdict.py extracting Python/Lib/test/test_urlparse.py extracting Python/Lib/test/test_urllibnet.py extracting Python/Lib/test/test_urllib2net.py extracting Python/Lib/test/test_urllib2_localnet.py extracting Python/Lib/test/test_urllib2.py extracting Python/Lib/test/test_urllib.py extracting Python/Lib/test/test_unpack.py extracting Python/Lib/test/test_univnewlines2k.py extracting Python/Lib/test/test_univnewlines.py extracting Python/Lib/test/test_unittest.py extracting Python/Lib/test/test_unicodedata.py extracting Python/Lib/test/test_unicode_file.py extracting Python/Lib/test/test_unicode.py extracting Python/Lib/test/test_undocumented_details.py extracting Python/Lib/test/test_unary.py extracting Python/Lib/test/test_ucn.py extracting Python/Lib/test/test_types.py extracting Python/Lib/test/test_typechecks.py extracting Python/Lib/test/test_turtle.py extracting Python/Lib/test/test_tuple.py extracting Python/Lib/test/test_ttk_textonly.py extracting Python/Lib/test/test_ttk_guionly.py extracting Python/Lib/test/test_transformer.py extracting Python/Lib/test/test_traceback.py extracting Python/Lib/test/test_trace.py extracting Python/Lib/test/test_tools.py extracting Python/Lib/test/test_tokenize.py extracting Python/Lib/test/test_tk.py extracting Python/Lib/test/test_timeout.py extracting Python/Lib/test/test_timeit.py extracting Python/Lib/test/test_time.py extracting Python/Lib/test/test_threadsignals.py extracting Python/Lib/test/test_threading_local.py extracting Python/Lib/test/test_threading.py extracting Python/Lib/test/test_threadedtempfile.py extracting Python/Lib/test/test_threaded_import.py extracting Python/Lib/test/test_thread.py extracting Python/Lib/test/test_textwrap.py extracting Python/Lib/test/test_test_support.py extracting Python/Lib/test/test_tempfile.py extracting Python/Lib/test/test_telnetlib.py extracting Python/Lib/test/test_tcl.py extracting Python/Lib/test/test_tarfile.py extracting Python/Lib/test/test_sysconfig.py extracting Python/Lib/test/test_sys_settrace.py extracting Python/Lib/test/test_sys_setprofile.py extracting Python/Lib/test/test_sys.py extracting Python/Lib/test/test_syntax.py extracting Python/Lib/test/test_symtable.py extracting Python/Lib/test/test_support.py extracting Python/Lib/test/test_sundry.py extracting Python/Lib/test/test_sunaudiodev.py extracting Python/Lib/test/test_sunau.py extracting Python/Lib/test/test_subprocess.py extracting Python/Lib/test/test_structseq.py extracting Python/Lib/test/test_structmembers.py extracting Python/Lib/test/test_struct.py extracting Python/Lib/test/test_strtod.py extracting Python/Lib/test/test_strptime.py extracting Python/Lib/test/test_strop.py extracting Python/Lib/test/test_stringprep.py extracting Python/Lib/test/test_StringIO.py extracting Python/Lib/test/test_string.py extracting Python/Lib/test/test_strftime.py extracting Python/Lib/test/test_str.py extracting Python/Lib/test/test_stat.py extracting Python/Lib/test/test_startfile.py extracting Python/Lib/test/test_ssl.py extracting Python/Lib/test/test_sqlite.py extracting Python/Lib/test/test_spwd.py extracting Python/Lib/test/test_source_encoding.py extracting Python/Lib/test/test_sort.py extracting Python/Lib/test/test_softspace.py extracting Python/Lib/test/test_socketserver.py extracting Python/Lib/test/test_socket.py extracting Python/Lib/test/test_smtpnet.py extracting Python/Lib/test/test_smtplib.py extracting Python/Lib/test/test_slice.py extracting Python/Lib/test/test_site.py extracting Python/Lib/test/test_SimpleHTTPServer.py extracting Python/Lib/test/test_signal.py extracting Python/Lib/test/test_shutil.py extracting Python/Lib/test/test_shlex.py extracting Python/Lib/test/test_shelve.py extracting Python/Lib/test/test_sha.py extracting Python/Lib/test/test_sgmllib.py extracting Python/Lib/test/test_sets.py extracting Python/Lib/test/test_setcomps.py extracting Python/Lib/test/test_set.py extracting Python/Lib/test/test_select.py extracting Python/Lib/test/test_scriptpackages.py extracting Python/Lib/test/test_scope.py extracting Python/Lib/test/test_sax.py extracting Python/Lib/test/test_runpy.py extracting Python/Lib/test/test_robotparser.py extracting Python/Lib/test/test_rlcompleter.py extracting Python/Lib/test/test_richcmp.py extracting Python/Lib/test/test_rfc822.py extracting Python/Lib/test/test_resource.py extracting Python/Lib/test/test_repr.py extracting Python/Lib/test/test_regrtest.py extracting Python/Lib/test/test_readline.py extracting Python/Lib/test/test_re.py extracting Python/Lib/test/test_random.py extracting Python/Lib/test/test_quopri.py extracting Python/Lib/test/test_queue.py extracting Python/Lib/test/test_pyexpat.py extracting Python/Lib/test/test_pydoc.py extracting Python/Lib/test/test_pyclbr.py extracting Python/Lib/test/test_py3kwarn.py extracting Python/Lib/test/test_py_compile.py extracting Python/Lib/test/test_pwd.py extracting Python/Lib/test/test_pty.py extracting Python/Lib/test/test_pstats.py extracting Python/Lib/test/test_property.py extracting Python/Lib/test/test_profile.py extracting Python/Lib/test/test_print.py extracting Python/Lib/test/test_pprint.py extracting Python/Lib/test/test_pow.py extracting Python/Lib/test/test_posixpath.py extracting Python/Lib/test/test_posix.py extracting Python/Lib/test/test_poplib.py extracting Python/Lib/test/test_popen2.py extracting Python/Lib/test/test_popen.py extracting Python/Lib/test/test_poll.py extracting Python/Lib/test/test_plistlib.py extracting Python/Lib/test/test_platform.py extracting Python/Lib/test/test_pkgutil.py extracting Python/Lib/test/test_pkgimport.py extracting Python/Lib/test/test_pkg.py extracting Python/Lib/test/test_pipes.py extracting Python/Lib/test/test_pickletools.py extracting Python/Lib/test/test_pickle.py extracting Python/Lib/test/test_pep352.py extracting Python/Lib/test/test_pep277.py extracting Python/Lib/test/test_pep247.py extracting Python/Lib/test/test_peepholer.py extracting Python/Lib/test/test_pdb.py extracting Python/Lib/test/test_parser.py extracting Python/Lib/test/test_ossaudiodev.py extracting Python/Lib/test/test_os.py extracting Python/Lib/test/test_ordered_dict.py extracting Python/Lib/test/test_optparse.py extracting Python/Lib/test/test_operator.py extracting Python/Lib/test/test_openpty.py extracting Python/Lib/test/test_opcodes.py extracting Python/Lib/test/test_old_mailbox.py extracting Python/Lib/test/test_ntpath.py extracting Python/Lib/test/test_normalization.py extracting Python/Lib/test/test_nntplib.py extracting Python/Lib/test/test_nis.py extracting Python/Lib/test/test_new.py extracting Python/Lib/test/test_netrc.py extracting Python/Lib/test/test_mutex.py extracting Python/Lib/test/test_mutants.py extracting Python/Lib/test/test_multiprocessing.py extracting Python/Lib/test/test_multifile.py extracting Python/Lib/test/test_multibytecodec.py extracting Python/Lib/test/test_msilib.py extracting Python/Lib/test/test_modulefinder.py extracting Python/Lib/test/test_module.py extracting Python/Lib/test/test_mmap.py extracting Python/Lib/test/test_minidom.py extracting Python/Lib/test/test_MimeWriter.py extracting Python/Lib/test/test_mimetypes.py extracting Python/Lib/test/test_mimetools.py extracting Python/Lib/test/test_mhlib.py extracting Python/Lib/test/test_memoryview.py extracting Python/Lib/test/test_memoryio.py extracting Python/Lib/test/test_md5.py extracting Python/Lib/test/test_math.py extracting Python/Lib/test/test_marshal.py extracting Python/Lib/test/test_mailbox.py extracting Python/Lib/test/test_macurl2path.py extracting Python/Lib/test/test_macpath.py extracting Python/Lib/test/test_macostools.py extracting Python/Lib/test/test_macos.py extracting Python/Lib/test/test_longexp.py extracting Python/Lib/test/test_long_future.py extracting Python/Lib/test/test_long.py extracting Python/Lib/test/test_logging.py extracting Python/Lib/test/test_locale.py extracting Python/Lib/test/test_list.py extracting Python/Lib/test/test_linuxaudiodev.py extracting Python/Lib/test/test_linecache.py extracting Python/Lib/test/test_lib2to3.py extracting Python/Lib/test/test_largefile.py extracting Python/Lib/test/test_kqueue.py extracting Python/Lib/test/test_json.py extracting Python/Lib/test/test_itertools.py extracting Python/Lib/test/test_iterlen.py extracting Python/Lib/test/test_iter.py extracting Python/Lib/test/test_isinstance.py extracting Python/Lib/test/test_ioctl.py extracting Python/Lib/test/test_io.py extracting Python/Lib/test/test_int_literal.py extracting Python/Lib/test/test_int.py extracting Python/Lib/test/test_inspect.py extracting Python/Lib/test/test_index.py extracting Python/Lib/test/test_importlib.py extracting Python/Lib/test/test_importhooks.py extracting Python/Lib/test/test_import_magic.py extracting Python/Lib/test/test_import.py extracting Python/Lib/test/test_imp.py extracting Python/Lib/test/test_imghdr.py extracting Python/Lib/test/test_imgfile.py extracting Python/Lib/test/test_imaplib.py extracting Python/Lib/test/test_imageop.py extracting Python/Lib/test/test_idle.py extracting Python/Lib/test/test_httpservers.py extracting Python/Lib/test/test_httplib.py extracting Python/Lib/test/test_htmlparser.py extracting Python/Lib/test/test_htmllib.py extracting Python/Lib/test/test_hotshot.py extracting Python/Lib/test/test_hmac.py extracting Python/Lib/test/test_heapq.py extracting Python/Lib/test/test_hashlib.py extracting Python/Lib/test/test_hash.py extracting Python/Lib/test/test_gzip.py extracting Python/Lib/test/test_grp.py extracting Python/Lib/test/test_grammar.py extracting Python/Lib/test/test_global.py extracting Python/Lib/test/test_glob.py extracting Python/Lib/test/test_gl.py extracting Python/Lib/test/test_gettext.py extracting Python/Lib/test/test_getopt.py extracting Python/Lib/test/test_getargs2.py extracting Python/Lib/test/test_getargs.py extracting Python/Lib/test/test_genexps.py extracting Python/Lib/test/test_genericpath.py extracting Python/Lib/test/test_generators.py extracting Python/Lib/test/test_gdbm.py extracting Python/Lib/test/test_gdb.py extracting Python/Lib/test/test_gc.py extracting Python/Lib/test/test_future5.py extracting Python/Lib/test/test_future4.py extracting Python/Lib/test/test_future3.py extracting Python/Lib/test/test_future2.py extracting Python/Lib/test/test_future1.py extracting Python/Lib/test/test_future_builtins.py extracting Python/Lib/test/test_future.py extracting Python/Lib/test/test_functools.py extracting Python/Lib/test/test_funcattrs.py extracting Python/Lib/test/test_ftplib.py extracting Python/Lib/test/test_frozen.py extracting Python/Lib/test/test_fractions.py extracting Python/Lib/test/test_fpformat.py extracting Python/Lib/test/test_format.py extracting Python/Lib/test/test_fork1.py extracting Python/Lib/test/test_fnmatch.py extracting Python/Lib/test/test_float.py extracting Python/Lib/test/test_fileio.py extracting Python/Lib/test/test_fileinput.py extracting Python/Lib/test/test_filecmp.py extracting Python/Lib/test/test_file2k.py extracting Python/Lib/test/test_file_eintr.py extracting Python/Lib/test/test_file.py extracting Python/Lib/test/test_fcntl.py extracting Python/Lib/test/test_extcall.py extracting Python/Lib/test/test_exceptions.py extracting Python/Lib/test/test_exception_variations.py extracting Python/Lib/test/test_errno.py extracting Python/Lib/test/test_epoll.py extracting Python/Lib/test/test_eof.py extracting Python/Lib/test/test_enumerate.py extracting Python/Lib/test/test_ensurepip.py extracting Python/Lib/test/test_email_renamed.py extracting Python/Lib/test/test_email_codecs.py extracting Python/Lib/test/test_email.py extracting Python/Lib/test/test_dummy_threading.py extracting Python/Lib/test/test_dummy_thread.py extracting Python/Lib/test/test_dumbdbm.py extracting Python/Lib/test/test_docxmlrpc.py extracting Python/Lib/test/test_doctest4.txt extracting Python/Lib/test/test_doctest3.txt extracting Python/Lib/test/test_doctest2.txt extracting Python/Lib/test/test_doctest2.py extracting Python/Lib/test/test_doctest.txt extracting Python/Lib/test/test_doctest.py extracting Python/Lib/test/test_dl.py extracting Python/Lib/test/test_distutils.py extracting Python/Lib/test/test_dis.py extracting Python/Lib/test/test_dircache.py extracting Python/Lib/test/test_difflib_expect.html extracting Python/Lib/test/test_difflib.py extracting Python/Lib/test/test_dictviews.py extracting Python/Lib/test/test_dictcomps.py extracting Python/Lib/test/test_dict.py extracting Python/Lib/test/test_descrtut.py extracting Python/Lib/test/test_descr.py extracting Python/Lib/test/test_deque.py extracting Python/Lib/test/test_defaultdict.py extracting Python/Lib/test/test_decorators.py extracting Python/Lib/test/test_decimal.py extracting Python/Lib/test/test_dbm.py extracting Python/Lib/test/test_datetime.py extracting Python/Lib/test/test_curses.py extracting Python/Lib/test/test_ctypes.py extracting Python/Lib/test/test_csv.py extracting Python/Lib/test/test_crypt.py extracting Python/Lib/test/test_cprofile.py extracting Python/Lib/test/test_cpickle.py extracting Python/Lib/test/test_copy_reg.py extracting Python/Lib/test/test_copy.py extracting Python/Lib/test/test_cookielib.py extracting Python/Lib/test/test_cookie.py extracting Python/Lib/test/test_contextlib.py extracting Python/Lib/test/test_contains.py extracting Python/Lib/test/test_complex_args.py extracting Python/Lib/test/test_complex.py extracting Python/Lib/test/test_compiler.py extracting Python/Lib/test/test_compileall.py extracting Python/Lib/test/test_compile.py extracting Python/Lib/test/test_compare.py extracting Python/Lib/test/test_commands.py extracting Python/Lib/test/test_colorsys.py extracting Python/Lib/test/test_collections.py extracting Python/Lib/test/test_coercion.py extracting Python/Lib/test/test_codeop.py extracting Python/Lib/test/test_codecs.py extracting Python/Lib/test/test_codecmaps_tw.py extracting Python/Lib/test/test_codecmaps_kr.py extracting Python/Lib/test/test_codecmaps_jp.py extracting Python/Lib/test/test_codecmaps_hk.py extracting Python/Lib/test/test_codecmaps_cn.py extracting Python/Lib/test/test_codecencodings_tw.py extracting Python/Lib/test/test_codecencodings_kr.py extracting Python/Lib/test/test_codecencodings_jp.py extracting Python/Lib/test/test_codecencodings_iso2022.py extracting Python/Lib/test/test_codecencodings_hk.py extracting Python/Lib/test/test_codecencodings_cn.py extracting Python/Lib/test/test_codeccallbacks.py extracting Python/Lib/test/test_code.py extracting Python/Lib/test/test_cmd_line_script.py extracting Python/Lib/test/test_cmd_line.py extracting Python/Lib/test/test_cmd.py extracting Python/Lib/test/test_cmath.py extracting Python/Lib/test/test_class.py extracting Python/Lib/test/test_cl.py extracting Python/Lib/test/test_charmapcodec.py extracting Python/Lib/test/test_cgi.py extracting Python/Lib/test/test_cfgparser.py extracting Python/Lib/test/test_cd.py extracting Python/Lib/test/test_capi.py extracting Python/Lib/test/test_call.py extracting Python/Lib/test/test_calendar.py extracting Python/Lib/test/test_bz2.py extracting Python/Lib/test/test_bytes.py extracting Python/Lib/test/test_builtin.py extracting Python/Lib/test/test_bufio.py extracting Python/Lib/test/test_buffer.py extracting Python/Lib/test/test_bsddb3.py extracting Python/Lib/test/test_bsddb185.py extracting Python/Lib/test/test_bsddb.py extracting Python/Lib/test/test_bool.py extracting Python/Lib/test/test_bisect.py extracting Python/Lib/test/test_binop.py extracting Python/Lib/test/test_binhex.py extracting Python/Lib/test/test_binascii.py extracting Python/Lib/test/test_bigmem.py extracting Python/Lib/test/test_bigaddrspace.py extracting Python/Lib/test/test_bastion.py extracting Python/Lib/test/test_base64.py extracting Python/Lib/test/test_augassign.py extracting Python/Lib/test/test_audioop.py extracting Python/Lib/test/test_atexit.py extracting Python/Lib/test/test_asyncore.py extracting Python/Lib/test/test_asynchat.py extracting Python/Lib/test/test_ast.py extracting Python/Lib/test/test_ascii_formatd.py extracting Python/Lib/test/test_array.py extracting Python/Lib/test/test_argparse.py extracting Python/Lib/test/test_applesingle.py extracting Python/Lib/test/test_anydbm.py extracting Python/Lib/test/test_al.py extracting Python/Lib/test/test_aifc.py extracting Python/Lib/test/test_aepack.py extracting Python/Lib/test/test_abstract_numbers.py extracting Python/Lib/test/test_abc.py extracting Python/Lib/test/test__osx_support.py extracting Python/Lib/test/test__locale.py extracting Python/Lib/test/test___future__.py extracting Python/Lib/test/test___all__.py extracting Python/Lib/test/symlink_support.py extracting Python/Lib/test/support/ extracting Python/Lib/test/support/script_helper.py extracting Python/Lib/test/support/__init__.py extracting Python/Lib/test/subprocessdata/ extracting Python/Lib/test/subprocessdata/sigchild_ignore.py extracting Python/Lib/test/string_tests.py extracting Python/Lib/test/ssltests.py extracting Python/Lib/test/ssl_servers.py extracting Python/Lib/test/ssl_key.pem extracting Python/Lib/test/ssl_key.passwd.pem extracting Python/Lib/test/ssl_cert.pem extracting Python/Lib/test/sortperf.py extracting Python/Lib/test/Sine-1000Hz-300ms.aif extracting Python/Lib/test/sgml_input.html extracting Python/Lib/test/seq_tests.py extracting Python/Lib/test/selfsigned_pythontestdotnet.pem extracting Python/Lib/test/script_helper.py extracting Python/Lib/test/sample_doctest_no_doctests.py extracting Python/Lib/test/sample_doctest_no_docstrings.py extracting Python/Lib/test/sample_doctest.py extracting Python/Lib/test/revocation.crl extracting Python/Lib/test/reperf.py extracting Python/Lib/test/relimport.py extracting Python/Lib/test/regrtest.py extracting Python/Lib/test/re_tests.py extracting Python/Lib/test/randv3.pck extracting Python/Lib/test/randv2_64.pck extracting Python/Lib/test/randv2_32.pck extracting Python/Lib/test/pythoninfo.py extracting Python/Lib/test/pystone.py extracting Python/Lib/test/pydocfodder.py extracting Python/Lib/test/pydoc_mod.py extracting Python/Lib/test/pyclbr_input.py extracting Python/Lib/test/pycacert.pem extracting Python/Lib/test/profilee.py extracting Python/Lib/test/pickletester.py extracting Python/Lib/test/outstanding_bugs.py extracting Python/Lib/test/nullcert.pem extracting Python/Lib/test/nullbytecert.pem extracting Python/Lib/test/nokia.pem extracting Python/Lib/test/multibytecodec_support.py extracting Python/Lib/test/mp_fork_bomb.py extracting Python/Lib/test/math_testcases.txt extracting Python/Lib/test/mapping_tests.py extracting Python/Lib/test/make_ssl_certs.py extracting Python/Lib/test/lock_tests.py extracting Python/Lib/test/list_tests.py extracting Python/Lib/test/leakers/ extracting Python/Lib/test/leakers/test_selftype.py extracting Python/Lib/test/leakers/test_gestalt.py extracting Python/Lib/test/leakers/test_dictself.py extracting Python/Lib/test/leakers/test_ctypes.py extracting Python/Lib/test/leakers/README.txt extracting Python/Lib/test/leakers/__init__.py extracting Python/Lib/test/keycert4.pem extracting Python/Lib/test/keycert3.pem extracting Python/Lib/test/keycert2.pem extracting Python/Lib/test/keycert.pem extracting Python/Lib/test/keycert.passwd.pem extracting Python/Lib/test/inspect_fodder2.py extracting Python/Lib/test/inspect_fodder.py extracting Python/Lib/test/infinite_reload.py extracting Python/Lib/test/imghdrdata/ extracting Python/Lib/test/imghdrdata/python.xbm extracting Python/Lib/test/imghdrdata/python.tiff extracting Python/Lib/test/imghdrdata/python.sgi extracting Python/Lib/test/imghdrdata/python.ras extracting Python/Lib/test/imghdrdata/python.ppm extracting Python/Lib/test/imghdrdata/python.png extracting Python/Lib/test/imghdrdata/python.pgm extracting Python/Lib/test/imghdrdata/python.pbm extracting Python/Lib/test/imghdrdata/python.jpg extracting Python/Lib/test/imghdrdata/python.gif extracting Python/Lib/test/imghdrdata/python.bmp extracting Python/Lib/test/ieee754.txt extracting Python/Lib/test/greyrgb.uue extracting Python/Lib/test/gdb_sample.py extracting Python/Lib/test/formatfloat_testcases.txt extracting Python/Lib/test/fork_wait.py extracting Python/Lib/test/floating_points.txt extracting Python/Lib/test/exception_hierarchy.txt extracting Python/Lib/test/empty.vbs extracting Python/Lib/test/double_const.py extracting Python/Lib/test/doctest_aliases.py extracting Python/Lib/test/dh1024.pem extracting Python/Lib/test/decimaltestdata/ extracting Python/Lib/test/decimaltestdata/xor.decTest extracting Python/Lib/test/decimaltestdata/tointegralx.decTest extracting Python/Lib/test/decimaltestdata/tointegral.decTest extracting Python/Lib/test/decimaltestdata/testall.decTest extracting Python/Lib/test/decimaltestdata/subtract.decTest extracting Python/Lib/test/decimaltestdata/squareroot.decTest extracting Python/Lib/test/decimaltestdata/shift.decTest extracting Python/Lib/test/decimaltestdata/scaleb.decTest extracting Python/Lib/test/decimaltestdata/samequantum.decTest extracting Python/Lib/test/decimaltestdata/rounding.decTest extracting Python/Lib/test/decimaltestdata/rotate.decTest extracting Python/Lib/test/decimaltestdata/rescale.decTest extracting Python/Lib/test/decimaltestdata/remainderNear.decTest extracting Python/Lib/test/decimaltestdata/remainder.decTest extracting Python/Lib/test/decimaltestdata/reduce.decTest extracting Python/Lib/test/decimaltestdata/randoms.decTest extracting Python/Lib/test/decimaltestdata/randomBound32.decTest extracting Python/Lib/test/decimaltestdata/quantize.decTest extracting Python/Lib/test/decimaltestdata/powersqrt.decTest extracting Python/Lib/test/decimaltestdata/power.decTest extracting Python/Lib/test/decimaltestdata/plus.decTest extracting Python/Lib/test/decimaltestdata/or.decTest extracting Python/Lib/test/decimaltestdata/nexttoward.decTest extracting Python/Lib/test/decimaltestdata/nextplus.decTest extracting Python/Lib/test/decimaltestdata/nextminus.decTest extracting Python/Lib/test/decimaltestdata/multiply.decTest extracting Python/Lib/test/decimaltestdata/minus.decTest extracting Python/Lib/test/decimaltestdata/minmag.decTest extracting Python/Lib/test/decimaltestdata/min.decTest extracting Python/Lib/test/decimaltestdata/maxmag.decTest extracting Python/Lib/test/decimaltestdata/max.decTest extracting Python/Lib/test/decimaltestdata/logb.decTest extracting Python/Lib/test/decimaltestdata/log10.decTest extracting Python/Lib/test/decimaltestdata/ln.decTest extracting Python/Lib/test/decimaltestdata/invert.decTest extracting Python/Lib/test/decimaltestdata/inexact.decTest extracting Python/Lib/test/decimaltestdata/fma.decTest extracting Python/Lib/test/decimaltestdata/extra.decTest extracting Python/Lib/test/decimaltestdata/exp.decTest extracting Python/Lib/test/decimaltestdata/dsEncode.decTest extracting Python/Lib/test/decimaltestdata/dsBase.decTest extracting Python/Lib/test/decimaltestdata/dqXor.decTest extracting Python/Lib/test/decimaltestdata/dqToIntegral.decTest extracting Python/Lib/test/decimaltestdata/dqSubtract.decTest extracting Python/Lib/test/decimaltestdata/dqShift.decTest extracting Python/Lib/test/decimaltestdata/dqScaleB.decTest extracting Python/Lib/test/decimaltestdata/dqSameQuantum.decTest extracting Python/Lib/test/decimaltestdata/dqRotate.decTest extracting Python/Lib/test/decimaltestdata/dqRemainderNear.decTest extracting Python/Lib/test/decimaltestdata/dqRemainder.decTest extracting Python/Lib/test/decimaltestdata/dqReduce.decTest extracting Python/Lib/test/decimaltestdata/dqQuantize.decTest extracting Python/Lib/test/decimaltestdata/dqPlus.decTest extracting Python/Lib/test/decimaltestdata/dqOr.decTest extracting Python/Lib/test/decimaltestdata/dqNextToward.decTest extracting Python/Lib/test/decimaltestdata/dqNextPlus.decTest extracting Python/Lib/test/decimaltestdata/dqNextMinus.decTest extracting Python/Lib/test/decimaltestdata/dqMultiply.decTest extracting Python/Lib/test/decimaltestdata/dqMinus.decTest extracting Python/Lib/test/decimaltestdata/dqMinMag.decTest extracting Python/Lib/test/decimaltestdata/dqMin.decTest extracting Python/Lib/test/decimaltestdata/dqMaxMag.decTest extracting Python/Lib/test/decimaltestdata/dqMax.decTest extracting Python/Lib/test/decimaltestdata/dqLogB.decTest extracting Python/Lib/test/decimaltestdata/dqInvert.decTest extracting Python/Lib/test/decimaltestdata/dqFMA.decTest extracting Python/Lib/test/decimaltestdata/dqEncode.decTest extracting Python/Lib/test/decimaltestdata/dqDivideInt.decTest extracting Python/Lib/test/decimaltestdata/dqDivide.decTest extracting Python/Lib/test/decimaltestdata/dqCopySign.decTest extracting Python/Lib/test/decimaltestdata/dqCopyNegate.decTest extracting Python/Lib/test/decimaltestdata/dqCopyAbs.decTest extracting Python/Lib/test/decimaltestdata/dqCopy.decTest extracting Python/Lib/test/decimaltestdata/dqCompareTotalMag.decTest extracting Python/Lib/test/decimaltestdata/dqCompareTotal.decTest extracting Python/Lib/test/decimaltestdata/dqCompareSig.decTest extracting Python/Lib/test/decimaltestdata/dqCompare.decTest extracting Python/Lib/test/decimaltestdata/dqClass.decTest extracting Python/Lib/test/decimaltestdata/dqCanonical.decTest extracting Python/Lib/test/decimaltestdata/dqBase.decTest extracting Python/Lib/test/decimaltestdata/dqAnd.decTest extracting Python/Lib/test/decimaltestdata/dqAdd.decTest extracting Python/Lib/test/decimaltestdata/dqAbs.decTest extracting Python/Lib/test/decimaltestdata/divideint.decTest extracting Python/Lib/test/decimaltestdata/divide.decTest extracting Python/Lib/test/decimaltestdata/decSingle.decTest extracting Python/Lib/test/decimaltestdata/decQuad.decTest extracting Python/Lib/test/decimaltestdata/decDouble.decTest extracting Python/Lib/test/decimaltestdata/ddXor.decTest extracting Python/Lib/test/decimaltestdata/ddToIntegral.decTest extracting Python/Lib/test/decimaltestdata/ddSubtract.decTest extracting Python/Lib/test/decimaltestdata/ddShift.decTest extracting Python/Lib/test/decimaltestdata/ddScaleB.decTest extracting Python/Lib/test/decimaltestdata/ddSameQuantum.decTest extracting Python/Lib/test/decimaltestdata/ddRotate.decTest extracting Python/Lib/test/decimaltestdata/ddRemainderNear.decTest extracting Python/Lib/test/decimaltestdata/ddRemainder.decTest extracting Python/Lib/test/decimaltestdata/ddReduce.decTest extracting Python/Lib/test/decimaltestdata/ddQuantize.decTest extracting Python/Lib/test/decimaltestdata/ddPlus.decTest extracting Python/Lib/test/decimaltestdata/ddOr.decTest extracting Python/Lib/test/decimaltestdata/ddNextToward.decTest extracting Python/Lib/test/decimaltestdata/ddNextPlus.decTest extracting Python/Lib/test/decimaltestdata/ddNextMinus.decTest extracting Python/Lib/test/decimaltestdata/ddMultiply.decTest extracting Python/Lib/test/decimaltestdata/ddMinus.decTest extracting Python/Lib/test/decimaltestdata/ddMinMag.decTest extracting Python/Lib/test/decimaltestdata/ddMin.decTest extracting Python/Lib/test/decimaltestdata/ddMaxMag.decTest extracting Python/Lib/test/decimaltestdata/ddMax.decTest extracting Python/Lib/test/decimaltestdata/ddLogB.decTest extracting Python/Lib/test/decimaltestdata/ddInvert.decTest extracting Python/Lib/test/decimaltestdata/ddFMA.decTest extracting Python/Lib/test/decimaltestdata/ddEncode.decTest extracting Python/Lib/test/decimaltestdata/ddDivideInt.decTest extracting Python/Lib/test/decimaltestdata/ddDivide.decTest extracting Python/Lib/test/decimaltestdata/ddCopySign.decTest extracting Python/Lib/test/decimaltestdata/ddCopyNegate.decTest extracting Python/Lib/test/decimaltestdata/ddCopyAbs.decTest extracting Python/Lib/test/decimaltestdata/ddCopy.decTest extracting Python/Lib/test/decimaltestdata/ddCompareTotalMag.decTest extracting Python/Lib/test/decimaltestdata/ddCompareTotal.decTest extracting Python/Lib/test/decimaltestdata/ddCompareSig.decTest extracting Python/Lib/test/decimaltestdata/ddCompare.decTest extracting Python/Lib/test/decimaltestdata/ddClass.decTest extracting Python/Lib/test/decimaltestdata/ddCanonical.decTest extracting Python/Lib/test/decimaltestdata/ddBase.decTest extracting Python/Lib/test/decimaltestdata/ddAnd.decTest extracting Python/Lib/test/decimaltestdata/ddAdd.decTest extracting Python/Lib/test/decimaltestdata/ddAbs.decTest extracting Python/Lib/test/decimaltestdata/copysign.decTest extracting Python/Lib/test/decimaltestdata/copynegate.decTest extracting Python/Lib/test/decimaltestdata/copyabs.decTest extracting Python/Lib/test/decimaltestdata/copy.decTest extracting Python/Lib/test/decimaltestdata/comparetotmag.decTest extracting Python/Lib/test/decimaltestdata/comparetotal.decTest extracting Python/Lib/test/decimaltestdata/compare.decTest extracting Python/Lib/test/decimaltestdata/class.decTest extracting Python/Lib/test/decimaltestdata/clamp.decTest extracting Python/Lib/test/decimaltestdata/base.decTest extracting Python/Lib/test/decimaltestdata/and.decTest extracting Python/Lib/test/decimaltestdata/add.decTest extracting Python/Lib/test/decimaltestdata/abs.decTest extracting Python/Lib/test/curses_tests.py extracting Python/Lib/test/crashers/ extracting Python/Lib/test/crashers/recursive_call.py extracting Python/Lib/test/crashers/recursion_limit_too_high.py extracting Python/Lib/test/crashers/nasty_eq_vs_dict.py extracting Python/Lib/test/crashers/mutation_inside_cyclegc.py extracting Python/Lib/test/crashers/loosing_mro_ref.py extracting Python/Lib/test/crashers/infinite_loop_re.py extracting Python/Lib/test/crashers/gc_inspection.py extracting Python/Lib/test/crashers/gc_has_finalizer.py extracting Python/Lib/test/crashers/decref_before_assignment.py extracting Python/Lib/test/crashers/compiler_recursion.py extracting Python/Lib/test/crashers/buffer_mutate.py extracting Python/Lib/test/crashers/borrowed_ref_2.py extracting Python/Lib/test/crashers/borrowed_ref_1.py extracting Python/Lib/test/crashers/bogus_code_obj.py extracting Python/Lib/test/cmath_testcases.txt extracting Python/Lib/test/cjkencodings/ extracting Python/Lib/test/cjkencodings/shift_jisx0213-utf8.txt extracting Python/Lib/test/cjkencodings/shift_jisx0213.txt extracting Python/Lib/test/cjkencodings/shift_jis-utf8.txt extracting Python/Lib/test/cjkencodings/shift_jis.txt extracting Python/Lib/test/cjkencodings/johab-utf8.txt extracting Python/Lib/test/cjkencodings/johab.txt extracting Python/Lib/test/cjkencodings/iso2022_kr-utf8.txt extracting Python/Lib/test/cjkencodings/iso2022_kr.txt extracting Python/Lib/test/cjkencodings/iso2022_jp-utf8.txt extracting Python/Lib/test/cjkencodings/iso2022_jp.txt extracting Python/Lib/test/cjkencodings/hz-utf8.txt extracting Python/Lib/test/cjkencodings/hz.txt extracting Python/Lib/test/cjkencodings/gbk-utf8.txt extracting Python/Lib/test/cjkencodings/gbk.txt extracting Python/Lib/test/cjkencodings/gb2312-utf8.txt extracting Python/Lib/test/cjkencodings/gb2312.txt extracting Python/Lib/test/cjkencodings/gb18030-utf8.txt extracting Python/Lib/test/cjkencodings/gb18030.txt extracting Python/Lib/test/cjkencodings/euc_kr-utf8.txt extracting Python/Lib/test/cjkencodings/euc_kr.txt extracting Python/Lib/test/cjkencodings/euc_jp-utf8.txt extracting Python/Lib/test/cjkencodings/euc_jp.txt extracting Python/Lib/test/cjkencodings/euc_jisx0213-utf8.txt extracting Python/Lib/test/cjkencodings/euc_jisx0213.txt extracting Python/Lib/test/cjkencodings/cp949-utf8.txt extracting Python/Lib/test/cjkencodings/cp949.txt extracting Python/Lib/test/cjkencodings/big5-utf8.txt extracting Python/Lib/test/cjkencodings/big5hkscs-utf8.txt extracting Python/Lib/test/cjkencodings/big5hkscs.txt extracting Python/Lib/test/cjkencodings/big5.txt extracting Python/Lib/test/cfgparser.1 extracting Python/Lib/test/capath/ extracting Python/Lib/test/capath/ce7b8643.0 extracting Python/Lib/test/capath/99d0fa06.0 extracting Python/Lib/test/capath/6e88d7b8.0 extracting Python/Lib/test/capath/5ed36f99.0 extracting Python/Lib/test/capath/4e1295a3.0 extracting Python/Lib/test/capath/0e4015b9.0 extracting Python/Lib/test/bisect.py extracting Python/Lib/test/badsyntax_nocaret.py extracting Python/Lib/test/badsyntax_future9.py extracting Python/Lib/test/badsyntax_future8.py extracting Python/Lib/test/badsyntax_future7.py extracting Python/Lib/test/badsyntax_future6.py extracting Python/Lib/test/badsyntax_future5.py extracting Python/Lib/test/badsyntax_future4.py extracting Python/Lib/test/badsyntax_future3.py extracting Python/Lib/test/badkey.pem extracting Python/Lib/test/badcert.pem extracting Python/Lib/test/bad_coding3.py extracting Python/Lib/test/bad_coding2.py extracting Python/Lib/test/bad_coding.py extracting Python/Lib/test/autotest.py extracting Python/Lib/test/audiotests.py extracting Python/Lib/test/audiotest.au extracting Python/Lib/test/audiodata/ extracting Python/Lib/test/audiodata/pluck-ulaw.au extracting Python/Lib/test/audiodata/pluck-ulaw.aifc extracting Python/Lib/test/audiodata/pluck-pcm8.wav extracting Python/Lib/test/audiodata/pluck-pcm8.au extracting Python/Lib/test/audiodata/pluck-pcm8.aiff extracting Python/Lib/test/audiodata/pluck-pcm32.wav extracting Python/Lib/test/audiodata/pluck-pcm32.au extracting Python/Lib/test/audiodata/pluck-pcm32.aiff extracting Python/Lib/test/audiodata/pluck-pcm24.wav extracting Python/Lib/test/audiodata/pluck-pcm24.aiff extracting Python/Lib/test/audiodata/pluck-pcm16.wav extracting Python/Lib/test/audiodata/pluck-pcm16.au extracting Python/Lib/test/audiodata/pluck-pcm16.aiff extracting Python/Lib/test/allsans.pem extracting Python/Lib/test/185test.db extracting Python/Lib/test/_mock_backport.py extracting Python/Lib/test/__main__.py extracting Python/Lib/test/__init__.py extracting Python/Lib/tempfile.pyc extracting Python/Lib/tempfile.py extracting Python/Lib/telnetlib.py extracting Python/Lib/tarfile.pyc extracting Python/Lib/tarfile.py extracting Python/Lib/tabnanny.py extracting Python/Lib/sysconfig.pyc extracting Python/Lib/sysconfig.py extracting Python/Lib/symtable.py extracting Python/Lib/symbol.py extracting Python/Lib/sunaudio.py extracting Python/Lib/sunau.py extracting Python/Lib/subprocess.pyc extracting Python/Lib/subprocess.py extracting Python/Lib/struct.pyc extracting Python/Lib/struct.py extracting Python/Lib/stringprep.pyc extracting Python/Lib/stringprep.py extracting Python/Lib/stringold.py extracting Python/Lib/StringIO.pyc extracting Python/Lib/StringIO.py extracting Python/Lib/string.pyc extracting Python/Lib/string.py extracting Python/Lib/statvfs.py extracting Python/Lib/stat.pyc extracting Python/Lib/stat.py extracting Python/Lib/ssl.pyc extracting Python/Lib/ssl.py extracting Python/Lib/sre_parse.pyc extracting Python/Lib/sre_parse.py extracting Python/Lib/sre_constants.pyc extracting Python/Lib/sre_constants.py extracting Python/Lib/sre_compile.pyc extracting Python/Lib/sre_compile.py extracting Python/Lib/sre.py extracting Python/Lib/sqlite3/ extracting Python/Lib/sqlite3/test/ extracting Python/Lib/sqlite3/test/userfunctions.py extracting Python/Lib/sqlite3/test/types.py extracting Python/Lib/sqlite3/test/transactions.py extracting Python/Lib/sqlite3/test/regression.py extracting Python/Lib/sqlite3/test/py25tests.py extracting Python/Lib/sqlite3/test/hooks.py extracting Python/Lib/sqlite3/test/factory.py extracting Python/Lib/sqlite3/test/dump.py extracting Python/Lib/sqlite3/test/dbapi.py extracting Python/Lib/sqlite3/test/__init__.py extracting Python/Lib/sqlite3/dump.py extracting Python/Lib/sqlite3/dbapi2.py extracting Python/Lib/sqlite3/__init__.py extracting Python/Lib/SocketServer.pyc extracting Python/Lib/SocketServer.py extracting Python/Lib/socket.pyc extracting Python/Lib/socket.py extracting Python/Lib/sndhdr.py extracting Python/Lib/smtplib.py extracting Python/Lib/smtpd.py extracting Python/Lib/site-packages/ extracting Python/Lib/site-packages/xmlrpc/ extracting Python/Lib/site-packages/xmlrpc/server.py extracting Python/Lib/site-packages/xmlrpc/client.py extracting Python/Lib/site-packages/xmlrpc/__init__.py extracting Python/Lib/site-packages/wxversion.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/wxptag/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/wxptag/wxpTest.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/wxptag/widgetTest.html extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/simple/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/simple/simple.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/simple/phoenix_main.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/simple/hello.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/simple/giltest.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/simple/events.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/simple/dialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/simple/deprecated.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/roses/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/roses/wxroses.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/roses/clroses.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/ribbon/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/ribbon/ribbonbar_demo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/ribbon/images.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/rawbmp/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/rawbmp/rawbmp1.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/printing/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/printing/sample-text.txt extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/printing/printing.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/overlay/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/overlay/overlay.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/mainloop/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/mainloop/mainloop.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/html2/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/html2/HTML2_WebView.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/grid/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/grid/simple.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/grid/events.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/glcanvas/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/glcanvas/GLCanvas.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/YDownDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/white_tank.jpg extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/VectPlot.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/Tree.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/Tiny.bna extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/TextBox2.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/TextBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/TestSpline.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/SubClassNavCanvas.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/SplitterWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/ScaleDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/ScaledBitmap2Demo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/ProcessDiagram.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/PolyEditor.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/PointsHitDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/PixelBitmap.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/PieChart.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/OverlayDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/NoToolbar.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/NonGUI.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/NOAA.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/MovingTriangle.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/MovingPlot.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/MovingElements.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/MouseTest.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/MiniDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/MicroDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/Map.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/Hexagons.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/GroupDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/GroupDeleteDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/GridDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/DrawRect.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/DrawBot.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/data/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/data/TestMap.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/ClickableBoxes.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/Chart.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/BouncingBall.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/BNAEditor.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/BB_HitTest.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/BarPlot.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/floatcanvas/Animation.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/dataview/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/dataview/IndexListModel.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/dataview/DataViewModel.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/dataview/data.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/dataview/CustomRenderer.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/combo/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/samples/combo/combo1.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/README.txt extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/XmlResourceSubclass.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/XmlResourceHandler.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/XmlResource.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/wxpdemo.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/WrapSizer.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Wizard.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/WIPzChecklistPhoenixDemo.txt extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/widgetTest.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/VListBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/version.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Validator.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/URLDragAndDrop.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Unicode.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/UIActionSimulator.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/TreeMixin.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/TreeListCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/TreeCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Treebook.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ToolTip.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Toolbook.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ToolBar.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ToggleButton.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Timer.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/TimePickerCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/TimeCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Ticker.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/throbImages.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Throbber.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Threads.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/TextEntryDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/TextCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/TestTable.txt extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/template.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/TablePrint.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/SystemSettings.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/StyledTextCtrl_2.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/StyledTextCtrl_1.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/StockButtons.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/StatusBar.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/StaticText.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/StaticBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/StaticBitmap.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/StandardPaths.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/SplitTree.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/SplitterWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/SpinCtrlDouble.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/SpinCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/SpinButton.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Sound.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/text_extents.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/text_align_center.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/text.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/show_glyphs.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/set_line_join.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/set_line_cap.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/path.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/imagepattern.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/image.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/group.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/gradient_mask.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/gradient.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/glyph_path.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/fill_style.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/fill_and_stroke2.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/fill_and_stroke.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/ellipse.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/dash.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/curve_to.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/curve_rectangle.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/clip_image.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/clip.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/arc_negative.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/arc.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/snippets/__init__.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Slider.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Sizers.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/SizedControls.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/SingleChoiceDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Simplebook.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ShapedWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/SearchCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ScrolledWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ScrolledPanel.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ScrolledMessageDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/SashWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/run.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/RichToolTip.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/RichTextCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/RichMessageDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ResizeWidget.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/RendererNative.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/RearrangeDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/README.txt extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/RawBitmapAccess.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/RadioButton.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/RadioBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PythonEvents.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PyShell.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PyPlot.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PyCrust.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PyColourChooser.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PseudoDC.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PropertySheetDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PropertyGrid.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ProgressDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Process.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PrintFramework.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PrintDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PopupWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PopupMenu.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PopupControl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PlateButton.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Pickers.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PenAndBrushStyles.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PDFViewer.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/PageSetupDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/OwnerDrawnComboBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Overlay.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/OGL.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/NotificationMessage.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Notebook.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MultiSplitterWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MultiSash.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MultipleChoiceDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MultiChoiceDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MouseGestures.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MiniFrame.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MimeTypesManager.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MessageDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Menu.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MediaCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MDIWindows.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MDISashDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MDIDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MaskedNumCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/MaskedEditControls.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Mask.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Main.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ListCtrl_virtual.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ListCtrl_edit.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ListCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ListBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Listbook.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/LEDNumberCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Layoutf.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/LayoutConstraints.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/LayoutAnchors.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/KeyEvents.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Joystick.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ItemsPicker.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/IntCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/infoframe.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/InfoBar.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Img2PyArtProvider.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/images.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ImageFromStream.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ImageBrowser.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ImageAlpha.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Image.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/I18N.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/HtmlWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/HTML2_WebView.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GridStdEdRend.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GridSimple.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GridLabelRenderer.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GridHugeTable.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GridEnterHandler.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GridDragAndDrop.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GridDragable.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GridCustTable.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GridCustEditor.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GridBagSizer.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Grid_MegaExample.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Grid.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GraphicsGradient.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GraphicsContext.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GLCanvas.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GetMouseState.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GenericDirCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/GenericButtons.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Gauge.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Frame.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/FontEnumerator.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/FontDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/FloatCanvas.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/FloatBar.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/FindReplaceDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/FileHistory.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/FileDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/FileCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/FileBrowseButton.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/FancyText.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ExpandoTextCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/EventManager.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/encode_bitmaps.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Editor.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/EditableListBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DynamicSashWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DVC_TreeCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DVC_ListCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DVC_IndexListModel.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DVC_DataViewModel.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DVC_CustomRenderer.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DrawXXXList.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DragScroller.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DragImage.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DragAndDrop.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DirDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DialogUnits.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Dialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/demodata.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/demo.pyw extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/demo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DelayedResult.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/DatePickerCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/world.dat extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/widgetTest.htm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/tips.txt extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/testtable.txt extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/testmovie.mpg extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/test.htm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/tables.htm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/stc.h.html extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/romedalen.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/resource_wdr.xrc extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/resource.wdr extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/proclamation.txt extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/plan.wav extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/pic2.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/pic.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale-src/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale-src/wxpydemo.po extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale-src/it.po extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale-src/install extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale-src/fr.po extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale-src/es.po extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale-src/de.po extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale-src/af.po extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/it/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/it/LC_MESSAGES/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/it/LC_MESSAGES/wxpydemo.mo extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/fr/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/fr/LC_MESSAGES/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/fr/LC_MESSAGES/wxpydemo.mo extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/es/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/es/LC_MESSAGES/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/es/LC_MESSAGES/wxpydemo.mo extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/de/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/de/LC_MESSAGES/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/de/LC_MESSAGES/wxpydemo.mo extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/af/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/af/LC_MESSAGES/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/locale/af/LC_MESSAGES/wxpydemo.mo extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/imagemap.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/imagemap.htm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/echo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/Asteroid_blaster.swf extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/data/anykey.wav extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/CustomDragAndDrop.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/cursors/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/cursors/paperairplane_arrow_white24.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/cursors/paperairplane_arrow_white.cur extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/cursors/paperairplane_arrow_red.cur extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/cursors/paperairplane_arrow_grey.cur extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/cursors/paperairplane_arrow_dark.cur extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/cursors/paperairplane_arrow_colorshift.ani extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/cursors/paperairplane_arrow_blue_fadeout80.cur extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/cursors/paperairplane_arrow_blue.cur extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Cursor.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ContextHelp.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/CommandLinkButton.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ComboTreeBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ComboCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ComboBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ColourSelect.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ColourDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ColourDB.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ColorPanel.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/CollapsiblePane.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Choicebook.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Choice.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/CheckListCtrlMixin.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/CheckListBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/CheckBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/CalendarCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Calendar.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Cairo_Snippets.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Cairo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/Button.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/wxpdemo.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/wiztest2.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/wiztest1.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/Vippi.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/tog2.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/tog1.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/thekid.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/teststar.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/testmask.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/test2.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/smiles2.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/sm_up.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/sm_down.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/saveperspective.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_zebra.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_undo.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_underline.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_smiley.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_save.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_sample.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_redo.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_paste.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_open.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_italic.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_indentmore.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_indentless.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_idea.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_font.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_cut.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_copy.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_colour.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_centre.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_bold.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_alignright.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rt_alignleft.xpm extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/robin.jpg extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/rest.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/recent.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/pyshell.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/Pt.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/process.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/pointy.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/pencil.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/overview.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/noicon.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/moredialog.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/morecontrols.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/mondrian.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/modifiedexists.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/miscellaneous.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/logo.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB12.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB11.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB10.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB09.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB08.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB07.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB06.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB05.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB04.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB03.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB02.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/LB01.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/layout.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/inspect.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/Inc.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/images.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/GridBG.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/FRM_8.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/FRM_7.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/FRM_6.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/FRM_5.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/FRM_4.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/FRM_3.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/FRM_2.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/FRM_1.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/FRM_0.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/frame.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/floatcanvas.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/findnext.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/find.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/expansion.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/exit.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/dialog.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/demo.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/deleteperspective.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/deletedocs.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/Dec.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/DbInc.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/DbDec.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/customcontrol.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/custom.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/core.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/code.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/clipboard.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/carrot.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/bulb2.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/bulb1.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/bp_btn4.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/bp_btn3.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/bp_btn2.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/bp_btn1.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/book_red.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/book_green.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/book_blue.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/book.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/backgrnd.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/030.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/029.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/028.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/027.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/026.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/025.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/024.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/023.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/022.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/021.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/020.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/019.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/018.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/017.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/016.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/015.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/014.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/013.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/012.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/011.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/010.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/009.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/008.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/007.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/006.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/005.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/004.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/003.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/002.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bmp_source/001.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/viewmag-p-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/viewmag-m-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/viewmagfit-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/viewmag-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/view2.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/view1.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/view_multicolumn.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/view_icon.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/view_detailed.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/view_choose.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/toucan.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/stthelp.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/sttheader.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/sttfont.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/sttbutton.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/stopdisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/stop.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/splash.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/snakey_render.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/smtemp.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/smpi.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/smfuel.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/save.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/round.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/rewinddisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/rewind.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/recorddisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/record.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/plus5.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/plus4.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/plus3.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/plus2.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/plus1.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/playdisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/play.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/phoenix_top.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/phoenix_title.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/pausedisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/pause.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/paste.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/open_folder.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/ok-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/notflagged.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/notchecked.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/new_folder.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/new_file.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/month-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/minus5.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/minus4.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/minus3.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/minus2.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/minus1.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/lbroll.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/lbnews.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/lbdecrypted.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/lbcharge.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/lbadd.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/italy.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/image.tif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/image.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/image.jpg extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/image.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/image.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/image.bmp extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/honeycomb300.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/help-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/help.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/gradientbutton.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/ghost.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/folder_new.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/flagged.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/filesave.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/fileopen.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/filenew.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/field-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/ffwddisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/ffwd.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/exit-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/exit.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/editpaste.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/editcut.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/editcopy.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/cut.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/cropshot24x20.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/copy.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/contexthelp-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/contexthelp.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/columns.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/checked.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/canada.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/BD13656_.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/aquanotflagged.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/aquanotchecked.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/aquaflagged.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/aquachecked.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/aquabutton.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/AG00185_.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/AG00183_.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/AG00178_.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/AG00039_.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/AG00028_.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/bitmaps/advancedsplash.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/BitmapFromBuffer.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/BitmapComboBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/BitmapButton.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/BannerWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/AUI_Notebook.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/AUI_MDI.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/AUI_DockingWindowMgr.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ArtProvider.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/AnimateCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/AnalogClock.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/AlphaDrawing.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/ZoomBar.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/XLSGrid.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/Windows7Explorer_Contents.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/UltimateVirtualDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/UltimateReportDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/UltimateListListDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/UltimateListIconDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/UltimateListCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/ToasterBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/ThumbnailCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/SuperToolTip.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/SpeedMeter.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/ShortcutEditor.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/ShapedButton.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/RulerCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/RibbonBar.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/PyProgress.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/PyGauge.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/PyCollapsiblePane.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/PyBusyInfo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/PieCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/PersistentControls.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/PeakMeter.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/MultiDirDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/MacLargeDemo.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/LabelBook.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/KnobCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/images.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/HyperTreeList.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/HyperLinkCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/GradientButton.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/GenericMessageDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/FourWaySplitter.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/FoldPanelBar.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/FloatSpin.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/FlatNotebook.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/FlatMenu.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/data/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/data/Example_1.xls extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/CustomTreeCtrl.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/CubeColourDialog.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/ButtonPanel.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/ extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Wizard96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Wizard96.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/viewmag-p-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/viewmag-m-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/viewmagfit-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/viewmag-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/view2.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/view1.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/view_multicolumn.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/view_icon.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/view_detailed.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/view_choose.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/stthelp.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/sttheader.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/sttfont.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/sttbutton.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/stopdisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/stop.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/smtemp.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/smpi.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/smfuel.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/separatorflip.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/separator.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Search96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Search96.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/save.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/round.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/rewinddisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/rewind.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/recorddisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/record.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/plus5.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/plus4.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/plus3.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/plus2.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/plus1.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/playdisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/play.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Photo96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Photo96.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/pausedisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/pause.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/paste.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/open_folder.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/ok-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/notflagged.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/notchecked.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/new_folder.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/new_file.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Music96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Music96.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/month-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Monitor96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Monitor96.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/minus5.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/minus4.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/minus3.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/minus2.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/minus1.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/lbroll.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/lbnews.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/lbdecrypted.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/lbcharge.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/lbadd.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/italy.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/help-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/help.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/gradientbutton.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/ghost.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Folder96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Folder96.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/folder_new.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/folder.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/flagged.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/filesave.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/fileopen.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/filenew.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/field-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/ffwddisabled.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/ffwd.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Explorer96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/Explorer96.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/exit-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/exit.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/empty_icon.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/editpaste.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/editcut.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/editcopy.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/cut.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/copy.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/contexthelp-16.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/contexthelp.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/columns.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/checked.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/canada.gif extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/aquanotflagged.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/aquanotchecked.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/aquaflagged.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/aquachecked.ico extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/aquabutton.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/bitmaps/advancedsplash.png extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/BalloonTip.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/AUI.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/AquaButton.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/AGWInfoBar.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/AdvancedSplash.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/agw/__demo__.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/AdjustChannels.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ActiveXWrapper_IE.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ActiveXWrapper_Acrobat.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ActiveX_PDFWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ActiveX_IEHtmlWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/ActiveX_FlashWindow.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/AboutBox.py extracting Python/Lib/site-packages/wxPython-demo-4.0.1/demo/About.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxProject/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxProject/wxProject.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxProject/README.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/README.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/xrcsample.xrc extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/xrcsample.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/worker_threads.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/timer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/sound2.wav extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/sound1.wav extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/sound.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/drop_target.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/drop_source.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/customcomposite.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-18/clipboard.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-17/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-17/sample-text.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-17/printing.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/html_window_related.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/html_window_loadpage.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/html_window.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/html_tag.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/html_help.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/testing.hhp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/page2-b.htm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/main.htm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/Index.hhk extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/contents.hhc extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/book2.htm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/book1.htm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/another.htm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/another.hhp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-16/helpfiles/another.hhc extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-15/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-15/tree_virtual.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-15/tree_treelist.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-15/tree_simple.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-15/tree_misc.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-15/tree_icons.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-15/data.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-14/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-14/grid_table_header.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-14/grid_table_basic.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-14/grid_table.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-14/grid_size.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-14/grid_renderer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-14/grid_headers.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-14/grid_editor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-14/grid_basic.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-14/grid_attr.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/smicon06.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/smicon05.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/smicon04.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/smicon03.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/smicon02.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/smicon01.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/sm_up.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/sm_down.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/list_smicon.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/list_report_virtual.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/list_report_etc.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/list_report_colsort.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/list_report.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/list_list.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/list_icon.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/icon08.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/icon07.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/icon06.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/icon05.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/icon04.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/icon03.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/icon02.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/icon01.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-13/data.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-12/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-12/radargraph.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-12/masked-portrait.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-12/images.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-12/image.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-12/image.jpg extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-12/image.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-12/image.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-12/draw_image.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/staticboxsizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/resizegridsizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/resizeflexgridsizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/realworld.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/prependgridsizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/mingridsizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/gridbagsizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/boxsizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/bordergridsizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/blockwindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/basicgridsizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-11/basicflexgridsizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/with_accelerator.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/update_ui.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/toggle_items.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/sub_menu.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/popupmenu.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/open.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/find_item.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/fancy_items.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/disable_item.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/create_simple_menu.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/create_just_menu.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-10/add_items.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/wizard.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/validator3.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/validator2.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/validator1.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/tips.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/text_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/startup_tip.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/progress_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/modal_dialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/message_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/image_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/font_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/file_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/dir_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/color_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-09/choice_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/splitter.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/simple_frame.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/shaped_frame_mobile.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/shaped_frame.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/scroll_window.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/miniframe.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/mdi.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/images.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/help_context.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-08/frame_subclass.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/text_ctrl_multiple.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/text_ctrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/static_text.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/spinner.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/slider.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/radio_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/radio.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/list_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/generic_button.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/gauge.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/combo_box.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/choice.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/checkbox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/button.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/bitmap_button.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-07/bitmap.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/splash.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/save.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/open.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/new.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/example7.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/example6.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/example5.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/example4.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/example3.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/example2.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-06/example1.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/testExample.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/testEventExample.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/modelExample.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/lineuptable.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/gridNoModel.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/gridModel.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/gridGeneric.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/goodExample.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/generictable.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/badExample.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-05/abstractmodel.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-04/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-04/spare.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-04/PyWrap.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-04/pywrap extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-04/pycrust-foundation.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-04/images.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-03/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-03/mouse_event.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-03/menu_event.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-03/double_event_one.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-03/customEvent.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-02/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-02/toolbar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-02/startup.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-02/insert.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-02/images.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-02/dialog_scratch.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-01/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-01/wxPython.jpg extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-01/spare.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-01/sample.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-01/python_compare.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-01/hello.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/wxPIA_book/Chapter-01/bare.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/StyleEditor/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/StyleEditor/stc-styles.rc.cfg extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/StyleEditor/STCStyleEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/StyleEditor/README.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/simple/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/simple/simple.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/roses/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/roses/wxroses.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/roses/clroses.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/pySketch.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/textIconSel.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/textIcon.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/selectIconSel.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/selectIcon.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/scribbleIconSel.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/scribbleIcon.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/rectIconSel.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/rectIcon.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/polygonIconSel.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/polygonIcon.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/penOptIcon.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/moveForward.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/moveBack.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/logo.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/lineOptIcon.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/lineIconSel.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/lineIcon.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/fillOptIcon.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/ellipseIconSel.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/ellipseIcon.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pySketch/images/duplicate.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pydocview/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pydocview/tips.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pydocview/TextEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pydocview/splash.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pydocview/PyDocViewDemo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pydocview/FindService.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/runall.bat extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/multithreadloop.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_kwargs/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_kwargs/wx_win2.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_kwargs/wx_win1.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_kwargs/wx_main.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_kwargs/README.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_kwargs/console_senders.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_kwargs/console_main.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_kwargs/console_listeners.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_arg1/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_arg1/wx_main.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_arg1/README.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_arg1/console_senders.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_arg1/console_main.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/basic_arg1/console_listeners.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/README.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/notifhandle.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/main_kwargs.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/main_arg1.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/kwargs_topics_out.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/kwargs_topics.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/kwargs_senders.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/kwargs_listeners.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/exchandle.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/arg1_topics_out.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/arg1_topics.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/arg1_senders.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/pubsub/advanced/arg1_listeners.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/mainloop/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/mainloop/mainloop.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/ActiveGridIDE.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/xmlutils.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/xmlprettyprinter.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/xmlmarshaller.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/utillang.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/sysutils.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/strutils.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/parser.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/objutils.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/lang.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/fileutils.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/datetimeparser.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/appdirs.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/aglogging.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/util/__init__.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/XmlEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/Wizard.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/UICommon.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/TabbedView.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/SVNService.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/STCTextEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/Service.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/PythonEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/ProjectEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/project.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/process.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/PHPEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/PHPDebugger.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/PerlEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/OutlineService.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/MessageService.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/MarkerService.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/ImageEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/IDE.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/HtmlEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/FindService.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/FindInDirService.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/ExtensionService.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/DebuggerService.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/DebuggerHarness.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/data/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/data/tips.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/CodeEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/checker.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/bmp_source/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/bmp_source/activegrid.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/AbstractEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/AboutDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/tool/__init__.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/model/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/model/projectmodel.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/model/__init__.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/ide/activegrid/__init__.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/hangman/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/hangman/hangman.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/frogedit/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/frogedit/StatusBar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/frogedit/FrogEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/frogedit/FrogEdit.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/embedded/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/embedded/README.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/embedded/mondrian.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/embedded/mondrian.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/embedded/makefile.vc extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/embedded/makefile.unx extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/embedded/embedded_sample.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/embedded/embedded.rc extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/embedded/embedded.cpp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/doodle/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/doodle/version.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/doodle/superdoodle.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/doodle/setup.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/doodle/sample.ddl extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/doodle/README.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/doodle/mondrian.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/doodle/mondrian.icns extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/doodle/doodle.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/doodle/ChangeLog.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/docview/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/samples/docview/DocViewDemo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/XMLtreeview.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/XmlResourceSubclass.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/XmlResourceHandler.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/XmlResource.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/wxpdemo.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/WrapSizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Wizard.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/widgetTest.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/VListBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/viewer_basics.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/viewer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/version.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Validator.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/URLDragAndDrop.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Unicode.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/UIActionSimulator.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/TreeMixin.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/TreeListCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/TreeCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Treebook.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Toolbook.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ToolBar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ToggleButton.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Timer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/TimeCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Ticker.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/throbImages.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Throbber.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Threads.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/TextEntryDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/TextCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/TestTable.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/template.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/TablePrint.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/SystemSettings.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/StyledTextCtrl_2.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/StyledTextCtrl_1.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/StockButtons.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/StatusBar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/StaticText.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/StaticBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/StaticBitmap.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/StandardPaths.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/SplitTree.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/SplitterWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/SpinCtrlDouble.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/SpinCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/SpinButton.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Sound.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/text_extents.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/text_align_center.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/text.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/show_glyphs.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/set_line_join.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/set_line_cap.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/path.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/imagepattern.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/image.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/group.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/gradient_mask.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/gradient.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/glyph_path.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/fill_style.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/fill_and_stroke2.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/fill_and_stroke.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/ellipse.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/dash.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/curve_to.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/curve_rectangle.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/clip_image.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/clip.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/arc_negative.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/arc.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/snippets/__init__.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Slider.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Sizers.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/SizedControls.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/SingleChoiceDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ShapedWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/SearchCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ScrolledWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ScrolledPanel.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ScrolledMessageDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/SashWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/run.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/RowColSizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/RightTextCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/RichTextCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ResizeWidget.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/RendererNative.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/README.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/RawBitmapAccess.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/RadioButton.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/RadioBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/quotes.xml extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/pyTree.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PythonEvents.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PyShell.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PyPlot.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PyCrust.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PyColourChooser.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PseudoDC.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PropertyGrid.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ProgressDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Process.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PrintFramework.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PrintDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PopupWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PopupMenu.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PopupControl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PlateButton.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Pickers.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PenAndBrushStyles.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PDFViewer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/paper.xml extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/PageSetupDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/OwnerDrawnComboBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/OGL.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Notebook.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MVCTree.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MultiSplitterWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MultiSash.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MultipleChoiceDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MultiChoiceDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MouseGestures.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MiniFrame.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MimeTypesManager.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MessageDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Menu.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MediaCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MDIWindows.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MDISashDemo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MDIDemo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MaskedNumCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/MaskedEditControls.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Mask.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Main.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ListCtrl_virtual.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ListCtrl_edit.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ListCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ListBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Listbook.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/LEDNumberCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Layoutf.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/LayoutConstraints.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/LayoutAnchors.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/KeyEvents.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Joystick.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ItemsPicker.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/IntCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/infoframe.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/InfoBar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Img2PyArtProvider.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/images.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ImageFromStream.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ImageBrowser.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ImageAlpha.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Image.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/I18N.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/HtmlWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/HTML2_WebView.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GridStdEdRend.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GridSimple.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GridLabelRenderer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GridHugeTable.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GridEnterHandler.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GridDragAndDrop.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GridDragable.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GridCustTable.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GridCustEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GridBagSizer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Grid_MegaExample.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Grid.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GraphicsGradient.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GraphicsContext.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GLCanvas.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GIFAnimationCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GetMouseState.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GenericDirCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/GenericButtons.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Gauge.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Frame.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/FontEnumerator.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/FontDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/FloatCanvas.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/FloatBar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/FindReplaceDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/FileHistory.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/FileDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/FileBrowseButton.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/FancyText.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ExpandoTextCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/EventManager.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/encode_bitmaps.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Editor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/EditableListBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DynamicSashWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DVC_TreeCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DVC_ListCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DVC_IndexListModel.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DVC_DataViewModel.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DVC_CustomRenderer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DrawXXXList.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DragScroller.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DragImage.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DragAndDrop.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/dllwidget/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/dllwidget/test_prog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/dllwidget/test_dll.cpp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/dllwidget/makefile.vc extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/dllwidget/Makefile extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DirDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DialogUnits.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Dialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/demo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DelayedResult.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/DatePickerCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/world.dat extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/widgetTest.htm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/tips.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/testtable.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/testmovie.mpg extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/test.htm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/tables.htm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/stc.h.html extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/romedalen.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/resource_wdr.xrc extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/resource.wdr extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/proclamation.txt extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/plan.wav extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/pic2.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/pic.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale-src/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale-src/wxpydemo.po extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale-src/it.po extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale-src/install extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale-src/fr.po extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale-src/es.po extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale-src/de.po extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale-src/af.po extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/it/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/it/LC_MESSAGES/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/it/LC_MESSAGES/wxpydemo.mo extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/fr/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/fr/LC_MESSAGES/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/fr/LC_MESSAGES/wxpydemo.mo extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/es/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/es/LC_MESSAGES/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/es/LC_MESSAGES/wxpydemo.mo extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/de/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/de/LC_MESSAGES/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/de/LC_MESSAGES/wxpydemo.mo extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/af/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/af/LC_MESSAGES/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/locale/af/LC_MESSAGES/wxpydemo.mo extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/imagemap.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/imagemap.htm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/echo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/Asteroid_blaster.swf extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/data/anykey.wav extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/CustomDragAndDrop.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Cursor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ContextHelp.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/CommandLinkButton.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ComboTreeBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ComboCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ComboBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ColourSelect.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ColourDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ColourDB.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ColorPanel.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/CollapsiblePane.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Choicebook.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Choice.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/CheckListCtrlMixin.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/CheckListBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/CheckBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/CalendarCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Calendar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Cairo_Snippets.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Cairo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/Button.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/wxpdemo.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/wiztest2.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/wiztest1.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/Vippi.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/tog2.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/tog1.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/thekid.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/teststar.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/testmask.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/test2.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/smiles2.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/sm_up.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/sm_down.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/saveperspective.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_zebra.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_undo.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_underline.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_smiley.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_save.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_sample.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_redo.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_paste.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_open.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_italic.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_indentmore.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_indentless.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_idea.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_font.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_cut.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_copy.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_colour.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_centre.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_bold.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_alignright.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rt_alignleft.xpm extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/robin.jpg extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/rest.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/recent.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/pyshell.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/Pt.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/process.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/pointy.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/pencil.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/overview.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/noicon.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/moredialog.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/morecontrols.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/mondrian.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/modifiedexists.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/miscellaneous.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/logo.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB12.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB11.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB10.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB09.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB08.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB07.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB06.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB05.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB04.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB03.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB02.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/LB01.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/layout.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/inspect.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/Inc.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/images.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/GridBG.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/FRM_8.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/FRM_7.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/FRM_6.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/FRM_5.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/FRM_4.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/FRM_3.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/FRM_2.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/FRM_1.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/FRM_0.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/frame.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/floatcanvas.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/findnext.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/find.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/expansion.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/exit.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/dialog.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/demo.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/deleteperspective.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/deletedocs.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/Dec.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/DbInc.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/DbDec.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/customcontrol.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/custom.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/core.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/code.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/clipboard.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/carrot.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/bulb2.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/bulb1.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/bp_btn4.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/bp_btn3.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/bp_btn2.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/bp_btn1.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/book_red.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/book_green.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/book_blue.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/book.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/backgrnd.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/030.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/029.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/028.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/027.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/026.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/025.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/024.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/023.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/022.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/021.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/020.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/019.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/018.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/017.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/016.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/015.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/014.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/013.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/012.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/011.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/010.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/009.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/008.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/007.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/006.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/005.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/004.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/003.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/002.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bmp_source/001.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/viewmag-p-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/viewmag-m-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/viewmagfit-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/viewmag-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/view2.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/view1.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/view_multicolumn.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/view_icon.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/view_detailed.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/view_choose.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/toucan.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/stthelp.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/sttheader.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/sttfont.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/sttbutton.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/stopdisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/stop.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/splash.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/smtemp.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/smpi.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/smfuel.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/save.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/round.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/rewinddisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/rewind.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/recorddisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/record.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/plus5.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/plus4.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/plus3.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/plus2.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/plus1.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/playdisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/play.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/pausedisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/pause.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/paste.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/open_folder.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/ok-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/notflagged.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/notchecked.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/new_folder.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/new_file.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/month-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/minus5.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/minus4.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/minus3.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/minus2.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/minus1.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/lbroll.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/lbnews.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/lbdecrypted.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/lbcharge.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/lbadd.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/italy.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/image.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/image.jpg extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/image.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/image.bmp extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/help-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/help.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/gradientbutton.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/ghost.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/folder_new.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/flagged.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/filesave.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/fileopen.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/filenew.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/field-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/ffwddisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/ffwd.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/exit-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/exit.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/editpaste.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/editcut.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/editcopy.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/cut.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/copy.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/contexthelp-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/contexthelp.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/columns.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/checked.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/canada.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/BD13656_.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/aquanotflagged.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/aquanotchecked.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/aquaflagged.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/aquachecked.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/aquabutton.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/AG00185_.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/AG00183_.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/AG00178_.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/AG00039_.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/AG00028_.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/bitmaps/advancedsplash.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/BitmapFromBuffer.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/BitmapComboBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/BitmapButton.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/AUI_Notebook.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/AUI_MDI.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/AUI_DockingWindowMgr.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ArtProvider.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/AnimateCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/AnalogClock.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/AlphaDrawing.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/ZoomBar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/XLSGrid.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/Windows7Explorer_Contents.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/UltimateVirtualDemo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/UltimateReportDemo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/UltimateListListDemo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/UltimateListIconDemo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/UltimateListCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/ToasterBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/ThumbnailCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/SuperToolTip.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/SpeedMeter.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/ShortcutEditor.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/ShapedButton.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/run.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/RulerCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/RibbonBar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/PyProgress.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/PyGauge.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/PyCollapsiblePane.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/PyBusyInfo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/PieCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/PersistentControls.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/PeakMeter.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/MultiDirDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/MacLargeDemo.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/ListCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/LabelBook.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/KnobCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/images.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/HyperTreeList.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/HyperLinkCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/GradientButton.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/GenericMessageDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/FourWaySplitter.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/FoldPanelBar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/FloatSpin.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/FlatNotebook.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/FlatMenu.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/data/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/data/Example_1.xls extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/CustomTreeCtrl.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/CubeColourDialog.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/ButtonPanel.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/ extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Wizard96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Wizard96.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/viewmag-p-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/viewmag-m-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/viewmagfit-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/viewmag-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/view2.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/view1.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/view_multicolumn.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/view_icon.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/view_detailed.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/view_choose.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/stthelp.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/sttheader.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/sttfont.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/sttbutton.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/stopdisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/stop.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/smtemp.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/smpi.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/smfuel.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/separatorflip.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/separator.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Search96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Search96.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/save.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/round.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/rewinddisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/rewind.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/recorddisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/record.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/plus5.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/plus4.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/plus3.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/plus2.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/plus1.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/playdisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/play.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Photo96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Photo96.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/pausedisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/pause.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/paste.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/open_folder.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/ok-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/notflagged.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/notchecked.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/new_folder.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/new_file.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Music96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Music96.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/month-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Monitor96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Monitor96.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/minus5.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/minus4.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/minus3.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/minus2.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/minus1.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/lbroll.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/lbnews.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/lbdecrypted.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/lbcharge.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/lbadd.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/italy.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/help-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/help.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/gradientbutton.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/ghost.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Folder96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Folder96.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/folder_new.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/folder.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/flagged.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/filesave.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/fileopen.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/filenew.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/field-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/ffwddisabled.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/ffwd.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Explorer96Flip40.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/Explorer96.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/exit-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/exit.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/empty_icon.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/editpaste.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/editcut.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/editcopy.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/cut.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/copy.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/contexthelp-16.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/contexthelp.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/columns.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/checked.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/canada.gif extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/aquanotflagged.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/aquanotchecked.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/aquaflagged.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/aquachecked.ico extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/aquabutton.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/bitmaps/advancedsplash.png extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/BalloonTip.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/AUI.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/AquaButton.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/AGWInfoBar.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/AdvancedSplash.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/agw/__demo__.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/AdjustChannels.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ActiveXWrapper_IE.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ActiveXWrapper_Acrobat.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ActiveX_PDFWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ActiveX_IEHtmlWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/ActiveX_FlashWindow.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/AboutBox.py extracting Python/Lib/site-packages/wxPython-demo-3.0.2.0/demo/About.py extracting Python/Lib/site-packages/wx-4.0-msw/ extracting Python/Lib/site-packages/wx-4.0-msw/wxPython-4.0.1.dist-info/ extracting Python/Lib/site-packages/wx-4.0-msw/wxPython-4.0.1.dist-info/WHEEL extracting Python/Lib/site-packages/wx-4.0-msw/wxPython-4.0.1.dist-info/top_level.txt extracting Python/Lib/site-packages/wx-4.0-msw/wxPython-4.0.1.dist-info/RECORD extracting Python/Lib/site-packages/wx-4.0-msw/wxPython-4.0.1.dist-info/metadata.json extracting Python/Lib/site-packages/wx-4.0-msw/wxPython-4.0.1.dist-info/METADATA extracting Python/Lib/site-packages/wx-4.0-msw/wxPython-4.0.1.dist-info/LICENSE.txt extracting Python/Lib/site-packages/wx-4.0-msw/wxPython-4.0.1.dist-info/INSTALLER extracting Python/Lib/site-packages/wx-4.0-msw/wxPython-4.0.1.dist-info/entry_points.txt extracting Python/Lib/site-packages/wx-4.0-msw/wxPython-4.0.1.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/wx-4.0-msw/wx/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/zlib1.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/xrc.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/xrc.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/xml.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/xml.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_xrc_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_webview_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_stc_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_richtext_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_ribbon_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_qa_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_propgrid_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_media_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_html_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_gl_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_core_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_aui_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxmsw30u_adv_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxbase30u_xml_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxbase30u_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/wxbase30u_net_vc90_x64.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/webkit.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/webkit.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/wxget_docs_demo.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/wxget.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/pywxrc.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/img2xpm.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/img2py.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/img2png.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/img2img.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/helpviewer.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/genaxmodule.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/dbg.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/tools/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/stc.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/stc.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/siplib.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/richtext.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/richtext.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/ribbon.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/ribbon.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/version.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/tests/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/tests/testall.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/tests/test_version.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/tests/test_pseudo.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/tests/test_introspect.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/tests/test_interpreter.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/sliceshell.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/shell.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/README.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PyWrap.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PySlicesShell.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PySlices_32.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PySlices_16.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PySlices.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PySlices.ico extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PyShell.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PyFilling.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PyCrust_32.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PyCrust_16.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PyCrust.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PyCrust.ico extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PyAlaModeTest.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PyAlaMode.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/PyAlaCarte.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/Py.ico extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/pseudo.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/path.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/parse.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/magic.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/introspect.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/interpreter.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/images.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/frame.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/filling.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/editwindow.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/editor.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/document.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/dispatcher.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/crustslices.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/crust.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/CHANGES.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/buffer.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/py/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/propgrid.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/propgrid.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/msw.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/msw.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/media.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/media.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/zh_TW/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/zh_TW/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/zh_TW/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/zh_CN/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/zh_CN/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/zh_CN/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/vi/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/vi/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/vi/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/uk/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/uk/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/uk/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/tr/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/tr/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/tr/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ta/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ta/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ta/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sv/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sv/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sv/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sq/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sq/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sq/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sl/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sl/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sl/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sk/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sk/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/sk/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ru/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ru/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ru/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ro/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ro/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ro/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/pt_BR/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/pt_BR/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/pt_BR/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/pt/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/pt/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/pt/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/pl/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/pl/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/pl/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/nl/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/nl/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/nl/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ne/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ne/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ne/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/nb/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/nb/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/nb/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ms/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ms/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ms/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/lv/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/lv/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/lv/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/lt/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/lt/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/lt/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ko_KR/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ko_KR/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ko_KR/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ja/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ja/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ja/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/it/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/it/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/it/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/id/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/id/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/id/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/hu/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/hu/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/hu/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/hi/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/hi/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/hi/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/gl_ES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/gl_ES/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/gl_ES/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/fr/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/fr/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/fr/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/fi/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/fi/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/fi/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/eu/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/eu/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/eu/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/es/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/es/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/es/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/el/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/el/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/el/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/de/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/de/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/de/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/da/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/da/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/da/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/cs/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/cs/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/cs/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ca@valencia/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ca@valencia/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ca@valencia/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ca/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ca/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ca/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ar/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ar/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/ar/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/an/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/an/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/an/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/af/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/af/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/locale/af/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-4.0-msw/wx/libxml2-2.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/libpng16-16.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/libpixman-1-0.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/libfreetype-6.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/libfontconfig-1.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/libcairo-2.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/wxpTag.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/wxcairo/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/wxcairo/wx_pycairo.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/wxcairo/wx_cairocffi.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/wxcairo/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/wordwrap.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/utils.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ticker_xrc.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ticker.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/throbber.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/stattext.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/statbmp.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/splitter.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/softwareupdate.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/sized_controls.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/sheet.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/scrolledpanel.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/resizewidget.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/rcsizer.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pydocview.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/utils/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/utils/xmltopicdefnprovider.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/utils/topictreeprinter.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/utils/notification.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/utils/misc.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/utils/exchandling.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/utils/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/setupkwargs.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/setuparg1.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/RELEASE_NOTES.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/README_WxPython.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/README.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/py2and3.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/pub.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/policies.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/LICENSE_BSD_Simple.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/runall_regression.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/runall.bat extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/multithreadloop.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_kwargs/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_kwargs/wx_win2.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_kwargs/wx_win1.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_kwargs/wx_main.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_kwargs/README.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_kwargs/console_senders.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_kwargs/console_main.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_kwargs/console_listeners.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_arg1/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_arg1/wx_main.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_arg1/README.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_arg1/console_senders.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_arg1/console_main.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/basic_arg1/console_listeners.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/README.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/notifhandle.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/main_kwargs.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/main_arg1.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/kwargs_topics_out.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/kwargs_topics.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/kwargs_senders.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/kwargs_listeners.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/exchandle.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/arg1_topics_out.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/arg1_topics.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/arg1_senders.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/examples/advanced/arg1_listeners.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/weakmethod.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/validatedefnargs.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/treeconfig.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/topicutils.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/topictreetraverser.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/topicobj.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/topicmgr.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/topicexc.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/topicdefnprovider.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/topicargspec.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/publisherbase.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/notificationmgr.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/listenerbase.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/listener.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/kwargs/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/kwargs/topicmgrimpl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/kwargs/topicargspecimpl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/kwargs/publishermixin.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/kwargs/publisher.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/kwargs/listenerimpl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/kwargs/datamsg.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/kwargs/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/itopicdefnprovider.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/imp2.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/callables.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/arg1/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/arg1/topicmgrimpl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/arg1/topicargspecimpl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/arg1/publishermixin.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/arg1/publisher.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/arg1/listenerimpl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/arg1/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/core/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pubsub/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/progressindicator.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/printout.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/popupctl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/utils.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/README.md extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/polyobjects.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/plotcanvas.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/examples/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/examples/simple_example.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/examples/demo.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/examples/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/CHANGELOG.md extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/__main__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/plot/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/platebtn.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfwin_old.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfwin.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/viewer.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/images.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/buttonpanel.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/ZoomOut.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/ZoomIn.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/Save.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/ReadMe.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/Printer.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/PlayerPrev.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/PlayerNext.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/PlayerLast.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/PlayerFirst.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/encode_bitmaps.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/DirectionV.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/DirectionH.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/ArrowRight.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/bitmaps/ArrowLeft.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/pdfviewer/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/oglmisc.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/lines.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/drawn.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/divided.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/diagram.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/composit.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/canvas.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/bmpshape.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/basic.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ogl/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/nvdlg.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/newevent.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/myole4ax.tlb extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/myole4ax.idl extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/multisash.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/msgpanel.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/mixins/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/mixins/treemixin.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/mixins/rubberband.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/mixins/listctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/mixins/inspection.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/mixins/imagelist.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/mixins/gridlabelrenderer.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/mixins/grid.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/mixins/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/masked/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/masked/timectrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/masked/textctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/masked/numctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/masked/maskededit.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/masked/ipaddrctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/masked/ctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/masked/combobox.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/masked/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/layoutf.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/langlistctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/itemspicker.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/intctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/inspection.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/infoframe.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/imageutils.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/imagebrowser.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/iewin_old.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/iewin.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/gridmovers.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/graphics.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/gizmos/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/gizmos/treelistctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/gizmos/ledctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/gizmos/dynamicsash.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/gizmos/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/gestures.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/foldmenu.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/Utilities/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/Utilities/GUI.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/Utilities/Colors.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/Utilities/BBox.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/Utilities/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/ScreenShot.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/Resources.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/NavCanvas.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/GUIMode.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/FloatCanvas.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/FCObjects.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/FCEvents.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatcanvas/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/floatbar.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/flashwin_old.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/flashwin.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/filebrowsebutton.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/fancytext.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/expando.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/evtmgr.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/eventwatcher.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/eventStack.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/embeddedimage.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/editor/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/editor/selection.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/editor/README.txt extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/editor/images.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/editor/editor.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/editor/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/dragscroller.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/docview.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/dialogs.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/delayedresult.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/combotreebox.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourutils.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourselect.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourdb.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourchooser/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourchooser/pypalette.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourchooser/pycolourslider.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourchooser/pycolourchooser.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourchooser/pycolourbox.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourchooser/intl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourchooser/canvas.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/colourchooser/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/ClickableHtmlWindow.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/CDate.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/calendar.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/buttons.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/busy.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/art/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/art/img2pyartprov.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/art/flagart.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/art/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/anchors.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/analogclock/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/analogclock/styles.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/analogclock/setup.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/analogclock/lib_setup/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/analogclock/lib_setup/fontselect.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/analogclock/lib_setup/buttontreectrlpanel.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/analogclock/lib_setup/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/analogclock/helpers.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/analogclock/analogclock.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/analogclock/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/zoombar.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/xlsgrid.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ultimatelistctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/toasterbox.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/thumbnailctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/supertooltip.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/speedmeter.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/shortcuteditor.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/shapedbutton.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/rulerctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/toolbar.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/panel.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/page.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/gallery.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/control.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/buttonbar.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/bar.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/art_osx.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/art_msw.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/art_internal.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/art_default.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/art_aui.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/art.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/ribbon/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/pyprogress.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/pygauge.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/pycollapsiblepane.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/pybusyinfo.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/piectrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/persist/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/persist/persistencemanager.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/persist/persist_handlers.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/persist/persist_constants.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/persist/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/peakmeter.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/multidirdialog.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/labelbook.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/knobctrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/infobar.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/hypertreelist.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/hyperlink.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/gradientbutton.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/genericmessagedialog.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/fourwaysplitter.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/foldpanelbar.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/fmresources.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/fmcustomizedlg.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/floatspin.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/flatnotebook.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/flatmenu.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/data/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/data/ShortcutEditor_4_thumb.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/data/ShortcutEditor_4.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/data/ShortcutEditor_3_thumb.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/data/ShortcutEditor_3.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/data/ShortcutEditor_2_thumb.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/data/ShortcutEditor_2.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/data/ShortcutEditor_1_thumb.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/data/ShortcutEditor_1.png extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/data/default_help_text.html extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/customtreectrl.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/cubecolourdialog.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/buttonpanel.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/balloontip.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/ extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/tabmdi.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/tabart.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/framemanager.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/dockart.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/auibook.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/auibar.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/aui_utilities.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/aui_switcherdialog.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/aui_constants.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aui/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/artmanager.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/aquabutton.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/advancedsplash.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/agw/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/activexwrapper.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/activex.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/lib/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/iconv.dll extracting Python/Lib/site-packages/wx-4.0-msw/wx/html2.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/html2.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/html.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/html.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/grid.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/grid.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/glcanvas.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/glcanvas.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/gizmos.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/dataview.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/dataview.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/core.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/core.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/aui.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/aui.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/adv.pyi extracting Python/Lib/site-packages/wx-4.0-msw/wx/adv.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/_xrc.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_xml.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_stc.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_richtext.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_ribbon.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_propgrid.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_msw.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_media.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_html2.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_html.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_grid.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_glcanvas.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_dataview.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_core.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_aui.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/_adv.pyd extracting Python/Lib/site-packages/wx-4.0-msw/wx/__version__.py extracting Python/Lib/site-packages/wx-4.0-msw/wx/__init__.py extracting Python/Lib/site-packages/wx-4.0-msw/six-1.11.0.dist-info/ extracting Python/Lib/site-packages/wx-4.0-msw/six-1.11.0.dist-info/WHEEL extracting Python/Lib/site-packages/wx-4.0-msw/six-1.11.0.dist-info/top_level.txt extracting Python/Lib/site-packages/wx-4.0-msw/six-1.11.0.dist-info/RECORD extracting Python/Lib/site-packages/wx-4.0-msw/six-1.11.0.dist-info/metadata.json extracting Python/Lib/site-packages/wx-4.0-msw/six-1.11.0.dist-info/METADATA extracting Python/Lib/site-packages/wx-4.0-msw/six-1.11.0.dist-info/INSTALLER extracting Python/Lib/site-packages/wx-4.0-msw/six-1.11.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/wx-4.0-msw/six.py extracting Python/Lib/site-packages/wx-4.0-msw/bin/ extracting Python/Lib/site-packages/wx-4.0-msw/bin/wxget.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/wxdocs.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/wxdemo.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/pywxrc.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/pyslicesshell.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/pyslices.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/pyshell.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/pycrust.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/img2xpm.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/img2py.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/img2png.exe extracting Python/Lib/site-packages/wx-4.0-msw/bin/helpviewer.exe extracting Python/Lib/site-packages/wx-3.0-msw/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/zlib1.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/xrc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_xrc_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_webview_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_stc_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_richtext_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_ribbon_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_qa_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_propgrid_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_media_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_html_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_gl_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_core_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_aui_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxmsw30u_adv_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxbase30u_xml_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxbase30u_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wxbase30u_net_vc90_x64.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/wizard.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/webkit.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/XRCed_32.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/XRCed_16.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/xrced.xrc extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/xrced.sh extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/xrced.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/xrced.ico extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/xrced.htb extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/XMLTreeMenu.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/XMLTree.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/view.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/undo.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/tools.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/TODO.txt extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/TestWin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/sawfishrc extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/README.txt extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/presenter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/xh_wxlib.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/xh_gizmos.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/wxlib.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/gizmos.crx extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/core.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/controls.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxTreeCtrl.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxTreebook.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxToolBar.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxToggleButton.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxTextCtrl.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxStatusBar.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxStaticText.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxStaticLine.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxStaticBoxSizer.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxStaticBox.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxStaticBitmap.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxSplitterWindow.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxSpinCtrl.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxSpinButton.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxSlider.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxScrolledWindow.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxScrollBar.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxRadioButton.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxNotebook.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxMenuItem.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxMenuBar.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxMenu.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxListCtrl.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxListBox.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxListbook.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxHyperlinkCtrl.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxGridSizer.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxGridBagSizer.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxGrid_bad.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxGrid.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxGauge.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxFrame.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxFlexGridSizer.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxFilePickerCtrl.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxDialog.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxComboBox.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxChoicebook.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxChoice.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxCheckBox.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxButton.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxBoxSizer.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/wxBitmapButton.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/TreeListCtrl.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/tool.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/spacer.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/sizer.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/separator.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/LEDNumberCtrl.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/EditableListBox.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/bitmaps/DynamicSashWindow.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugins/_bitmaps.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/plugin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/params.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/model.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/meta.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/listener.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/license.txt extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/images_32x32.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/images.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/globals.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/generate.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/encode_bitmaps.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/component.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/CHANGES.txt extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/AttributePanel.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/attribute.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/XRCed/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/pywxrc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/img2xpm.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/img2py.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/img2png.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/img2img.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/helpviewer.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/genaxmodule.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/TODO extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/THANKS extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/yaml.yaml extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/Xtext.xtext extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/xml.xml extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/visual_basic.vb extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/vhdl.vhdl extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/verilog.v extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/vbscript.vbs extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/vala.vala extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/unicode_text.txt extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/tcl_tk.tcl extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/system_verilog.sv extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/svg.svg extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/stata.do extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/squirrel.nut extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/sql.sql extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/smalltalk.st extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/scheme.scm extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/s.s extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/ruby.rb extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/r.r extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/python.python extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/properties.ini extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/progress_4gl.4gl extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/postscript.ps extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/plain_text.txt extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/pl_sql.plsql extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/pike.pike extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/php.php extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/perl.pl extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/pascal.pas extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/ooc.ooc extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/octave.oct extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/objective_c.mm extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/nullsoft_installer_script.nsi extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/nonmem_control_stream.ctl extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/newlisp.lsp extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/netwide_assembler.nasm extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/microsoft_sql.sql extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/matlab.matlab extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/masm.masm extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/mako.mako extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/makefile.mak extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/lua.lua extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/lout.lt extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/lisp.lisp extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/latex.tex extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/korn_shell_script.ksh extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/kix.kix extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/javascript.js extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/java.java extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/issuelist.isl extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/inno_setup_script.iss extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/html.html extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/haxe.hx extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/haskell.hs extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/gui4cli.gui extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/groovy.groovy extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/glsl.glsl extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/fortran_95.f95 extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/fortran_77.for extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/forth.4th extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/flagship.prg extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/ferite.fe extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/erlang.erl extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/eiffel.e extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/edje.edc extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/editra_style_sheet.ess extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/dsp56k_assembly.56k extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/dot.dot extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/dos_batch_script.bat extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/django.django extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/diff_file.diff extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/d.d extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/c-shell_script.csh extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/csharp.cs extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/cpp.cpp extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/coldfusion.cfm extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/cobra.cobra extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/cilk.cilk extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/cascading_style_sheet.css extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/caml.ml extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/c.c extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/boo.boo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/bash_shell_script.sh extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/apache_conf.conf extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/ada.adb extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/actionscript.as extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/tests/syntax/68k_assembly.68k extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/styles/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/styles/Mocha.ess extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/styles/Midnight.ess extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/styles/Guepardo.ess extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/styles/Dessert.ess extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/styles/Default.ess extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/styles/Cream.ess extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/styles/BlueMonday.ess extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/styles/Blue.ess extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/styles/BlackBoard.ess extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/wxcompat.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/util.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/updater.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/synxml.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/syntax.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/synglob.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/synextreg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/syndata.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/README extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_yaml.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_xtext.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_xml.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_visualbasic.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_vhdl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_verilog.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_vbscript.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_tcl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_stata.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_squirrel.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_sql.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_smalltalk.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_sh.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_s.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_ruby.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_python.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_props.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_progress.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_postscript.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_pike.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_php.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_perl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_pascal.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_ooc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_nsis.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_nonmem.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_nasm.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_mssql.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_matlab.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_masm.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_mako.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_make.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_lua.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_lout.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_lisp.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_latex.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_kix.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_javascript.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_java.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_issuelist.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_inno.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_html.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_haxe.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_haskell.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_gui4cli.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_groovy.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_glsl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_fortran.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_forth.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_flagship.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_ferite.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_erlang.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_eiffel.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_edje.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_editra_ss.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_dot.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_django.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_diff.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_d.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_css.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_cpp.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_cobra.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_caml.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_boo.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_batch.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_asm68k.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_asm.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_apache.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_ada.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/_actionscript.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/syntax/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/style_editor.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/profiler.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/prefdlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/plugin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/plugdlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/perspective.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/info.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/iface.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/generator.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/vertedit.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/stcspellcheck.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/stcprint.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/README extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/util.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/unistring.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/token.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/vs.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/vim.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/trac.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/tango.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/perldoc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/pastie.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/native.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/murphy.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/monokai.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/manni.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/fruity.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/friendly.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/emacs.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/default.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/colorful.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/bw.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/borland.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/autumn.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/styles/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/style.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/scanner.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/plugin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/web.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/text.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/templates.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/special.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/parsers.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/other.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/math.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/hdl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/functional.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/dotnet.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/compiled.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/asm.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/agile.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/_vimbuiltins.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/_phpbuiltins.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/_mapping.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/_luabuiltins.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/_clbuiltins.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/_asybuiltins.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexers/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/lexer.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/terminal256.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/terminal.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/svg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/rtf.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/other.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/latex.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/img.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/html.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/bbcode.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/_mapping.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatters/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/formatter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/filters/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/filters/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/filter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/console.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/cmdline.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pygments/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pubsub.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/pkg_resources.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/flatnotebook.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/ez_setup.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/events.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/embeddedimage.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/decorlib.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/tabmdi.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/tabart.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/framemanager.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/dockart.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/auibook.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/auibar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/aui_utilities.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/aui_switcherdialog.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/aui_constants.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/aui/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/extern/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/Editra.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/edimage.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_xml.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_vim.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_txt.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_toolbar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_thread.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_theme.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_tab.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_style.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_stc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_statbar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_shelf.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_session.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_search.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_print.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_pages.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_msg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_mpane.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_menu.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_mdlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_marker.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_main.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_log.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_keyh.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_ipc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_i18n.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_glob.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_fmgr.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_event.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_editv.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_crypt.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_cmdbar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_bookmark.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_book.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_basewin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_basestc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ed_art.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/txtentry.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/segmentbk.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/pstatbar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/platebtn.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/panelbox.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/outbuff.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/infodlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/finddlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/filterdlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/filemgrdlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/errdlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/encdlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/elistmix.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/elistctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/ecpickers.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/eclutil.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/ecbasewin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/ctrlbox.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/colorsetter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/choicedlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/auinavi.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/_infobar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/_filetree.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/eclib/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/txtutil.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/searcheng.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/osutil.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/miscutil.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/logfile.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/histcache.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/fileutil.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/fileimpl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/fchecker.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/efilehist.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/e_weblib.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/cmenumgr.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/clipboard.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/calllock.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/backupmgr.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/_winrecycle.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/_trash.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/_threads.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/_efactory.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/_dirmon.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/ebmlib/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/doctools.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/dev_tool.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/autocomp/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/autocomp/simplecomp.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/autocomp/pycomp.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/autocomp/htmlcomp.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/autocomp/csscomp.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/autocomp/completer.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/autocomp/autocomp.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/autocomp/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/src/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/README extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/plugins/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/plugins/PyShell-0.8-py2.7.egg extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/plugins/PyShell-0.8-py2.6.egg extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/plugins/Launch-1.13-py2.7.egg extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/plugins/Launch-1.13-py2.6.egg extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/plugins/FileBrowser-2.2-py2.7.egg extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/plugins/FileBrowser-2.2-py2.6.egg extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/plugins/CodeBrowser-1.5-py2.7.egg extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/plugins/CodeBrowser-1.5-py2.6.egg extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/web.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/undo.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/theme.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/save.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/redo.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/print.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/pref.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/paste.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/package.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/open.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/new.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/forward.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/findr.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/find.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/doc_props.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/cut.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/copy.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/backward.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/toolbar/advanced.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/other/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/other/doc_props.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/mime/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/mime/text.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/mime/shell.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/mime/ruby.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/mime/python.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/mime/php.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/mime/java.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/mime/html.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/mime/css.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/mime/boo.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/web.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/variable.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/usb.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/up.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/undo.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/theme.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/tex_gen.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/style_edit.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/stop.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/selectall.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/saveas.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/save.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/rtf_gen.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/remove.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/refresh.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/redo.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/readonly.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/quit.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/pyshell.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/property.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/printpre.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/print.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/pref.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/plugin.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/paste.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/package.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/outdent.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/open.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/newwin.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/newfolder.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/new.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/method.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/mail.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/log.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/indent.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/html_gen.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/harddisk.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/function.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/forward.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/font.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/folder.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/floppy.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/findr.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/find.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/file.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/element.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/down.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/docs.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/doc_props.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/delete_all.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/delete.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/cut.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/copy.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/computer.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/class.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/cdrom.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/bmark_pre.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/bmark_next.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/bmark_add.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/bin_file.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/backward.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/attribute.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/advanced.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/add.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/menu/about.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/COPYING extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Tango/AUTHORS extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Default/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/theme/Default/README extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/splashwarn.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/editra64.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/editra256.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/editra_doc.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/editra_doc.ico extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/editra_doc.icns extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/editra.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/editra.ico extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/pixmaps/Editra.icns extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/NEWS extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/zh_TW/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/zh_TW/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/zh_TW/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/zh_CN/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/zh_CN/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/zh_CN/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/uk_UA/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/uk_UA/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/uk_UA/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/tr_TR/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/tr_TR/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/tr_TR/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sv_SE/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sv_SE/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sv_SE/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sr_RS/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sr_RS/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sr_RS/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sl_SI/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sl_SI/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sl_SI/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sk_SK/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sk_SK/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/sk_SK/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ru_RU/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ru_RU/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ru_RU/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ro_RO/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ro_RO/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ro_RO/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/pt_BR/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/pt_BR/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/pt_BR/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/pl_PL/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/pl_PL/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/pl_PL/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/nn_NO/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/nn_NO/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/nn_NO/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/nl_NL/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/nl_NL/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/nl_NL/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/lv_LV/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/lv_LV/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/lv_LV/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ja_JP/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ja_JP/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ja_JP/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/it_IT/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/it_IT/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/it_IT/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/hu_HU/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/hu_HU/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/hu_HU/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/hr_HR/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/hr_HR/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/hr_HR/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/gl_ES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/gl_ES/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/gl_ES/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/fr_FR/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/fr_FR/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/fr_FR/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/es_ES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/es_ES/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/es_ES/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/en_US/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/en_US/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/en_US/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/de_DE/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/de_DE/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/de_DE/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/da_DK/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/da_DK/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/da_DK/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/cs_CZ/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/cs_CZ/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/cs_CZ/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ca_ES@valencia/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ca_ES@valencia/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/locale/ca_ES@valencia/LC_MESSAGES/Editra.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/launcher.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/FAQ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/Editra extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/docs/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/docs/editra_style_sheets.txt extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/COPYING extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/CHANGELOG extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/AUTHORS extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/Editra/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/dbg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/tools/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/stc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/richtext.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/version.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/tests/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/tests/testall.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/tests/test_version.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/tests/test_pseudo.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/tests/test_introspect.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/tests/test_interpreter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/sliceshell.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/shell.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/README.txt extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PyWrap.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PySlicesShell.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PySlices_32.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PySlices_16.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PySlices.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PySlices.ico extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PyShell.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PyFilling.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PyCrust_32.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PyCrust_16.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PyCrust.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PyCrust.ico extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PyAlaModeTest.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PyAlaMode.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/PyAlaCarte.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/Py.ico extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/pseudo.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/path.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/parse.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/magic.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/introspect.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/interpreter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/images.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/frame.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/filling.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/editwindow.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/editor.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/document.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/dispatcher.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/crustslices.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/crust.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/CHANGES.txt extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/buffer.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/py/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/propgrid.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/media.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/zh_TW/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/zh_TW/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/zh_TW/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/zh_CN/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/zh_CN/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/zh_CN/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/vi/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/vi/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/vi/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/uk/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/uk/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/uk/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/tr/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/tr/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/tr/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ta/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ta/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ta/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sv/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sv/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sv/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sq/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sq/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sq/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sl/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sl/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sl/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sk/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sk/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/sk/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ru/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ru/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ru/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ro/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ro/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ro/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/pt_BR/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/pt_BR/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/pt_BR/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/pt/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/pt/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/pt/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/pl/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/pl/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/pl/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/nl/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/nl/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/nl/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ne/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ne/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ne/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/nb/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/nb/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/nb/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ms/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ms/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ms/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/lv/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/lv/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/lv/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/lt/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/lt/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/lt/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ko_KR/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ko_KR/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ko_KR/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ja/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ja/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ja/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/it/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/it/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/it/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/id/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/id/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/id/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/hu/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/hu/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/hu/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/hi/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/hi/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/hi/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/gl_ES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/gl_ES/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/gl_ES/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/fr/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/fr/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/fr/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/fi/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/fi/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/fi/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/eu/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/eu/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/eu/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/es/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/es/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/es/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/el/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/el/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/el/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/de/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/de/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/de/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/da/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/da/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/da/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/cs/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/cs/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/cs/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ca@valencia/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ca@valencia/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ca@valencia/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ca/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ca/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ca/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ar/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ar/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/ar/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/an/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/an/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/an/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/af/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/af/LC_MESSAGES/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/locale/af/LC_MESSAGES/wxstd.mo extracting Python/Lib/site-packages/wx-3.0-msw/wx/libpng14-14.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/libfontconfig-1.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/libexpat-1.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/libcairo-script-interpreter-2.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/libcairo-gobject-2.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/libcairo-2.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/wxpTag.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/wxPlotCanvas.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/wxcairo.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/wordwrap.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/utils.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ticker_xrc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ticker.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/throbber.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/stattext.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/statbmp.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/splitter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/splashscreen.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/softwareupdate.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/sized_controls.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/shell.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/sheet.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/scrolledpanel.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/rpcMixin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/rightalign.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/resizewidget.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/rcsizer.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pyshell.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pydocview.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/utils/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/utils/xmltopicdefnprovider.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/utils/topictreeprinter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/utils/notification.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/utils/misc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/utils/exchandling.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/utils/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/setupkwargs.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/setuparg1.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/py2and3.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/pub.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/policies.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/weakmethod.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/validatedefnargs.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/treeconfig.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/topicutils.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/topictreetraverser.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/topicobj.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/topicmgr.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/topicexc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/topicdefnprovider.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/topicargspec.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/publisherbase.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/notificationmgr.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/listenerbase.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/listener.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/kwargs/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/kwargs/topicmgrimpl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/kwargs/topicargspecimpl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/kwargs/publishermixin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/kwargs/publisher.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/kwargs/listenerimpl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/kwargs/datamsg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/kwargs/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/itopicdefnprovider.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/imp2.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/callables.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/arg1/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/arg1/topicmgrimpl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/arg1/topicargspecimpl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/arg1/publishermixin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/arg1/publisher.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/arg1/listenerimpl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/arg1/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/core/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pubsub/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/progressindicator.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/printout.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/popupctl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/plot.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/platebtn.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pdfwin_old.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pdfwin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pdfviewer/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pdfviewer/viewer.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pdfviewer/vec2d.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pdfviewer/images.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pdfviewer/dcgraphics.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pdfviewer/buttonpanel.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pdfviewer/bezier.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/pdfviewer/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/_oglmisc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/_lines.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/_drawn.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/_divided.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/_diagram.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/_composit.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/_canvas.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/_bmpshape.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/_basic.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ogl/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/nvdlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/newevent.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/myole4ax.tlb extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/myole4ax.idl extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/mvctree.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/multisash.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/msgpanel.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/mixins/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/mixins/treemixin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/mixins/rubberband.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/mixins/listctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/mixins/inspection.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/mixins/imagelist.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/mixins/gridlabelrenderer.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/mixins/grid.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/mixins/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/masked/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/masked/timectrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/masked/textctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/masked/numctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/masked/maskededit.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/masked/ipaddrctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/masked/ctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/masked/combobox.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/masked/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/layoutf.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/langlistctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/itemspicker.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/intctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/inspection.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/infoframe.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/imageutils.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/imagebrowser.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/iewin_old.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/iewin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/hyperlink.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/grids.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/gridmovers.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/graphics.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/gestures.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/foldpanelbar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/foldmenu.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/Utilities/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/Utilities/GUI.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/Utilities/Colors.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/Utilities/BBoxTest.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/Utilities/BBox.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/Utilities/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/ScreenShot.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/Resources.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/NavCanvas.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/GUIMode.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/FloatCanvas.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatcanvas/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/floatbar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/flatnotebook.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/flashwin_old.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/flashwin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/filebrowsebutton.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/fancytext.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/expando.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/evtmgr.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/eventwatcher.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/eventStack.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/embeddedimage.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/editor/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/editor/selection.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/editor/README.txt extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/editor/images.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/editor/editor.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/editor/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/dragscroller.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/docview.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/dialogs.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/delayedresult.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/customtreectrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/combotreebox.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourutils.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourselect.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourdb.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourchooser/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourchooser/pypalette.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourchooser/pycolourslider.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourchooser/pycolourchooser.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourchooser/pycolourbox.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourchooser/intl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourchooser/canvas.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/colourchooser/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/ClickableHtmlWindow.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/CDate.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/calendar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/buttons.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/buttonpanel.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/busy.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/art/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/art/img2pyartprov.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/art/flagart.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/art/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/anchors.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/styles.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/setup.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/lib_setup/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/lib_setup/fontselect.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/lib_setup/colourselect.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/lib_setup/buttontreectrlpanel.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/lib_setup/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/helpers.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/analogclock.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/analogclock/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/zoombar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/xlsgrid.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ultimatelistctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/toasterbox.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/thumbnailctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/supertooltip.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/speedmeter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/shortcuteditor.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/shapedbutton.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/rulerctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/toolbar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/panel.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/page.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/gallery.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/control.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/buttonbar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/bar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/art_osx.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/art_msw.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/art_internal.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/art_default.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/art_aui.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/art.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/ribbon/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/pyprogress.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/pygauge.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/pycollapsiblepane.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/pybusyinfo.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/piectrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/persist/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/persist/persistencemanager.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/persist/persist_handlers.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/persist/persist_constants.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/persist/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/peakmeter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/multidirdialog.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/labelbook.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/knobctrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/infobar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/hypertreelist.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/hyperlink.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/gradientbutton.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/genericmessagedialog.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/fourwaysplitter.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/foldpanelbar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/fmresources.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/fmcustomizedlg.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/floatspin.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/flatnotebook.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/flatmenu.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/data/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/data/ShortcutEditor_4_thumb.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/data/ShortcutEditor_4.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/data/ShortcutEditor_3_thumb.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/data/ShortcutEditor_3.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/data/ShortcutEditor_2_thumb.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/data/ShortcutEditor_2.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/data/ShortcutEditor_1_thumb.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/data/ShortcutEditor_1.png extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/data/default_help_text.html extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/customtreectrl.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/cubecolourdialog.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/buttonpanel.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/balloontip.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/tabmdi.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/tabart.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/framemanager.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/dockart.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/auibook.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/auibar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/aui_utilities.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/aui_switcherdialog.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/aui_constants.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aui/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/artmanager.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/aquabutton.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/advancedsplash.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/agw/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/activexwrapper.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/activex.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/lib/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/html2.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/html.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/grid.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/glcanvas.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/gizmos.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/freetype6.dll extracting Python/Lib/site-packages/wx-3.0-msw/wx/dataview.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/combo.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/calendar.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/build/ extracting Python/Lib/site-packages/wx-3.0-msw/wx/build/config.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/build/cfg_version.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/build/build_options.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/build/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/aui.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/animate.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/activex.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/_xrc.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_wizard.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_windows_.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_windows.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/_webkit.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_stc.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_richtext.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_propgrid.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_misc_.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_misc.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/_media.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_html2.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_html.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_grid.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_glcanvas.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_gizmos.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_gdi_.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_gdi.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/_dataview.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_core_.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_core.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/_controls_.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_controls.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/_combo.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_calendar.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_aui.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_animate.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/_activex.pyd extracting Python/Lib/site-packages/wx-3.0-msw/wx/__version__.py extracting Python/Lib/site-packages/wx-3.0-msw/wx/__init__.py extracting Python/Lib/site-packages/wx-3.0-msw/unins000.exe extracting Python/Lib/site-packages/wx-3.0-msw/unins000.dat extracting Python/Lib/site-packages/wx-3.0-msw/docs/ extracting Python/Lib/site-packages/wx-3.0-msw/docs/README.win32.txt extracting Python/Lib/site-packages/wx-3.0-msw/docs/MigrationGuide.txt extracting Python/Lib/site-packages/wx-3.0-msw/docs/MigrationGuide.html extracting Python/Lib/site-packages/wx-3.0-msw/docs/licence/ extracting Python/Lib/site-packages/wx-3.0-msw/docs/licence/preamble.txt extracting Python/Lib/site-packages/wx-3.0-msw/docs/licence/licendoc.txt extracting Python/Lib/site-packages/wx-3.0-msw/docs/licence/licence.txt extracting Python/Lib/site-packages/wx-3.0-msw/docs/licence/lgpl.txt extracting Python/Lib/site-packages/wx-3.0-msw/docs/default.css extracting Python/Lib/site-packages/wx-3.0-msw/docs/CHANGES.txt extracting Python/Lib/site-packages/wx-3.0-msw/docs/CHANGES.html extracting Python/Lib/site-packages/wx.pth extracting Python/Lib/site-packages/winreg/ extracting Python/Lib/site-packages/winreg/__init__.pyc extracting Python/Lib/site-packages/winreg/__init__.py extracting Python/Lib/site-packages/win32comext/ extracting Python/Lib/site-packages/win32comext/taskscheduler/ extracting Python/Lib/site-packages/win32comext/taskscheduler/test/ extracting Python/Lib/site-packages/win32comext/taskscheduler/test/test_localsystem.py extracting Python/Lib/site-packages/win32comext/taskscheduler/test/test_addtask_2.py extracting Python/Lib/site-packages/win32comext/taskscheduler/test/test_addtask_1.py extracting Python/Lib/site-packages/win32comext/taskscheduler/test/test_addtask.py extracting Python/Lib/site-packages/win32comext/taskscheduler/taskscheduler.pyd extracting Python/Lib/site-packages/win32comext/taskscheduler/__init__.py extracting Python/Lib/site-packages/win32comext/shell/ extracting Python/Lib/site-packages/win32comext/shell/test/ extracting Python/Lib/site-packages/win32comext/shell/test/testSHFileOperation.py extracting Python/Lib/site-packages/win32comext/shell/test/testShellItem.py extracting Python/Lib/site-packages/win32comext/shell/test/testShellFolder.py extracting Python/Lib/site-packages/win32comext/shell/shellcon.py extracting Python/Lib/site-packages/win32comext/shell/shell.pyd extracting Python/Lib/site-packages/win32comext/shell/demos/ extracting Python/Lib/site-packages/win32comext/shell/demos/walk_shell_folders.py extracting Python/Lib/site-packages/win32comext/shell/demos/viewstate.py extracting Python/Lib/site-packages/win32comext/shell/demos/shellexecuteex.py extracting Python/Lib/site-packages/win32comext/shell/demos/servers/ extracting Python/Lib/site-packages/win32comext/shell/demos/servers/shell_view.py extracting Python/Lib/site-packages/win32comext/shell/demos/servers/icon_handler.py extracting Python/Lib/site-packages/win32comext/shell/demos/servers/folder_view.py extracting Python/Lib/site-packages/win32comext/shell/demos/servers/empty_volume_cache.py extracting Python/Lib/site-packages/win32comext/shell/demos/servers/copy_hook.py extracting Python/Lib/site-packages/win32comext/shell/demos/servers/context_menu.py extracting Python/Lib/site-packages/win32comext/shell/demos/servers/column_provider.py extracting Python/Lib/site-packages/win32comext/shell/demos/IUniformResourceLocator.py extracting Python/Lib/site-packages/win32comext/shell/demos/ITransferAdviseSink.py extracting Python/Lib/site-packages/win32comext/shell/demos/IShellLinkDataList.py extracting Python/Lib/site-packages/win32comext/shell/demos/IFileOperationProgressSink.py extracting Python/Lib/site-packages/win32comext/shell/demos/IActiveDesktop.py extracting Python/Lib/site-packages/win32comext/shell/demos/explorer_browser.py extracting Python/Lib/site-packages/win32comext/shell/demos/dump_link.py extracting Python/Lib/site-packages/win32comext/shell/demos/create_link.py extracting Python/Lib/site-packages/win32comext/shell/demos/browse_for_folder.py extracting Python/Lib/site-packages/win32comext/shell/__init__.pyc extracting Python/Lib/site-packages/win32comext/shell/__init__.py extracting Python/Lib/site-packages/win32comext/propsys/ extracting Python/Lib/site-packages/win32comext/propsys/test/ extracting Python/Lib/site-packages/win32comext/propsys/test/testpropsys.py extracting Python/Lib/site-packages/win32comext/propsys/pscon.py extracting Python/Lib/site-packages/win32comext/propsys/propsys.pyd extracting Python/Lib/site-packages/win32comext/propsys/__init__.py extracting Python/Lib/site-packages/win32comext/mapi/ extracting Python/Lib/site-packages/win32comext/mapi/mapiutil.py extracting Python/Lib/site-packages/win32comext/mapi/mapitags.py extracting Python/Lib/site-packages/win32comext/mapi/mapi.pyd extracting Python/Lib/site-packages/win32comext/mapi/emsabtags.py extracting Python/Lib/site-packages/win32comext/mapi/demos/ extracting Python/Lib/site-packages/win32comext/mapi/demos/mapisend.py extracting Python/Lib/site-packages/win32comext/mapi/__init__.py extracting Python/Lib/site-packages/win32comext/internet/ extracting Python/Lib/site-packages/win32comext/internet/internet.pyd extracting Python/Lib/site-packages/win32comext/internet/inetcon.py extracting Python/Lib/site-packages/win32comext/internet/__init__.py extracting Python/Lib/site-packages/win32comext/ifilter/ extracting Python/Lib/site-packages/win32comext/ifilter/ifiltercon.py extracting Python/Lib/site-packages/win32comext/ifilter/ifilter.pyd extracting Python/Lib/site-packages/win32comext/ifilter/demo/ extracting Python/Lib/site-packages/win32comext/ifilter/demo/filterDemo.py extracting Python/Lib/site-packages/win32comext/ifilter/__init__.py extracting Python/Lib/site-packages/win32comext/directsound/ extracting Python/Lib/site-packages/win32comext/directsound/test/ extracting Python/Lib/site-packages/win32comext/directsound/test/ds_test.py extracting Python/Lib/site-packages/win32comext/directsound/test/ds_record.py extracting Python/Lib/site-packages/win32comext/directsound/test/__init__.py extracting Python/Lib/site-packages/win32comext/directsound/directsound.pyd extracting Python/Lib/site-packages/win32comext/directsound/__init__.py extracting Python/Lib/site-packages/win32comext/bits/ extracting Python/Lib/site-packages/win32comext/bits/test/ extracting Python/Lib/site-packages/win32comext/bits/test/test_bits.py extracting Python/Lib/site-packages/win32comext/bits/test/show_all_jobs.py extracting Python/Lib/site-packages/win32comext/bits/bits.pyd extracting Python/Lib/site-packages/win32comext/bits/__init__.py extracting Python/Lib/site-packages/win32comext/axscript/ extracting Python/Lib/site-packages/win32comext/axscript/test/ extracting Python/Lib/site-packages/win32comext/axscript/test/testHost4Dbg.py extracting Python/Lib/site-packages/win32comext/axscript/test/testHost.py extracting Python/Lib/site-packages/win32comext/axscript/test/test.html extracting Python/Lib/site-packages/win32comext/axscript/test/leakTest.py extracting Python/Lib/site-packages/win32comext/axscript/test/debugTest.vbs extracting Python/Lib/site-packages/win32comext/axscript/test/debugTest.pys extracting Python/Lib/site-packages/win32comext/axscript/server/ extracting Python/Lib/site-packages/win32comext/axscript/server/error.py extracting Python/Lib/site-packages/win32comext/axscript/server/axsite.py extracting Python/Lib/site-packages/win32comext/axscript/server/__init__.py extracting Python/Lib/site-packages/win32comext/axscript/Demos/ extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/wsh/ extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/wsh/test.pys extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/wsh/registry.pys extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/wsh/excel.pys extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/wsh/blank.pys extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/ extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/pycom_blowing.gif extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/mousetrack.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/MarqueeText1.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/marqueeDemo.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/form.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/foo2.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/docwrite.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/demo_menu.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/demo_intro.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/demo_check.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/demo.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/dbgtest.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/ie/calc.htm extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/asp/ extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/asp/tut1.asp extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/asp/interrupt/ extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/asp/interrupt/test1.html extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/asp/interrupt/test1.asp extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/asp/interrupt/test.html extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/asp/interrupt/test.asp extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/asp/CreateObject.asp extracting Python/Lib/site-packages/win32comext/axscript/Demos/client/asp/caps.asp extracting Python/Lib/site-packages/win32comext/axscript/client/ extracting Python/Lib/site-packages/win32comext/axscript/client/scriptdispatch.py extracting Python/Lib/site-packages/win32comext/axscript/client/pyscript_rexec.py extracting Python/Lib/site-packages/win32comext/axscript/client/pyscript.py extracting Python/Lib/site-packages/win32comext/axscript/client/pydumper.py extracting Python/Lib/site-packages/win32comext/axscript/client/framework.py extracting Python/Lib/site-packages/win32comext/axscript/client/error.py extracting Python/Lib/site-packages/win32comext/axscript/client/debug.py extracting Python/Lib/site-packages/win32comext/axscript/client/__init__.py extracting Python/Lib/site-packages/win32comext/axscript/axscript.pyd extracting Python/Lib/site-packages/win32comext/axscript/asputil.py extracting Python/Lib/site-packages/win32comext/axscript/__init__.py extracting Python/Lib/site-packages/win32comext/axdebug/ extracting Python/Lib/site-packages/win32comext/axdebug/util.py extracting Python/Lib/site-packages/win32comext/axdebug/stackframe.py extracting Python/Lib/site-packages/win32comext/axdebug/gateways.py extracting Python/Lib/site-packages/win32comext/axdebug/expressions.py extracting Python/Lib/site-packages/win32comext/axdebug/dump.py extracting Python/Lib/site-packages/win32comext/axdebug/documents.py extracting Python/Lib/site-packages/win32comext/axdebug/debugger.py extracting Python/Lib/site-packages/win32comext/axdebug/contexts.py extracting Python/Lib/site-packages/win32comext/axdebug/codecontainer.py extracting Python/Lib/site-packages/win32comext/axdebug/axdebug.pyd extracting Python/Lib/site-packages/win32comext/axdebug/adb.py extracting Python/Lib/site-packages/win32comext/axdebug/__init__.py extracting Python/Lib/site-packages/win32comext/axcontrol/ extracting Python/Lib/site-packages/win32comext/axcontrol/axcontrol.pyd extracting Python/Lib/site-packages/win32comext/axcontrol/__init__.py extracting Python/Lib/site-packages/win32comext/authorization/ extracting Python/Lib/site-packages/win32comext/authorization/demos/ extracting Python/Lib/site-packages/win32comext/authorization/demos/EditServiceSecurity.py extracting Python/Lib/site-packages/win32comext/authorization/demos/EditSecurity.py extracting Python/Lib/site-packages/win32comext/authorization/authorization.pyd extracting Python/Lib/site-packages/win32comext/authorization/__init__.py extracting Python/Lib/site-packages/win32comext/adsi/ extracting Python/Lib/site-packages/win32comext/adsi/demos/ extracting Python/Lib/site-packages/win32comext/adsi/demos/test.py extracting Python/Lib/site-packages/win32comext/adsi/demos/search.py extracting Python/Lib/site-packages/win32comext/adsi/demos/scp.py extracting Python/Lib/site-packages/win32comext/adsi/demos/objectPicker.py extracting Python/Lib/site-packages/win32comext/adsi/adsicon.py extracting Python/Lib/site-packages/win32comext/adsi/adsi.pyd extracting Python/Lib/site-packages/win32comext/adsi/__init__.py extracting Python/Lib/site-packages/win32com/ extracting Python/Lib/site-packages/win32com/util.py extracting Python/Lib/site-packages/win32com/universal.py extracting Python/Lib/site-packages/win32com/test/ extracting Python/Lib/site-packages/win32com/test/util.py extracting Python/Lib/site-packages/win32com/test/testxslt.xsl extracting Python/Lib/site-packages/win32com/test/testxslt.py extracting Python/Lib/site-packages/win32com/test/testxslt.js extracting Python/Lib/site-packages/win32com/test/testWMI.py extracting Python/Lib/site-packages/win32com/test/testvbscript_regexp.py extracting Python/Lib/site-packages/win32com/test/testvb.py extracting Python/Lib/site-packages/win32com/test/testStreams.py extracting Python/Lib/site-packages/win32com/test/testStorage.py extracting Python/Lib/site-packages/win32com/test/testShell.py extracting Python/Lib/site-packages/win32com/test/testServers.py extracting Python/Lib/site-packages/win32com/test/testROT.py extracting Python/Lib/site-packages/win32com/test/testPyScriptlet.js extracting Python/Lib/site-packages/win32com/test/Testpys.sct extracting Python/Lib/site-packages/win32com/test/testPyComTest.py extracting Python/Lib/site-packages/win32com/test/testPippo.py extracting Python/Lib/site-packages/win32com/test/testPersist.py extracting Python/Lib/site-packages/win32com/test/testNetscape.py extracting Python/Lib/site-packages/win32com/test/testMSOfficeEvents.py extracting Python/Lib/site-packages/win32com/test/testMSOffice.py extracting Python/Lib/site-packages/win32com/test/testMarshal.py extracting Python/Lib/site-packages/win32com/test/testmakepy.py extracting Python/Lib/site-packages/win32com/test/testIterators.py extracting Python/Lib/site-packages/win32com/test/testInterp.vbs extracting Python/Lib/site-packages/win32com/test/testGIT.py extracting Python/Lib/site-packages/win32com/test/testGatewayAddresses.py extracting Python/Lib/site-packages/win32com/test/testExplorer.py extracting Python/Lib/site-packages/win32com/test/testExchange.py extracting Python/Lib/site-packages/win32com/test/testDynamic.py extracting Python/Lib/site-packages/win32com/test/testDictionary.vbs extracting Python/Lib/site-packages/win32com/test/testDictionary.py extracting Python/Lib/site-packages/win32com/test/testDCOM.py extracting Python/Lib/site-packages/win32com/test/testCollections.py extracting Python/Lib/site-packages/win32com/test/testClipboard.py extracting Python/Lib/site-packages/win32com/test/testAXScript.py extracting Python/Lib/site-packages/win32com/test/testArrays.py extracting Python/Lib/site-packages/win32com/test/testall.py extracting Python/Lib/site-packages/win32com/test/testADOEvents.py extracting Python/Lib/site-packages/win32com/test/testAccess.py extracting Python/Lib/site-packages/win32com/test/readme.txt extracting Python/Lib/site-packages/win32com/test/policySemantics.py extracting Python/Lib/site-packages/win32com/test/pippo_server.py extracting Python/Lib/site-packages/win32com/test/pippo.idl extracting Python/Lib/site-packages/win32com/test/GenTestScripts.py extracting Python/Lib/site-packages/win32com/test/errorSemantics.py extracting Python/Lib/site-packages/win32com/test/daodump.py extracting Python/Lib/site-packages/win32com/test/__init__.py extracting Python/Lib/site-packages/win32com/storagecon.py extracting Python/Lib/site-packages/win32com/servers/ extracting Python/Lib/site-packages/win32com/servers/test_pycomtest.py extracting Python/Lib/site-packages/win32com/servers/PythonTools.py extracting Python/Lib/site-packages/win32com/servers/perfmon.py extracting Python/Lib/site-packages/win32com/servers/interp.py extracting Python/Lib/site-packages/win32com/servers/dictionary.py extracting Python/Lib/site-packages/win32com/servers/__init__.py extracting Python/Lib/site-packages/win32com/server/ extracting Python/Lib/site-packages/win32com/server/util.py extracting Python/Lib/site-packages/win32com/server/register.py extracting Python/Lib/site-packages/win32com/server/policy.py extracting Python/Lib/site-packages/win32com/server/localserver.py extracting Python/Lib/site-packages/win32com/server/factory.py extracting Python/Lib/site-packages/win32com/server/exception.py extracting Python/Lib/site-packages/win32com/server/dispatcher.py extracting Python/Lib/site-packages/win32com/server/connect.py extracting Python/Lib/site-packages/win32com/server/__init__.py extracting Python/Lib/site-packages/win32com/readme.htm extracting Python/Lib/site-packages/win32com/olectl.py extracting Python/Lib/site-packages/win32com/makegw/ extracting Python/Lib/site-packages/win32com/makegw/makegwparse.py extracting Python/Lib/site-packages/win32com/makegw/makegwenum.py extracting Python/Lib/site-packages/win32com/makegw/makegw.py extracting Python/Lib/site-packages/win32com/makegw/__init__.py extracting Python/Lib/site-packages/win32com/License.txt extracting Python/Lib/site-packages/win32com/libs/ extracting Python/Lib/site-packages/win32com/libs/pythoncom.lib extracting Python/Lib/site-packages/win32com/libs/axscript.lib extracting Python/Lib/site-packages/win32com/include/ extracting Python/Lib/site-packages/win32com/include/PythonCOMServer.h extracting Python/Lib/site-packages/win32com/include/PythonCOMRegister.h extracting Python/Lib/site-packages/win32com/include/PythonCOM.h extracting Python/Lib/site-packages/win32com/HTML/ extracting Python/Lib/site-packages/win32com/HTML/variant.html extracting Python/Lib/site-packages/win32com/HTML/QuickStartServerCom.html extracting Python/Lib/site-packages/win32com/HTML/QuickStartClientCom.html extracting Python/Lib/site-packages/win32com/HTML/PythonCOM.html extracting Python/Lib/site-packages/win32com/HTML/package.html extracting Python/Lib/site-packages/win32com/HTML/misc.html extracting Python/Lib/site-packages/win32com/HTML/index.html extracting Python/Lib/site-packages/win32com/HTML/image/ extracting Python/Lib/site-packages/win32com/HTML/image/www_icon.gif extracting Python/Lib/site-packages/win32com/HTML/image/pythoncom.gif extracting Python/Lib/site-packages/win32com/HTML/image/pycom_blowing.gif extracting Python/Lib/site-packages/win32com/HTML/image/BTN_PrevPage.gif extracting Python/Lib/site-packages/win32com/HTML/image/BTN_NextPage.gif extracting Python/Lib/site-packages/win32com/HTML/image/BTN_ManualTop.gif extracting Python/Lib/site-packages/win32com/HTML/image/BTN_HomePage.gif extracting Python/Lib/site-packages/win32com/HTML/image/blank.gif extracting Python/Lib/site-packages/win32com/HTML/GeneratedSupport.html extracting Python/Lib/site-packages/win32com/HTML/docindex.html extracting Python/Lib/site-packages/win32com/demos/ extracting Python/Lib/site-packages/win32com/demos/trybag.py extracting Python/Lib/site-packages/win32com/demos/outlookAddin.py extracting Python/Lib/site-packages/win32com/demos/ietoolbar.py extracting Python/Lib/site-packages/win32com/demos/iebutton.py extracting Python/Lib/site-packages/win32com/demos/excelRTDServer.py extracting Python/Lib/site-packages/win32com/demos/excelAddin.py extracting Python/Lib/site-packages/win32com/demos/eventsFreeThreaded.py extracting Python/Lib/site-packages/win32com/demos/eventsApartmentThreaded.py extracting Python/Lib/site-packages/win32com/demos/dump_clipboard.py extracting Python/Lib/site-packages/win32com/demos/connect.py extracting Python/Lib/site-packages/win32com/demos/__init__.py extracting Python/Lib/site-packages/win32com/client/ extracting Python/Lib/site-packages/win32com/client/util.py extracting Python/Lib/site-packages/win32com/client/tlbrowse.py extracting Python/Lib/site-packages/win32com/client/selecttlb.py extracting Python/Lib/site-packages/win32com/client/makepy.py extracting Python/Lib/site-packages/win32com/client/genpy.py extracting Python/Lib/site-packages/win32com/client/gencache.py extracting Python/Lib/site-packages/win32com/client/dynamic.py extracting Python/Lib/site-packages/win32com/client/connect.py extracting Python/Lib/site-packages/win32com/client/combrowse.py extracting Python/Lib/site-packages/win32com/client/CLSIDToClass.py extracting Python/Lib/site-packages/win32com/client/build.py extracting Python/Lib/site-packages/win32com/client/__init__.py extracting Python/Lib/site-packages/win32com/__init__.pyc extracting Python/Lib/site-packages/win32com/__init__.py extracting Python/Lib/site-packages/win32/ extracting Python/Lib/site-packages/win32/winxpgui.pyd extracting Python/Lib/site-packages/win32/win32wnet.pyd extracting Python/Lib/site-packages/win32/win32ts.pyd extracting Python/Lib/site-packages/win32/win32transaction.pyd extracting Python/Lib/site-packages/win32/win32trace.pyd extracting Python/Lib/site-packages/win32/win32service.pyd extracting Python/Lib/site-packages/win32/win32security.pyd extracting Python/Lib/site-packages/win32/win32ras.pyd extracting Python/Lib/site-packages/win32/win32profile.pyd extracting Python/Lib/site-packages/win32/win32process.pyd extracting Python/Lib/site-packages/win32/win32print.pyd extracting Python/Lib/site-packages/win32/win32pipe.pyd extracting Python/Lib/site-packages/win32/win32pdh.pyd extracting Python/Lib/site-packages/win32/win32net.pyd extracting Python/Lib/site-packages/win32/win32lz.pyd extracting Python/Lib/site-packages/win32/win32job.pyd extracting Python/Lib/site-packages/win32/win32inet.pyd extracting Python/Lib/site-packages/win32/win32help.pyd extracting Python/Lib/site-packages/win32/win32gui.pyd extracting Python/Lib/site-packages/win32/win32file.pyd extracting Python/Lib/site-packages/win32/win32evtlog.pyd extracting Python/Lib/site-packages/win32/win32event.pyd extracting Python/Lib/site-packages/win32/win32crypt.pyd extracting Python/Lib/site-packages/win32/win32cred.pyd extracting Python/Lib/site-packages/win32/win32console.pyd extracting Python/Lib/site-packages/win32/win32clipboard.pyd extracting Python/Lib/site-packages/win32/win32api.pyd extracting Python/Lib/site-packages/win32/win2kras.pyd extracting Python/Lib/site-packages/win32/timer.pyd extracting Python/Lib/site-packages/win32/test/ extracting Python/Lib/site-packages/win32/test/win32rcparser/ extracting Python/Lib/site-packages/win32/test/win32rcparser/test.rc extracting Python/Lib/site-packages/win32/test/win32rcparser/test.h extracting Python/Lib/site-packages/win32/test/win32rcparser/python.ico extracting Python/Lib/site-packages/win32/test/win32rcparser/python.bmp extracting Python/Lib/site-packages/win32/test/testall.py extracting Python/Lib/site-packages/win32/test/test_win32wnet.py extracting Python/Lib/site-packages/win32/test/test_win32trace.py extracting Python/Lib/site-packages/win32/test/test_win32timezone.py extracting Python/Lib/site-packages/win32/test/test_win32rcparser.py extracting Python/Lib/site-packages/win32/test/test_win32pipe.py extracting Python/Lib/site-packages/win32/test/test_win32net.py extracting Python/Lib/site-packages/win32/test/test_win32inet.py extracting Python/Lib/site-packages/win32/test/test_win32guistruct.py extracting Python/Lib/site-packages/win32/test/test_win32gui.py extracting Python/Lib/site-packages/win32/test/test_win32file.py extracting Python/Lib/site-packages/win32/test/test_win32event.py extracting Python/Lib/site-packages/win32/test/test_win32crypt.py extracting Python/Lib/site-packages/win32/test/test_win32api.py extracting Python/Lib/site-packages/win32/test/test_sspi.py extracting Python/Lib/site-packages/win32/test/test_security.py extracting Python/Lib/site-packages/win32/test/test_pywintypes.py extracting Python/Lib/site-packages/win32/test/test_odbc.py extracting Python/Lib/site-packages/win32/test/test_exceptions.py extracting Python/Lib/site-packages/win32/test/test_clipboard.py extracting Python/Lib/site-packages/win32/test/handles.py extracting Python/Lib/site-packages/win32/servicemanager.pyd extracting Python/Lib/site-packages/win32/scripts/ extracting Python/Lib/site-packages/win32/scripts/VersionStamp/ extracting Python/Lib/site-packages/win32/scripts/VersionStamp/vssutil.py extracting Python/Lib/site-packages/win32/scripts/VersionStamp/bulkstamp.py extracting Python/Lib/site-packages/win32/scripts/VersionStamp/BrandProject.py extracting Python/Lib/site-packages/win32/scripts/setup_d.py extracting Python/Lib/site-packages/win32/scripts/regsetup.py extracting Python/Lib/site-packages/win32/scripts/rasutil.py extracting Python/Lib/site-packages/win32/scripts/killProcName.py extracting Python/Lib/site-packages/win32/scripts/ControlService.py extracting Python/Lib/site-packages/win32/scripts/ce/ extracting Python/Lib/site-packages/win32/scripts/ce/pysynch.py extracting Python/Lib/site-packages/win32/scripts/backupEventLog.py extracting Python/Lib/site-packages/win32/pythonservice.exe extracting Python/Lib/site-packages/win32/perfmondata.dll extracting Python/Lib/site-packages/win32/perfmon.pyd extracting Python/Lib/site-packages/win32/odbc.pyd extracting Python/Lib/site-packages/win32/mmapfile.pyd extracting Python/Lib/site-packages/win32/license.txt extracting Python/Lib/site-packages/win32/libs/ extracting Python/Lib/site-packages/win32/libs/pywintypes.lib extracting Python/Lib/site-packages/win32/lib/ extracting Python/Lib/site-packages/win32/lib/winxptheme.py extracting Python/Lib/site-packages/win32/lib/winperf.py extracting Python/Lib/site-packages/win32/lib/winnt.py extracting Python/Lib/site-packages/win32/lib/winioctlcon.py extracting Python/Lib/site-packages/win32/lib/winerror.py extracting Python/Lib/site-packages/win32/lib/win32verstamp.py extracting Python/Lib/site-packages/win32/lib/win32traceutil.py extracting Python/Lib/site-packages/win32/lib/win32timezone.py extracting Python/Lib/site-packages/win32/lib/win32serviceutil.py extracting Python/Lib/site-packages/win32/lib/win32rcparser.py extracting Python/Lib/site-packages/win32/lib/win32pdhutil.py extracting Python/Lib/site-packages/win32/lib/win32pdhquery.py extracting Python/Lib/site-packages/win32/lib/win32netcon.py extracting Python/Lib/site-packages/win32/lib/win32inetcon.py extracting Python/Lib/site-packages/win32/lib/win32gui_struct.py extracting Python/Lib/site-packages/win32/lib/win32evtlogutil.py extracting Python/Lib/site-packages/win32/lib/win32cryptcon.py extracting Python/Lib/site-packages/win32/lib/win32con.py extracting Python/Lib/site-packages/win32/lib/sspicon.py extracting Python/Lib/site-packages/win32/lib/sspi.py extracting Python/Lib/site-packages/win32/lib/regutil.py extracting Python/Lib/site-packages/win32/lib/regcheck.py extracting Python/Lib/site-packages/win32/lib/rasutil.py extracting Python/Lib/site-packages/win32/lib/pywintypes.pyc extracting Python/Lib/site-packages/win32/lib/pywintypes.py extracting Python/Lib/site-packages/win32/lib/pywin32_testutil.py extracting Python/Lib/site-packages/win32/lib/ntsecuritycon.py extracting Python/Lib/site-packages/win32/lib/netbios.py extracting Python/Lib/site-packages/win32/lib/mmsystem.py extracting Python/Lib/site-packages/win32/lib/dbi.py extracting Python/Lib/site-packages/win32/lib/commctrl.py extracting Python/Lib/site-packages/win32/lib/afxres.py extracting Python/Lib/site-packages/win32/include/ extracting Python/Lib/site-packages/win32/include/PyWinTypes.h extracting Python/Lib/site-packages/win32/Demos/ extracting Python/Lib/site-packages/win32/Demos/winprocess.py extracting Python/Lib/site-packages/win32/Demos/win32wnet/ extracting Python/Lib/site-packages/win32/Demos/win32wnet/winnetwk.py extracting Python/Lib/site-packages/win32/Demos/win32wnet/testwnet.py extracting Python/Lib/site-packages/win32/Demos/win32ts_logoff_disconnected.py extracting Python/Lib/site-packages/win32/Demos/win32servicedemo.py extracting Python/Lib/site-packages/win32/Demos/win32rcparser_demo.py extracting Python/Lib/site-packages/win32/Demos/win32netdemo.py extracting Python/Lib/site-packages/win32/Demos/win32gui_taskbar.py extracting Python/Lib/site-packages/win32/Demos/win32gui_menu.py extracting Python/Lib/site-packages/win32/Demos/win32gui_dialog.py extracting Python/Lib/site-packages/win32/Demos/win32gui_devicenotify.py extracting Python/Lib/site-packages/win32/Demos/win32gui_demo.py extracting Python/Lib/site-packages/win32/Demos/win32fileDemo.py extracting Python/Lib/site-packages/win32/Demos/win32cred_demo.py extracting Python/Lib/site-packages/win32/Demos/win32console_demo.py extracting Python/Lib/site-packages/win32/Demos/win32comport_demo.py extracting Python/Lib/site-packages/win32/Demos/win32clipboardDemo.py extracting Python/Lib/site-packages/win32/Demos/win32clipboard_bitmapdemo.py extracting Python/Lib/site-packages/win32/Demos/timer_demo.py extracting Python/Lib/site-packages/win32/Demos/SystemParametersInfo.py extracting Python/Lib/site-packages/win32/Demos/service/ extracting Python/Lib/site-packages/win32/Demos/service/serviceEvents.py extracting Python/Lib/site-packages/win32/Demos/service/pipeTestServiceClient.py extracting Python/Lib/site-packages/win32/Demos/service/pipeTestService.py extracting Python/Lib/site-packages/win32/Demos/service/nativePipeTestService.py extracting Python/Lib/site-packages/win32/Demos/security/ extracting Python/Lib/site-packages/win32/Demos/security/sspi/ extracting Python/Lib/site-packages/win32/Demos/security/sspi/validate_password.py extracting Python/Lib/site-packages/win32/Demos/security/sspi/socket_server.py extracting Python/Lib/site-packages/win32/Demos/security/sspi/simple_auth.py extracting Python/Lib/site-packages/win32/Demos/security/sspi/fetch_url.py extracting Python/Lib/site-packages/win32/Demos/security/setuserobjectsecurity.py extracting Python/Lib/site-packages/win32/Demos/security/setsecurityinfo.py extracting Python/Lib/site-packages/win32/Demos/security/setnamedsecurityinfo.py extracting Python/Lib/site-packages/win32/Demos/security/setkernelobjectsecurity.py extracting Python/Lib/site-packages/win32/Demos/security/set_policy_info.py extracting Python/Lib/site-packages/win32/Demos/security/set_file_owner.py extracting Python/Lib/site-packages/win32/Demos/security/set_file_audit.py extracting Python/Lib/site-packages/win32/Demos/security/security_enums.py extracting Python/Lib/site-packages/win32/Demos/security/sa_inherit.py extracting Python/Lib/site-packages/win32/Demos/security/regsecurity.py extracting Python/Lib/site-packages/win32/Demos/security/regsave_sa.py extracting Python/Lib/site-packages/win32/Demos/security/query_information.py extracting Python/Lib/site-packages/win32/Demos/security/lsastore.py extracting Python/Lib/site-packages/win32/Demos/security/lsaregevent.py extracting Python/Lib/site-packages/win32/Demos/security/localized_names.py extracting Python/Lib/site-packages/win32/Demos/security/list_rights.py extracting Python/Lib/site-packages/win32/Demos/security/GetTokenInformation.py extracting Python/Lib/site-packages/win32/Demos/security/get_policy_info.py extracting Python/Lib/site-packages/win32/Demos/security/explicit_entries.py extracting Python/Lib/site-packages/win32/Demos/security/account_rights.py extracting Python/Lib/site-packages/win32/Demos/RegRestoreKey.py extracting Python/Lib/site-packages/win32/Demos/RegCreateKeyTransacted.py extracting Python/Lib/site-packages/win32/Demos/rastest.py extracting Python/Lib/site-packages/win32/Demos/print_desktop.py extracting Python/Lib/site-packages/win32/Demos/pipes/ extracting Python/Lib/site-packages/win32/Demos/pipes/runproc.py extracting Python/Lib/site-packages/win32/Demos/pipes/cat.py extracting Python/Lib/site-packages/win32/Demos/OpenEncryptedFileRaw.py extracting Python/Lib/site-packages/win32/Demos/NetValidatePasswordPolicy.py extracting Python/Lib/site-packages/win32/Demos/mmapfile_demo.py extracting Python/Lib/site-packages/win32/Demos/images/ extracting Python/Lib/site-packages/win32/Demos/images/smiley.bmp extracting Python/Lib/site-packages/win32/Demos/images/frowny.bmp extracting Python/Lib/site-packages/win32/Demos/GetSaveFileName.py extracting Python/Lib/site-packages/win32/Demos/getfilever.py extracting Python/Lib/site-packages/win32/Demos/FileSecurityTest.py extracting Python/Lib/site-packages/win32/Demos/EvtSubscribe_push.py extracting Python/Lib/site-packages/win32/Demos/EvtSubscribe_pull.py extracting Python/Lib/site-packages/win32/Demos/eventLogDemo.py extracting Python/Lib/site-packages/win32/Demos/desktopmanager.py extracting Python/Lib/site-packages/win32/Demos/dde/ extracting Python/Lib/site-packages/win32/Demos/dde/ddeserver.py extracting Python/Lib/site-packages/win32/Demos/dde/ddeclient.py extracting Python/Lib/site-packages/win32/Demos/CreateFileTransacted_MiniVersion.py extracting Python/Lib/site-packages/win32/Demos/CopyFileEx.py extracting Python/Lib/site-packages/win32/Demos/cerapi.py extracting Python/Lib/site-packages/win32/Demos/c_extension/ extracting Python/Lib/site-packages/win32/Demos/c_extension/setup.py extracting Python/Lib/site-packages/win32/Demos/BackupSeek_streamheaders.py extracting Python/Lib/site-packages/win32/Demos/BackupRead_BackupWrite.py extracting Python/Lib/site-packages/win32/_winxptheme.pyd extracting Python/Lib/site-packages/win32/_win32sysloader.pyd extracting Python/Lib/site-packages/urllib3-1.22.dist-info/ extracting Python/Lib/site-packages/urllib3-1.22.dist-info/WHEEL extracting Python/Lib/site-packages/urllib3-1.22.dist-info/top_level.txt extracting Python/Lib/site-packages/urllib3-1.22.dist-info/RECORD extracting Python/Lib/site-packages/urllib3-1.22.dist-info/metadata.json extracting Python/Lib/site-packages/urllib3-1.22.dist-info/METADATA extracting Python/Lib/site-packages/urllib3-1.22.dist-info/INSTALLER extracting Python/Lib/site-packages/urllib3-1.22.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/urllib3/ extracting Python/Lib/site-packages/urllib3/util/ extracting Python/Lib/site-packages/urllib3/util/wait.py extracting Python/Lib/site-packages/urllib3/util/url.py extracting Python/Lib/site-packages/urllib3/util/timeout.py extracting Python/Lib/site-packages/urllib3/util/ssl_.py extracting Python/Lib/site-packages/urllib3/util/selectors.py extracting Python/Lib/site-packages/urllib3/util/retry.py extracting Python/Lib/site-packages/urllib3/util/response.py extracting Python/Lib/site-packages/urllib3/util/request.py extracting Python/Lib/site-packages/urllib3/util/connection.py extracting Python/Lib/site-packages/urllib3/util/__init__.py extracting Python/Lib/site-packages/urllib3/response.py extracting Python/Lib/site-packages/urllib3/request.py extracting Python/Lib/site-packages/urllib3/poolmanager.py extracting Python/Lib/site-packages/urllib3/packages/ extracting Python/Lib/site-packages/urllib3/packages/ssl_match_hostname/ extracting Python/Lib/site-packages/urllib3/packages/ssl_match_hostname/_implementation.py extracting Python/Lib/site-packages/urllib3/packages/ssl_match_hostname/__init__.py extracting Python/Lib/site-packages/urllib3/packages/six.py extracting Python/Lib/site-packages/urllib3/packages/ordered_dict.py extracting Python/Lib/site-packages/urllib3/packages/backports/ extracting Python/Lib/site-packages/urllib3/packages/backports/makefile.py extracting Python/Lib/site-packages/urllib3/packages/backports/__init__.py extracting Python/Lib/site-packages/urllib3/packages/__init__.py extracting Python/Lib/site-packages/urllib3/filepost.py extracting Python/Lib/site-packages/urllib3/fields.py extracting Python/Lib/site-packages/urllib3/exceptions.py extracting Python/Lib/site-packages/urllib3/contrib/ extracting Python/Lib/site-packages/urllib3/contrib/socks.py extracting Python/Lib/site-packages/urllib3/contrib/securetransport.py extracting Python/Lib/site-packages/urllib3/contrib/pyopenssl.py extracting Python/Lib/site-packages/urllib3/contrib/ntlmpool.py extracting Python/Lib/site-packages/urllib3/contrib/appengine.py extracting Python/Lib/site-packages/urllib3/contrib/_securetransport/ extracting Python/Lib/site-packages/urllib3/contrib/_securetransport/low_level.py extracting Python/Lib/site-packages/urllib3/contrib/_securetransport/bindings.py extracting Python/Lib/site-packages/urllib3/contrib/_securetransport/__init__.py extracting Python/Lib/site-packages/urllib3/contrib/__init__.py extracting Python/Lib/site-packages/urllib3/connectionpool.py extracting Python/Lib/site-packages/urllib3/connection.py extracting Python/Lib/site-packages/urllib3/_collections.py extracting Python/Lib/site-packages/urllib3/__init__.py extracting Python/Lib/site-packages/typing-3.6.4.dist-info/ extracting Python/Lib/site-packages/typing-3.6.4.dist-info/WHEEL extracting Python/Lib/site-packages/typing-3.6.4.dist-info/top_level.txt extracting Python/Lib/site-packages/typing-3.6.4.dist-info/RECORD extracting Python/Lib/site-packages/typing-3.6.4.dist-info/metadata.json extracting Python/Lib/site-packages/typing-3.6.4.dist-info/METADATA extracting Python/Lib/site-packages/typing-3.6.4.dist-info/INSTALLER extracting Python/Lib/site-packages/typing-3.6.4.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/typing.py extracting Python/Lib/site-packages/tqdm-4.23.4.dist-info/ extracting Python/Lib/site-packages/tqdm-4.23.4.dist-info/WHEEL extracting Python/Lib/site-packages/tqdm-4.23.4.dist-info/top_level.txt extracting Python/Lib/site-packages/tqdm-4.23.4.dist-info/RECORD extracting Python/Lib/site-packages/tqdm-4.23.4.dist-info/METADATA extracting Python/Lib/site-packages/tqdm-4.23.4.dist-info/INSTALLER extracting Python/Lib/site-packages/tqdm-4.23.4.dist-info/entry_points.txt extracting Python/Lib/site-packages/tqdm/ extracting Python/Lib/site-packages/tqdm/_version.pyc extracting Python/Lib/site-packages/tqdm/_version.py extracting Python/Lib/site-packages/tqdm/_utils.pyc extracting Python/Lib/site-packages/tqdm/_utils.py extracting Python/Lib/site-packages/tqdm/_tqdm_pandas.pyc extracting Python/Lib/site-packages/tqdm/_tqdm_pandas.py extracting Python/Lib/site-packages/tqdm/_tqdm_notebook.pyc extracting Python/Lib/site-packages/tqdm/_tqdm_notebook.py extracting Python/Lib/site-packages/tqdm/_tqdm_gui.pyc extracting Python/Lib/site-packages/tqdm/_tqdm_gui.py extracting Python/Lib/site-packages/tqdm/_tqdm.pyc extracting Python/Lib/site-packages/tqdm/_tqdm.py extracting Python/Lib/site-packages/tqdm/_monitor.pyc extracting Python/Lib/site-packages/tqdm/_monitor.py extracting Python/Lib/site-packages/tqdm/_main.pyc extracting Python/Lib/site-packages/tqdm/_main.py extracting Python/Lib/site-packages/tqdm/__main__.pyc extracting Python/Lib/site-packages/tqdm/__main__.py extracting Python/Lib/site-packages/tqdm/__init__.pyc extracting Python/Lib/site-packages/tqdm/__init__.py extracting Python/Lib/site-packages/tkinter/ extracting Python/Lib/site-packages/tkinter/ttk.py extracting Python/Lib/site-packages/tkinter/tix.py extracting Python/Lib/site-packages/tkinter/simpledialog.py extracting Python/Lib/site-packages/tkinter/scrolledtext.py extracting Python/Lib/site-packages/tkinter/messagebox.py extracting Python/Lib/site-packages/tkinter/font.py extracting Python/Lib/site-packages/tkinter/filedialog.py extracting Python/Lib/site-packages/tkinter/dnd.py extracting Python/Lib/site-packages/tkinter/dialog.py extracting Python/Lib/site-packages/tkinter/constants.py extracting Python/Lib/site-packages/tkinter/commondialog.py extracting Python/Lib/site-packages/tkinter/colorchooser.py extracting Python/Lib/site-packages/tkinter/__init__.py extracting Python/Lib/site-packages/tabulate-0.8.2-py2.7.egg-info/ extracting Python/Lib/site-packages/tabulate-0.8.2-py2.7.egg-info/top_level.txt extracting Python/Lib/site-packages/tabulate-0.8.2-py2.7.egg-info/SOURCES.txt extracting Python/Lib/site-packages/tabulate-0.8.2-py2.7.egg-info/requires.txt extracting Python/Lib/site-packages/tabulate-0.8.2-py2.7.egg-info/PKG-INFO extracting Python/Lib/site-packages/tabulate-0.8.2-py2.7.egg-info/installed-files.txt extracting Python/Lib/site-packages/tabulate-0.8.2-py2.7.egg-info/entry_points.txt extracting Python/Lib/site-packages/tabulate-0.8.2-py2.7.egg-info/dependency_links.txt extracting Python/Lib/site-packages/tabulate.py extracting Python/Lib/site-packages/svmutil.py extracting Python/Lib/site-packages/svm.py extracting Python/Lib/site-packages/sphinxcontrib_websupport-1.0.1-py3.6-nspkg.pth extracting Python/Lib/site-packages/sphinxcontrib_websupport-1.0.1.dist-info/ extracting Python/Lib/site-packages/sphinxcontrib_websupport-1.0.1.dist-info/WHEEL extracting Python/Lib/site-packages/sphinxcontrib_websupport-1.0.1.dist-info/top_level.txt extracting Python/Lib/site-packages/sphinxcontrib_websupport-1.0.1.dist-info/RECORD extracting Python/Lib/site-packages/sphinxcontrib_websupport-1.0.1.dist-info/namespace_packages.txt extracting Python/Lib/site-packages/sphinxcontrib_websupport-1.0.1.dist-info/metadata.json extracting Python/Lib/site-packages/sphinxcontrib_websupport-1.0.1.dist-info/METADATA extracting Python/Lib/site-packages/sphinxcontrib_websupport-1.0.1.dist-info/INSTALLER extracting Python/Lib/site-packages/sphinxcontrib_websupport-1.0.1.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/sphinxcontrib/ extracting Python/Lib/site-packages/sphinxcontrib/websupport/ extracting Python/Lib/site-packages/sphinxcontrib/websupport/writer.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/version.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/utils.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/storage/ extracting Python/Lib/site-packages/sphinxcontrib/websupport/storage/sqlalchemystorage.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/storage/sqlalchemy_db.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/storage/differ.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/storage/__init__.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/search/ extracting Python/Lib/site-packages/sphinxcontrib/websupport/search/xapiansearch.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/search/whooshsearch.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/search/nullsearch.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/search/__init__.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/errors.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/core.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/builder.py extracting Python/Lib/site-packages/sphinxcontrib/websupport/__init__.py extracting Python/Lib/site-packages/Sphinx-1.7.2.dist-info/ extracting Python/Lib/site-packages/Sphinx-1.7.2.dist-info/WHEEL extracting Python/Lib/site-packages/Sphinx-1.7.2.dist-info/top_level.txt extracting Python/Lib/site-packages/Sphinx-1.7.2.dist-info/RECORD extracting Python/Lib/site-packages/Sphinx-1.7.2.dist-info/metadata.json extracting Python/Lib/site-packages/Sphinx-1.7.2.dist-info/METADATA extracting Python/Lib/site-packages/Sphinx-1.7.2.dist-info/LICENSE.txt extracting Python/Lib/site-packages/Sphinx-1.7.2.dist-info/INSTALLER extracting Python/Lib/site-packages/Sphinx-1.7.2.dist-info/entry_points.txt extracting Python/Lib/site-packages/Sphinx-1.7.2.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/sphinx/ extracting Python/Lib/site-packages/sphinx/writers/ extracting Python/Lib/site-packages/sphinx/writers/xml.py extracting Python/Lib/site-packages/sphinx/writers/websupport.py extracting Python/Lib/site-packages/sphinx/writers/text.py extracting Python/Lib/site-packages/sphinx/writers/texinfo.py extracting Python/Lib/site-packages/sphinx/writers/manpage.py extracting Python/Lib/site-packages/sphinx/writers/latex.py extracting Python/Lib/site-packages/sphinx/writers/html5.py extracting Python/Lib/site-packages/sphinx/writers/html.py extracting Python/Lib/site-packages/sphinx/writers/__init__.py extracting Python/Lib/site-packages/sphinx/websupport/ extracting Python/Lib/site-packages/sphinx/websupport/storage/ extracting Python/Lib/site-packages/sphinx/websupport/storage/sqlalchemystorage.py extracting Python/Lib/site-packages/sphinx/websupport/storage/sqlalchemy_db.py extracting Python/Lib/site-packages/sphinx/websupport/storage/differ.py extracting Python/Lib/site-packages/sphinx/websupport/storage/__init__.py extracting Python/Lib/site-packages/sphinx/websupport/search/ extracting Python/Lib/site-packages/sphinx/websupport/search/xapiansearch.py extracting Python/Lib/site-packages/sphinx/websupport/search/whooshsearch.py extracting Python/Lib/site-packages/sphinx/websupport/search/nullsearch.py extracting Python/Lib/site-packages/sphinx/websupport/search/__init__.py extracting Python/Lib/site-packages/sphinx/websupport/errors.py extracting Python/Lib/site-packages/sphinx/websupport/__init__.py extracting Python/Lib/site-packages/sphinx/versioning.py extracting Python/Lib/site-packages/sphinx/util/ extracting Python/Lib/site-packages/sphinx/util/websupport.py extracting Python/Lib/site-packages/sphinx/util/typing.py extracting Python/Lib/site-packages/sphinx/util/texescape.py extracting Python/Lib/site-packages/sphinx/util/template.py extracting Python/Lib/site-packages/sphinx/util/tags.py extracting Python/Lib/site-packages/sphinx/util/stemmer/ extracting Python/Lib/site-packages/sphinx/util/stemmer/porter.py extracting Python/Lib/site-packages/sphinx/util/stemmer/__init__.py extracting Python/Lib/site-packages/sphinx/util/smartypants.py extracting Python/Lib/site-packages/sphinx/util/rst.py extracting Python/Lib/site-packages/sphinx/util/requests.py extracting Python/Lib/site-packages/sphinx/util/pycompat.py extracting Python/Lib/site-packages/sphinx/util/png.py extracting Python/Lib/site-packages/sphinx/util/parallel.py extracting Python/Lib/site-packages/sphinx/util/osutil.py extracting Python/Lib/site-packages/sphinx/util/nodes.py extracting Python/Lib/site-packages/sphinx/util/matching.py extracting Python/Lib/site-packages/sphinx/util/logging.py extracting Python/Lib/site-packages/sphinx/util/jsonimpl.py extracting Python/Lib/site-packages/sphinx/util/jsdump.py extracting Python/Lib/site-packages/sphinx/util/inventory.py extracting Python/Lib/site-packages/sphinx/util/inspect.py extracting Python/Lib/site-packages/sphinx/util/images.py extracting Python/Lib/site-packages/sphinx/util/i18n.py extracting Python/Lib/site-packages/sphinx/util/fileutil.py extracting Python/Lib/site-packages/sphinx/util/docutils.py extracting Python/Lib/site-packages/sphinx/util/docstrings.py extracting Python/Lib/site-packages/sphinx/util/docfields.py extracting Python/Lib/site-packages/sphinx/util/console.py extracting Python/Lib/site-packages/sphinx/util/compat.py extracting Python/Lib/site-packages/sphinx/util/__init__.py extracting Python/Lib/site-packages/sphinx/transforms/ extracting Python/Lib/site-packages/sphinx/transforms/post_transforms/ extracting Python/Lib/site-packages/sphinx/transforms/post_transforms/images.py extracting Python/Lib/site-packages/sphinx/transforms/post_transforms/__init__.py extracting Python/Lib/site-packages/sphinx/transforms/i18n.py extracting Python/Lib/site-packages/sphinx/transforms/compact_bullet_list.py extracting Python/Lib/site-packages/sphinx/transforms/__init__.py extracting Python/Lib/site-packages/sphinx/theming.py extracting Python/Lib/site-packages/sphinx/themes/ extracting Python/Lib/site-packages/sphinx/themes/traditional/ extracting Python/Lib/site-packages/sphinx/themes/traditional/theme.conf extracting Python/Lib/site-packages/sphinx/themes/traditional/static/ extracting Python/Lib/site-packages/sphinx/themes/traditional/static/traditional.css_t extracting Python/Lib/site-packages/sphinx/themes/sphinxdoc/ extracting Python/Lib/site-packages/sphinx/themes/sphinxdoc/theme.conf extracting Python/Lib/site-packages/sphinx/themes/sphinxdoc/static/ extracting Python/Lib/site-packages/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t extracting Python/Lib/site-packages/sphinx/themes/sphinxdoc/static/navigation.png extracting Python/Lib/site-packages/sphinx/themes/sphinxdoc/static/contents.png extracting Python/Lib/site-packages/sphinx/themes/sphinxdoc/layout.html extracting Python/Lib/site-packages/sphinx/themes/scrolls/ extracting Python/Lib/site-packages/sphinx/themes/scrolls/theme.conf extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/ extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/watermark_blur.png extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/watermark.png extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/theme_extras.js extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/scrolls.css_t extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/print.css extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/navigation.png extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/metal.png extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/logo.png extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/headerbg.png extracting Python/Lib/site-packages/sphinx/themes/scrolls/static/darkmetal.png extracting Python/Lib/site-packages/sphinx/themes/scrolls/layout.html extracting Python/Lib/site-packages/sphinx/themes/scrolls/artwork/ extracting Python/Lib/site-packages/sphinx/themes/scrolls/artwork/logo.svg extracting Python/Lib/site-packages/sphinx/themes/pyramid/ extracting Python/Lib/site-packages/sphinx/themes/pyramid/theme.conf extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/ extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/transparent.gif extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/pyramid.css_t extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/middlebg.png extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/ie6.css extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/headerbg.png extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/footerbg.png extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/epub.css extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/dialog-warning.png extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/dialog-topic.png extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/dialog-todo.png extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/dialog-seealso.png extracting Python/Lib/site-packages/sphinx/themes/pyramid/static/dialog-note.png extracting Python/Lib/site-packages/sphinx/themes/pyramid/layout.html extracting Python/Lib/site-packages/sphinx/themes/nonav/ extracting Python/Lib/site-packages/sphinx/themes/nonav/theme.conf extracting Python/Lib/site-packages/sphinx/themes/nonav/static/ extracting Python/Lib/site-packages/sphinx/themes/nonav/static/nonav.css extracting Python/Lib/site-packages/sphinx/themes/nonav/layout.html extracting Python/Lib/site-packages/sphinx/themes/nature/ extracting Python/Lib/site-packages/sphinx/themes/nature/theme.conf extracting Python/Lib/site-packages/sphinx/themes/nature/static/ extracting Python/Lib/site-packages/sphinx/themes/nature/static/nature.css_t extracting Python/Lib/site-packages/sphinx/themes/haiku/ extracting Python/Lib/site-packages/sphinx/themes/haiku/theme.conf extracting Python/Lib/site-packages/sphinx/themes/haiku/static/ extracting Python/Lib/site-packages/sphinx/themes/haiku/static/haiku.css_t extracting Python/Lib/site-packages/sphinx/themes/haiku/static/bullet_orange.png extracting Python/Lib/site-packages/sphinx/themes/haiku/static/bg-page.png extracting Python/Lib/site-packages/sphinx/themes/haiku/static/alert_warning_32.png extracting Python/Lib/site-packages/sphinx/themes/haiku/static/alert_info_32.png extracting Python/Lib/site-packages/sphinx/themes/haiku/layout.html extracting Python/Lib/site-packages/sphinx/themes/epub/ extracting Python/Lib/site-packages/sphinx/themes/epub/theme.conf extracting Python/Lib/site-packages/sphinx/themes/epub/static/ extracting Python/Lib/site-packages/sphinx/themes/epub/static/epub.css_t extracting Python/Lib/site-packages/sphinx/themes/epub/layout.html extracting Python/Lib/site-packages/sphinx/themes/epub/epub-cover.html extracting Python/Lib/site-packages/sphinx/themes/default/ extracting Python/Lib/site-packages/sphinx/themes/default/theme.conf extracting Python/Lib/site-packages/sphinx/themes/default/static/ extracting Python/Lib/site-packages/sphinx/themes/default/static/default.css extracting Python/Lib/site-packages/sphinx/themes/classic/ extracting Python/Lib/site-packages/sphinx/themes/classic/theme.conf extracting Python/Lib/site-packages/sphinx/themes/classic/static/ extracting Python/Lib/site-packages/sphinx/themes/classic/static/sidebar.js_t extracting Python/Lib/site-packages/sphinx/themes/classic/static/classic.css_t extracting Python/Lib/site-packages/sphinx/themes/classic/layout.html extracting Python/Lib/site-packages/sphinx/themes/bizstyle/ extracting Python/Lib/site-packages/sphinx/themes/bizstyle/theme.conf extracting Python/Lib/site-packages/sphinx/themes/bizstyle/static/ extracting Python/Lib/site-packages/sphinx/themes/bizstyle/static/css3-mediaqueries_src.js extracting Python/Lib/site-packages/sphinx/themes/bizstyle/static/css3-mediaqueries.js extracting Python/Lib/site-packages/sphinx/themes/bizstyle/static/bizstyle.js_t extracting Python/Lib/site-packages/sphinx/themes/bizstyle/static/bizstyle.css_t extracting Python/Lib/site-packages/sphinx/themes/bizstyle/static/background_b01.png extracting Python/Lib/site-packages/sphinx/themes/bizstyle/layout.html extracting Python/Lib/site-packages/sphinx/themes/basic/ extracting Python/Lib/site-packages/sphinx/themes/basic/theme.conf extracting Python/Lib/site-packages/sphinx/themes/basic/static/ extracting Python/Lib/site-packages/sphinx/themes/basic/static/websupport.js extracting Python/Lib/site-packages/sphinx/themes/basic/static/up-pressed.png extracting Python/Lib/site-packages/sphinx/themes/basic/static/up.png extracting Python/Lib/site-packages/sphinx/themes/basic/static/underscore-1.3.1.js extracting Python/Lib/site-packages/sphinx/themes/basic/static/underscore.js extracting Python/Lib/site-packages/sphinx/themes/basic/static/searchtools.js_t extracting Python/Lib/site-packages/sphinx/themes/basic/static/plus.png extracting Python/Lib/site-packages/sphinx/themes/basic/static/minus.png extracting Python/Lib/site-packages/sphinx/themes/basic/static/jquery-3.2.1.js extracting Python/Lib/site-packages/sphinx/themes/basic/static/jquery.js extracting Python/Lib/site-packages/sphinx/themes/basic/static/file.png extracting Python/Lib/site-packages/sphinx/themes/basic/static/down-pressed.png extracting Python/Lib/site-packages/sphinx/themes/basic/static/down.png extracting Python/Lib/site-packages/sphinx/themes/basic/static/documentation_options.js_t extracting Python/Lib/site-packages/sphinx/themes/basic/static/doctools.js_t extracting Python/Lib/site-packages/sphinx/themes/basic/static/comment-close.png extracting Python/Lib/site-packages/sphinx/themes/basic/static/comment-bright.png extracting Python/Lib/site-packages/sphinx/themes/basic/static/comment.png extracting Python/Lib/site-packages/sphinx/themes/basic/static/basic.css_t extracting Python/Lib/site-packages/sphinx/themes/basic/static/ajax-loader.gif extracting Python/Lib/site-packages/sphinx/themes/basic/sourcelink.html extracting Python/Lib/site-packages/sphinx/themes/basic/searchresults.html extracting Python/Lib/site-packages/sphinx/themes/basic/searchbox.html extracting Python/Lib/site-packages/sphinx/themes/basic/search.html extracting Python/Lib/site-packages/sphinx/themes/basic/relations.html extracting Python/Lib/site-packages/sphinx/themes/basic/page.html extracting Python/Lib/site-packages/sphinx/themes/basic/opensearch.xml extracting Python/Lib/site-packages/sphinx/themes/basic/localtoc.html extracting Python/Lib/site-packages/sphinx/themes/basic/layout.html extracting Python/Lib/site-packages/sphinx/themes/basic/globaltoc.html extracting Python/Lib/site-packages/sphinx/themes/basic/genindex-split.html extracting Python/Lib/site-packages/sphinx/themes/basic/genindex-single.html extracting Python/Lib/site-packages/sphinx/themes/basic/genindex.html extracting Python/Lib/site-packages/sphinx/themes/basic/domainindex.html extracting Python/Lib/site-packages/sphinx/themes/basic/defindex.html extracting Python/Lib/site-packages/sphinx/themes/basic/changes/ extracting Python/Lib/site-packages/sphinx/themes/basic/changes/versionchanges.html extracting Python/Lib/site-packages/sphinx/themes/basic/changes/rstsource.html extracting Python/Lib/site-packages/sphinx/themes/basic/changes/frameset.html extracting Python/Lib/site-packages/sphinx/themes/agogo/ extracting Python/Lib/site-packages/sphinx/themes/agogo/theme.conf extracting Python/Lib/site-packages/sphinx/themes/agogo/static/ extracting Python/Lib/site-packages/sphinx/themes/agogo/static/bgtop.png extracting Python/Lib/site-packages/sphinx/themes/agogo/static/bgfooter.png extracting Python/Lib/site-packages/sphinx/themes/agogo/static/agogo.css_t extracting Python/Lib/site-packages/sphinx/themes/agogo/layout.html extracting Python/Lib/site-packages/sphinx/texinputs_win/ extracting Python/Lib/site-packages/sphinx/texinputs_win/Makefile_t extracting Python/Lib/site-packages/sphinx/texinputs/ extracting Python/Lib/site-packages/sphinx/texinputs/sphinxmulticell.sty extracting Python/Lib/site-packages/sphinx/texinputs/sphinxmanual.cls extracting Python/Lib/site-packages/sphinx/texinputs/sphinxhowto.cls extracting Python/Lib/site-packages/sphinx/texinputs/sphinx.sty extracting Python/Lib/site-packages/sphinx/texinputs/python.ist extracting Python/Lib/site-packages/sphinx/texinputs/Makefile_t extracting Python/Lib/site-packages/sphinx/texinputs/latexmkrc_t extracting Python/Lib/site-packages/sphinx/texinputs/latexmkjarc extracting Python/Lib/site-packages/sphinx/texinputs/footnotehyper-sphinx.sty extracting Python/Lib/site-packages/sphinx/testing/ extracting Python/Lib/site-packages/sphinx/testing/util.py extracting Python/Lib/site-packages/sphinx/testing/path.py extracting Python/Lib/site-packages/sphinx/testing/fixtures.py extracting Python/Lib/site-packages/sphinx/testing/__init__.py extracting Python/Lib/site-packages/sphinx/templates/ extracting Python/Lib/site-packages/sphinx/templates/quickstart/ extracting Python/Lib/site-packages/sphinx/templates/quickstart/master_doc.rst_t extracting Python/Lib/site-packages/sphinx/templates/quickstart/Makefile_t extracting Python/Lib/site-packages/sphinx/templates/quickstart/Makefile.new_t extracting Python/Lib/site-packages/sphinx/templates/quickstart/make.bat_t extracting Python/Lib/site-packages/sphinx/templates/quickstart/make.bat.new_t extracting Python/Lib/site-packages/sphinx/templates/quickstart/conf.py_t extracting Python/Lib/site-packages/sphinx/templates/qthelp/ extracting Python/Lib/site-packages/sphinx/templates/qthelp/project.qhp extracting Python/Lib/site-packages/sphinx/templates/qthelp/project.qhcp extracting Python/Lib/site-packages/sphinx/templates/latex/ extracting Python/Lib/site-packages/sphinx/templates/latex/tabulary.tex_t extracting Python/Lib/site-packages/sphinx/templates/latex/tabular.tex_t extracting Python/Lib/site-packages/sphinx/templates/latex/longtable.tex_t extracting Python/Lib/site-packages/sphinx/templates/latex/latex.tex_t extracting Python/Lib/site-packages/sphinx/templates/epub3/ extracting Python/Lib/site-packages/sphinx/templates/epub3/toc.ncx_t extracting Python/Lib/site-packages/sphinx/templates/epub3/nav.xhtml_t extracting Python/Lib/site-packages/sphinx/templates/epub3/mimetype extracting Python/Lib/site-packages/sphinx/templates/epub3/content.opf_t extracting Python/Lib/site-packages/sphinx/templates/epub3/container.xml extracting Python/Lib/site-packages/sphinx/setup_command.py extracting Python/Lib/site-packages/sphinx/search/ extracting Python/Lib/site-packages/sphinx/search/zh.py extracting Python/Lib/site-packages/sphinx/search/tr.py extracting Python/Lib/site-packages/sphinx/search/sv.py extracting Python/Lib/site-packages/sphinx/search/ru.py extracting Python/Lib/site-packages/sphinx/search/ro.py extracting Python/Lib/site-packages/sphinx/search/pt.py extracting Python/Lib/site-packages/sphinx/search/non-minified-js/ extracting Python/Lib/site-packages/sphinx/search/non-minified-js/turkish-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/swedish-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/spanish-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/russian-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/romanian-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/portuguese-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/porter-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/norwegian-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/italian-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/hungarian-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/german-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/french-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/finnish-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/dutch-stemmer.js extracting Python/Lib/site-packages/sphinx/search/non-minified-js/danish-stemmer.js extracting Python/Lib/site-packages/sphinx/search/no.py extracting Python/Lib/site-packages/sphinx/search/nl.py extracting Python/Lib/site-packages/sphinx/search/jssplitter.py extracting Python/Lib/site-packages/sphinx/search/ja.py extracting Python/Lib/site-packages/sphinx/search/it.py extracting Python/Lib/site-packages/sphinx/search/hu.py extracting Python/Lib/site-packages/sphinx/search/fr.py extracting Python/Lib/site-packages/sphinx/search/fi.py extracting Python/Lib/site-packages/sphinx/search/es.py extracting Python/Lib/site-packages/sphinx/search/en.py extracting Python/Lib/site-packages/sphinx/search/de.py extracting Python/Lib/site-packages/sphinx/search/da.py extracting Python/Lib/site-packages/sphinx/search/__init__.py extracting Python/Lib/site-packages/sphinx/roles.py extracting Python/Lib/site-packages/sphinx/registry.py extracting Python/Lib/site-packages/sphinx/quickstart.py extracting Python/Lib/site-packages/sphinx/pygments_styles.py extracting Python/Lib/site-packages/sphinx/pycode/ extracting Python/Lib/site-packages/sphinx/pycode/parser.py extracting Python/Lib/site-packages/sphinx/pycode/__init__.py extracting Python/Lib/site-packages/sphinx/parsers.py extracting Python/Lib/site-packages/sphinx/make_mode.py extracting Python/Lib/site-packages/sphinx/locale/ extracting Python/Lib/site-packages/sphinx/locale/zh_TW/ extracting Python/Lib/site-packages/sphinx/locale/zh_TW/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/zh_CN/ extracting Python/Lib/site-packages/sphinx/locale/zh_CN/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/vi/ extracting Python/Lib/site-packages/sphinx/locale/vi/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/vi/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/vi/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/vi/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/uk_UA/ extracting Python/Lib/site-packages/sphinx/locale/uk_UA/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/tr/ extracting Python/Lib/site-packages/sphinx/locale/tr/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/tr/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/tr/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/tr/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/ta/ extracting Python/Lib/site-packages/sphinx/locale/ta/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/ta/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/ta/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/ta/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/sv/ extracting Python/Lib/site-packages/sphinx/locale/sv/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/sv/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/sv/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/sv/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/sr@latin/ extracting Python/Lib/site-packages/sphinx/locale/sr@latin/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/sr/ extracting Python/Lib/site-packages/sphinx/locale/sr/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/sr/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/sr/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/sr/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/sphinx.pot extracting Python/Lib/site-packages/sphinx/locale/sl/ extracting Python/Lib/site-packages/sphinx/locale/sl/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/sl/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/sl/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/sl/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/sk/ extracting Python/Lib/site-packages/sphinx/locale/sk/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/sk/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/sk/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/sk/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/si/ extracting Python/Lib/site-packages/sphinx/locale/si/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/si/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/si/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/si/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/ru/ extracting Python/Lib/site-packages/sphinx/locale/ru/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/ru/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/ru/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/ru/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/ro/ extracting Python/Lib/site-packages/sphinx/locale/ro/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/ro/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/ro/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/ro/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/pt_PT/ extracting Python/Lib/site-packages/sphinx/locale/pt_PT/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/pt_BR/ extracting Python/Lib/site-packages/sphinx/locale/pt_BR/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/pl/ extracting Python/Lib/site-packages/sphinx/locale/pl/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/pl/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/pl/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/pl/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/nl/ extracting Python/Lib/site-packages/sphinx/locale/nl/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/nl/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/nl/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/nl/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/ne/ extracting Python/Lib/site-packages/sphinx/locale/ne/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/ne/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/ne/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/ne/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/nb_NO/ extracting Python/Lib/site-packages/sphinx/locale/nb_NO/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/mk/ extracting Python/Lib/site-packages/sphinx/locale/mk/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/mk/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/mk/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/mk/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/lv/ extracting Python/Lib/site-packages/sphinx/locale/lv/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/lv/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/lv/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/lv/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/lt/ extracting Python/Lib/site-packages/sphinx/locale/lt/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/lt/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/lt/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/lt/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/ko/ extracting Python/Lib/site-packages/sphinx/locale/ko/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/ko/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/ko/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/ko/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/ja/ extracting Python/Lib/site-packages/sphinx/locale/ja/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/ja/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/ja/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/ja/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/it/ extracting Python/Lib/site-packages/sphinx/locale/it/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/it/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/it/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/it/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/id/ extracting Python/Lib/site-packages/sphinx/locale/id/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/id/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/id/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/id/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/hu/ extracting Python/Lib/site-packages/sphinx/locale/hu/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/hu/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/hu/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/hu/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/hr/ extracting Python/Lib/site-packages/sphinx/locale/hr/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/hr/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/hr/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/hr/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/hi_IN/ extracting Python/Lib/site-packages/sphinx/locale/hi_IN/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/hi/ extracting Python/Lib/site-packages/sphinx/locale/hi/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/hi/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/hi/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/hi/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/he/ extracting Python/Lib/site-packages/sphinx/locale/he/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/fr/ extracting Python/Lib/site-packages/sphinx/locale/fr/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/fr/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/fr/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/fr/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/fi/ extracting Python/Lib/site-packages/sphinx/locale/fi/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/fi/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/fi/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/fi/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/fa/ extracting Python/Lib/site-packages/sphinx/locale/fa/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/fa/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/fa/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/fa/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/eu/ extracting Python/Lib/site-packages/sphinx/locale/eu/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/eu/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/eu/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/eu/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/et/ extracting Python/Lib/site-packages/sphinx/locale/et/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/et/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/et/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/et/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/es/ extracting Python/Lib/site-packages/sphinx/locale/es/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/es/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/es/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/es/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/eo/ extracting Python/Lib/site-packages/sphinx/locale/eo/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/el/ extracting Python/Lib/site-packages/sphinx/locale/el/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/de/ extracting Python/Lib/site-packages/sphinx/locale/de/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/da/ extracting Python/Lib/site-packages/sphinx/locale/da/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/da/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/da/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/da/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/cy/ extracting Python/Lib/site-packages/sphinx/locale/cy/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/cs/ extracting Python/Lib/site-packages/sphinx/locale/cs/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/ca/ extracting Python/Lib/site-packages/sphinx/locale/ca/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/ca/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/ca/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/ca/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/bn/ extracting Python/Lib/site-packages/sphinx/locale/bn/LC_MESSAGES/ extracting Python/Lib/site-packages/sphinx/locale/bn/LC_MESSAGES/sphinx.po extracting Python/Lib/site-packages/sphinx/locale/bn/LC_MESSAGES/sphinx.mo extracting Python/Lib/site-packages/sphinx/locale/bn/LC_MESSAGES/sphinx.js extracting Python/Lib/site-packages/sphinx/locale/__init__.py extracting Python/Lib/site-packages/sphinx/jinja2glue.py extracting Python/Lib/site-packages/sphinx/io.py extracting Python/Lib/site-packages/sphinx/highlighting.py extracting Python/Lib/site-packages/sphinx/extension.py extracting Python/Lib/site-packages/sphinx/ext/ extracting Python/Lib/site-packages/sphinx/ext/viewcode.py extracting Python/Lib/site-packages/sphinx/ext/todo.py extracting Python/Lib/site-packages/sphinx/ext/pngmath.py extracting Python/Lib/site-packages/sphinx/ext/napoleon/ extracting Python/Lib/site-packages/sphinx/ext/napoleon/iterators.py extracting Python/Lib/site-packages/sphinx/ext/napoleon/docstring.py extracting Python/Lib/site-packages/sphinx/ext/napoleon/__init__.py extracting Python/Lib/site-packages/sphinx/ext/mathjax.py extracting Python/Lib/site-packages/sphinx/ext/mathbase.py extracting Python/Lib/site-packages/sphinx/ext/linkcode.py extracting Python/Lib/site-packages/sphinx/ext/jsmath.py extracting Python/Lib/site-packages/sphinx/ext/intersphinx.py extracting Python/Lib/site-packages/sphinx/ext/inheritance_diagram.py extracting Python/Lib/site-packages/sphinx/ext/imgmath.py extracting Python/Lib/site-packages/sphinx/ext/imgconverter.py extracting Python/Lib/site-packages/sphinx/ext/ifconfig.py extracting Python/Lib/site-packages/sphinx/ext/graphviz.py extracting Python/Lib/site-packages/sphinx/ext/githubpages.py extracting Python/Lib/site-packages/sphinx/ext/extlinks.py extracting Python/Lib/site-packages/sphinx/ext/doctest.py extracting Python/Lib/site-packages/sphinx/ext/coverage.py extracting Python/Lib/site-packages/sphinx/ext/autosummary/ extracting Python/Lib/site-packages/sphinx/ext/autosummary/templates/ extracting Python/Lib/site-packages/sphinx/ext/autosummary/templates/autosummary/ extracting Python/Lib/site-packages/sphinx/ext/autosummary/templates/autosummary/module.rst extracting Python/Lib/site-packages/sphinx/ext/autosummary/templates/autosummary/class.rst extracting Python/Lib/site-packages/sphinx/ext/autosummary/templates/autosummary/base.rst extracting Python/Lib/site-packages/sphinx/ext/autosummary/generate.py extracting Python/Lib/site-packages/sphinx/ext/autosummary/__init__.py extracting Python/Lib/site-packages/sphinx/ext/autosectionlabel.py extracting Python/Lib/site-packages/sphinx/ext/autodoc/ extracting Python/Lib/site-packages/sphinx/ext/autodoc/inspector.py extracting Python/Lib/site-packages/sphinx/ext/autodoc/importer.py extracting Python/Lib/site-packages/sphinx/ext/autodoc/directive.py extracting Python/Lib/site-packages/sphinx/ext/autodoc/__init__.py extracting Python/Lib/site-packages/sphinx/ext/apidoc.py extracting Python/Lib/site-packages/sphinx/ext/__init__.py extracting Python/Lib/site-packages/sphinx/events.py extracting Python/Lib/site-packages/sphinx/errors.py extracting Python/Lib/site-packages/sphinx/environment/ extracting Python/Lib/site-packages/sphinx/environment/collectors/ extracting Python/Lib/site-packages/sphinx/environment/collectors/toctree.py extracting Python/Lib/site-packages/sphinx/environment/collectors/title.py extracting Python/Lib/site-packages/sphinx/environment/collectors/metadata.py extracting Python/Lib/site-packages/sphinx/environment/collectors/indexentries.py extracting Python/Lib/site-packages/sphinx/environment/collectors/dependencies.py extracting Python/Lib/site-packages/sphinx/environment/collectors/asset.py extracting Python/Lib/site-packages/sphinx/environment/collectors/__init__.py extracting Python/Lib/site-packages/sphinx/environment/adapters/ extracting Python/Lib/site-packages/sphinx/environment/adapters/toctree.py extracting Python/Lib/site-packages/sphinx/environment/adapters/indexentries.py extracting Python/Lib/site-packages/sphinx/environment/adapters/asset.py extracting Python/Lib/site-packages/sphinx/environment/adapters/__init__.py extracting Python/Lib/site-packages/sphinx/environment/__init__.py extracting Python/Lib/site-packages/sphinx/domains/ extracting Python/Lib/site-packages/sphinx/domains/std.py extracting Python/Lib/site-packages/sphinx/domains/rst.py extracting Python/Lib/site-packages/sphinx/domains/python.py extracting Python/Lib/site-packages/sphinx/domains/javascript.py extracting Python/Lib/site-packages/sphinx/domains/cpp.py extracting Python/Lib/site-packages/sphinx/domains/c.py extracting Python/Lib/site-packages/sphinx/domains/__init__.py extracting Python/Lib/site-packages/sphinx/directives/ extracting Python/Lib/site-packages/sphinx/directives/patches.py extracting Python/Lib/site-packages/sphinx/directives/other.py extracting Python/Lib/site-packages/sphinx/directives/code.py extracting Python/Lib/site-packages/sphinx/directives/__init__.py extracting Python/Lib/site-packages/sphinx/deprecation.py extracting Python/Lib/site-packages/sphinx/config.py extracting Python/Lib/site-packages/sphinx/cmdline.py extracting Python/Lib/site-packages/sphinx/cmd/ extracting Python/Lib/site-packages/sphinx/cmd/quickstart.py extracting Python/Lib/site-packages/sphinx/cmd/build.py extracting Python/Lib/site-packages/sphinx/cmd/__init__.py extracting Python/Lib/site-packages/sphinx/builders/ extracting Python/Lib/site-packages/sphinx/builders/xml.py extracting Python/Lib/site-packages/sphinx/builders/websupport.py extracting Python/Lib/site-packages/sphinx/builders/text.py extracting Python/Lib/site-packages/sphinx/builders/texinfo.py extracting Python/Lib/site-packages/sphinx/builders/qthelp.py extracting Python/Lib/site-packages/sphinx/builders/manpage.py extracting Python/Lib/site-packages/sphinx/builders/linkcheck.py extracting Python/Lib/site-packages/sphinx/builders/latex.py extracting Python/Lib/site-packages/sphinx/builders/htmlhelp.py extracting Python/Lib/site-packages/sphinx/builders/html.py extracting Python/Lib/site-packages/sphinx/builders/gettext.py extracting Python/Lib/site-packages/sphinx/builders/epub3.py extracting Python/Lib/site-packages/sphinx/builders/dummy.py extracting Python/Lib/site-packages/sphinx/builders/devhelp.py extracting Python/Lib/site-packages/sphinx/builders/changes.py extracting Python/Lib/site-packages/sphinx/builders/applehelp.py extracting Python/Lib/site-packages/sphinx/builders/_epub_base.py extracting Python/Lib/site-packages/sphinx/builders/__init__.py extracting Python/Lib/site-packages/sphinx/application.py extracting Python/Lib/site-packages/sphinx/apidoc.py extracting Python/Lib/site-packages/sphinx/addnodes.py extracting Python/Lib/site-packages/sphinx/__main__.py extracting Python/Lib/site-packages/sphinx/__init__.py extracting Python/Lib/site-packages/socketserver/ extracting Python/Lib/site-packages/socketserver/__init__.py extracting Python/Lib/site-packages/snowballstemmer-1.2.1.dist-info/ extracting Python/Lib/site-packages/snowballstemmer-1.2.1.dist-info/WHEEL extracting Python/Lib/site-packages/snowballstemmer-1.2.1.dist-info/top_level.txt extracting Python/Lib/site-packages/snowballstemmer-1.2.1.dist-info/RECORD extracting Python/Lib/site-packages/snowballstemmer-1.2.1.dist-info/metadata.json extracting Python/Lib/site-packages/snowballstemmer-1.2.1.dist-info/METADATA extracting Python/Lib/site-packages/snowballstemmer-1.2.1.dist-info/INSTALLER extracting Python/Lib/site-packages/snowballstemmer-1.2.1.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/snowballstemmer/ extracting Python/Lib/site-packages/snowballstemmer/turkish_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/swedish_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/spanish_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/russian_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/romanian_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/portuguese_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/porter_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/norwegian_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/italian_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/hungarian_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/german_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/french_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/finnish_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/english_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/dutch_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/danish_stemmer.py extracting Python/Lib/site-packages/snowballstemmer/basestemmer.py extracting Python/Lib/site-packages/snowballstemmer/among.py extracting Python/Lib/site-packages/snowballstemmer/__init__.py extracting Python/Lib/site-packages/sklearn/ extracting Python/Lib/site-packages/sklearn/utils/ extracting Python/Lib/site-packages/sklearn/utils/weight_vector.pyd extracting Python/Lib/site-packages/sklearn/utils/validation.py extracting Python/Lib/site-packages/sklearn/utils/tests/ extracting Python/Lib/site-packages/sklearn/utils/tests/test_validation.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_utils.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_testing.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_stats.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_sparsefuncs.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_shortest_path.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_seq_dataset.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_random.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_optimize.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_murmurhash.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_multiclass.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_metaestimators.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_linear_assignment.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_graph.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_fixes.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_fast_dict.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_extmath.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_estimator_checks.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_deprecation.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_class_weight.py extracting Python/Lib/site-packages/sklearn/utils/tests/test_bench.py extracting Python/Lib/site-packages/sklearn/utils/tests/__init__.py extracting Python/Lib/site-packages/sklearn/utils/testing.py extracting Python/Lib/site-packages/sklearn/utils/stats.py extracting Python/Lib/site-packages/sklearn/utils/sparsetools/ extracting Python/Lib/site-packages/sklearn/utils/sparsetools/tests/ extracting Python/Lib/site-packages/sklearn/utils/sparsetools/tests/__init__.py extracting Python/Lib/site-packages/sklearn/utils/sparsetools/setup.py extracting Python/Lib/site-packages/sklearn/utils/sparsetools/__init__.py extracting Python/Lib/site-packages/sklearn/utils/sparsefuncs_fast.pyd extracting Python/Lib/site-packages/sklearn/utils/sparsefuncs.py extracting Python/Lib/site-packages/sklearn/utils/setup.py extracting Python/Lib/site-packages/sklearn/utils/seq_dataset.pyd extracting Python/Lib/site-packages/sklearn/utils/random.py extracting Python/Lib/site-packages/sklearn/utils/optimize.py extracting Python/Lib/site-packages/sklearn/utils/murmurhash.pyd extracting Python/Lib/site-packages/sklearn/utils/multiclass.py extracting Python/Lib/site-packages/sklearn/utils/mocking.py extracting Python/Lib/site-packages/sklearn/utils/metaestimators.py extracting Python/Lib/site-packages/sklearn/utils/linear_assignment_.py extracting Python/Lib/site-packages/sklearn/utils/lgamma.pyd extracting Python/Lib/site-packages/sklearn/utils/graph_shortest_path.pyd extracting Python/Lib/site-packages/sklearn/utils/graph.py extracting Python/Lib/site-packages/sklearn/utils/fixes.py extracting Python/Lib/site-packages/sklearn/utils/fast_dict.pyd extracting Python/Lib/site-packages/sklearn/utils/extmath.py extracting Python/Lib/site-packages/sklearn/utils/estimator_checks.py extracting Python/Lib/site-packages/sklearn/utils/deprecation.py extracting Python/Lib/site-packages/sklearn/utils/class_weight.py extracting Python/Lib/site-packages/sklearn/utils/bench.py extracting Python/Lib/site-packages/sklearn/utils/arrayfuncs.pyd extracting Python/Lib/site-packages/sklearn/utils/arpack.py extracting Python/Lib/site-packages/sklearn/utils/_scipy_sparse_lsqr_backport.py extracting Python/Lib/site-packages/sklearn/utils/_random.pyd extracting Python/Lib/site-packages/sklearn/utils/_logistic_sigmoid.pyd extracting Python/Lib/site-packages/sklearn/utils/__init__.py extracting Python/Lib/site-packages/sklearn/tree/ extracting Python/Lib/site-packages/sklearn/tree/tree.py extracting Python/Lib/site-packages/sklearn/tree/tests/ extracting Python/Lib/site-packages/sklearn/tree/tests/test_tree.py extracting Python/Lib/site-packages/sklearn/tree/tests/test_export.py extracting Python/Lib/site-packages/sklearn/tree/tests/__init__.py extracting Python/Lib/site-packages/sklearn/tree/setup.py extracting Python/Lib/site-packages/sklearn/tree/export.py extracting Python/Lib/site-packages/sklearn/tree/_utils.pyd extracting Python/Lib/site-packages/sklearn/tree/_tree.pyd extracting Python/Lib/site-packages/sklearn/tree/_splitter.pyd extracting Python/Lib/site-packages/sklearn/tree/_criterion.pyd extracting Python/Lib/site-packages/sklearn/tree/__init__.py extracting Python/Lib/site-packages/sklearn/tests/ extracting Python/Lib/site-packages/sklearn/tests/test_random_projection.py extracting Python/Lib/site-packages/sklearn/tests/test_pipeline.py extracting Python/Lib/site-packages/sklearn/tests/test_naive_bayes.py extracting Python/Lib/site-packages/sklearn/tests/test_multioutput.py extracting Python/Lib/site-packages/sklearn/tests/test_multiclass.py extracting Python/Lib/site-packages/sklearn/tests/test_metaestimators.py extracting Python/Lib/site-packages/sklearn/tests/test_learning_curve.py extracting Python/Lib/site-packages/sklearn/tests/test_kernel_ridge.py extracting Python/Lib/site-packages/sklearn/tests/test_kernel_approximation.py extracting Python/Lib/site-packages/sklearn/tests/test_isotonic.py extracting Python/Lib/site-packages/sklearn/tests/test_init.py extracting Python/Lib/site-packages/sklearn/tests/test_grid_search.py extracting Python/Lib/site-packages/sklearn/tests/test_dummy.py extracting Python/Lib/site-packages/sklearn/tests/test_docstring_parameters.py extracting Python/Lib/site-packages/sklearn/tests/test_discriminant_analysis.py extracting Python/Lib/site-packages/sklearn/tests/test_cross_validation.py extracting Python/Lib/site-packages/sklearn/tests/test_config.py extracting Python/Lib/site-packages/sklearn/tests/test_common.py extracting Python/Lib/site-packages/sklearn/tests/test_check_build.py extracting Python/Lib/site-packages/sklearn/tests/test_calibration.py extracting Python/Lib/site-packages/sklearn/tests/test_base.py extracting Python/Lib/site-packages/sklearn/tests/__init__.py extracting Python/Lib/site-packages/sklearn/svm/ extracting Python/Lib/site-packages/sklearn/svm/tests/ extracting Python/Lib/site-packages/sklearn/svm/tests/test_svm.py extracting Python/Lib/site-packages/sklearn/svm/tests/test_sparse.py extracting Python/Lib/site-packages/sklearn/svm/tests/test_bounds.py extracting Python/Lib/site-packages/sklearn/svm/tests/__init__.py extracting Python/Lib/site-packages/sklearn/svm/setup.py extracting Python/Lib/site-packages/sklearn/svm/libsvm_sparse.pyd extracting Python/Lib/site-packages/sklearn/svm/libsvm.pyd extracting Python/Lib/site-packages/sklearn/svm/liblinear.pyd extracting Python/Lib/site-packages/sklearn/svm/classes.py extracting Python/Lib/site-packages/sklearn/svm/bounds.py extracting Python/Lib/site-packages/sklearn/svm/base.py extracting Python/Lib/site-packages/sklearn/svm/__init__.py extracting Python/Lib/site-packages/sklearn/setup.py extracting Python/Lib/site-packages/sklearn/semi_supervised/ extracting Python/Lib/site-packages/sklearn/semi_supervised/tests/ extracting Python/Lib/site-packages/sklearn/semi_supervised/tests/test_label_propagation.py extracting Python/Lib/site-packages/sklearn/semi_supervised/tests/__init__.py extracting Python/Lib/site-packages/sklearn/semi_supervised/label_propagation.py extracting Python/Lib/site-packages/sklearn/semi_supervised/__init__.py extracting Python/Lib/site-packages/sklearn/random_projection.py extracting Python/Lib/site-packages/sklearn/preprocessing/ extracting Python/Lib/site-packages/sklearn/preprocessing/tests/ extracting Python/Lib/site-packages/sklearn/preprocessing/tests/test_label.py extracting Python/Lib/site-packages/sklearn/preprocessing/tests/test_imputation.py extracting Python/Lib/site-packages/sklearn/preprocessing/tests/test_function_transformer.py extracting Python/Lib/site-packages/sklearn/preprocessing/tests/test_data.py extracting Python/Lib/site-packages/sklearn/preprocessing/tests/__init__.py extracting Python/Lib/site-packages/sklearn/preprocessing/label.py extracting Python/Lib/site-packages/sklearn/preprocessing/imputation.py extracting Python/Lib/site-packages/sklearn/preprocessing/data.py extracting Python/Lib/site-packages/sklearn/preprocessing/_function_transformer.py extracting Python/Lib/site-packages/sklearn/preprocessing/__init__.py extracting Python/Lib/site-packages/sklearn/pipeline.py extracting Python/Lib/site-packages/sklearn/neural_network/ extracting Python/Lib/site-packages/sklearn/neural_network/tests/ extracting Python/Lib/site-packages/sklearn/neural_network/tests/test_stochastic_optimizers.py extracting Python/Lib/site-packages/sklearn/neural_network/tests/test_rbm.py extracting Python/Lib/site-packages/sklearn/neural_network/tests/test_mlp.py extracting Python/Lib/site-packages/sklearn/neural_network/tests/__init__.py extracting Python/Lib/site-packages/sklearn/neural_network/rbm.py extracting Python/Lib/site-packages/sklearn/neural_network/multilayer_perceptron.py extracting Python/Lib/site-packages/sklearn/neural_network/_stochastic_optimizers.py extracting Python/Lib/site-packages/sklearn/neural_network/_base.py extracting Python/Lib/site-packages/sklearn/neural_network/__init__.py extracting Python/Lib/site-packages/sklearn/neighbors/ extracting Python/Lib/site-packages/sklearn/neighbors/unsupervised.py extracting Python/Lib/site-packages/sklearn/neighbors/typedefs.pyd extracting Python/Lib/site-packages/sklearn/neighbors/tests/ extracting Python/Lib/site-packages/sklearn/neighbors/tests/test_quad_tree.py extracting Python/Lib/site-packages/sklearn/neighbors/tests/test_neighbors.py extracting Python/Lib/site-packages/sklearn/neighbors/tests/test_nearest_centroid.py extracting Python/Lib/site-packages/sklearn/neighbors/tests/test_lof.py extracting Python/Lib/site-packages/sklearn/neighbors/tests/test_kde.py extracting Python/Lib/site-packages/sklearn/neighbors/tests/test_kd_tree.py extracting Python/Lib/site-packages/sklearn/neighbors/tests/test_dist_metrics.py extracting Python/Lib/site-packages/sklearn/neighbors/tests/test_ball_tree.py extracting Python/Lib/site-packages/sklearn/neighbors/tests/test_approximate.py extracting Python/Lib/site-packages/sklearn/neighbors/tests/__init__.py extracting Python/Lib/site-packages/sklearn/neighbors/setup.py extracting Python/Lib/site-packages/sklearn/neighbors/regression.py extracting Python/Lib/site-packages/sklearn/neighbors/quad_tree.pyd extracting Python/Lib/site-packages/sklearn/neighbors/nearest_centroid.py extracting Python/Lib/site-packages/sklearn/neighbors/lof.py extracting Python/Lib/site-packages/sklearn/neighbors/kde.py extracting Python/Lib/site-packages/sklearn/neighbors/kd_tree.pyd extracting Python/Lib/site-packages/sklearn/neighbors/graph.py extracting Python/Lib/site-packages/sklearn/neighbors/dist_metrics.pyd extracting Python/Lib/site-packages/sklearn/neighbors/classification.py extracting Python/Lib/site-packages/sklearn/neighbors/base.py extracting Python/Lib/site-packages/sklearn/neighbors/ball_tree.pyd extracting Python/Lib/site-packages/sklearn/neighbors/approximate.py extracting Python/Lib/site-packages/sklearn/neighbors/__init__.py extracting Python/Lib/site-packages/sklearn/naive_bayes.py extracting Python/Lib/site-packages/sklearn/multioutput.py extracting Python/Lib/site-packages/sklearn/multiclass.py extracting Python/Lib/site-packages/sklearn/model_selection/ extracting Python/Lib/site-packages/sklearn/model_selection/tests/ extracting Python/Lib/site-packages/sklearn/model_selection/tests/test_validation.py extracting Python/Lib/site-packages/sklearn/model_selection/tests/test_split.py extracting Python/Lib/site-packages/sklearn/model_selection/tests/test_search.py extracting Python/Lib/site-packages/sklearn/model_selection/tests/common.py extracting Python/Lib/site-packages/sklearn/model_selection/tests/__init__.py extracting Python/Lib/site-packages/sklearn/model_selection/_validation.py extracting Python/Lib/site-packages/sklearn/model_selection/_split.py extracting Python/Lib/site-packages/sklearn/model_selection/_search.py extracting Python/Lib/site-packages/sklearn/model_selection/__init__.py extracting Python/Lib/site-packages/sklearn/mixture/ extracting Python/Lib/site-packages/sklearn/mixture/tests/ extracting Python/Lib/site-packages/sklearn/mixture/tests/test_gmm.py extracting Python/Lib/site-packages/sklearn/mixture/tests/test_gaussian_mixture.py extracting Python/Lib/site-packages/sklearn/mixture/tests/test_dpgmm.py extracting Python/Lib/site-packages/sklearn/mixture/tests/test_bayesian_mixture.py extracting Python/Lib/site-packages/sklearn/mixture/tests/__init__.py extracting Python/Lib/site-packages/sklearn/mixture/gmm.py extracting Python/Lib/site-packages/sklearn/mixture/gaussian_mixture.py extracting Python/Lib/site-packages/sklearn/mixture/dpgmm.py extracting Python/Lib/site-packages/sklearn/mixture/bayesian_mixture.py extracting Python/Lib/site-packages/sklearn/mixture/base.py extracting Python/Lib/site-packages/sklearn/mixture/__init__.py extracting Python/Lib/site-packages/sklearn/metrics/ extracting Python/Lib/site-packages/sklearn/metrics/tests/ extracting Python/Lib/site-packages/sklearn/metrics/tests/test_score_objects.py extracting Python/Lib/site-packages/sklearn/metrics/tests/test_regression.py extracting Python/Lib/site-packages/sklearn/metrics/tests/test_ranking.py extracting Python/Lib/site-packages/sklearn/metrics/tests/test_pairwise.py extracting Python/Lib/site-packages/sklearn/metrics/tests/test_common.py extracting Python/Lib/site-packages/sklearn/metrics/tests/test_classification.py extracting Python/Lib/site-packages/sklearn/metrics/tests/__init__.py extracting Python/Lib/site-packages/sklearn/metrics/setup.py extracting Python/Lib/site-packages/sklearn/metrics/scorer.py extracting Python/Lib/site-packages/sklearn/metrics/regression.py extracting Python/Lib/site-packages/sklearn/metrics/ranking.py extracting Python/Lib/site-packages/sklearn/metrics/pairwise_fast.pyd extracting Python/Lib/site-packages/sklearn/metrics/pairwise.py extracting Python/Lib/site-packages/sklearn/metrics/cluster/ extracting Python/Lib/site-packages/sklearn/metrics/cluster/unsupervised.py extracting Python/Lib/site-packages/sklearn/metrics/cluster/tests/ extracting Python/Lib/site-packages/sklearn/metrics/cluster/tests/test_unsupervised.py extracting Python/Lib/site-packages/sklearn/metrics/cluster/tests/test_supervised.py extracting Python/Lib/site-packages/sklearn/metrics/cluster/tests/test_bicluster.py extracting Python/Lib/site-packages/sklearn/metrics/cluster/tests/__init__.py extracting Python/Lib/site-packages/sklearn/metrics/cluster/supervised.py extracting Python/Lib/site-packages/sklearn/metrics/cluster/setup.py extracting Python/Lib/site-packages/sklearn/metrics/cluster/expected_mutual_info_fast.pyd extracting Python/Lib/site-packages/sklearn/metrics/cluster/bicluster.py extracting Python/Lib/site-packages/sklearn/metrics/cluster/__init__.py extracting Python/Lib/site-packages/sklearn/metrics/classification.py extracting Python/Lib/site-packages/sklearn/metrics/base.py extracting Python/Lib/site-packages/sklearn/metrics/__init__.py extracting Python/Lib/site-packages/sklearn/manifold/ extracting Python/Lib/site-packages/sklearn/manifold/tests/ extracting Python/Lib/site-packages/sklearn/manifold/tests/test_t_sne.py extracting Python/Lib/site-packages/sklearn/manifold/tests/test_spectral_embedding.py extracting Python/Lib/site-packages/sklearn/manifold/tests/test_mds.py extracting Python/Lib/site-packages/sklearn/manifold/tests/test_locally_linear.py extracting Python/Lib/site-packages/sklearn/manifold/tests/test_isomap.py extracting Python/Lib/site-packages/sklearn/manifold/tests/__init__.py extracting Python/Lib/site-packages/sklearn/manifold/t_sne.py extracting Python/Lib/site-packages/sklearn/manifold/spectral_embedding_.py extracting Python/Lib/site-packages/sklearn/manifold/setup.py extracting Python/Lib/site-packages/sklearn/manifold/mds.py extracting Python/Lib/site-packages/sklearn/manifold/locally_linear.py extracting Python/Lib/site-packages/sklearn/manifold/isomap.py extracting Python/Lib/site-packages/sklearn/manifold/_utils.pyd extracting Python/Lib/site-packages/sklearn/manifold/_barnes_hut_tsne.pyd extracting Python/Lib/site-packages/sklearn/manifold/__init__.py extracting Python/Lib/site-packages/sklearn/linear_model/ extracting Python/Lib/site-packages/sklearn/linear_model/theil_sen.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/ extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_theil_sen.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_sparse_coordinate_descent.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_sgd.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_sag.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_ridge.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_ransac.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_randomized_l1.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_perceptron.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_passive_aggressive.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_omp.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_logistic.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_least_angle.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_huber.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_coordinate_descent.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_bayes.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/test_base.py extracting Python/Lib/site-packages/sklearn/linear_model/tests/__init__.py extracting Python/Lib/site-packages/sklearn/linear_model/stochastic_gradient.py extracting Python/Lib/site-packages/sklearn/linear_model/sgd_fast.pyd extracting Python/Lib/site-packages/sklearn/linear_model/setup.py extracting Python/Lib/site-packages/sklearn/linear_model/sag_fast.pyd extracting Python/Lib/site-packages/sklearn/linear_model/sag.py extracting Python/Lib/site-packages/sklearn/linear_model/ridge.py extracting Python/Lib/site-packages/sklearn/linear_model/ransac.py extracting Python/Lib/site-packages/sklearn/linear_model/randomized_l1.py extracting Python/Lib/site-packages/sklearn/linear_model/perceptron.py extracting Python/Lib/site-packages/sklearn/linear_model/passive_aggressive.py extracting Python/Lib/site-packages/sklearn/linear_model/omp.py extracting Python/Lib/site-packages/sklearn/linear_model/logistic.py extracting Python/Lib/site-packages/sklearn/linear_model/least_angle.py extracting Python/Lib/site-packages/sklearn/linear_model/huber.py extracting Python/Lib/site-packages/sklearn/linear_model/coordinate_descent.py extracting Python/Lib/site-packages/sklearn/linear_model/cd_fast.pyd extracting Python/Lib/site-packages/sklearn/linear_model/bayes.py extracting Python/Lib/site-packages/sklearn/linear_model/base.py extracting Python/Lib/site-packages/sklearn/linear_model/__init__.py extracting Python/Lib/site-packages/sklearn/learning_curve.py extracting Python/Lib/site-packages/sklearn/kernel_ridge.py extracting Python/Lib/site-packages/sklearn/kernel_approximation.py extracting Python/Lib/site-packages/sklearn/isotonic.py extracting Python/Lib/site-packages/sklearn/grid_search.py extracting Python/Lib/site-packages/sklearn/gaussian_process/ extracting Python/Lib/site-packages/sklearn/gaussian_process/tests/ extracting Python/Lib/site-packages/sklearn/gaussian_process/tests/test_kernels.py extracting Python/Lib/site-packages/sklearn/gaussian_process/tests/test_gpr.py extracting Python/Lib/site-packages/sklearn/gaussian_process/tests/test_gpc.py extracting Python/Lib/site-packages/sklearn/gaussian_process/tests/test_gaussian_process.py extracting Python/Lib/site-packages/sklearn/gaussian_process/tests/__init__.py extracting Python/Lib/site-packages/sklearn/gaussian_process/regression_models.py extracting Python/Lib/site-packages/sklearn/gaussian_process/kernels.py extracting Python/Lib/site-packages/sklearn/gaussian_process/gpr.py extracting Python/Lib/site-packages/sklearn/gaussian_process/gpc.py extracting Python/Lib/site-packages/sklearn/gaussian_process/gaussian_process.py extracting Python/Lib/site-packages/sklearn/gaussian_process/correlation_models.py extracting Python/Lib/site-packages/sklearn/gaussian_process/__init__.py extracting Python/Lib/site-packages/sklearn/feature_selection/ extracting Python/Lib/site-packages/sklearn/feature_selection/variance_threshold.py extracting Python/Lib/site-packages/sklearn/feature_selection/univariate_selection.py extracting Python/Lib/site-packages/sklearn/feature_selection/tests/ extracting Python/Lib/site-packages/sklearn/feature_selection/tests/test_variance_threshold.py extracting Python/Lib/site-packages/sklearn/feature_selection/tests/test_rfe.py extracting Python/Lib/site-packages/sklearn/feature_selection/tests/test_mutual_info.py extracting Python/Lib/site-packages/sklearn/feature_selection/tests/test_from_model.py extracting Python/Lib/site-packages/sklearn/feature_selection/tests/test_feature_select.py extracting Python/Lib/site-packages/sklearn/feature_selection/tests/test_chi2.py extracting Python/Lib/site-packages/sklearn/feature_selection/tests/test_base.py extracting Python/Lib/site-packages/sklearn/feature_selection/tests/__init__.py extracting Python/Lib/site-packages/sklearn/feature_selection/rfe.py extracting Python/Lib/site-packages/sklearn/feature_selection/mutual_info_.py extracting Python/Lib/site-packages/sklearn/feature_selection/from_model.py extracting Python/Lib/site-packages/sklearn/feature_selection/base.py extracting Python/Lib/site-packages/sklearn/feature_selection/__init__.py extracting Python/Lib/site-packages/sklearn/feature_extraction/ extracting Python/Lib/site-packages/sklearn/feature_extraction/text.py extracting Python/Lib/site-packages/sklearn/feature_extraction/tests/ extracting Python/Lib/site-packages/sklearn/feature_extraction/tests/test_text.py extracting Python/Lib/site-packages/sklearn/feature_extraction/tests/test_image.py extracting Python/Lib/site-packages/sklearn/feature_extraction/tests/test_feature_hasher.py extracting Python/Lib/site-packages/sklearn/feature_extraction/tests/test_dict_vectorizer.py extracting Python/Lib/site-packages/sklearn/feature_extraction/tests/__init__.py extracting Python/Lib/site-packages/sklearn/feature_extraction/stop_words.py extracting Python/Lib/site-packages/sklearn/feature_extraction/setup.py extracting Python/Lib/site-packages/sklearn/feature_extraction/image.py extracting Python/Lib/site-packages/sklearn/feature_extraction/hashing.py extracting Python/Lib/site-packages/sklearn/feature_extraction/dict_vectorizer.py extracting Python/Lib/site-packages/sklearn/feature_extraction/_hashing.pyd extracting Python/Lib/site-packages/sklearn/feature_extraction/__init__.py extracting Python/Lib/site-packages/sklearn/externals/ extracting Python/Lib/site-packages/sklearn/externals/test_externals_setup.py extracting Python/Lib/site-packages/sklearn/externals/six.py extracting Python/Lib/site-packages/sklearn/externals/setup.py extracting Python/Lib/site-packages/sklearn/externals/joblib/ extracting Python/Lib/site-packages/sklearn/externals/joblib/pool.py extracting Python/Lib/site-packages/sklearn/externals/joblib/parallel.py extracting Python/Lib/site-packages/sklearn/externals/joblib/numpy_pickle_utils.py extracting Python/Lib/site-packages/sklearn/externals/joblib/numpy_pickle_compat.py extracting Python/Lib/site-packages/sklearn/externals/joblib/numpy_pickle.py extracting Python/Lib/site-packages/sklearn/externals/joblib/my_exceptions.py extracting Python/Lib/site-packages/sklearn/externals/joblib/memory.py extracting Python/Lib/site-packages/sklearn/externals/joblib/logger.py extracting Python/Lib/site-packages/sklearn/externals/joblib/hashing.py extracting Python/Lib/site-packages/sklearn/externals/joblib/func_inspect.py extracting Python/Lib/site-packages/sklearn/externals/joblib/format_stack.py extracting Python/Lib/site-packages/sklearn/externals/joblib/disk.py extracting Python/Lib/site-packages/sklearn/externals/joblib/backports.py extracting Python/Lib/site-packages/sklearn/externals/joblib/_parallel_backends.py extracting Python/Lib/site-packages/sklearn/externals/joblib/_multiprocessing_helpers.py extracting Python/Lib/site-packages/sklearn/externals/joblib/_memory_helpers.py extracting Python/Lib/site-packages/sklearn/externals/joblib/_compat.py extracting Python/Lib/site-packages/sklearn/externals/joblib/__init__.py extracting Python/Lib/site-packages/sklearn/externals/funcsigs.py extracting Python/Lib/site-packages/sklearn/externals/__init__.py extracting Python/Lib/site-packages/sklearn/exceptions.py extracting Python/Lib/site-packages/sklearn/ensemble/ extracting Python/Lib/site-packages/sklearn/ensemble/weight_boosting.py extracting Python/Lib/site-packages/sklearn/ensemble/voting_classifier.py extracting Python/Lib/site-packages/sklearn/ensemble/tests/ extracting Python/Lib/site-packages/sklearn/ensemble/tests/test_weight_boosting.py extracting Python/Lib/site-packages/sklearn/ensemble/tests/test_voting_classifier.py extracting Python/Lib/site-packages/sklearn/ensemble/tests/test_partial_dependence.py extracting Python/Lib/site-packages/sklearn/ensemble/tests/test_iforest.py extracting Python/Lib/site-packages/sklearn/ensemble/tests/test_gradient_boosting_loss_functions.py extracting Python/Lib/site-packages/sklearn/ensemble/tests/test_gradient_boosting.py extracting Python/Lib/site-packages/sklearn/ensemble/tests/test_forest.py extracting Python/Lib/site-packages/sklearn/ensemble/tests/test_base.py extracting Python/Lib/site-packages/sklearn/ensemble/tests/test_bagging.py extracting Python/Lib/site-packages/sklearn/ensemble/tests/__init__.py extracting Python/Lib/site-packages/sklearn/ensemble/setup.py extracting Python/Lib/site-packages/sklearn/ensemble/partial_dependence.py extracting Python/Lib/site-packages/sklearn/ensemble/iforest.py extracting Python/Lib/site-packages/sklearn/ensemble/gradient_boosting.py extracting Python/Lib/site-packages/sklearn/ensemble/forest.py extracting Python/Lib/site-packages/sklearn/ensemble/base.py extracting Python/Lib/site-packages/sklearn/ensemble/bagging.py extracting Python/Lib/site-packages/sklearn/ensemble/_gradient_boosting.pyd extracting Python/Lib/site-packages/sklearn/ensemble/__init__.py extracting Python/Lib/site-packages/sklearn/dummy.py extracting Python/Lib/site-packages/sklearn/discriminant_analysis.py extracting Python/Lib/site-packages/sklearn/decomposition/ extracting Python/Lib/site-packages/sklearn/decomposition/truncated_svd.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/ extracting Python/Lib/site-packages/sklearn/decomposition/tests/test_truncated_svd.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/test_sparse_pca.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/test_pca.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/test_online_lda.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/test_nmf.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/test_kernel_pca.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/test_incremental_pca.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/test_fastica.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/test_factor_analysis.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/test_dict_learning.py extracting Python/Lib/site-packages/sklearn/decomposition/tests/__init__.py extracting Python/Lib/site-packages/sklearn/decomposition/sparse_pca.py extracting Python/Lib/site-packages/sklearn/decomposition/setup.py extracting Python/Lib/site-packages/sklearn/decomposition/pca.py extracting Python/Lib/site-packages/sklearn/decomposition/online_lda.py extracting Python/Lib/site-packages/sklearn/decomposition/nmf.py extracting Python/Lib/site-packages/sklearn/decomposition/kernel_pca.py extracting Python/Lib/site-packages/sklearn/decomposition/incremental_pca.py extracting Python/Lib/site-packages/sklearn/decomposition/fastica_.py extracting Python/Lib/site-packages/sklearn/decomposition/factor_analysis.py extracting Python/Lib/site-packages/sklearn/decomposition/dict_learning.py extracting Python/Lib/site-packages/sklearn/decomposition/cdnmf_fast.pyd extracting Python/Lib/site-packages/sklearn/decomposition/base.py extracting Python/Lib/site-packages/sklearn/decomposition/_online_lda.pyd extracting Python/Lib/site-packages/sklearn/decomposition/__init__.py extracting Python/Lib/site-packages/sklearn/datasets/ extracting Python/Lib/site-packages/sklearn/datasets/twenty_newsgroups.py extracting Python/Lib/site-packages/sklearn/datasets/tests/ extracting Python/Lib/site-packages/sklearn/datasets/tests/test_svmlight_format.py extracting Python/Lib/site-packages/sklearn/datasets/tests/test_samples_generator.py extracting Python/Lib/site-packages/sklearn/datasets/tests/test_rcv1.py extracting Python/Lib/site-packages/sklearn/datasets/tests/test_mldata.py extracting Python/Lib/site-packages/sklearn/datasets/tests/test_lfw.py extracting Python/Lib/site-packages/sklearn/datasets/tests/test_kddcup99.py extracting Python/Lib/site-packages/sklearn/datasets/tests/test_covtype.py extracting Python/Lib/site-packages/sklearn/datasets/tests/test_base.py extracting Python/Lib/site-packages/sklearn/datasets/tests/test_20news.py extracting Python/Lib/site-packages/sklearn/datasets/tests/data/ extracting Python/Lib/site-packages/sklearn/datasets/tests/data/svmlight_multilabel.txt extracting Python/Lib/site-packages/sklearn/datasets/tests/data/svmlight_invalid_order.txt extracting Python/Lib/site-packages/sklearn/datasets/tests/data/svmlight_invalid.txt extracting Python/Lib/site-packages/sklearn/datasets/tests/data/svmlight_classification.txt extracting Python/Lib/site-packages/sklearn/datasets/tests/__init__.py extracting Python/Lib/site-packages/sklearn/datasets/svmlight_format.py extracting Python/Lib/site-packages/sklearn/datasets/species_distributions.py extracting Python/Lib/site-packages/sklearn/datasets/setup.py extracting Python/Lib/site-packages/sklearn/datasets/samples_generator.py extracting Python/Lib/site-packages/sklearn/datasets/rcv1.py extracting Python/Lib/site-packages/sklearn/datasets/olivetti_faces.py extracting Python/Lib/site-packages/sklearn/datasets/mldata.py extracting Python/Lib/site-packages/sklearn/datasets/mlcomp.py extracting Python/Lib/site-packages/sklearn/datasets/lfw.py extracting Python/Lib/site-packages/sklearn/datasets/kddcup99.py extracting Python/Lib/site-packages/sklearn/datasets/images/ extracting Python/Lib/site-packages/sklearn/datasets/images/README.txt extracting Python/Lib/site-packages/sklearn/datasets/images/flower.jpg extracting Python/Lib/site-packages/sklearn/datasets/images/china.jpg extracting Python/Lib/site-packages/sklearn/datasets/descr/ extracting Python/Lib/site-packages/sklearn/datasets/descr/wine_data.rst extracting Python/Lib/site-packages/sklearn/datasets/descr/linnerud.rst extracting Python/Lib/site-packages/sklearn/datasets/descr/iris.rst extracting Python/Lib/site-packages/sklearn/datasets/descr/digits.rst extracting Python/Lib/site-packages/sklearn/datasets/descr/diabetes.rst extracting Python/Lib/site-packages/sklearn/datasets/descr/breast_cancer.rst extracting Python/Lib/site-packages/sklearn/datasets/descr/boston_house_prices.rst extracting Python/Lib/site-packages/sklearn/datasets/data/ extracting Python/Lib/site-packages/sklearn/datasets/data/wine_data.csv extracting Python/Lib/site-packages/sklearn/datasets/data/linnerud_physiological.csv extracting Python/Lib/site-packages/sklearn/datasets/data/linnerud_exercise.csv extracting Python/Lib/site-packages/sklearn/datasets/data/iris.csv extracting Python/Lib/site-packages/sklearn/datasets/data/digits.csv.gz extracting Python/Lib/site-packages/sklearn/datasets/data/diabetes_target.csv.gz extracting Python/Lib/site-packages/sklearn/datasets/data/diabetes_data.csv.gz extracting Python/Lib/site-packages/sklearn/datasets/data/breast_cancer.csv extracting Python/Lib/site-packages/sklearn/datasets/data/boston_house_prices.csv extracting Python/Lib/site-packages/sklearn/datasets/covtype.py extracting Python/Lib/site-packages/sklearn/datasets/california_housing.py extracting Python/Lib/site-packages/sklearn/datasets/base.py extracting Python/Lib/site-packages/sklearn/datasets/_svmlight_format.pyd extracting Python/Lib/site-packages/sklearn/datasets/__init__.py extracting Python/Lib/site-packages/sklearn/cross_validation.py extracting Python/Lib/site-packages/sklearn/cross_decomposition/ extracting Python/Lib/site-packages/sklearn/cross_decomposition/tests/ extracting Python/Lib/site-packages/sklearn/cross_decomposition/tests/test_pls.py extracting Python/Lib/site-packages/sklearn/cross_decomposition/tests/__init__.py extracting Python/Lib/site-packages/sklearn/cross_decomposition/pls_.py extracting Python/Lib/site-packages/sklearn/cross_decomposition/cca_.py extracting Python/Lib/site-packages/sklearn/cross_decomposition/__init__.py extracting Python/Lib/site-packages/sklearn/covariance/ extracting Python/Lib/site-packages/sklearn/covariance/tests/ extracting Python/Lib/site-packages/sklearn/covariance/tests/test_robust_covariance.py extracting Python/Lib/site-packages/sklearn/covariance/tests/test_graph_lasso.py extracting Python/Lib/site-packages/sklearn/covariance/tests/test_covariance.py extracting Python/Lib/site-packages/sklearn/covariance/tests/__init__.py extracting Python/Lib/site-packages/sklearn/covariance/shrunk_covariance_.py extracting Python/Lib/site-packages/sklearn/covariance/robust_covariance.py extracting Python/Lib/site-packages/sklearn/covariance/outlier_detection.py extracting Python/Lib/site-packages/sklearn/covariance/graph_lasso_.py extracting Python/Lib/site-packages/sklearn/covariance/empirical_covariance_.py extracting Python/Lib/site-packages/sklearn/covariance/__init__.py extracting Python/Lib/site-packages/sklearn/cluster/ extracting Python/Lib/site-packages/sklearn/cluster/tests/ extracting Python/Lib/site-packages/sklearn/cluster/tests/test_spectral.py extracting Python/Lib/site-packages/sklearn/cluster/tests/test_mean_shift.py extracting Python/Lib/site-packages/sklearn/cluster/tests/test_k_means.py extracting Python/Lib/site-packages/sklearn/cluster/tests/test_hierarchical.py extracting Python/Lib/site-packages/sklearn/cluster/tests/test_dbscan.py extracting Python/Lib/site-packages/sklearn/cluster/tests/test_birch.py extracting Python/Lib/site-packages/sklearn/cluster/tests/test_bicluster.py extracting Python/Lib/site-packages/sklearn/cluster/tests/test_affinity_propagation.py extracting Python/Lib/site-packages/sklearn/cluster/tests/common.py extracting Python/Lib/site-packages/sklearn/cluster/tests/__init__.py extracting Python/Lib/site-packages/sklearn/cluster/spectral.py extracting Python/Lib/site-packages/sklearn/cluster/setup.py extracting Python/Lib/site-packages/sklearn/cluster/mean_shift_.py extracting Python/Lib/site-packages/sklearn/cluster/k_means_.py extracting Python/Lib/site-packages/sklearn/cluster/hierarchical.py extracting Python/Lib/site-packages/sklearn/cluster/dbscan_.py extracting Python/Lib/site-packages/sklearn/cluster/birch.py extracting Python/Lib/site-packages/sklearn/cluster/bicluster.py extracting Python/Lib/site-packages/sklearn/cluster/affinity_propagation_.py extracting Python/Lib/site-packages/sklearn/cluster/_k_means_elkan.pyd extracting Python/Lib/site-packages/sklearn/cluster/_k_means.pyd extracting Python/Lib/site-packages/sklearn/cluster/_hierarchical.pyd extracting Python/Lib/site-packages/sklearn/cluster/_feature_agglomeration.py extracting Python/Lib/site-packages/sklearn/cluster/_dbscan_inner.pyd extracting Python/Lib/site-packages/sklearn/cluster/__init__.py extracting Python/Lib/site-packages/sklearn/calibration.py extracting Python/Lib/site-packages/sklearn/base.py extracting Python/Lib/site-packages/sklearn/_isotonic.pyd extracting Python/Lib/site-packages/sklearn/_build_utils/ extracting Python/Lib/site-packages/sklearn/_build_utils/__init__.py extracting Python/Lib/site-packages/sklearn/__init__.py extracting Python/Lib/site-packages/sklearn/__check_build/ extracting Python/Lib/site-packages/sklearn/__check_build/setup.py extracting Python/Lib/site-packages/sklearn/__check_build/_check_build.pyd extracting Python/Lib/site-packages/sklearn/__check_build/__init__.py extracting Python/Lib/site-packages/six-1.11.0.dist-info/ extracting Python/Lib/site-packages/six-1.11.0.dist-info/WHEEL extracting Python/Lib/site-packages/six-1.11.0.dist-info/top_level.txt extracting Python/Lib/site-packages/six-1.11.0.dist-info/RECORD extracting Python/Lib/site-packages/six-1.11.0.dist-info/metadata.json extracting Python/Lib/site-packages/six-1.11.0.dist-info/METADATA extracting Python/Lib/site-packages/six-1.11.0.dist-info/INSTALLER extracting Python/Lib/site-packages/six-1.11.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/six.py extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/ extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/zip-safe extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/WHEEL extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/top_level.txt extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/RECORD extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/metadata.json extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/METADATA extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/LICENSE.txt extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/INSTALLER extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/entry_points.txt extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/setuptools-39.0.1.dist-info/dependency_links.txt extracting Python/Lib/site-packages/setuptools/ extracting Python/Lib/site-packages/setuptools/windows_support.pyc extracting Python/Lib/site-packages/setuptools/windows_support.py extracting Python/Lib/site-packages/setuptools/wheel.pyc extracting Python/Lib/site-packages/setuptools/wheel.py extracting Python/Lib/site-packages/setuptools/version.pyc extracting Python/Lib/site-packages/setuptools/version.py extracting Python/Lib/site-packages/setuptools/unicode_utils.pyc extracting Python/Lib/site-packages/setuptools/unicode_utils.py extracting Python/Lib/site-packages/setuptools/ssl_support.pyc extracting Python/Lib/site-packages/setuptools/ssl_support.py extracting Python/Lib/site-packages/setuptools/site-patch.py extracting Python/Lib/site-packages/setuptools/script.tmpl extracting Python/Lib/site-packages/setuptools/script (dev).tmpl extracting Python/Lib/site-packages/setuptools/sandbox.pyc extracting Python/Lib/site-packages/setuptools/sandbox.py extracting Python/Lib/site-packages/setuptools/py36compat.pyc extracting Python/Lib/site-packages/setuptools/py36compat.py extracting Python/Lib/site-packages/setuptools/py33compat.pyc extracting Python/Lib/site-packages/setuptools/py33compat.py extracting Python/Lib/site-packages/setuptools/py31compat.pyc extracting Python/Lib/site-packages/setuptools/py31compat.py extracting Python/Lib/site-packages/setuptools/py27compat.pyc extracting Python/Lib/site-packages/setuptools/py27compat.py extracting Python/Lib/site-packages/setuptools/pep425tags.pyc extracting Python/Lib/site-packages/setuptools/pep425tags.py extracting Python/Lib/site-packages/setuptools/package_index.pyc extracting Python/Lib/site-packages/setuptools/package_index.py extracting Python/Lib/site-packages/setuptools/namespaces.pyc extracting Python/Lib/site-packages/setuptools/namespaces.py extracting Python/Lib/site-packages/setuptools/msvc.pyc extracting Python/Lib/site-packages/setuptools/msvc.py extracting Python/Lib/site-packages/setuptools/monkey.pyc extracting Python/Lib/site-packages/setuptools/monkey.py extracting Python/Lib/site-packages/setuptools/lib2to3_ex.pyc extracting Python/Lib/site-packages/setuptools/lib2to3_ex.py extracting Python/Lib/site-packages/setuptools/launch.py extracting Python/Lib/site-packages/setuptools/gui-64.exe extracting Python/Lib/site-packages/setuptools/gui-32.exe extracting Python/Lib/site-packages/setuptools/gui.exe extracting Python/Lib/site-packages/setuptools/glob.pyc extracting Python/Lib/site-packages/setuptools/glob.py extracting Python/Lib/site-packages/setuptools/glibc.pyc extracting Python/Lib/site-packages/setuptools/glibc.py extracting Python/Lib/site-packages/setuptools/extern/ extracting Python/Lib/site-packages/setuptools/extern/__init__.pyc extracting Python/Lib/site-packages/setuptools/extern/__init__.py extracting Python/Lib/site-packages/setuptools/extension.pyc extracting Python/Lib/site-packages/setuptools/extension.py extracting Python/Lib/site-packages/setuptools/dist.pyc extracting Python/Lib/site-packages/setuptools/dist.py extracting Python/Lib/site-packages/setuptools/depends.pyc extracting Python/Lib/site-packages/setuptools/depends.py extracting Python/Lib/site-packages/setuptools/dep_util.pyc extracting Python/Lib/site-packages/setuptools/dep_util.py extracting Python/Lib/site-packages/setuptools/config.pyc extracting Python/Lib/site-packages/setuptools/config.py extracting Python/Lib/site-packages/setuptools/command/ extracting Python/Lib/site-packages/setuptools/command/upload_docs.py extracting Python/Lib/site-packages/setuptools/command/upload.py extracting Python/Lib/site-packages/setuptools/command/test.py extracting Python/Lib/site-packages/setuptools/command/setopt.pyc extracting Python/Lib/site-packages/setuptools/command/setopt.py extracting Python/Lib/site-packages/setuptools/command/sdist.pyc extracting Python/Lib/site-packages/setuptools/command/sdist.py extracting Python/Lib/site-packages/setuptools/command/saveopts.py extracting Python/Lib/site-packages/setuptools/command/rotate.py extracting Python/Lib/site-packages/setuptools/command/register.py extracting Python/Lib/site-packages/setuptools/command/py36compat.pyc extracting Python/Lib/site-packages/setuptools/command/py36compat.py extracting Python/Lib/site-packages/setuptools/command/launcher manifest.xml extracting Python/Lib/site-packages/setuptools/command/install_scripts.pyc extracting Python/Lib/site-packages/setuptools/command/install_scripts.py extracting Python/Lib/site-packages/setuptools/command/install_lib.pyc extracting Python/Lib/site-packages/setuptools/command/install_lib.py extracting Python/Lib/site-packages/setuptools/command/install_egg_info.pyc extracting Python/Lib/site-packages/setuptools/command/install_egg_info.py extracting Python/Lib/site-packages/setuptools/command/install.pyc extracting Python/Lib/site-packages/setuptools/command/install.py extracting Python/Lib/site-packages/setuptools/command/egg_info.pyc extracting Python/Lib/site-packages/setuptools/command/egg_info.py extracting Python/Lib/site-packages/setuptools/command/easy_install.pyc extracting Python/Lib/site-packages/setuptools/command/easy_install.py extracting Python/Lib/site-packages/setuptools/command/dist_info.py extracting Python/Lib/site-packages/setuptools/command/develop.py extracting Python/Lib/site-packages/setuptools/command/build_py.pyc extracting Python/Lib/site-packages/setuptools/command/build_py.py extracting Python/Lib/site-packages/setuptools/command/build_ext.pyc extracting Python/Lib/site-packages/setuptools/command/build_ext.py extracting Python/Lib/site-packages/setuptools/command/build_clib.pyc extracting Python/Lib/site-packages/setuptools/command/build_clib.py extracting Python/Lib/site-packages/setuptools/command/bdist_wininst.pyc extracting Python/Lib/site-packages/setuptools/command/bdist_wininst.py extracting Python/Lib/site-packages/setuptools/command/bdist_rpm.py extracting Python/Lib/site-packages/setuptools/command/bdist_egg.pyc extracting Python/Lib/site-packages/setuptools/command/bdist_egg.py extracting Python/Lib/site-packages/setuptools/command/alias.py extracting Python/Lib/site-packages/setuptools/command/__init__.pyc extracting Python/Lib/site-packages/setuptools/command/__init__.py extracting Python/Lib/site-packages/setuptools/cli-64.exe extracting Python/Lib/site-packages/setuptools/cli-32.exe extracting Python/Lib/site-packages/setuptools/cli.exe extracting Python/Lib/site-packages/setuptools/build_meta.py extracting Python/Lib/site-packages/setuptools/archive_util.pyc extracting Python/Lib/site-packages/setuptools/archive_util.py extracting Python/Lib/site-packages/setuptools/_vendor/ extracting Python/Lib/site-packages/setuptools/_vendor/six.pyc extracting Python/Lib/site-packages/setuptools/_vendor/six.py extracting Python/Lib/site-packages/setuptools/_vendor/pyparsing.py extracting Python/Lib/site-packages/setuptools/_vendor/packaging/ extracting Python/Lib/site-packages/setuptools/_vendor/packaging/version.pyc extracting Python/Lib/site-packages/setuptools/_vendor/packaging/version.py extracting Python/Lib/site-packages/setuptools/_vendor/packaging/utils.py extracting Python/Lib/site-packages/setuptools/_vendor/packaging/specifiers.pyc extracting Python/Lib/site-packages/setuptools/_vendor/packaging/specifiers.py extracting Python/Lib/site-packages/setuptools/_vendor/packaging/requirements.py extracting Python/Lib/site-packages/setuptools/_vendor/packaging/markers.py extracting Python/Lib/site-packages/setuptools/_vendor/packaging/_structures.pyc extracting Python/Lib/site-packages/setuptools/_vendor/packaging/_structures.py extracting Python/Lib/site-packages/setuptools/_vendor/packaging/_compat.pyc extracting Python/Lib/site-packages/setuptools/_vendor/packaging/_compat.py extracting Python/Lib/site-packages/setuptools/_vendor/packaging/__init__.pyc extracting Python/Lib/site-packages/setuptools/_vendor/packaging/__init__.py extracting Python/Lib/site-packages/setuptools/_vendor/packaging/__about__.pyc extracting Python/Lib/site-packages/setuptools/_vendor/packaging/__about__.py extracting Python/Lib/site-packages/setuptools/_vendor/__init__.pyc extracting Python/Lib/site-packages/setuptools/_vendor/__init__.py extracting Python/Lib/site-packages/setuptools/__init__.pyc extracting Python/Lib/site-packages/setuptools/__init__.py extracting Python/Lib/site-packages/scipy-1.0.1.dist-info/ extracting Python/Lib/site-packages/scipy-1.0.1.dist-info/WHEEL extracting Python/Lib/site-packages/scipy-1.0.1.dist-info/top_level.txt extracting Python/Lib/site-packages/scipy-1.0.1.dist-info/RECORD extracting Python/Lib/site-packages/scipy-1.0.1.dist-info/metadata.json extracting Python/Lib/site-packages/scipy-1.0.1.dist-info/METADATA extracting Python/Lib/site-packages/scipy-1.0.1.dist-info/INSTALLER extracting Python/Lib/site-packages/scipy-1.0.1.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/scipy/ extracting Python/Lib/site-packages/scipy/version.py extracting Python/Lib/site-packages/scipy/THANKS.txt extracting Python/Lib/site-packages/scipy/stats/ extracting Python/Lib/site-packages/scipy/stats/vonmises.py extracting Python/Lib/site-packages/scipy/stats/tests/ extracting Python/Lib/site-packages/scipy/stats/tests/test_tukeylambda_stats.py extracting Python/Lib/site-packages/scipy/stats/tests/test_stats.py extracting Python/Lib/site-packages/scipy/stats/tests/test_rank.py extracting Python/Lib/site-packages/scipy/stats/tests/test_multivariate.py extracting Python/Lib/site-packages/scipy/stats/tests/test_mstats_extras.py extracting Python/Lib/site-packages/scipy/stats/tests/test_mstats_basic.py extracting Python/Lib/site-packages/scipy/stats/tests/test_morestats.py extracting Python/Lib/site-packages/scipy/stats/tests/test_kdeoth.py extracting Python/Lib/site-packages/scipy/stats/tests/test_fit.py extracting Python/Lib/site-packages/scipy/stats/tests/test_distributions.py extracting Python/Lib/site-packages/scipy/stats/tests/test_discrete_distns.py extracting Python/Lib/site-packages/scipy/stats/tests/test_discrete_basic.py extracting Python/Lib/site-packages/scipy/stats/tests/test_continuous_basic.py extracting Python/Lib/site-packages/scipy/stats/tests/test_contingency.py extracting Python/Lib/site-packages/scipy/stats/tests/test_binned_statistic.py extracting Python/Lib/site-packages/scipy/stats/tests/data/ extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_linregress/ extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_linregress/Norris.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/ extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/SmLs09.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/SmLs08.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/SmLs07.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/SmLs06.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/SmLs05.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/SmLs04.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/SmLs03.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/SmLs02.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/SmLs01.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/SiRstv.dat extracting Python/Lib/site-packages/scipy/stats/tests/data/nist_anova/AtmWtAg.dat extracting Python/Lib/site-packages/scipy/stats/tests/common_tests.py extracting Python/Lib/site-packages/scipy/stats/tests/__init__.py extracting Python/Lib/site-packages/scipy/stats/stats.py extracting Python/Lib/site-packages/scipy/stats/statlib.pyd extracting Python/Lib/site-packages/scipy/stats/setup.py extracting Python/Lib/site-packages/scipy/stats/mvn.pyd extracting Python/Lib/site-packages/scipy/stats/mstats_extras.py extracting Python/Lib/site-packages/scipy/stats/mstats_basic.py extracting Python/Lib/site-packages/scipy/stats/mstats.py extracting Python/Lib/site-packages/scipy/stats/morestats.py extracting Python/Lib/site-packages/scipy/stats/kde.py extracting Python/Lib/site-packages/scipy/stats/distributions.py extracting Python/Lib/site-packages/scipy/stats/contingency.py extracting Python/Lib/site-packages/scipy/stats/_tukeylambda_stats.py extracting Python/Lib/site-packages/scipy/stats/_stats_mstats_common.py extracting Python/Lib/site-packages/scipy/stats/_stats.pyd extracting Python/Lib/site-packages/scipy/stats/_multivariate.py extracting Python/Lib/site-packages/scipy/stats/_distr_params.py extracting Python/Lib/site-packages/scipy/stats/_distn_infrastructure.py extracting Python/Lib/site-packages/scipy/stats/_discrete_distns.py extracting Python/Lib/site-packages/scipy/stats/_continuous_distns.py extracting Python/Lib/site-packages/scipy/stats/_constants.py extracting Python/Lib/site-packages/scipy/stats/_binned_statistic.py extracting Python/Lib/site-packages/scipy/stats/__init__.py extracting Python/Lib/site-packages/scipy/special/ extracting Python/Lib/site-packages/scipy/special/tests/ extracting Python/Lib/site-packages/scipy/special/tests/test_wrightomega.py extracting Python/Lib/site-packages/scipy/special/tests/test_trig.py extracting Python/Lib/site-packages/scipy/special/tests/test_spherical_bessel.py extracting Python/Lib/site-packages/scipy/special/tests/test_sph_harm.py extracting Python/Lib/site-packages/scipy/special/tests/test_spfun_stats.py extracting Python/Lib/site-packages/scipy/special/tests/test_spence.py extracting Python/Lib/site-packages/scipy/special/tests/test_sici.py extracting Python/Lib/site-packages/scipy/special/tests/test_sf_error.py extracting Python/Lib/site-packages/scipy/special/tests/test_round.py extracting Python/Lib/site-packages/scipy/special/tests/test_precompute_utils.py extracting Python/Lib/site-packages/scipy/special/tests/test_precompute_gammainc.py extracting Python/Lib/site-packages/scipy/special/tests/test_precompute_expn_asy.py extracting Python/Lib/site-packages/scipy/special/tests/test_pcf.py extracting Python/Lib/site-packages/scipy/special/tests/test_orthogonal_eval.py extracting Python/Lib/site-packages/scipy/special/tests/test_orthogonal.py extracting Python/Lib/site-packages/scipy/special/tests/test_mpmath.py extracting Python/Lib/site-packages/scipy/special/tests/test_logsumexp.py extracting Python/Lib/site-packages/scipy/special/tests/test_logit.py extracting Python/Lib/site-packages/scipy/special/tests/test_loggamma.py extracting Python/Lib/site-packages/scipy/special/tests/test_lambertw.py extracting Python/Lib/site-packages/scipy/special/tests/test_kolmogorov.py extracting Python/Lib/site-packages/scipy/special/tests/test_gammainc.py extracting Python/Lib/site-packages/scipy/special/tests/test_ellip_harm.py extracting Python/Lib/site-packages/scipy/special/tests/test_digamma.py extracting Python/Lib/site-packages/scipy/special/tests/test_data.py extracting Python/Lib/site-packages/scipy/special/tests/test_cython_special.py extracting Python/Lib/site-packages/scipy/special/tests/test_cdflib.py extracting Python/Lib/site-packages/scipy/special/tests/test_boxcox.py extracting Python/Lib/site-packages/scipy/special/tests/test_basic.py extracting Python/Lib/site-packages/scipy/special/tests/data/ extracting Python/Lib/site-packages/scipy/special/tests/data/README extracting Python/Lib/site-packages/scipy/special/tests/data/local.npz extracting Python/Lib/site-packages/scipy/special/tests/data/gsl.npz extracting Python/Lib/site-packages/scipy/special/tests/data/boost.npz extracting Python/Lib/site-packages/scipy/special/tests/__init__.py extracting Python/Lib/site-packages/scipy/special/spfun_stats.py extracting Python/Lib/site-packages/scipy/special/specfun.pyd extracting Python/Lib/site-packages/scipy/special/sf_error.py extracting Python/Lib/site-packages/scipy/special/setup.py extracting Python/Lib/site-packages/scipy/special/orthogonal.py extracting Python/Lib/site-packages/scipy/special/lambertw.py extracting Python/Lib/site-packages/scipy/special/cython_special.pyd extracting Python/Lib/site-packages/scipy/special/cython_special.pxd extracting Python/Lib/site-packages/scipy/special/basic.py extracting Python/Lib/site-packages/scipy/special/add_newdocs.py extracting Python/Lib/site-packages/scipy/special/_ufuncs_cxx.pyd extracting Python/Lib/site-packages/scipy/special/_ufuncs.pyd extracting Python/Lib/site-packages/scipy/special/_testutils.py extracting Python/Lib/site-packages/scipy/special/_test_round.pyd extracting Python/Lib/site-packages/scipy/special/_spherical_bessel.py extracting Python/Lib/site-packages/scipy/special/_precompute/ extracting Python/Lib/site-packages/scipy/special/_precompute/utils.py extracting Python/Lib/site-packages/scipy/special/_precompute/setup.py extracting Python/Lib/site-packages/scipy/special/_precompute/loggamma.py extracting Python/Lib/site-packages/scipy/special/_precompute/gammainc_data.py extracting Python/Lib/site-packages/scipy/special/_precompute/gammainc_asy.py extracting Python/Lib/site-packages/scipy/special/_precompute/expn_asy.py extracting Python/Lib/site-packages/scipy/special/_precompute/__init__.py extracting Python/Lib/site-packages/scipy/special/_mptestutils.py extracting Python/Lib/site-packages/scipy/special/_logsumexp.py extracting Python/Lib/site-packages/scipy/special/_generate_pyx.py extracting Python/Lib/site-packages/scipy/special/_ellip_harm_2.pyd extracting Python/Lib/site-packages/scipy/special/_ellip_harm.py extracting Python/Lib/site-packages/scipy/special/_comb.pyd extracting Python/Lib/site-packages/scipy/special/__init__.py extracting Python/Lib/site-packages/scipy/special.pxd extracting Python/Lib/site-packages/scipy/spatial/ extracting Python/Lib/site-packages/scipy/spatial/tests/ extracting Python/Lib/site-packages/scipy/spatial/tests/test_spherical_voronoi.py extracting Python/Lib/site-packages/scipy/spatial/tests/test_qhull.py extracting Python/Lib/site-packages/scipy/spatial/tests/test_kdtree.py extracting Python/Lib/site-packages/scipy/spatial/tests/test_hausdorff.py extracting Python/Lib/site-packages/scipy/spatial/tests/test_distance.py extracting Python/Lib/site-packages/scipy/spatial/tests/test__procrustes.py extracting Python/Lib/site-packages/scipy/spatial/tests/test__plotutils.py extracting Python/Lib/site-packages/scipy/spatial/tests/data/ extracting Python/Lib/site-packages/scipy/spatial/tests/data/selfdual-4d-polytope.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/random-uint-data.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/random-int-data.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/random-double-data.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/random-bool-data.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-spearman-ml.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-seuclidean-ml-iris.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-seuclidean-ml.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-minkowski-5.8-ml-iris.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-minkowski-3.2-ml-iris.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-minkowski-3.2-ml.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-jaccard-ml.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-hamming-ml.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-euclidean-ml-iris.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-euclidean-ml.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-double-inp.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-cosine-ml-iris.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-cosine-ml.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-correlation-ml-iris.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-correlation-ml.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-cityblock-ml-iris.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-cityblock-ml.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-chebyshev-ml-iris.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-chebyshev-ml.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/pdist-boolean-inp.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/iris.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/degenerate_pointset.npz extracting Python/Lib/site-packages/scipy/spatial/tests/data/cdist-X2.txt extracting Python/Lib/site-packages/scipy/spatial/tests/data/cdist-X1.txt extracting Python/Lib/site-packages/scipy/spatial/tests/__init__.py extracting Python/Lib/site-packages/scipy/spatial/setup.py extracting Python/Lib/site-packages/scipy/spatial/qhull/ extracting Python/Lib/site-packages/scipy/spatial/qhull/COPYING.txt extracting Python/Lib/site-packages/scipy/spatial/qhull.pyd extracting Python/Lib/site-packages/scipy/spatial/kdtree.py extracting Python/Lib/site-packages/scipy/spatial/distance.py extracting Python/Lib/site-packages/scipy/spatial/ckdtree.pyd extracting Python/Lib/site-packages/scipy/spatial/_voronoi.pyd extracting Python/Lib/site-packages/scipy/spatial/_spherical_voronoi.py extracting Python/Lib/site-packages/scipy/spatial/_procrustes.py extracting Python/Lib/site-packages/scipy/spatial/_plotutils.py extracting Python/Lib/site-packages/scipy/spatial/_hausdorff.pyd extracting Python/Lib/site-packages/scipy/spatial/_distance_wrap.pyd extracting Python/Lib/site-packages/scipy/spatial/__init__.py extracting Python/Lib/site-packages/scipy/sparse/ extracting Python/Lib/site-packages/scipy/sparse/tests/ extracting Python/Lib/site-packages/scipy/sparse/tests/test_sputils.py extracting Python/Lib/site-packages/scipy/sparse/tests/test_spfuncs.py extracting Python/Lib/site-packages/scipy/sparse/tests/test_sparsetools.py extracting Python/Lib/site-packages/scipy/sparse/tests/test_matrix_io.py extracting Python/Lib/site-packages/scipy/sparse/tests/test_extract.py extracting Python/Lib/site-packages/scipy/sparse/tests/test_csr.py extracting Python/Lib/site-packages/scipy/sparse/tests/test_csc.py extracting Python/Lib/site-packages/scipy/sparse/tests/test_construct.py extracting Python/Lib/site-packages/scipy/sparse/tests/test_base.py extracting Python/Lib/site-packages/scipy/sparse/tests/data/ extracting Python/Lib/site-packages/scipy/sparse/tests/data/csc_py3.npz extracting Python/Lib/site-packages/scipy/sparse/tests/data/csc_py2.npz extracting Python/Lib/site-packages/scipy/sparse/tests/__init__.py extracting Python/Lib/site-packages/scipy/sparse/sputils.py extracting Python/Lib/site-packages/scipy/sparse/spfuncs.py extracting Python/Lib/site-packages/scipy/sparse/sparsetools.py extracting Python/Lib/site-packages/scipy/sparse/setup.py extracting Python/Lib/site-packages/scipy/sparse/linalg/ extracting Python/Lib/site-packages/scipy/sparse/linalg/tests/ extracting Python/Lib/site-packages/scipy/sparse/linalg/tests/test_onenormest.py extracting Python/Lib/site-packages/scipy/sparse/linalg/tests/test_norm.py extracting Python/Lib/site-packages/scipy/sparse/linalg/tests/test_matfuncs.py extracting Python/Lib/site-packages/scipy/sparse/linalg/tests/test_interface.py extracting Python/Lib/site-packages/scipy/sparse/linalg/tests/test_expm_multiply.py extracting Python/Lib/site-packages/scipy/sparse/linalg/tests/__init__.py extracting Python/Lib/site-packages/scipy/sparse/linalg/setup.py extracting Python/Lib/site-packages/scipy/sparse/linalg/matfuncs.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/ extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/utils.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/tests/ extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/tests/test_utils.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/tests/test_lsqr.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/tests/test_lsmr.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/tests/test_lgmres.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/tests/test_iterative.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/tests/test_gcrotmk.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/tests/demo_lgmres.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/tests/__init__.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/setup.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/minres.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/lsqr.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/lsmr.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/lgmres.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/iterative.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/_iterative.pyd extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/_gcrotmk.py extracting Python/Lib/site-packages/scipy/sparse/linalg/isolve/__init__.py extracting Python/Lib/site-packages/scipy/sparse/linalg/interface.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/ extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/setup.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/lobpcg/ extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/lobpcg/tests/ extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/lobpcg/tests/test_lobpcg.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/lobpcg/tests/__init__.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/lobpcg/setup.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/lobpcg/__init__.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/arpack/ extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/arpack/tests/ extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/arpack/tests/test_arpack.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/arpack/tests/__init__.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/arpack/setup.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/arpack/ARPACK/ extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/arpack/ARPACK/COPYING extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/arpack/arpack.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/arpack/_arpack.pyd extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/arpack/__init__.py extracting Python/Lib/site-packages/scipy/sparse/linalg/eigen/__init__.py extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/ extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/tests/ extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/tests/test_linsolve.py extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/tests/__init__.py extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/SuperLU/ extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/SuperLU/License.txt extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/setup.py extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/linsolve.py extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/_superlu.pyd extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/_add_newdocs.py extracting Python/Lib/site-packages/scipy/sparse/linalg/dsolve/__init__.py extracting Python/Lib/site-packages/scipy/sparse/linalg/_onenormest.py extracting Python/Lib/site-packages/scipy/sparse/linalg/_norm.py extracting Python/Lib/site-packages/scipy/sparse/linalg/_expm_multiply.py extracting Python/Lib/site-packages/scipy/sparse/linalg/__init__.py extracting Python/Lib/site-packages/scipy/sparse/lil.py extracting Python/Lib/site-packages/scipy/sparse/generate_sparsetools.py extracting Python/Lib/site-packages/scipy/sparse/extract.py extracting Python/Lib/site-packages/scipy/sparse/dok.py extracting Python/Lib/site-packages/scipy/sparse/dia.py extracting Python/Lib/site-packages/scipy/sparse/data.py extracting Python/Lib/site-packages/scipy/sparse/csr.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/ extracting Python/Lib/site-packages/scipy/sparse/csgraph/tests/ extracting Python/Lib/site-packages/scipy/sparse/csgraph/tests/test_traversal.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/tests/test_spanning_tree.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/tests/test_shortest_path.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/tests/test_reordering.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/tests/test_graph_laplacian.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/tests/test_conversions.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/tests/test_connected_components.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/tests/__init__.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/setup.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/_validation.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/_traversal.pyd extracting Python/Lib/site-packages/scipy/sparse/csgraph/_tools.pyd extracting Python/Lib/site-packages/scipy/sparse/csgraph/_shortest_path.pyd extracting Python/Lib/site-packages/scipy/sparse/csgraph/_reordering.pyd extracting Python/Lib/site-packages/scipy/sparse/csgraph/_min_spanning_tree.pyd extracting Python/Lib/site-packages/scipy/sparse/csgraph/_laplacian.py extracting Python/Lib/site-packages/scipy/sparse/csgraph/__init__.py extracting Python/Lib/site-packages/scipy/sparse/csc.py extracting Python/Lib/site-packages/scipy/sparse/coo.py extracting Python/Lib/site-packages/scipy/sparse/construct.py extracting Python/Lib/site-packages/scipy/sparse/compressed.py extracting Python/Lib/site-packages/scipy/sparse/bsr.py extracting Python/Lib/site-packages/scipy/sparse/base.py extracting Python/Lib/site-packages/scipy/sparse/_sparsetools.pyd extracting Python/Lib/site-packages/scipy/sparse/_matrix_io.py extracting Python/Lib/site-packages/scipy/sparse/_csparsetools.pyd extracting Python/Lib/site-packages/scipy/sparse/__init__.py extracting Python/Lib/site-packages/scipy/signal/ extracting Python/Lib/site-packages/scipy/signal/windows.py extracting Python/Lib/site-packages/scipy/signal/wavelets.py extracting Python/Lib/site-packages/scipy/signal/waveforms.py extracting Python/Lib/site-packages/scipy/signal/tests/ extracting Python/Lib/site-packages/scipy/signal/tests/test_windows.py extracting Python/Lib/site-packages/scipy/signal/tests/test_wavelets.py extracting Python/Lib/site-packages/scipy/signal/tests/test_waveforms.py extracting Python/Lib/site-packages/scipy/signal/tests/test_upfirdn.py extracting Python/Lib/site-packages/scipy/signal/tests/test_spectral.py extracting Python/Lib/site-packages/scipy/signal/tests/test_signaltools.py extracting Python/Lib/site-packages/scipy/signal/tests/test_savitzky_golay.py extracting Python/Lib/site-packages/scipy/signal/tests/test_peak_finding.py extracting Python/Lib/site-packages/scipy/signal/tests/test_max_len_seq.py extracting Python/Lib/site-packages/scipy/signal/tests/test_ltisys.py extracting Python/Lib/site-packages/scipy/signal/tests/test_fir_filter_design.py extracting Python/Lib/site-packages/scipy/signal/tests/test_filter_design.py extracting Python/Lib/site-packages/scipy/signal/tests/test_dltisys.py extracting Python/Lib/site-packages/scipy/signal/tests/test_cont2discrete.py extracting Python/Lib/site-packages/scipy/signal/tests/test_array_tools.py extracting Python/Lib/site-packages/scipy/signal/tests/mpsig.py extracting Python/Lib/site-packages/scipy/signal/tests/__init__.py extracting Python/Lib/site-packages/scipy/signal/spline.pyd extracting Python/Lib/site-packages/scipy/signal/spectral.py extracting Python/Lib/site-packages/scipy/signal/sigtools.pyd extracting Python/Lib/site-packages/scipy/signal/signaltools.py extracting Python/Lib/site-packages/scipy/signal/setup.py extracting Python/Lib/site-packages/scipy/signal/ltisys.py extracting Python/Lib/site-packages/scipy/signal/lti_conversion.py extracting Python/Lib/site-packages/scipy/signal/fir_filter_design.py extracting Python/Lib/site-packages/scipy/signal/filter_design.py extracting Python/Lib/site-packages/scipy/signal/bsplines.py extracting Python/Lib/site-packages/scipy/signal/_upfirdn_apply.pyd extracting Python/Lib/site-packages/scipy/signal/_upfirdn.py extracting Python/Lib/site-packages/scipy/signal/_spectral.pyd extracting Python/Lib/site-packages/scipy/signal/_savitzky_golay.py extracting Python/Lib/site-packages/scipy/signal/_peak_finding.py extracting Python/Lib/site-packages/scipy/signal/_max_len_seq_inner.pyd extracting Python/Lib/site-packages/scipy/signal/_max_len_seq.py extracting Python/Lib/site-packages/scipy/signal/_arraytools.py extracting Python/Lib/site-packages/scipy/signal/__init__.py extracting Python/Lib/site-packages/scipy/setup.py extracting Python/Lib/site-packages/scipy/optimize/ extracting Python/Lib/site-packages/scipy/optimize/zeros.py extracting Python/Lib/site-packages/scipy/optimize/tnc.py extracting Python/Lib/site-packages/scipy/optimize/tests/ extracting Python/Lib/site-packages/scipy/optimize/tests/test_zeros.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_trustregion_krylov.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_trustregion_exact.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_trustregion.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_tnc.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_slsqp.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_regression.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_optimize.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_nonlin.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_nnls.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_minpack.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_lsq_linear.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_lsq_common.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_linprog.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_linesearch.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_least_squares.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_lbfgsb_hessinv.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_hungarian.py extracting Python/Lib/site-packages/scipy/optimize/tests/test_cobyla.py extracting Python/Lib/site-packages/scipy/optimize/tests/test__spectral.py extracting Python/Lib/site-packages/scipy/optimize/tests/test__root.py extracting Python/Lib/site-packages/scipy/optimize/tests/test__remove_redundancy.py extracting Python/Lib/site-packages/scipy/optimize/tests/test__numdiff.py extracting Python/Lib/site-packages/scipy/optimize/tests/test__linprog_ip_clean_inputs.py extracting Python/Lib/site-packages/scipy/optimize/tests/test__differential_evolution.py extracting Python/Lib/site-packages/scipy/optimize/tests/test__basinhopping.py extracting Python/Lib/site-packages/scipy/optimize/tests/__init__.py extracting Python/Lib/site-packages/scipy/optimize/slsqp.py extracting Python/Lib/site-packages/scipy/optimize/setup.py extracting Python/Lib/site-packages/scipy/optimize/optimize.py extracting Python/Lib/site-packages/scipy/optimize/nonlin.py extracting Python/Lib/site-packages/scipy/optimize/nnls.py extracting Python/Lib/site-packages/scipy/optimize/moduleTNC.pyd extracting Python/Lib/site-packages/scipy/optimize/minpack2.pyd extracting Python/Lib/site-packages/scipy/optimize/minpack.py extracting Python/Lib/site-packages/scipy/optimize/linesearch.py extracting Python/Lib/site-packages/scipy/optimize/lbfgsb/ extracting Python/Lib/site-packages/scipy/optimize/lbfgsb/README extracting Python/Lib/site-packages/scipy/optimize/lbfgsb.py extracting Python/Lib/site-packages/scipy/optimize/cobyla.py extracting Python/Lib/site-packages/scipy/optimize/_zeros.pyd extracting Python/Lib/site-packages/scipy/optimize/_tstutils.py extracting Python/Lib/site-packages/scipy/optimize/_trustregion_ncg.py extracting Python/Lib/site-packages/scipy/optimize/_trustregion_krylov.py extracting Python/Lib/site-packages/scipy/optimize/_trustregion_exact.py extracting Python/Lib/site-packages/scipy/optimize/_trustregion_dogleg.py extracting Python/Lib/site-packages/scipy/optimize/_trustregion.py extracting Python/Lib/site-packages/scipy/optimize/_trlib/ extracting Python/Lib/site-packages/scipy/optimize/_trlib/setup.py extracting Python/Lib/site-packages/scipy/optimize/_trlib/_trlib.pyd extracting Python/Lib/site-packages/scipy/optimize/_trlib/__init__.py extracting Python/Lib/site-packages/scipy/optimize/_spectral.py extracting Python/Lib/site-packages/scipy/optimize/_slsqp.pyd extracting Python/Lib/site-packages/scipy/optimize/_root.py extracting Python/Lib/site-packages/scipy/optimize/_remove_redundancy.py extracting Python/Lib/site-packages/scipy/optimize/_numdiff.py extracting Python/Lib/site-packages/scipy/optimize/_nnls.pyd extracting Python/Lib/site-packages/scipy/optimize/_minpack.pyd extracting Python/Lib/site-packages/scipy/optimize/_minimize.py extracting Python/Lib/site-packages/scipy/optimize/_lsq/ extracting Python/Lib/site-packages/scipy/optimize/_lsq/trf_linear.py extracting Python/Lib/site-packages/scipy/optimize/_lsq/trf.py extracting Python/Lib/site-packages/scipy/optimize/_lsq/setup.py extracting Python/Lib/site-packages/scipy/optimize/_lsq/lsq_linear.py extracting Python/Lib/site-packages/scipy/optimize/_lsq/least_squares.py extracting Python/Lib/site-packages/scipy/optimize/_lsq/givens_elimination.pyd extracting Python/Lib/site-packages/scipy/optimize/_lsq/dogbox.py extracting Python/Lib/site-packages/scipy/optimize/_lsq/common.py extracting Python/Lib/site-packages/scipy/optimize/_lsq/bvls.py extracting Python/Lib/site-packages/scipy/optimize/_lsq/__init__.py extracting Python/Lib/site-packages/scipy/optimize/_linprog_ip.py extracting Python/Lib/site-packages/scipy/optimize/_linprog.py extracting Python/Lib/site-packages/scipy/optimize/_lbfgsb.pyd extracting Python/Lib/site-packages/scipy/optimize/_hungarian.py extracting Python/Lib/site-packages/scipy/optimize/_group_columns.pyd extracting Python/Lib/site-packages/scipy/optimize/_differentialevolution.py extracting Python/Lib/site-packages/scipy/optimize/_cobyla.pyd extracting Python/Lib/site-packages/scipy/optimize/_basinhopping.py extracting Python/Lib/site-packages/scipy/optimize/__init__.py extracting Python/Lib/site-packages/scipy/odr/ extracting Python/Lib/site-packages/scipy/odr/tests/ extracting Python/Lib/site-packages/scipy/odr/tests/test_odr.py extracting Python/Lib/site-packages/scipy/odr/tests/__init__.py extracting Python/Lib/site-packages/scipy/odr/setup.py extracting Python/Lib/site-packages/scipy/odr/odrpack.py extracting Python/Lib/site-packages/scipy/odr/models.py extracting Python/Lib/site-packages/scipy/odr/add_newdocs.py extracting Python/Lib/site-packages/scipy/odr/__odrpack.pyd extracting Python/Lib/site-packages/scipy/odr/__init__.py extracting Python/Lib/site-packages/scipy/ndimage/ extracting Python/Lib/site-packages/scipy/ndimage/tests/ extracting Python/Lib/site-packages/scipy/ndimage/tests/test_regression.py extracting Python/Lib/site-packages/scipy/ndimage/tests/test_ndimage.py extracting Python/Lib/site-packages/scipy/ndimage/tests/test_measurements.py extracting Python/Lib/site-packages/scipy/ndimage/tests/test_io.py extracting Python/Lib/site-packages/scipy/ndimage/tests/test_filters.py extracting Python/Lib/site-packages/scipy/ndimage/tests/test_datatypes.py extracting Python/Lib/site-packages/scipy/ndimage/tests/test_c_api.py extracting Python/Lib/site-packages/scipy/ndimage/tests/dots.png extracting Python/Lib/site-packages/scipy/ndimage/tests/data/ extracting Python/Lib/site-packages/scipy/ndimage/tests/data/README.txt extracting Python/Lib/site-packages/scipy/ndimage/tests/data/label_strels.txt extracting Python/Lib/site-packages/scipy/ndimage/tests/data/label_results.txt extracting Python/Lib/site-packages/scipy/ndimage/tests/data/label_inputs.txt extracting Python/Lib/site-packages/scipy/ndimage/tests/__init__.py extracting Python/Lib/site-packages/scipy/ndimage/setup.py extracting Python/Lib/site-packages/scipy/ndimage/morphology.py extracting Python/Lib/site-packages/scipy/ndimage/measurements.py extracting Python/Lib/site-packages/scipy/ndimage/io.py extracting Python/Lib/site-packages/scipy/ndimage/interpolation.py extracting Python/Lib/site-packages/scipy/ndimage/fourier.py extracting Python/Lib/site-packages/scipy/ndimage/filters.py extracting Python/Lib/site-packages/scipy/ndimage/_ni_support.py extracting Python/Lib/site-packages/scipy/ndimage/_ni_label.pyd extracting Python/Lib/site-packages/scipy/ndimage/_nd_image.pyd extracting Python/Lib/site-packages/scipy/ndimage/_cytest.pyd extracting Python/Lib/site-packages/scipy/ndimage/_ctest_oldapi.pyd extracting Python/Lib/site-packages/scipy/ndimage/_ctest.pyd extracting Python/Lib/site-packages/scipy/ndimage/__init__.py extracting Python/Lib/site-packages/scipy/misc/ extracting Python/Lib/site-packages/scipy/misc/tests/ extracting Python/Lib/site-packages/scipy/misc/tests/test_pilutil.py extracting Python/Lib/site-packages/scipy/misc/tests/test_doccer.py extracting Python/Lib/site-packages/scipy/misc/tests/test_common.py extracting Python/Lib/site-packages/scipy/misc/tests/data/ extracting Python/Lib/site-packages/scipy/misc/tests/data/pattern4bit.png extracting Python/Lib/site-packages/scipy/misc/tests/data/icon_mono_flat.png extracting Python/Lib/site-packages/scipy/misc/tests/data/icon_mono.png extracting Python/Lib/site-packages/scipy/misc/tests/data/icon.png extracting Python/Lib/site-packages/scipy/misc/tests/data/foo3x5x4indexed.png extracting Python/Lib/site-packages/scipy/misc/tests/data/box1.png extracting Python/Lib/site-packages/scipy/misc/tests/data/blocks2bit.png extracting Python/Lib/site-packages/scipy/misc/tests/data/5x5x4.png extracting Python/Lib/site-packages/scipy/misc/tests/data/5x5x3.png extracting Python/Lib/site-packages/scipy/misc/tests/data/5x4x4.png extracting Python/Lib/site-packages/scipy/misc/tests/data/5x4x3.png extracting Python/Lib/site-packages/scipy/misc/tests/data/5x3x4.png extracting Python/Lib/site-packages/scipy/misc/tests/data/5x3x3.png extracting Python/Lib/site-packages/scipy/misc/tests/data/4x5x4.png extracting Python/Lib/site-packages/scipy/misc/tests/data/4x5x3.png extracting Python/Lib/site-packages/scipy/misc/tests/data/4x4x4.png extracting Python/Lib/site-packages/scipy/misc/tests/data/4x4x3.png extracting Python/Lib/site-packages/scipy/misc/tests/data/4x3x4.png extracting Python/Lib/site-packages/scipy/misc/tests/data/4x3x3.png extracting Python/Lib/site-packages/scipy/misc/tests/data/3x5x4.png extracting Python/Lib/site-packages/scipy/misc/tests/data/3x5x3.png extracting Python/Lib/site-packages/scipy/misc/tests/data/3x4x4.png extracting Python/Lib/site-packages/scipy/misc/tests/data/3x4x3.png extracting Python/Lib/site-packages/scipy/misc/tests/data/3x3x4.png extracting Python/Lib/site-packages/scipy/misc/tests/data/3x3x3.png extracting Python/Lib/site-packages/scipy/misc/tests/__init__.py extracting Python/Lib/site-packages/scipy/misc/setup.py extracting Python/Lib/site-packages/scipy/misc/pilutil.py extracting Python/Lib/site-packages/scipy/misc/face.dat extracting Python/Lib/site-packages/scipy/misc/doccer.py extracting Python/Lib/site-packages/scipy/misc/common.py extracting Python/Lib/site-packages/scipy/misc/ascent.dat extracting Python/Lib/site-packages/scipy/misc/__init__.py extracting Python/Lib/site-packages/scipy/linalg/ extracting Python/Lib/site-packages/scipy/linalg/tests/ extracting Python/Lib/site-packages/scipy/linalg/tests/test_special_matrices.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_solvers.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_solve_toeplitz.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_sketches.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_procrustes.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_matfuncs.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_lapack.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_interpolative.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_fblas.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_decomp_update.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_decomp_polar.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_decomp_cholesky.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_decomp.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_cython_lapack.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_cython_blas.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_build.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_blas.py extracting Python/Lib/site-packages/scipy/linalg/tests/test_basic.py extracting Python/Lib/site-packages/scipy/linalg/tests/data/ extracting Python/Lib/site-packages/scipy/linalg/tests/data/gendare_20170120_data.npz extracting Python/Lib/site-packages/scipy/linalg/tests/data/carex_6_data.npz extracting Python/Lib/site-packages/scipy/linalg/tests/data/carex_20_data.npz extracting Python/Lib/site-packages/scipy/linalg/tests/data/carex_19_data.npz extracting Python/Lib/site-packages/scipy/linalg/tests/data/carex_18_data.npz extracting Python/Lib/site-packages/scipy/linalg/tests/data/carex_15_data.npz extracting Python/Lib/site-packages/scipy/linalg/tests/__init__.py extracting Python/Lib/site-packages/scipy/linalg/src/ extracting Python/Lib/site-packages/scipy/linalg/src/lapack_deprecations/ extracting Python/Lib/site-packages/scipy/linalg/src/lapack_deprecations/LICENSE extracting Python/Lib/site-packages/scipy/linalg/src/id_dist/ extracting Python/Lib/site-packages/scipy/linalg/src/id_dist/doc/ extracting Python/Lib/site-packages/scipy/linalg/src/id_dist/doc/doc.tex extracting Python/Lib/site-packages/scipy/linalg/special_matrices.py extracting Python/Lib/site-packages/scipy/linalg/setup.py extracting Python/Lib/site-packages/scipy/linalg/misc.py extracting Python/Lib/site-packages/scipy/linalg/matfuncs.py extracting Python/Lib/site-packages/scipy/linalg/linalg_version.py extracting Python/Lib/site-packages/scipy/linalg/lapack.py extracting Python/Lib/site-packages/scipy/linalg/interpolative.py extracting Python/Lib/site-packages/scipy/linalg/flinalg.py extracting Python/Lib/site-packages/scipy/linalg/decomp_svd.py extracting Python/Lib/site-packages/scipy/linalg/decomp_schur.py extracting Python/Lib/site-packages/scipy/linalg/decomp_qr.py extracting Python/Lib/site-packages/scipy/linalg/decomp_lu.py extracting Python/Lib/site-packages/scipy/linalg/decomp_cholesky.py extracting Python/Lib/site-packages/scipy/linalg/decomp.py extracting Python/Lib/site-packages/scipy/linalg/cython_lapack.pyd extracting Python/Lib/site-packages/scipy/linalg/cython_lapack.pxd extracting Python/Lib/site-packages/scipy/linalg/cython_blas.pyd extracting Python/Lib/site-packages/scipy/linalg/cython_blas.pxd extracting Python/Lib/site-packages/scipy/linalg/blas.py extracting Python/Lib/site-packages/scipy/linalg/basic.py extracting Python/Lib/site-packages/scipy/linalg/_testutils.py extracting Python/Lib/site-packages/scipy/linalg/_solvers.py extracting Python/Lib/site-packages/scipy/linalg/_solve_toeplitz.pyd extracting Python/Lib/site-packages/scipy/linalg/_sketches.py extracting Python/Lib/site-packages/scipy/linalg/_procrustes.py extracting Python/Lib/site-packages/scipy/linalg/_matfuncs_sqrtm.py extracting Python/Lib/site-packages/scipy/linalg/_matfuncs_inv_ssq.py extracting Python/Lib/site-packages/scipy/linalg/_interpolative_backend.py extracting Python/Lib/site-packages/scipy/linalg/_interpolative.pyd extracting Python/Lib/site-packages/scipy/linalg/_generate_pyx.py extracting Python/Lib/site-packages/scipy/linalg/_flinalg.pyd extracting Python/Lib/site-packages/scipy/linalg/_flapack.pyd extracting Python/Lib/site-packages/scipy/linalg/_fblas.pyd extracting Python/Lib/site-packages/scipy/linalg/_expm_frechet.py extracting Python/Lib/site-packages/scipy/linalg/_decomp_update.pyd extracting Python/Lib/site-packages/scipy/linalg/_decomp_qz.py extracting Python/Lib/site-packages/scipy/linalg/_decomp_polar.py extracting Python/Lib/site-packages/scipy/linalg/_cython_signature_generator.py extracting Python/Lib/site-packages/scipy/linalg/__init__.py extracting Python/Lib/site-packages/scipy/linalg.pxd extracting Python/Lib/site-packages/scipy/LICENSE.txt extracting Python/Lib/site-packages/scipy/io/ extracting Python/Lib/site-packages/scipy/io/wavfile.py extracting Python/Lib/site-packages/scipy/io/tests/ extracting Python/Lib/site-packages/scipy/io/tests/test_wavfile.py extracting Python/Lib/site-packages/scipy/io/tests/test_paths.py extracting Python/Lib/site-packages/scipy/io/tests/test_netcdf.py extracting Python/Lib/site-packages/scipy/io/tests/test_mmio.py extracting Python/Lib/site-packages/scipy/io/tests/test_idl.py extracting Python/Lib/site-packages/scipy/io/tests/test_fortran.py extracting Python/Lib/site-packages/scipy/io/tests/data/ extracting Python/Lib/site-packages/scipy/io/tests/data/various_compressed.sav extracting Python/Lib/site-packages/scipy/io/tests/data/test-8000Hz-le-2ch-1byteu.wav extracting Python/Lib/site-packages/scipy/io/tests/data/test-48000Hz-2ch-64bit-float-le-wavex.wav extracting Python/Lib/site-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav extracting Python/Lib/site-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-early-eof.wav extracting Python/Lib/site-packages/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes.wav extracting Python/Lib/site-packages/scipy/io/tests/data/test-44100Hz-2ch-32bit-float-le.wav extracting Python/Lib/site-packages/scipy/io/tests/data/test-44100Hz-2ch-32bit-float-be.wav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_scalars_replicated_3d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_scalars_replicated.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_scalars.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_pointers_replicated_3d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_pointers_replicated.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_pointers.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_pointer_arrays_replicated_3d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_pointer_arrays_replicated.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_pointer_arrays.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_inherit.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_arrays_replicated_3d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_arrays_replicated.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_arrays_byte_idl80.sav extracting Python/Lib/site-packages/scipy/io/tests/data/struct_arrays.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_uint64.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_uint32.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_uint16.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_string.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_int64.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_int32.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_int16.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_heap_pointer.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_float64.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_float32.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_complex64.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_complex32.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_byte_descr.sav extracting Python/Lib/site-packages/scipy/io/tests/data/scalar_byte.sav extracting Python/Lib/site-packages/scipy/io/tests/data/null_pointer.sav extracting Python/Lib/site-packages/scipy/io/tests/data/invalid_pointer.sav extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-si4-1x3x5.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-si4-1x1x7.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-si4-1x1x5.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-si4-1x1x1.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-si4-15x10x22.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-si4-11x1x10.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-sf8-1x3x5.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-sf8-1x1x7.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-sf8-1x1x5.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-sf8-1x1x1.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-sf8-15x10x22.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-sf8-11x1x10.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-mixed.dat extracting Python/Lib/site-packages/scipy/io/tests/data/fortran-3x3d-2i.dat extracting Python/Lib/site-packages/scipy/io/tests/data/example_3_maskedvals.nc extracting Python/Lib/site-packages/scipy/io/tests/data/example_2.nc extracting Python/Lib/site-packages/scipy/io/tests/data/example_1.nc extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_pointer_8d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_pointer_7d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_pointer_6d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_pointer_5d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_pointer_4d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_pointer_3d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_pointer_2d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_pointer_1d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_8d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_7d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_6d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_5d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_4d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_3d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_2d.sav extracting Python/Lib/site-packages/scipy/io/tests/data/array_float32_1d.sav extracting Python/Lib/site-packages/scipy/io/tests/__init__.py extracting Python/Lib/site-packages/scipy/io/setup.py extracting Python/Lib/site-packages/scipy/io/netcdf.py extracting Python/Lib/site-packages/scipy/io/mmio.py extracting Python/Lib/site-packages/scipy/io/matlab/ extracting Python/Lib/site-packages/scipy/io/matlab/tests/ extracting Python/Lib/site-packages/scipy/io/matlab/tests/test_streams.py extracting Python/Lib/site-packages/scipy/io/matlab/tests/test_pathological.py extracting Python/Lib/site-packages/scipy/io/matlab/tests/test_miobase.py extracting Python/Lib/site-packages/scipy/io/matlab/tests/test_mio5_utils.py extracting Python/Lib/site-packages/scipy/io/matlab/tests/test_mio_utils.py extracting Python/Lib/site-packages/scipy/io/matlab/tests/test_mio_funcs.py extracting Python/Lib/site-packages/scipy/io/matlab/tests/test_mio.py extracting Python/Lib/site-packages/scipy/io/matlab/tests/test_byteordercodes.py extracting Python/Lib/site-packages/scipy/io/matlab/tests/save_matfile.m extracting Python/Lib/site-packages/scipy/io/matlab/tests/gen_mat5files.m extracting Python/Lib/site-packages/scipy/io/matlab/tests/gen_mat4files.m extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/ extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testvec_4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testunicode_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testunicode_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststructnest_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststructnest_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststructnest_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststructnest_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststructarr_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststructarr_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststructarr_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststructarr_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststruct_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststruct_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststruct_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststruct_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststringarray_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststringarray_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststringarray_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststringarray_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststringarray_4.2c_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststring_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststring_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststring_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststring_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/teststring_4.2c_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparsefloat_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparsecomplex_4.2c_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparse_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparse_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparse_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparse_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testsparse_4.2c_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testscalarcell_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testonechar_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testonechar_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testonechar_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testonechar_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testonechar_4.2c_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testobject_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testobject_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testobject_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testobject_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testmulti_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testmulti_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testmulti_4.2c_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testminus_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testminus_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testminus_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testminus_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testminus_4.2c_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testmatrix_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testmatrix_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testmatrix_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testmatrix_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testmatrix_4.2c_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testhdf5_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testfunc_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testemptycell_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testemptycell_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testemptycell_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testemptycell_5.3_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testdouble_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testdouble_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testdouble_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testdouble_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testdouble_4.2c_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcomplex_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcomplex_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcomplex_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcomplex_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcomplex_4.2c_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcellnest_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcellnest_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcellnest_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcellnest_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcell_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcell_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcell_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testcell_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/testbool_8_WIN64.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/test3dmatrix_7.4_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/test3dmatrix_7.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/test3dmatrix_6.5.1_GLNX86.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/test3dmatrix_6.1_SOL2.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/test_skip_variable.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/test_mat4_le_floats.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/test_empty_struct.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/sqr.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/some_functions.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/single_empty_string.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/parabola.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/one_by_zero_char.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/nasty_duplicate_fieldnames.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/miutf8_array_name.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/miuint32_for_miint32.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/malformed1.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/logical_sparse.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/little_endian.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/japanese_utf8.txt extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/corrupted_zlib_data.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/corrupted_zlib_checksum.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/broken_utf8.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/big_endian.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/bad_miutf8_array_name.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/data/bad_miuint32.mat extracting Python/Lib/site-packages/scipy/io/matlab/tests/afunc.m extracting Python/Lib/site-packages/scipy/io/matlab/tests/__init__.py extracting Python/Lib/site-packages/scipy/io/matlab/streams.pyd extracting Python/Lib/site-packages/scipy/io/matlab/setup.py extracting Python/Lib/site-packages/scipy/io/matlab/miobase.py extracting Python/Lib/site-packages/scipy/io/matlab/mio5_utils.pyd extracting Python/Lib/site-packages/scipy/io/matlab/mio5_params.py extracting Python/Lib/site-packages/scipy/io/matlab/mio5.py extracting Python/Lib/site-packages/scipy/io/matlab/mio4.py extracting Python/Lib/site-packages/scipy/io/matlab/mio_utils.pyd extracting Python/Lib/site-packages/scipy/io/matlab/mio.py extracting Python/Lib/site-packages/scipy/io/matlab/byteordercodes.py extracting Python/Lib/site-packages/scipy/io/matlab/__init__.py extracting Python/Lib/site-packages/scipy/io/idl.py extracting Python/Lib/site-packages/scipy/io/harwell_boeing/ extracting Python/Lib/site-packages/scipy/io/harwell_boeing/tests/ extracting Python/Lib/site-packages/scipy/io/harwell_boeing/tests/test_hb.py extracting Python/Lib/site-packages/scipy/io/harwell_boeing/tests/test_fortran_format.py extracting Python/Lib/site-packages/scipy/io/harwell_boeing/tests/__init__.py extracting Python/Lib/site-packages/scipy/io/harwell_boeing/setup.py extracting Python/Lib/site-packages/scipy/io/harwell_boeing/hb.py extracting Python/Lib/site-packages/scipy/io/harwell_boeing/_fortran_format_parser.py extracting Python/Lib/site-packages/scipy/io/harwell_boeing/__init__.py extracting Python/Lib/site-packages/scipy/io/arff/ extracting Python/Lib/site-packages/scipy/io/arff/tests/ extracting Python/Lib/site-packages/scipy/io/arff/tests/test_arffread.py extracting Python/Lib/site-packages/scipy/io/arff/tests/data/ extracting Python/Lib/site-packages/scipy/io/arff/tests/data/test8.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/data/test7.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/data/test6.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/data/test5.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/data/test4.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/data/test3.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/data/test2.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/data/test1.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/data/nodata.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/data/missing.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/data/iris.arff extracting Python/Lib/site-packages/scipy/io/arff/tests/__init__.py extracting Python/Lib/site-packages/scipy/io/arff/setup.py extracting Python/Lib/site-packages/scipy/io/arff/arffread.py extracting Python/Lib/site-packages/scipy/io/arff/__init__.py extracting Python/Lib/site-packages/scipy/io/_test_fortran.pyd extracting Python/Lib/site-packages/scipy/io/_fortran.py extracting Python/Lib/site-packages/scipy/io/__init__.py extracting Python/Lib/site-packages/scipy/interpolate/ extracting Python/Lib/site-packages/scipy/interpolate/tests/ extracting Python/Lib/site-packages/scipy/interpolate/tests/test_regression.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_rbf.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_polyint.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_pade.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_ndgriddata.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_interpolate_wrapper.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_interpolate.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_interpnd.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_gil.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_fitpack2.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_fitpack.py extracting Python/Lib/site-packages/scipy/interpolate/tests/test_bsplines.py extracting Python/Lib/site-packages/scipy/interpolate/tests/data/ extracting Python/Lib/site-packages/scipy/interpolate/tests/data/estimate_gradients_hang.npy extracting Python/Lib/site-packages/scipy/interpolate/tests/data/bug-1310.npz extracting Python/Lib/site-packages/scipy/interpolate/tests/__init__.py extracting Python/Lib/site-packages/scipy/interpolate/setup.py extracting Python/Lib/site-packages/scipy/interpolate/rbf.py extracting Python/Lib/site-packages/scipy/interpolate/polyint.py extracting Python/Lib/site-packages/scipy/interpolate/ndgriddata.py extracting Python/Lib/site-packages/scipy/interpolate/interpolate_wrapper.py extracting Python/Lib/site-packages/scipy/interpolate/interpolate.py extracting Python/Lib/site-packages/scipy/interpolate/interpnd_info.py extracting Python/Lib/site-packages/scipy/interpolate/interpnd.pyd extracting Python/Lib/site-packages/scipy/interpolate/fitpack2.py extracting Python/Lib/site-packages/scipy/interpolate/fitpack.py extracting Python/Lib/site-packages/scipy/interpolate/dfitpack.pyd extracting Python/Lib/site-packages/scipy/interpolate/_ppoly.pyd extracting Python/Lib/site-packages/scipy/interpolate/_pade.py extracting Python/Lib/site-packages/scipy/interpolate/_interpolate.pyd extracting Python/Lib/site-packages/scipy/interpolate/_fitpack_impl.py extracting Python/Lib/site-packages/scipy/interpolate/_fitpack.pyd extracting Python/Lib/site-packages/scipy/interpolate/_cubic.py extracting Python/Lib/site-packages/scipy/interpolate/_bsplines.py extracting Python/Lib/site-packages/scipy/interpolate/_bspl.pyd extracting Python/Lib/site-packages/scipy/interpolate/__init__.py extracting Python/Lib/site-packages/scipy/integrate/ extracting Python/Lib/site-packages/scipy/integrate/vode.pyd extracting Python/Lib/site-packages/scipy/integrate/tests/ extracting Python/Lib/site-packages/scipy/integrate/tests/test_quadrature.py extracting Python/Lib/site-packages/scipy/integrate/tests/test_quadpack.py extracting Python/Lib/site-packages/scipy/integrate/tests/test_odeint_jac.py extracting Python/Lib/site-packages/scipy/integrate/tests/test_ivp.py extracting Python/Lib/site-packages/scipy/integrate/tests/test_integrate.py extracting Python/Lib/site-packages/scipy/integrate/tests/test_bvp.py extracting Python/Lib/site-packages/scipy/integrate/tests/test_banded_ode_solvers.py extracting Python/Lib/site-packages/scipy/integrate/tests/banded5x5.f extracting Python/Lib/site-packages/scipy/integrate/tests/_test_multivariate.c extracting Python/Lib/site-packages/scipy/integrate/tests/__init__.py extracting Python/Lib/site-packages/scipy/integrate/setup.py extracting Python/Lib/site-packages/scipy/integrate/quadrature.py extracting Python/Lib/site-packages/scipy/integrate/quadpack.py extracting Python/Lib/site-packages/scipy/integrate/odepack.py extracting Python/Lib/site-packages/scipy/integrate/lsoda.pyd extracting Python/Lib/site-packages/scipy/integrate/_test_odeint_banded.pyd extracting Python/Lib/site-packages/scipy/integrate/_test_multivariate.pyd extracting Python/Lib/site-packages/scipy/integrate/_quadpack.pyd extracting Python/Lib/site-packages/scipy/integrate/_odepack.pyd extracting Python/Lib/site-packages/scipy/integrate/_ode.py extracting Python/Lib/site-packages/scipy/integrate/_ivp/ extracting Python/Lib/site-packages/scipy/integrate/_ivp/rk.py extracting Python/Lib/site-packages/scipy/integrate/_ivp/radau.py extracting Python/Lib/site-packages/scipy/integrate/_ivp/lsoda.py extracting Python/Lib/site-packages/scipy/integrate/_ivp/ivp.py extracting Python/Lib/site-packages/scipy/integrate/_ivp/common.py extracting Python/Lib/site-packages/scipy/integrate/_ivp/bdf.py extracting Python/Lib/site-packages/scipy/integrate/_ivp/base.py extracting Python/Lib/site-packages/scipy/integrate/_ivp/__init__.py extracting Python/Lib/site-packages/scipy/integrate/_dop.pyd extracting Python/Lib/site-packages/scipy/integrate/_bvp.py extracting Python/Lib/site-packages/scipy/integrate/__init__.py extracting Python/Lib/site-packages/scipy/INSTALL.rst.txt extracting Python/Lib/site-packages/scipy/HACKING.rst.txt extracting Python/Lib/site-packages/scipy/fftpack/ extracting Python/Lib/site-packages/scipy/fftpack/tests/ extracting Python/Lib/site-packages/scipy/fftpack/tests/test_real_transforms.py extracting Python/Lib/site-packages/scipy/fftpack/tests/test_pseudo_diffs.py extracting Python/Lib/site-packages/scipy/fftpack/tests/test_import.py extracting Python/Lib/site-packages/scipy/fftpack/tests/test_helper.py extracting Python/Lib/site-packages/scipy/fftpack/tests/test_basic.py extracting Python/Lib/site-packages/scipy/fftpack/tests/test.npz extracting Python/Lib/site-packages/scipy/fftpack/tests/Makefile extracting Python/Lib/site-packages/scipy/fftpack/tests/gendata.py extracting Python/Lib/site-packages/scipy/fftpack/tests/gendata.m extracting Python/Lib/site-packages/scipy/fftpack/tests/gen_fftw_ref.py extracting Python/Lib/site-packages/scipy/fftpack/tests/fftw_single_ref.npz extracting Python/Lib/site-packages/scipy/fftpack/tests/fftw_double_ref.npz extracting Python/Lib/site-packages/scipy/fftpack/tests/fftw_dct.c extracting Python/Lib/site-packages/scipy/fftpack/tests/__init__.py extracting Python/Lib/site-packages/scipy/fftpack/setup.py extracting Python/Lib/site-packages/scipy/fftpack/realtransforms.py extracting Python/Lib/site-packages/scipy/fftpack/pseudo_diffs.py extracting Python/Lib/site-packages/scipy/fftpack/helper.py extracting Python/Lib/site-packages/scipy/fftpack/convolve.pyd extracting Python/Lib/site-packages/scipy/fftpack/basic.py extracting Python/Lib/site-packages/scipy/fftpack/_fftpack.pyd extracting Python/Lib/site-packages/scipy/fftpack/__init__.py extracting Python/Lib/site-packages/scipy/extra-dll/ extracting Python/Lib/site-packages/scipy/extra-dll/msvcr90.dll extracting Python/Lib/site-packages/scipy/extra-dll/msvcp90.dll extracting Python/Lib/site-packages/scipy/extra-dll/msvcm90.dll extracting Python/Lib/site-packages/scipy/extra-dll/Microsoft.VC90.CRT.manifest extracting Python/Lib/site-packages/scipy/extra-dll/libwrap_dum.Q6ZLTJPS6RETKR5J7AYB2CAZWUHDQCDY.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libwrap_dum.4ZURKJ72HGWG7ARPR5O3JBLLYE3RW5E7.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libvode.W6GYRE2SLLLOPLXSXPMRQGRFY5RTNXWA.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libSTOPTEST.BXUY7T4ICSCSI4BKXP6KXTHDQGJAWFYY.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libspecfun.PT6DS3HUOGYNSXUO4OUKK6ATA7B5KP2K.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libslsqp_op.NNY57ZXZ43A4RH3YWFA7BKHP5PC2K3I5.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libopenblas.BNVRK7633HSX7YVO2TADGR4A5KEKXJAW.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libnnls.5LTQOLAJY5PFO6MOEXWNMRWVFRWHYHKT.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libmvndst.E7WORYHCUYKXRCTY52YFSWPSH7ZCMCDB.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/liblbfgsb.N4BLF5IVOYKWEGIU2RFPR364VQFCKZW4.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libdqag.GSOM7NA2SLR4R45MN44LL4XWHLX2PBPC.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libdop853.6TJTQZW3I3Q3QIDQHEOBEZKJ3NYRXI4B.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libdgamln.DQWPFMSOIHY3FABZQVFO3WQ3OSZ7LMWJ.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libdfitpack.QJETH3WQTI46QRA26NBC5EHXEKDDQHVM.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libdfft_sub.CIZSYLAQKTCRDSZ2EIMJDHYIMWUAJEUP.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libdet.TSTGEOZZEB54Y227FG34GLQMP3YKL7JJ.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libdcsrch.I2AOPDCXAPDRFNPWY55H5UE7XZSU5CVN.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libdcosqb.QRGA36MB6CFHWLQN6ETWARR4M4E6P3C2.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libdcosqb.K4J3XBR4PEETMRHZICUWW4LXG5UONZ34.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libd_odr.KISZDU2CSLLRF53F34USK5MWUZJFQINL.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libcobyla2.JEGTSUUFJ7DFXWZN5PAYZTTLBDATC4WD.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libchkder.6HLXPVTQJEGRZGLI5DFRMNW3SS76BHP6.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libblkdta00.JAJY5IJKFFFJNZD3JYKQ5IRDECX6ZCWB.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libbispeu.5N2XSD7URZS4WTOSLTOG4DDMA4HGB46U.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libbanded5x.GWXCVNZNV4UCNTF2TFSTZH7GOBRGULOG.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/libansari.R6EA3HQP5KZ6TAXU4Y4ZVTRPT7UVA53Z.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/lib_test_fo.JF5HTWMUPBXWGAYEBVEJU3OZAHTSVKCT.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/lib_blas_su.737TMIUPSCCXOEFTARNA6X5WZU4QZQN3.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/extra-dll/lib_arpack-.6OEJZYZSMX3LLJNI373XRFZ4SQKK725A.gfortran-win_amd64.dll extracting Python/Lib/site-packages/scipy/constants/ extracting Python/Lib/site-packages/scipy/constants/tests/ extracting Python/Lib/site-packages/scipy/constants/tests/test_constants.py extracting Python/Lib/site-packages/scipy/constants/tests/test_codata.py extracting Python/Lib/site-packages/scipy/constants/tests/__init__.py extracting Python/Lib/site-packages/scipy/constants/setup.py extracting Python/Lib/site-packages/scipy/constants/constants.py extracting Python/Lib/site-packages/scipy/constants/codata.py extracting Python/Lib/site-packages/scipy/constants/__init__.py extracting Python/Lib/site-packages/scipy/conftest.py extracting Python/Lib/site-packages/scipy/cluster/ extracting Python/Lib/site-packages/scipy/cluster/vq.py extracting Python/Lib/site-packages/scipy/cluster/tests/ extracting Python/Lib/site-packages/scipy/cluster/tests/test_vq.py extracting Python/Lib/site-packages/scipy/cluster/tests/test_hierarchy.py extracting Python/Lib/site-packages/scipy/cluster/tests/hierarchy_test_data.py extracting Python/Lib/site-packages/scipy/cluster/tests/__init__.py extracting Python/Lib/site-packages/scipy/cluster/setup.py extracting Python/Lib/site-packages/scipy/cluster/hierarchy.py extracting Python/Lib/site-packages/scipy/cluster/_vq.pyd extracting Python/Lib/site-packages/scipy/cluster/_optimal_leaf_ordering.pyd extracting Python/Lib/site-packages/scipy/cluster/_hierarchy.pyd extracting Python/Lib/site-packages/scipy/cluster/__init__.py extracting Python/Lib/site-packages/scipy/BENTO_BUILD.txt extracting Python/Lib/site-packages/scipy/_lib/ extracting Python/Lib/site-packages/scipy/_lib/tests/ extracting Python/Lib/site-packages/scipy/_lib/tests/test_warnings.py extracting Python/Lib/site-packages/scipy/_lib/tests/test_tmpdirs.py extracting Python/Lib/site-packages/scipy/_lib/tests/test_ccallback.py extracting Python/Lib/site-packages/scipy/_lib/tests/test__version.py extracting Python/Lib/site-packages/scipy/_lib/tests/test__util.py extracting Python/Lib/site-packages/scipy/_lib/tests/test__threadsafety.py extracting Python/Lib/site-packages/scipy/_lib/tests/test__testutils.py extracting Python/Lib/site-packages/scipy/_lib/tests/test__gcutils.py extracting Python/Lib/site-packages/scipy/_lib/tests/__init__.py extracting Python/Lib/site-packages/scipy/_lib/six.py extracting Python/Lib/site-packages/scipy/_lib/setup.py extracting Python/Lib/site-packages/scipy/_lib/messagestream.pyd extracting Python/Lib/site-packages/scipy/_lib/decorator.py extracting Python/Lib/site-packages/scipy/_lib/_version.py extracting Python/Lib/site-packages/scipy/_lib/_util.py extracting Python/Lib/site-packages/scipy/_lib/_tmpdirs.py extracting Python/Lib/site-packages/scipy/_lib/_threadsafety.py extracting Python/Lib/site-packages/scipy/_lib/_testutils.py extracting Python/Lib/site-packages/scipy/_lib/_test_ccallback.pyd extracting Python/Lib/site-packages/scipy/_lib/_numpy_compat.py extracting Python/Lib/site-packages/scipy/_lib/_gcutils.py extracting Python/Lib/site-packages/scipy/_lib/_fpumode.pyd extracting Python/Lib/site-packages/scipy/_lib/_ccallback_c.pyd extracting Python/Lib/site-packages/scipy/_lib/_ccallback.py extracting Python/Lib/site-packages/scipy/_lib/__init__.py extracting Python/Lib/site-packages/scipy/_distributor_init.py extracting Python/Lib/site-packages/scipy/_build_utils/ extracting Python/Lib/site-packages/scipy/_build_utils/_fortran.py extracting Python/Lib/site-packages/scipy/_build_utils/__init__.py extracting Python/Lib/site-packages/scipy/__init__.py extracting Python/Lib/site-packages/scipy/__config__.py extracting Python/Lib/site-packages/scikit_learn-0.19.1.dist-info/ extracting Python/Lib/site-packages/scikit_learn-0.19.1.dist-info/WHEEL extracting Python/Lib/site-packages/scikit_learn-0.19.1.dist-info/top_level.txt extracting Python/Lib/site-packages/scikit_learn-0.19.1.dist-info/RECORD extracting Python/Lib/site-packages/scikit_learn-0.19.1.dist-info/metadata.json extracting Python/Lib/site-packages/scikit_learn-0.19.1.dist-info/METADATA extracting Python/Lib/site-packages/scikit_learn-0.19.1.dist-info/INSTALLER extracting Python/Lib/site-packages/scikit_learn-0.19.1.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/requests-2.18.4.dist-info/ extracting Python/Lib/site-packages/requests-2.18.4.dist-info/WHEEL extracting Python/Lib/site-packages/requests-2.18.4.dist-info/top_level.txt extracting Python/Lib/site-packages/requests-2.18.4.dist-info/RECORD extracting Python/Lib/site-packages/requests-2.18.4.dist-info/metadata.json extracting Python/Lib/site-packages/requests-2.18.4.dist-info/METADATA extracting Python/Lib/site-packages/requests-2.18.4.dist-info/INSTALLER extracting Python/Lib/site-packages/requests-2.18.4.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/requests/ extracting Python/Lib/site-packages/requests/utils.py extracting Python/Lib/site-packages/requests/structures.py extracting Python/Lib/site-packages/requests/status_codes.py extracting Python/Lib/site-packages/requests/sessions.py extracting Python/Lib/site-packages/requests/packages.py extracting Python/Lib/site-packages/requests/models.py extracting Python/Lib/site-packages/requests/hooks.py extracting Python/Lib/site-packages/requests/help.py extracting Python/Lib/site-packages/requests/exceptions.py extracting Python/Lib/site-packages/requests/cookies.py extracting Python/Lib/site-packages/requests/compat.py extracting Python/Lib/site-packages/requests/certs.py extracting Python/Lib/site-packages/requests/auth.py extracting Python/Lib/site-packages/requests/api.py extracting Python/Lib/site-packages/requests/adapters.py extracting Python/Lib/site-packages/requests/_internal_utils.py extracting Python/Lib/site-packages/requests/__version__.py extracting Python/Lib/site-packages/requests/__init__.py extracting Python/Lib/site-packages/reprlib/ extracting Python/Lib/site-packages/reprlib/__init__.pyc extracting Python/Lib/site-packages/reprlib/__init__.py extracting Python/Lib/site-packages/reportlab-3.4.0.dist-info/ extracting Python/Lib/site-packages/reportlab-3.4.0.dist-info/WHEEL extracting Python/Lib/site-packages/reportlab-3.4.0.dist-info/top_level.txt extracting Python/Lib/site-packages/reportlab-3.4.0.dist-info/RECORD extracting Python/Lib/site-packages/reportlab-3.4.0.dist-info/metadata.json extracting Python/Lib/site-packages/reportlab-3.4.0.dist-info/METADATA extracting Python/Lib/site-packages/reportlab-3.4.0.dist-info/INSTALLER extracting Python/Lib/site-packages/reportlab-3.4.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/reportlab/ extracting Python/Lib/site-packages/reportlab/rl_settings.py extracting Python/Lib/site-packages/reportlab/rl_config.py extracting Python/Lib/site-packages/reportlab/platypus/ extracting Python/Lib/site-packages/reportlab/platypus/xpreformatted.py extracting Python/Lib/site-packages/reportlab/platypus/tables.py extracting Python/Lib/site-packages/reportlab/platypus/tableofcontents.py extracting Python/Lib/site-packages/reportlab/platypus/paraparser.py extracting Python/Lib/site-packages/reportlab/platypus/paragraph.py extracting Python/Lib/site-packages/reportlab/platypus/para.py extracting Python/Lib/site-packages/reportlab/platypus/frames.py extracting Python/Lib/site-packages/reportlab/platypus/flowables.py extracting Python/Lib/site-packages/reportlab/platypus/figures.py extracting Python/Lib/site-packages/reportlab/platypus/doctemplate.py extracting Python/Lib/site-packages/reportlab/platypus/__init__.py extracting Python/Lib/site-packages/reportlab/pdfgen/ extracting Python/Lib/site-packages/reportlab/pdfgen/textobject.py extracting Python/Lib/site-packages/reportlab/pdfgen/pdfimages.py extracting Python/Lib/site-packages/reportlab/pdfgen/pdfgeom.py extracting Python/Lib/site-packages/reportlab/pdfgen/pathobject.py extracting Python/Lib/site-packages/reportlab/pdfgen/canvas.py extracting Python/Lib/site-packages/reportlab/pdfgen/__init__.py extracting Python/Lib/site-packages/reportlab/pdfbase/ extracting Python/Lib/site-packages/reportlab/pdfbase/ttfonts.py extracting Python/Lib/site-packages/reportlab/pdfbase/rl_codecs.py extracting Python/Lib/site-packages/reportlab/pdfbase/pdfutils.py extracting Python/Lib/site-packages/reportlab/pdfbase/pdfpattern.py extracting Python/Lib/site-packages/reportlab/pdfbase/pdfmetrics.py extracting Python/Lib/site-packages/reportlab/pdfbase/pdfform.py extracting Python/Lib/site-packages/reportlab/pdfbase/pdfdoc.py extracting Python/Lib/site-packages/reportlab/pdfbase/cidfonts.py extracting Python/Lib/site-packages/reportlab/pdfbase/acroform.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_zapfdingbats.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_timesroman.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_timesitalic.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_timesbolditalic.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_timesbold.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_symbol.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_helveticaoblique.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_helveticaboldoblique.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_helveticabold.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_helvetica.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_courieroblique.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_courierboldoblique.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_courierbold.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_widths_courier.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_enc_zapfdingbats.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_enc_winansi.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_enc_symbol.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_enc_standard.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_enc_pdfdoc.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_enc_macroman.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata_enc_macexpert.py extracting Python/Lib/site-packages/reportlab/pdfbase/_fontdata.py extracting Python/Lib/site-packages/reportlab/pdfbase/_cidfontdata.py extracting Python/Lib/site-packages/reportlab/pdfbase/_can_cmap_data.py extracting Python/Lib/site-packages/reportlab/pdfbase/__init__.py extracting Python/Lib/site-packages/reportlab/lib/ extracting Python/Lib/site-packages/reportlab/lib/yaml.py extracting Python/Lib/site-packages/reportlab/lib/validators.py extracting Python/Lib/site-packages/reportlab/lib/utils.py extracting Python/Lib/site-packages/reportlab/lib/units.py extracting Python/Lib/site-packages/reportlab/lib/textsplit.py extracting Python/Lib/site-packages/reportlab/lib/testutils.py extracting Python/Lib/site-packages/reportlab/lib/styles.py extracting Python/Lib/site-packages/reportlab/lib/sequencer.py extracting Python/Lib/site-packages/reportlab/lib/rparsexml.py extracting Python/Lib/site-packages/reportlab/lib/rltempfile.py extracting Python/Lib/site-packages/reportlab/lib/rl_accel.py extracting Python/Lib/site-packages/reportlab/lib/randomtext.py extracting Python/Lib/site-packages/reportlab/lib/pyHnj.pyd extracting Python/Lib/site-packages/reportlab/lib/pygments2xpre.py extracting Python/Lib/site-packages/reportlab/lib/PyFontify.py extracting Python/Lib/site-packages/reportlab/lib/pdfencrypt.py extracting Python/Lib/site-packages/reportlab/lib/pagesizes.py extracting Python/Lib/site-packages/reportlab/lib/normalDate.py extracting Python/Lib/site-packages/reportlab/lib/logger.py extracting Python/Lib/site-packages/reportlab/lib/hyphen.mashed extracting Python/Lib/site-packages/reportlab/lib/geomutils.py extracting Python/Lib/site-packages/reportlab/lib/formatters.py extracting Python/Lib/site-packages/reportlab/lib/fonts.py extracting Python/Lib/site-packages/reportlab/lib/fontfinder.py extracting Python/Lib/site-packages/reportlab/lib/extformat.py extracting Python/Lib/site-packages/reportlab/lib/enums.py extracting Python/Lib/site-packages/reportlab/lib/corp.py extracting Python/Lib/site-packages/reportlab/lib/colors.py extracting Python/Lib/site-packages/reportlab/lib/codecharts.py extracting Python/Lib/site-packages/reportlab/lib/boxstuff.py extracting Python/Lib/site-packages/reportlab/lib/attrmap.py extracting Python/Lib/site-packages/reportlab/lib/arciv.py extracting Python/Lib/site-packages/reportlab/lib/abag.py extracting Python/Lib/site-packages/reportlab/lib/_rl_accel.pyd extracting Python/Lib/site-packages/reportlab/lib/__init__.py extracting Python/Lib/site-packages/reportlab/graphics/ extracting Python/Lib/site-packages/reportlab/graphics/widgets/ extracting Python/Lib/site-packages/reportlab/graphics/widgets/table.py extracting Python/Lib/site-packages/reportlab/graphics/widgets/signsandsymbols.py extracting Python/Lib/site-packages/reportlab/graphics/widgets/markers.py extracting Python/Lib/site-packages/reportlab/graphics/widgets/grids.py extracting Python/Lib/site-packages/reportlab/graphics/widgets/flags.py extracting Python/Lib/site-packages/reportlab/graphics/widgets/eventcal.py extracting Python/Lib/site-packages/reportlab/graphics/widgets/__init__.py extracting Python/Lib/site-packages/reportlab/graphics/widgetbase.py extracting Python/Lib/site-packages/reportlab/graphics/testshapes.py extracting Python/Lib/site-packages/reportlab/graphics/testdrawings.py extracting Python/Lib/site-packages/reportlab/graphics/shapes.py extracting Python/Lib/site-packages/reportlab/graphics/samples/ extracting Python/Lib/site-packages/reportlab/graphics/samples/stacked_column.py extracting Python/Lib/site-packages/reportlab/graphics/samples/stacked_bar.py extracting Python/Lib/site-packages/reportlab/graphics/samples/simple_pie.py extracting Python/Lib/site-packages/reportlab/graphics/samples/scatter_lines_markers.py extracting Python/Lib/site-packages/reportlab/graphics/samples/scatter_lines.py extracting Python/Lib/site-packages/reportlab/graphics/samples/scatter.py extracting Python/Lib/site-packages/reportlab/graphics/samples/runall.py extracting Python/Lib/site-packages/reportlab/graphics/samples/radar.py extracting Python/Lib/site-packages/reportlab/graphics/samples/linechart_with_markers.py extracting Python/Lib/site-packages/reportlab/graphics/samples/line_chart.py extracting Python/Lib/site-packages/reportlab/graphics/samples/filled_radar.py extracting Python/Lib/site-packages/reportlab/graphics/samples/exploded_pie.py extracting Python/Lib/site-packages/reportlab/graphics/samples/excelcolors.py extracting Python/Lib/site-packages/reportlab/graphics/samples/clustered_column.py extracting Python/Lib/site-packages/reportlab/graphics/samples/clustered_bar.py extracting Python/Lib/site-packages/reportlab/graphics/samples/bubble.py extracting Python/Lib/site-packages/reportlab/graphics/samples/__init__.py extracting Python/Lib/site-packages/reportlab/graphics/renderSVG.py extracting Python/Lib/site-packages/reportlab/graphics/renderPS.py extracting Python/Lib/site-packages/reportlab/graphics/renderPM.py extracting Python/Lib/site-packages/reportlab/graphics/renderPDF.py extracting Python/Lib/site-packages/reportlab/graphics/renderbase.py extracting Python/Lib/site-packages/reportlab/graphics/charts/ extracting Python/Lib/site-packages/reportlab/graphics/charts/utils3d.py extracting Python/Lib/site-packages/reportlab/graphics/charts/utils.py extracting Python/Lib/site-packages/reportlab/graphics/charts/textlabels.py extracting Python/Lib/site-packages/reportlab/graphics/charts/spider.py extracting Python/Lib/site-packages/reportlab/graphics/charts/slidebox.py extracting Python/Lib/site-packages/reportlab/graphics/charts/piecharts.py extracting Python/Lib/site-packages/reportlab/graphics/charts/markers.py extracting Python/Lib/site-packages/reportlab/graphics/charts/lineplots.py extracting Python/Lib/site-packages/reportlab/graphics/charts/linecharts.py extracting Python/Lib/site-packages/reportlab/graphics/charts/legends.py extracting Python/Lib/site-packages/reportlab/graphics/charts/doughnut.py extracting Python/Lib/site-packages/reportlab/graphics/charts/dotbox.py extracting Python/Lib/site-packages/reportlab/graphics/charts/barcharts.py extracting Python/Lib/site-packages/reportlab/graphics/charts/axes.py extracting Python/Lib/site-packages/reportlab/graphics/charts/areas.py extracting Python/Lib/site-packages/reportlab/graphics/charts/__init__.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/ extracting Python/Lib/site-packages/reportlab/graphics/barcode/widgets.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/usps4s.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/usps.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/test.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/qrencoder.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/qr.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/lto.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/fourstate.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/ecc200datamatrix.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/eanbc.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/common.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/code93.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/code39.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/code128.py extracting Python/Lib/site-packages/reportlab/graphics/barcode/__init__.py extracting Python/Lib/site-packages/reportlab/graphics/_renderPM.pyd extracting Python/Lib/site-packages/reportlab/graphics/__init__.py extracting Python/Lib/site-packages/reportlab/fonts/ extracting Python/Lib/site-packages/reportlab/fonts/zy______.pfb extracting Python/Lib/site-packages/reportlab/fonts/zx______.pfb extracting Python/Lib/site-packages/reportlab/fonts/zd______.pfb extracting Python/Lib/site-packages/reportlab/fonts/VeraIt.ttf extracting Python/Lib/site-packages/reportlab/fonts/VeraBI.ttf extracting Python/Lib/site-packages/reportlab/fonts/VeraBd.ttf extracting Python/Lib/site-packages/reportlab/fonts/Vera.ttf extracting Python/Lib/site-packages/reportlab/fonts/sy______.pfb extracting Python/Lib/site-packages/reportlab/fonts/DarkGarden-readme.txt extracting Python/Lib/site-packages/reportlab/fonts/DarkGardenMK.pfb extracting Python/Lib/site-packages/reportlab/fonts/DarkGardenMK.afm extracting Python/Lib/site-packages/reportlab/fonts/DarkGarden-copying-gpl.txt extracting Python/Lib/site-packages/reportlab/fonts/DarkGarden-copying.txt extracting Python/Lib/site-packages/reportlab/fonts/DarkGarden.sfd extracting Python/Lib/site-packages/reportlab/fonts/coo_____.pfb extracting Python/Lib/site-packages/reportlab/fonts/com_____.pfb extracting Python/Lib/site-packages/reportlab/fonts/cobo____.pfb extracting Python/Lib/site-packages/reportlab/fonts/cob_____.pfb extracting Python/Lib/site-packages/reportlab/fonts/bitstream-vera-license.txt extracting Python/Lib/site-packages/reportlab/fonts/00readme.txt extracting Python/Lib/site-packages/reportlab/fonts/_er_____.pfb extracting Python/Lib/site-packages/reportlab/fonts/_ei_____.pfb extracting Python/Lib/site-packages/reportlab/fonts/_ebi____.pfb extracting Python/Lib/site-packages/reportlab/fonts/_eb_____.pfb extracting Python/Lib/site-packages/reportlab/fonts/_ai_____.pfb extracting Python/Lib/site-packages/reportlab/fonts/_abi____.pfb extracting Python/Lib/site-packages/reportlab/fonts/_ab_____.pfb extracting Python/Lib/site-packages/reportlab/fonts/_a______.pfb extracting Python/Lib/site-packages/reportlab/__init__.py extracting Python/Lib/site-packages/README.txt extracting Python/Lib/site-packages/queue/ extracting Python/Lib/site-packages/queue/__init__.py extracting Python/Lib/site-packages/pyximport/ extracting Python/Lib/site-packages/pyximport/pyximport.py extracting Python/Lib/site-packages/pyximport/pyxbuild.py extracting Python/Lib/site-packages/pyximport/__init__.py extracting Python/Lib/site-packages/pywin32-223.dist-info/ extracting Python/Lib/site-packages/pywin32-223.dist-info/WHEEL extracting Python/Lib/site-packages/pywin32-223.dist-info/top_level.txt extracting Python/Lib/site-packages/pywin32-223.dist-info/RECORD extracting Python/Lib/site-packages/pywin32-223.dist-info/metadata.json extracting Python/Lib/site-packages/pywin32-223.dist-info/METADATA extracting Python/Lib/site-packages/pywin32-223.dist-info/INSTALLER extracting Python/Lib/site-packages/pywin32-223.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/pywin32_system32/ extracting Python/Lib/site-packages/pywin32_system32/pywintypes27.dll extracting Python/Lib/site-packages/pywin32_system32/pythoncomloader27.dll extracting Python/Lib/site-packages/pywin32_system32/pythoncom27.dll extracting Python/Lib/site-packages/pywin32.version.txt extracting Python/Lib/site-packages/pywin32.pth extracting Python/Lib/site-packages/PyWin32.chm extracting Python/Lib/site-packages/pytz-2018.4.dist-info/ extracting Python/Lib/site-packages/pytz-2018.4.dist-info/zip-safe extracting Python/Lib/site-packages/pytz-2018.4.dist-info/WHEEL extracting Python/Lib/site-packages/pytz-2018.4.dist-info/top_level.txt extracting Python/Lib/site-packages/pytz-2018.4.dist-info/RECORD extracting Python/Lib/site-packages/pytz-2018.4.dist-info/metadata.json extracting Python/Lib/site-packages/pytz-2018.4.dist-info/METADATA extracting Python/Lib/site-packages/pytz-2018.4.dist-info/LICENSE.txt extracting Python/Lib/site-packages/pytz-2018.4.dist-info/INSTALLER extracting Python/Lib/site-packages/pytz-2018.4.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/pytz/ extracting Python/Lib/site-packages/pytz/zoneinfo/ extracting Python/Lib/site-packages/pytz/zoneinfo/Zulu extracting Python/Lib/site-packages/pytz/zoneinfo/zone1970.tab extracting Python/Lib/site-packages/pytz/zoneinfo/zone.tab extracting Python/Lib/site-packages/pytz/zoneinfo/W-SU extracting Python/Lib/site-packages/pytz/zoneinfo/WET extracting Python/Lib/site-packages/pytz/zoneinfo/UTC extracting Python/Lib/site-packages/pytz/zoneinfo/US/ extracting Python/Lib/site-packages/pytz/zoneinfo/US/Samoa extracting Python/Lib/site-packages/pytz/zoneinfo/US/Pacific extracting Python/Lib/site-packages/pytz/zoneinfo/US/Mountain extracting Python/Lib/site-packages/pytz/zoneinfo/US/Michigan extracting Python/Lib/site-packages/pytz/zoneinfo/US/Indiana-Starke extracting Python/Lib/site-packages/pytz/zoneinfo/US/Hawaii extracting Python/Lib/site-packages/pytz/zoneinfo/US/East-Indiana extracting Python/Lib/site-packages/pytz/zoneinfo/US/Eastern extracting Python/Lib/site-packages/pytz/zoneinfo/US/Central extracting Python/Lib/site-packages/pytz/zoneinfo/US/Arizona extracting Python/Lib/site-packages/pytz/zoneinfo/US/Aleutian extracting Python/Lib/site-packages/pytz/zoneinfo/US/Alaska extracting Python/Lib/site-packages/pytz/zoneinfo/Universal extracting Python/Lib/site-packages/pytz/zoneinfo/UCT extracting Python/Lib/site-packages/pytz/zoneinfo/tzdata.zi extracting Python/Lib/site-packages/pytz/zoneinfo/Turkey extracting Python/Lib/site-packages/pytz/zoneinfo/Singapore extracting Python/Lib/site-packages/pytz/zoneinfo/ROK extracting Python/Lib/site-packages/pytz/zoneinfo/ROC extracting Python/Lib/site-packages/pytz/zoneinfo/PST8PDT extracting Python/Lib/site-packages/pytz/zoneinfo/PRC extracting Python/Lib/site-packages/pytz/zoneinfo/posixrules extracting Python/Lib/site-packages/pytz/zoneinfo/Portugal extracting Python/Lib/site-packages/pytz/zoneinfo/Poland extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/ extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Yap extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Wallis extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Wake extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Truk extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Tongatapu extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Tarawa extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Tahiti extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Samoa extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Saipan extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Rarotonga extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Port_Moresby extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Ponape extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Pohnpei extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Pitcairn extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Palau extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Pago_Pago extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Noumea extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Norfolk extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Niue extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Nauru extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Midway extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Marquesas extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Majuro extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Kwajalein extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Kosrae extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Kiritimati extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Johnston extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Honolulu extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Guam extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Guadalcanal extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Gambier extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Galapagos extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Funafuti extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Fiji extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Fakaofo extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Enderbury extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Efate extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Easter extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Chuuk extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Chatham extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Bougainville extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Auckland extracting Python/Lib/site-packages/pytz/zoneinfo/Pacific/Apia extracting Python/Lib/site-packages/pytz/zoneinfo/NZ-CHAT extracting Python/Lib/site-packages/pytz/zoneinfo/NZ extracting Python/Lib/site-packages/pytz/zoneinfo/Navajo extracting Python/Lib/site-packages/pytz/zoneinfo/MST7MDT extracting Python/Lib/site-packages/pytz/zoneinfo/MST extracting Python/Lib/site-packages/pytz/zoneinfo/Mexico/ extracting Python/Lib/site-packages/pytz/zoneinfo/Mexico/General extracting Python/Lib/site-packages/pytz/zoneinfo/Mexico/BajaSur extracting Python/Lib/site-packages/pytz/zoneinfo/Mexico/BajaNorte extracting Python/Lib/site-packages/pytz/zoneinfo/MET extracting Python/Lib/site-packages/pytz/zoneinfo/Libya extracting Python/Lib/site-packages/pytz/zoneinfo/leapseconds extracting Python/Lib/site-packages/pytz/zoneinfo/Kwajalein extracting Python/Lib/site-packages/pytz/zoneinfo/Japan extracting Python/Lib/site-packages/pytz/zoneinfo/Jamaica extracting Python/Lib/site-packages/pytz/zoneinfo/Israel extracting Python/Lib/site-packages/pytz/zoneinfo/iso3166.tab extracting Python/Lib/site-packages/pytz/zoneinfo/Iran extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/ extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Reunion extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Mayotte extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Mauritius extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Maldives extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Mahe extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Kerguelen extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Comoro extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Cocos extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Christmas extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Chagos extracting Python/Lib/site-packages/pytz/zoneinfo/Indian/Antananarivo extracting Python/Lib/site-packages/pytz/zoneinfo/Iceland extracting Python/Lib/site-packages/pytz/zoneinfo/HST extracting Python/Lib/site-packages/pytz/zoneinfo/Hongkong extracting Python/Lib/site-packages/pytz/zoneinfo/Greenwich extracting Python/Lib/site-packages/pytz/zoneinfo/GMT-0 extracting Python/Lib/site-packages/pytz/zoneinfo/GMT0 extracting Python/Lib/site-packages/pytz/zoneinfo/GMT+0 extracting Python/Lib/site-packages/pytz/zoneinfo/GMT extracting Python/Lib/site-packages/pytz/zoneinfo/GB-Eire extracting Python/Lib/site-packages/pytz/zoneinfo/GB extracting Python/Lib/site-packages/pytz/zoneinfo/Factory extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/ extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Zurich extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Zaporozhye extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Zagreb extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Warsaw extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Volgograd extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Vilnius extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Vienna extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Vatican extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Vaduz extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Uzhgorod extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Ulyanovsk extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Tiraspol extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Tirane extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Tallinn extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Stockholm extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Sofia extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Skopje extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Simferopol extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Saratov extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Sarajevo extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/San_Marino extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Samara extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Rome extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Riga extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Prague extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Podgorica extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Paris extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Oslo extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Nicosia extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Moscow extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Monaco extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Minsk extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Mariehamn extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Malta extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Madrid extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Luxembourg extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/London extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Ljubljana extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Lisbon extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Kirov extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Kiev extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Kaliningrad extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Jersey extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Istanbul extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Isle_of_Man extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Helsinki extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Guernsey extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Gibraltar extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Dublin extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Copenhagen extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Chisinau extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Busingen extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Budapest extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Bucharest extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Brussels extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Bratislava extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Berlin extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Belgrade extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Belfast extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Athens extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Astrakhan extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Andorra extracting Python/Lib/site-packages/pytz/zoneinfo/Europe/Amsterdam extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/ extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/Zulu extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/UTC extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/Universal extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/UCT extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/Greenwich extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-9 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-8 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-7 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-6 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-5 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-4 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-3 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-2 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-14 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-13 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-12 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-11 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-10 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-1 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT-0 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT0 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+9 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+8 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+7 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+6 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+5 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+4 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+3 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+2 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+12 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+11 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+10 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+1 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT+0 extracting Python/Lib/site-packages/pytz/zoneinfo/Etc/GMT extracting Python/Lib/site-packages/pytz/zoneinfo/EST5EDT extracting Python/Lib/site-packages/pytz/zoneinfo/EST extracting Python/Lib/site-packages/pytz/zoneinfo/Eire extracting Python/Lib/site-packages/pytz/zoneinfo/Egypt extracting Python/Lib/site-packages/pytz/zoneinfo/EET extracting Python/Lib/site-packages/pytz/zoneinfo/Cuba extracting Python/Lib/site-packages/pytz/zoneinfo/CST6CDT extracting Python/Lib/site-packages/pytz/zoneinfo/Chile/ extracting Python/Lib/site-packages/pytz/zoneinfo/Chile/EasterIsland extracting Python/Lib/site-packages/pytz/zoneinfo/Chile/Continental extracting Python/Lib/site-packages/pytz/zoneinfo/CET extracting Python/Lib/site-packages/pytz/zoneinfo/Canada/ extracting Python/Lib/site-packages/pytz/zoneinfo/Canada/Yukon extracting Python/Lib/site-packages/pytz/zoneinfo/Canada/Saskatchewan extracting Python/Lib/site-packages/pytz/zoneinfo/Canada/Pacific extracting Python/Lib/site-packages/pytz/zoneinfo/Canada/Newfoundland extracting Python/Lib/site-packages/pytz/zoneinfo/Canada/Mountain extracting Python/Lib/site-packages/pytz/zoneinfo/Canada/Eastern extracting Python/Lib/site-packages/pytz/zoneinfo/Canada/Central extracting Python/Lib/site-packages/pytz/zoneinfo/Canada/Atlantic extracting Python/Lib/site-packages/pytz/zoneinfo/Brazil/ extracting Python/Lib/site-packages/pytz/zoneinfo/Brazil/West extracting Python/Lib/site-packages/pytz/zoneinfo/Brazil/East extracting Python/Lib/site-packages/pytz/zoneinfo/Brazil/DeNoronha extracting Python/Lib/site-packages/pytz/zoneinfo/Brazil/Acre extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/ extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Yancowinna extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/West extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Victoria extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Tasmania extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Sydney extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/South extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Queensland extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Perth extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/NSW extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/North extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Melbourne extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Lord_Howe extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Lindeman extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/LHI extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Hobart extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Eucla extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Darwin extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Currie extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Canberra extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Broken_Hill extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Brisbane extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/Adelaide extracting Python/Lib/site-packages/pytz/zoneinfo/Australia/ACT extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/ extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/Stanley extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/St_Helena extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/South_Georgia extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/Reykjavik extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/Madeira extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/Jan_Mayen extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/Faroe extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/Faeroe extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/Cape_Verde extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/Canary extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/Bermuda extracting Python/Lib/site-packages/pytz/zoneinfo/Atlantic/Azores extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/ extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Yerevan extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Yekaterinburg extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Yangon extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Yakutsk extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Vladivostok extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Vientiane extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Ust-Nera extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Urumqi extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Ulan_Bator extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Ulaanbaatar extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Ujung_Pandang extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Tomsk extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Tokyo extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Thimphu extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Thimbu extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Tel_Aviv extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Tehran extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Tbilisi extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Tashkent extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Taipei extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Srednekolymsk extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Singapore extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Shanghai extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Seoul extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Samarkand extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Sakhalin extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Saigon extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Riyadh extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Rangoon extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Qyzylorda extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Qatar extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Pyongyang extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Pontianak extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Phnom_Penh extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Oral extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Omsk extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Novosibirsk extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Novokuznetsk extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Nicosia extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Muscat extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Manila extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Makassar extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Magadan extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Macau extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Macao extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Kuwait extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Kuching extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Kuala_Lumpur extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Krasnoyarsk extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Kolkata extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Khandyga extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Katmandu extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Kathmandu extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Kashgar extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Karachi extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Kamchatka extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Kabul extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Jerusalem extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Jayapura extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Jakarta extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Istanbul extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Irkutsk extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Hovd extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Hong_Kong extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Ho_Chi_Minh extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Hebron extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Harbin extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Gaza extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Famagusta extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Dushanbe extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Dubai extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Dili extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Dhaka extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Damascus extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Dacca extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Colombo extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Chungking extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Chongqing extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Choibalsan extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Chita extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Calcutta extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Brunei extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Bishkek extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Beirut extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Barnaul extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Bangkok extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Baku extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Bahrain extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Baghdad extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Atyrau extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Ashkhabad extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Ashgabat extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Aqtobe extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Aqtau extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Anadyr extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Amman extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Almaty extracting Python/Lib/site-packages/pytz/zoneinfo/Asia/Aden extracting Python/Lib/site-packages/pytz/zoneinfo/Arctic/ extracting Python/Lib/site-packages/pytz/zoneinfo/Arctic/Longyearbyen extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/ extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/Vostok extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/Troll extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/Syowa extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/South_Pole extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/Rothera extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/Palmer extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/McMurdo extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/Mawson extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/Macquarie extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/DumontDUrville extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/Davis extracting Python/Lib/site-packages/pytz/zoneinfo/Antarctica/Casey extracting Python/Lib/site-packages/pytz/zoneinfo/America/ extracting Python/Lib/site-packages/pytz/zoneinfo/America/Yellowknife extracting Python/Lib/site-packages/pytz/zoneinfo/America/Yakutat extracting Python/Lib/site-packages/pytz/zoneinfo/America/Winnipeg extracting Python/Lib/site-packages/pytz/zoneinfo/America/Whitehorse extracting Python/Lib/site-packages/pytz/zoneinfo/America/Virgin extracting Python/Lib/site-packages/pytz/zoneinfo/America/Vancouver extracting Python/Lib/site-packages/pytz/zoneinfo/America/Tortola extracting Python/Lib/site-packages/pytz/zoneinfo/America/Toronto extracting Python/Lib/site-packages/pytz/zoneinfo/America/Tijuana extracting Python/Lib/site-packages/pytz/zoneinfo/America/Thunder_Bay extracting Python/Lib/site-packages/pytz/zoneinfo/America/Thule extracting Python/Lib/site-packages/pytz/zoneinfo/America/Tegucigalpa extracting Python/Lib/site-packages/pytz/zoneinfo/America/Swift_Current extracting Python/Lib/site-packages/pytz/zoneinfo/America/St_Vincent extracting Python/Lib/site-packages/pytz/zoneinfo/America/St_Thomas extracting Python/Lib/site-packages/pytz/zoneinfo/America/St_Lucia extracting Python/Lib/site-packages/pytz/zoneinfo/America/St_Kitts extracting Python/Lib/site-packages/pytz/zoneinfo/America/St_Johns extracting Python/Lib/site-packages/pytz/zoneinfo/America/St_Barthelemy extracting Python/Lib/site-packages/pytz/zoneinfo/America/Sitka extracting Python/Lib/site-packages/pytz/zoneinfo/America/Shiprock extracting Python/Lib/site-packages/pytz/zoneinfo/America/Scoresbysund extracting Python/Lib/site-packages/pytz/zoneinfo/America/Sao_Paulo extracting Python/Lib/site-packages/pytz/zoneinfo/America/Santo_Domingo extracting Python/Lib/site-packages/pytz/zoneinfo/America/Santiago extracting Python/Lib/site-packages/pytz/zoneinfo/America/Santarem extracting Python/Lib/site-packages/pytz/zoneinfo/America/Santa_Isabel extracting Python/Lib/site-packages/pytz/zoneinfo/America/Rosario extracting Python/Lib/site-packages/pytz/zoneinfo/America/Rio_Branco extracting Python/Lib/site-packages/pytz/zoneinfo/America/Resolute extracting Python/Lib/site-packages/pytz/zoneinfo/America/Regina extracting Python/Lib/site-packages/pytz/zoneinfo/America/Recife extracting Python/Lib/site-packages/pytz/zoneinfo/America/Rankin_Inlet extracting Python/Lib/site-packages/pytz/zoneinfo/America/Rainy_River extracting Python/Lib/site-packages/pytz/zoneinfo/America/Punta_Arenas extracting Python/Lib/site-packages/pytz/zoneinfo/America/Puerto_Rico extracting Python/Lib/site-packages/pytz/zoneinfo/America/Porto_Velho extracting Python/Lib/site-packages/pytz/zoneinfo/America/Porto_Acre extracting Python/Lib/site-packages/pytz/zoneinfo/America/Port-au-Prince extracting Python/Lib/site-packages/pytz/zoneinfo/America/Port_of_Spain extracting Python/Lib/site-packages/pytz/zoneinfo/America/Phoenix extracting Python/Lib/site-packages/pytz/zoneinfo/America/Paramaribo extracting Python/Lib/site-packages/pytz/zoneinfo/America/Pangnirtung extracting Python/Lib/site-packages/pytz/zoneinfo/America/Panama extracting Python/Lib/site-packages/pytz/zoneinfo/America/Ojinaga extracting Python/Lib/site-packages/pytz/zoneinfo/America/North_Dakota/ extracting Python/Lib/site-packages/pytz/zoneinfo/America/North_Dakota/New_Salem extracting Python/Lib/site-packages/pytz/zoneinfo/America/North_Dakota/Center extracting Python/Lib/site-packages/pytz/zoneinfo/America/North_Dakota/Beulah extracting Python/Lib/site-packages/pytz/zoneinfo/America/Noronha extracting Python/Lib/site-packages/pytz/zoneinfo/America/Nome extracting Python/Lib/site-packages/pytz/zoneinfo/America/Nipigon extracting Python/Lib/site-packages/pytz/zoneinfo/America/New_York extracting Python/Lib/site-packages/pytz/zoneinfo/America/Nassau extracting Python/Lib/site-packages/pytz/zoneinfo/America/Montserrat extracting Python/Lib/site-packages/pytz/zoneinfo/America/Montreal extracting Python/Lib/site-packages/pytz/zoneinfo/America/Montevideo extracting Python/Lib/site-packages/pytz/zoneinfo/America/Monterrey extracting Python/Lib/site-packages/pytz/zoneinfo/America/Moncton extracting Python/Lib/site-packages/pytz/zoneinfo/America/Miquelon extracting Python/Lib/site-packages/pytz/zoneinfo/America/Mexico_City extracting Python/Lib/site-packages/pytz/zoneinfo/America/Metlakatla extracting Python/Lib/site-packages/pytz/zoneinfo/America/Merida extracting Python/Lib/site-packages/pytz/zoneinfo/America/Menominee extracting Python/Lib/site-packages/pytz/zoneinfo/America/Mendoza extracting Python/Lib/site-packages/pytz/zoneinfo/America/Mazatlan extracting Python/Lib/site-packages/pytz/zoneinfo/America/Matamoros extracting Python/Lib/site-packages/pytz/zoneinfo/America/Martinique extracting Python/Lib/site-packages/pytz/zoneinfo/America/Marigot extracting Python/Lib/site-packages/pytz/zoneinfo/America/Manaus extracting Python/Lib/site-packages/pytz/zoneinfo/America/Managua extracting Python/Lib/site-packages/pytz/zoneinfo/America/Maceio extracting Python/Lib/site-packages/pytz/zoneinfo/America/Lower_Princes extracting Python/Lib/site-packages/pytz/zoneinfo/America/Louisville extracting Python/Lib/site-packages/pytz/zoneinfo/America/Los_Angeles extracting Python/Lib/site-packages/pytz/zoneinfo/America/Lima extracting Python/Lib/site-packages/pytz/zoneinfo/America/La_Paz extracting Python/Lib/site-packages/pytz/zoneinfo/America/Kralendijk extracting Python/Lib/site-packages/pytz/zoneinfo/America/Knox_IN extracting Python/Lib/site-packages/pytz/zoneinfo/America/Kentucky/ extracting Python/Lib/site-packages/pytz/zoneinfo/America/Kentucky/Monticello extracting Python/Lib/site-packages/pytz/zoneinfo/America/Kentucky/Louisville extracting Python/Lib/site-packages/pytz/zoneinfo/America/Juneau extracting Python/Lib/site-packages/pytz/zoneinfo/America/Jujuy extracting Python/Lib/site-packages/pytz/zoneinfo/America/Jamaica extracting Python/Lib/site-packages/pytz/zoneinfo/America/Iqaluit extracting Python/Lib/site-packages/pytz/zoneinfo/America/Inuvik extracting Python/Lib/site-packages/pytz/zoneinfo/America/Indianapolis extracting Python/Lib/site-packages/pytz/zoneinfo/America/Indiana/ extracting Python/Lib/site-packages/pytz/zoneinfo/America/Indiana/Winamac extracting Python/Lib/site-packages/pytz/zoneinfo/America/Indiana/Vincennes extracting Python/Lib/site-packages/pytz/zoneinfo/America/Indiana/Vevay extracting Python/Lib/site-packages/pytz/zoneinfo/America/Indiana/Tell_City extracting Python/Lib/site-packages/pytz/zoneinfo/America/Indiana/Petersburg extracting Python/Lib/site-packages/pytz/zoneinfo/America/Indiana/Marengo extracting Python/Lib/site-packages/pytz/zoneinfo/America/Indiana/Knox extracting Python/Lib/site-packages/pytz/zoneinfo/America/Indiana/Indianapolis extracting Python/Lib/site-packages/pytz/zoneinfo/America/Hermosillo extracting Python/Lib/site-packages/pytz/zoneinfo/America/Havana extracting Python/Lib/site-packages/pytz/zoneinfo/America/Halifax extracting Python/Lib/site-packages/pytz/zoneinfo/America/Guyana extracting Python/Lib/site-packages/pytz/zoneinfo/America/Guayaquil extracting Python/Lib/site-packages/pytz/zoneinfo/America/Guatemala extracting Python/Lib/site-packages/pytz/zoneinfo/America/Guadeloupe extracting Python/Lib/site-packages/pytz/zoneinfo/America/Grenada extracting Python/Lib/site-packages/pytz/zoneinfo/America/Grand_Turk extracting Python/Lib/site-packages/pytz/zoneinfo/America/Goose_Bay extracting Python/Lib/site-packages/pytz/zoneinfo/America/Godthab extracting Python/Lib/site-packages/pytz/zoneinfo/America/Glace_Bay extracting Python/Lib/site-packages/pytz/zoneinfo/America/Fortaleza extracting Python/Lib/site-packages/pytz/zoneinfo/America/Fort_Wayne extracting Python/Lib/site-packages/pytz/zoneinfo/America/Fort_Nelson extracting Python/Lib/site-packages/pytz/zoneinfo/America/Ensenada extracting Python/Lib/site-packages/pytz/zoneinfo/America/El_Salvador extracting Python/Lib/site-packages/pytz/zoneinfo/America/Eirunepe extracting Python/Lib/site-packages/pytz/zoneinfo/America/Edmonton extracting Python/Lib/site-packages/pytz/zoneinfo/America/Dominica extracting Python/Lib/site-packages/pytz/zoneinfo/America/Detroit extracting Python/Lib/site-packages/pytz/zoneinfo/America/Denver extracting Python/Lib/site-packages/pytz/zoneinfo/America/Dawson_Creek extracting Python/Lib/site-packages/pytz/zoneinfo/America/Dawson extracting Python/Lib/site-packages/pytz/zoneinfo/America/Danmarkshavn extracting Python/Lib/site-packages/pytz/zoneinfo/America/Curacao extracting Python/Lib/site-packages/pytz/zoneinfo/America/Cuiaba extracting Python/Lib/site-packages/pytz/zoneinfo/America/Creston extracting Python/Lib/site-packages/pytz/zoneinfo/America/Costa_Rica extracting Python/Lib/site-packages/pytz/zoneinfo/America/Cordoba extracting Python/Lib/site-packages/pytz/zoneinfo/America/Coral_Harbour extracting Python/Lib/site-packages/pytz/zoneinfo/America/Chihuahua extracting Python/Lib/site-packages/pytz/zoneinfo/America/Chicago extracting Python/Lib/site-packages/pytz/zoneinfo/America/Cayman extracting Python/Lib/site-packages/pytz/zoneinfo/America/Cayenne extracting Python/Lib/site-packages/pytz/zoneinfo/America/Catamarca extracting Python/Lib/site-packages/pytz/zoneinfo/America/Caracas extracting Python/Lib/site-packages/pytz/zoneinfo/America/Cancun extracting Python/Lib/site-packages/pytz/zoneinfo/America/Campo_Grande extracting Python/Lib/site-packages/pytz/zoneinfo/America/Cambridge_Bay extracting Python/Lib/site-packages/pytz/zoneinfo/America/Buenos_Aires extracting Python/Lib/site-packages/pytz/zoneinfo/America/Boise extracting Python/Lib/site-packages/pytz/zoneinfo/America/Bogota extracting Python/Lib/site-packages/pytz/zoneinfo/America/Boa_Vista extracting Python/Lib/site-packages/pytz/zoneinfo/America/Blanc-Sablon extracting Python/Lib/site-packages/pytz/zoneinfo/America/Belize extracting Python/Lib/site-packages/pytz/zoneinfo/America/Belem extracting Python/Lib/site-packages/pytz/zoneinfo/America/Barbados extracting Python/Lib/site-packages/pytz/zoneinfo/America/Bahia_Banderas extracting Python/Lib/site-packages/pytz/zoneinfo/America/Bahia extracting Python/Lib/site-packages/pytz/zoneinfo/America/Atka extracting Python/Lib/site-packages/pytz/zoneinfo/America/Atikokan extracting Python/Lib/site-packages/pytz/zoneinfo/America/Asuncion extracting Python/Lib/site-packages/pytz/zoneinfo/America/Aruba extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/ extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/Ushuaia extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/Tucuman extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/San_Luis extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/San_Juan extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/Salta extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/Rio_Gallegos extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/Mendoza extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/La_Rioja extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/Jujuy extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/Cordoba extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/ComodRivadavia extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/Catamarca extracting Python/Lib/site-packages/pytz/zoneinfo/America/Argentina/Buenos_Aires extracting Python/Lib/site-packages/pytz/zoneinfo/America/Araguaina extracting Python/Lib/site-packages/pytz/zoneinfo/America/Antigua extracting Python/Lib/site-packages/pytz/zoneinfo/America/Anguilla extracting Python/Lib/site-packages/pytz/zoneinfo/America/Anchorage extracting Python/Lib/site-packages/pytz/zoneinfo/America/Adak extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/ extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Windhoek extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Tunis extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Tripoli extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Timbuktu extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Sao_Tome extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Porto-Novo extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Ouagadougou extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Nouakchott extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Niamey extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Ndjamena extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Nairobi extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Monrovia extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Mogadishu extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Mbabane extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Maseru extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Maputo extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Malabo extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Lusaka extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Lubumbashi extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Luanda extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Lome extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Libreville extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Lagos extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Kinshasa extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Kigali extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Khartoum extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Kampala extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Juba extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Johannesburg extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Harare extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Gaborone extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Freetown extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/El_Aaiun extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Douala extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Djibouti extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Dar_es_Salaam extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Dakar extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Conakry extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Ceuta extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Casablanca extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Cairo extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Bujumbura extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Brazzaville extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Blantyre extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Bissau extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Banjul extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Bangui extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Bamako extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Asmera extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Asmara extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Algiers extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Addis_Ababa extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Accra extracting Python/Lib/site-packages/pytz/zoneinfo/Africa/Abidjan extracting Python/Lib/site-packages/pytz/tzinfo.py extracting Python/Lib/site-packages/pytz/tzfile.py extracting Python/Lib/site-packages/pytz/reference.py extracting Python/Lib/site-packages/pytz/lazy.py extracting Python/Lib/site-packages/pytz/exceptions.py extracting Python/Lib/site-packages/pytz/__init__.py extracting Python/Lib/site-packages/pythonwin/ extracting Python/Lib/site-packages/pythonwin/win32uiole.pyd extracting Python/Lib/site-packages/pythonwin/win32ui.pyd extracting Python/Lib/site-packages/pythonwin/scintilla.dll extracting Python/Lib/site-packages/pythonwin/pywin/ extracting Python/Lib/site-packages/pythonwin/pywin/tools/ extracting Python/Lib/site-packages/pythonwin/pywin/tools/TraceCollector.py extracting Python/Lib/site-packages/pythonwin/pywin/tools/regpy.py extracting Python/Lib/site-packages/pythonwin/pywin/tools/regedit.py extracting Python/Lib/site-packages/pythonwin/pywin/tools/hierlist.py extracting Python/Lib/site-packages/pythonwin/pywin/tools/browser.py extracting Python/Lib/site-packages/pythonwin/pywin/tools/browseProjects.py extracting Python/Lib/site-packages/pythonwin/pywin/tools/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/ extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/view.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/scintillacon.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/keycodes.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/IDLEenvironment.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/formatter.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/find.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/document.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/control.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/configui.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/config.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/bindings.py extracting Python/Lib/site-packages/pythonwin/pywin/scintilla/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/mfc/ extracting Python/Lib/site-packages/pythonwin/pywin/mfc/window.py extracting Python/Lib/site-packages/pythonwin/pywin/mfc/thread.py extracting Python/Lib/site-packages/pythonwin/pywin/mfc/object.py extracting Python/Lib/site-packages/pythonwin/pywin/mfc/docview.py extracting Python/Lib/site-packages/pythonwin/pywin/mfc/dialog.py extracting Python/Lib/site-packages/pythonwin/pywin/mfc/afxres.py extracting Python/Lib/site-packages/pythonwin/pywin/mfc/activex.py extracting Python/Lib/site-packages/pythonwin/pywin/mfc/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/idle/ extracting Python/Lib/site-packages/pythonwin/pywin/idle/PyParse.py extracting Python/Lib/site-packages/pythonwin/pywin/idle/IdleHistory.py extracting Python/Lib/site-packages/pythonwin/pywin/idle/FormatParagraph.py extracting Python/Lib/site-packages/pythonwin/pywin/idle/CallTips.py extracting Python/Lib/site-packages/pythonwin/pywin/idle/AutoIndent.py extracting Python/Lib/site-packages/pythonwin/pywin/idle/AutoExpand.py extracting Python/Lib/site-packages/pythonwin/pywin/idle/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/IDLE.cfg extracting Python/Lib/site-packages/pythonwin/pywin/framework/ extracting Python/Lib/site-packages/pythonwin/pywin/framework/winout.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/window.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/toolmenu.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/stdin.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/startup.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/sgrepmdi.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/scriptutils.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/mdi_pychecker.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/intpydde.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/intpyapp.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/interact.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/help.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/ extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/vss.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/template.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/ModuleBrowser.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/frame.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/editor.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/document.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/configui.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/color/ extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/color/coloreditor.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/color/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/editor/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/dlgappcore.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/dbgcommands.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/cmdline.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/bitmap.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/app.py extracting Python/Lib/site-packages/pythonwin/pywin/framework/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/docking/ extracting Python/Lib/site-packages/pythonwin/pywin/docking/DockingBar.py extracting Python/Lib/site-packages/pythonwin/pywin/docking/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/dialogs/ extracting Python/Lib/site-packages/pythonwin/pywin/dialogs/status.py extracting Python/Lib/site-packages/pythonwin/pywin/dialogs/login.py extracting Python/Lib/site-packages/pythonwin/pywin/dialogs/list.py extracting Python/Lib/site-packages/pythonwin/pywin/dialogs/ideoptions.py extracting Python/Lib/site-packages/pythonwin/pywin/dialogs/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/ extracting Python/Lib/site-packages/pythonwin/pywin/Demos/toolbar.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/threadedgui.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/splittst.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/sliderdemo.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/progressbar.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/openGLDemo.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/ocx/ extracting Python/Lib/site-packages/pythonwin/pywin/Demos/ocx/webbrowser.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/ocx/ocxtest.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/ocx/ocxserialtest.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/ocx/msoffice.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/ocx/flash.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/ocx/demoutils.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/ocx/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/objdoc.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/menutest.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/hiertest.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/guidemo.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/fontdemo.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/dyndlg.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/dlgtest.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/dibdemo.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/demoutils.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/createwin.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/cmdserver.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/app/ extracting Python/Lib/site-packages/pythonwin/pywin/Demos/app/helloapp.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/app/dojobapp.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/app/dlgappdemo.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/app/demoutils.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/app/customprint.py extracting Python/Lib/site-packages/pythonwin/pywin/Demos/app/basictimerapp.py extracting Python/Lib/site-packages/pythonwin/pywin/default.cfg extracting Python/Lib/site-packages/pythonwin/pywin/debugger/ extracting Python/Lib/site-packages/pythonwin/pywin/debugger/fail.py extracting Python/Lib/site-packages/pythonwin/pywin/debugger/debugger.py extracting Python/Lib/site-packages/pythonwin/pywin/debugger/dbgpyapp.py extracting Python/Lib/site-packages/pythonwin/pywin/debugger/dbgcon.py extracting Python/Lib/site-packages/pythonwin/pywin/debugger/configui.py extracting Python/Lib/site-packages/pythonwin/pywin/debugger/__init__.py extracting Python/Lib/site-packages/pythonwin/pywin/__init__.py extracting Python/Lib/site-packages/pythonwin/Pythonwin.exe extracting Python/Lib/site-packages/pythonwin/Microsoft.VC90.MFC.manifest extracting Python/Lib/site-packages/pythonwin/mfcm90u.dll extracting Python/Lib/site-packages/pythonwin/mfcm90.dll extracting Python/Lib/site-packages/pythonwin/mfc90u.dll extracting Python/Lib/site-packages/pythonwin/mfc90.dll extracting Python/Lib/site-packages/pythonwin/license.txt extracting Python/Lib/site-packages/pythonwin/dde.pyd extracting Python/Lib/site-packages/pythoncom.pyc extracting Python/Lib/site-packages/pythoncom.py extracting Python/Lib/site-packages/python_dateutil-2.7.2.dist-info/ extracting Python/Lib/site-packages/python_dateutil-2.7.2.dist-info/zip-safe extracting Python/Lib/site-packages/python_dateutil-2.7.2.dist-info/WHEEL extracting Python/Lib/site-packages/python_dateutil-2.7.2.dist-info/top_level.txt extracting Python/Lib/site-packages/python_dateutil-2.7.2.dist-info/RECORD extracting Python/Lib/site-packages/python_dateutil-2.7.2.dist-info/metadata.json extracting Python/Lib/site-packages/python_dateutil-2.7.2.dist-info/METADATA extracting Python/Lib/site-packages/python_dateutil-2.7.2.dist-info/LICENSE.txt extracting Python/Lib/site-packages/python_dateutil-2.7.2.dist-info/INSTALLER extracting Python/Lib/site-packages/python_dateutil-2.7.2.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/pytest-3.5.0.dist-info/ extracting Python/Lib/site-packages/pytest-3.5.0.dist-info/WHEEL extracting Python/Lib/site-packages/pytest-3.5.0.dist-info/top_level.txt extracting Python/Lib/site-packages/pytest-3.5.0.dist-info/RECORD extracting Python/Lib/site-packages/pytest-3.5.0.dist-info/metadata.json extracting Python/Lib/site-packages/pytest-3.5.0.dist-info/METADATA extracting Python/Lib/site-packages/pytest-3.5.0.dist-info/LICENSE.txt extracting Python/Lib/site-packages/pytest-3.5.0.dist-info/INSTALLER extracting Python/Lib/site-packages/pytest-3.5.0.dist-info/entry_points.txt extracting Python/Lib/site-packages/pytest-3.5.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/pytest.py extracting Python/Lib/site-packages/PyRTF-0.45.dist-info/ extracting Python/Lib/site-packages/PyRTF-0.45.dist-info/WHEEL extracting Python/Lib/site-packages/PyRTF-0.45.dist-info/top_level.txt extracting Python/Lib/site-packages/PyRTF-0.45.dist-info/RECORD extracting Python/Lib/site-packages/PyRTF-0.45.dist-info/metadata.json extracting Python/Lib/site-packages/PyRTF-0.45.dist-info/METADATA extracting Python/Lib/site-packages/PyRTF-0.45.dist-info/INSTALLER extracting Python/Lib/site-packages/PyRTF-0.45.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/PyRTF/ extracting Python/Lib/site-packages/PyRTF/Styles.py extracting Python/Lib/site-packages/PyRTF/Renderer.py extracting Python/Lib/site-packages/PyRTF/PropertySets.py extracting Python/Lib/site-packages/PyRTF/Elements.py extracting Python/Lib/site-packages/PyRTF/Constants.py extracting Python/Lib/site-packages/PyRTF/__init__.py extracting Python/Lib/site-packages/pyparsing-2.2.0.dist-info/ extracting Python/Lib/site-packages/pyparsing-2.2.0.dist-info/WHEEL extracting Python/Lib/site-packages/pyparsing-2.2.0.dist-info/top_level.txt extracting Python/Lib/site-packages/pyparsing-2.2.0.dist-info/RECORD extracting Python/Lib/site-packages/pyparsing-2.2.0.dist-info/metadata.json extracting Python/Lib/site-packages/pyparsing-2.2.0.dist-info/METADATA extracting Python/Lib/site-packages/pyparsing-2.2.0.dist-info/INSTALLER extracting Python/Lib/site-packages/pyparsing-2.2.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/pyparsing.py extracting Python/Lib/site-packages/PyOpenGL-3.1.0-py2.7.egg-info/ extracting Python/Lib/site-packages/PyOpenGL-3.1.0-py2.7.egg-info/top_level.txt extracting Python/Lib/site-packages/PyOpenGL-3.1.0-py2.7.egg-info/SOURCES.txt extracting Python/Lib/site-packages/PyOpenGL-3.1.0-py2.7.egg-info/PKG-INFO extracting Python/Lib/site-packages/PyOpenGL-3.1.0-py2.7.egg-info/installed-files.txt extracting Python/Lib/site-packages/PyOpenGL-3.1.0-py2.7.egg-info/dependency_links.txt extracting Python/Lib/site-packages/pylab.py extracting Python/Lib/site-packages/Pygments-2.2.0.dist-info/ extracting Python/Lib/site-packages/Pygments-2.2.0.dist-info/WHEEL extracting Python/Lib/site-packages/Pygments-2.2.0.dist-info/top_level.txt extracting Python/Lib/site-packages/Pygments-2.2.0.dist-info/RECORD extracting Python/Lib/site-packages/Pygments-2.2.0.dist-info/metadata.json extracting Python/Lib/site-packages/Pygments-2.2.0.dist-info/METADATA extracting Python/Lib/site-packages/Pygments-2.2.0.dist-info/INSTALLER extracting Python/Lib/site-packages/Pygments-2.2.0.dist-info/entry_points.txt extracting Python/Lib/site-packages/Pygments-2.2.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/pygments/ extracting Python/Lib/site-packages/pygments/util.py extracting Python/Lib/site-packages/pygments/unistring.py extracting Python/Lib/site-packages/pygments/token.py extracting Python/Lib/site-packages/pygments/styles/ extracting Python/Lib/site-packages/pygments/styles/xcode.py extracting Python/Lib/site-packages/pygments/styles/vs.py extracting Python/Lib/site-packages/pygments/styles/vim.py extracting Python/Lib/site-packages/pygments/styles/trac.py extracting Python/Lib/site-packages/pygments/styles/tango.py extracting Python/Lib/site-packages/pygments/styles/stata.py extracting Python/Lib/site-packages/pygments/styles/sas.py extracting Python/Lib/site-packages/pygments/styles/rrt.py extracting Python/Lib/site-packages/pygments/styles/rainbow_dash.py extracting Python/Lib/site-packages/pygments/styles/perldoc.py extracting Python/Lib/site-packages/pygments/styles/pastie.py extracting Python/Lib/site-packages/pygments/styles/paraiso_light.py extracting Python/Lib/site-packages/pygments/styles/paraiso_dark.py extracting Python/Lib/site-packages/pygments/styles/native.py extracting Python/Lib/site-packages/pygments/styles/murphy.py extracting Python/Lib/site-packages/pygments/styles/monokai.py extracting Python/Lib/site-packages/pygments/styles/manni.py extracting Python/Lib/site-packages/pygments/styles/lovelace.py extracting Python/Lib/site-packages/pygments/styles/igor.py extracting Python/Lib/site-packages/pygments/styles/fruity.py extracting Python/Lib/site-packages/pygments/styles/friendly.py extracting Python/Lib/site-packages/pygments/styles/emacs.py extracting Python/Lib/site-packages/pygments/styles/default.py extracting Python/Lib/site-packages/pygments/styles/colorful.py extracting Python/Lib/site-packages/pygments/styles/bw.py extracting Python/Lib/site-packages/pygments/styles/borland.py extracting Python/Lib/site-packages/pygments/styles/autumn.py extracting Python/Lib/site-packages/pygments/styles/arduino.py extracting Python/Lib/site-packages/pygments/styles/algol_nu.py extracting Python/Lib/site-packages/pygments/styles/algol.py extracting Python/Lib/site-packages/pygments/styles/abap.py extracting Python/Lib/site-packages/pygments/styles/__init__.py extracting Python/Lib/site-packages/pygments/style.py extracting Python/Lib/site-packages/pygments/sphinxext.py extracting Python/Lib/site-packages/pygments/scanner.py extracting Python/Lib/site-packages/pygments/regexopt.py extracting Python/Lib/site-packages/pygments/plugin.py extracting Python/Lib/site-packages/pygments/modeline.py extracting Python/Lib/site-packages/pygments/lexers/ extracting Python/Lib/site-packages/pygments/lexers/x10.py extracting Python/Lib/site-packages/pygments/lexers/whiley.py extracting Python/Lib/site-packages/pygments/lexers/webmisc.py extracting Python/Lib/site-packages/pygments/lexers/web.py extracting Python/Lib/site-packages/pygments/lexers/verification.py extracting Python/Lib/site-packages/pygments/lexers/varnish.py extracting Python/Lib/site-packages/pygments/lexers/urbi.py extracting Python/Lib/site-packages/pygments/lexers/typoscript.py extracting Python/Lib/site-packages/pygments/lexers/trafficscript.py extracting Python/Lib/site-packages/pygments/lexers/theorem.py extracting Python/Lib/site-packages/pygments/lexers/textfmts.py extracting Python/Lib/site-packages/pygments/lexers/textedit.py extracting Python/Lib/site-packages/pygments/lexers/text.py extracting Python/Lib/site-packages/pygments/lexers/testing.py extracting Python/Lib/site-packages/pygments/lexers/templates.py extracting Python/Lib/site-packages/pygments/lexers/tcl.py extracting Python/Lib/site-packages/pygments/lexers/supercollider.py extracting Python/Lib/site-packages/pygments/lexers/stata.py extracting Python/Lib/site-packages/pygments/lexers/sql.py extracting Python/Lib/site-packages/pygments/lexers/special.py extracting Python/Lib/site-packages/pygments/lexers/snobol.py extracting Python/Lib/site-packages/pygments/lexers/smv.py extracting Python/Lib/site-packages/pygments/lexers/smalltalk.py extracting Python/Lib/site-packages/pygments/lexers/shell.py extracting Python/Lib/site-packages/pygments/lexers/scripting.py extracting Python/Lib/site-packages/pygments/lexers/sas.py extracting Python/Lib/site-packages/pygments/lexers/rust.py extracting Python/Lib/site-packages/pygments/lexers/ruby.py extracting Python/Lib/site-packages/pygments/lexers/robotframework.py extracting Python/Lib/site-packages/pygments/lexers/roboconf.py extracting Python/Lib/site-packages/pygments/lexers/rnc.py extracting Python/Lib/site-packages/pygments/lexers/resource.py extracting Python/Lib/site-packages/pygments/lexers/rebol.py extracting Python/Lib/site-packages/pygments/lexers/rdf.py extracting Python/Lib/site-packages/pygments/lexers/r.py extracting Python/Lib/site-packages/pygments/lexers/qvt.py extracting Python/Lib/site-packages/pygments/lexers/python.py extracting Python/Lib/site-packages/pygments/lexers/prolog.py extracting Python/Lib/site-packages/pygments/lexers/praat.py extracting Python/Lib/site-packages/pygments/lexers/php.py extracting Python/Lib/site-packages/pygments/lexers/perl.py extracting Python/Lib/site-packages/pygments/lexers/pawn.py extracting Python/Lib/site-packages/pygments/lexers/pascal.py extracting Python/Lib/site-packages/pygments/lexers/parsers.py extracting Python/Lib/site-packages/pygments/lexers/parasail.py extracting Python/Lib/site-packages/pygments/lexers/other.py extracting Python/Lib/site-packages/pygments/lexers/ooc.py extracting Python/Lib/site-packages/pygments/lexers/objective.py extracting Python/Lib/site-packages/pygments/lexers/oberon.py extracting Python/Lib/site-packages/pygments/lexers/nix.py extracting Python/Lib/site-packages/pygments/lexers/nit.py extracting Python/Lib/site-packages/pygments/lexers/nimrod.py extracting Python/Lib/site-packages/pygments/lexers/ncl.py extracting Python/Lib/site-packages/pygments/lexers/monte.py extracting Python/Lib/site-packages/pygments/lexers/modula2.py extracting Python/Lib/site-packages/pygments/lexers/modeling.py extracting Python/Lib/site-packages/pygments/lexers/ml.py extracting Python/Lib/site-packages/pygments/lexers/matlab.py extracting Python/Lib/site-packages/pygments/lexers/math.py extracting Python/Lib/site-packages/pygments/lexers/markup.py extracting Python/Lib/site-packages/pygments/lexers/make.py extracting Python/Lib/site-packages/pygments/lexers/lisp.py extracting Python/Lib/site-packages/pygments/lexers/jvm.py extracting Python/Lib/site-packages/pygments/lexers/julia.py extracting Python/Lib/site-packages/pygments/lexers/javascript.py extracting Python/Lib/site-packages/pygments/lexers/j.py extracting Python/Lib/site-packages/pygments/lexers/iolang.py extracting Python/Lib/site-packages/pygments/lexers/int_fiction.py extracting Python/Lib/site-packages/pygments/lexers/installers.py extracting Python/Lib/site-packages/pygments/lexers/inferno.py extracting Python/Lib/site-packages/pygments/lexers/igor.py extracting Python/Lib/site-packages/pygments/lexers/idl.py extracting Python/Lib/site-packages/pygments/lexers/html.py extracting Python/Lib/site-packages/pygments/lexers/hexdump.py extracting Python/Lib/site-packages/pygments/lexers/hdl.py extracting Python/Lib/site-packages/pygments/lexers/haxe.py extracting Python/Lib/site-packages/pygments/lexers/haskell.py extracting Python/Lib/site-packages/pygments/lexers/graphics.py extracting Python/Lib/site-packages/pygments/lexers/graph.py extracting Python/Lib/site-packages/pygments/lexers/grammar_notation.py extracting Python/Lib/site-packages/pygments/lexers/go.py extracting Python/Lib/site-packages/pygments/lexers/functional.py extracting Python/Lib/site-packages/pygments/lexers/foxpro.py extracting Python/Lib/site-packages/pygments/lexers/fortran.py extracting Python/Lib/site-packages/pygments/lexers/forth.py extracting Python/Lib/site-packages/pygments/lexers/felix.py extracting Python/Lib/site-packages/pygments/lexers/fantom.py extracting Python/Lib/site-packages/pygments/lexers/factor.py extracting Python/Lib/site-packages/pygments/lexers/ezhil.py extracting Python/Lib/site-packages/pygments/lexers/esoteric.py extracting Python/Lib/site-packages/pygments/lexers/erlang.py extracting Python/Lib/site-packages/pygments/lexers/elm.py extracting Python/Lib/site-packages/pygments/lexers/eiffel.py extracting Python/Lib/site-packages/pygments/lexers/ecl.py extracting Python/Lib/site-packages/pygments/lexers/dylan.py extracting Python/Lib/site-packages/pygments/lexers/dsls.py extracting Python/Lib/site-packages/pygments/lexers/dotnet.py extracting Python/Lib/site-packages/pygments/lexers/diff.py extracting Python/Lib/site-packages/pygments/lexers/data.py extracting Python/Lib/site-packages/pygments/lexers/dalvik.py extracting Python/Lib/site-packages/pygments/lexers/d.py extracting Python/Lib/site-packages/pygments/lexers/css.py extracting Python/Lib/site-packages/pygments/lexers/csound.py extracting Python/Lib/site-packages/pygments/lexers/crystal.py extracting Python/Lib/site-packages/pygments/lexers/console.py extracting Python/Lib/site-packages/pygments/lexers/configs.py extracting Python/Lib/site-packages/pygments/lexers/compiled.py extracting Python/Lib/site-packages/pygments/lexers/clean.py extracting Python/Lib/site-packages/pygments/lexers/chapel.py extracting Python/Lib/site-packages/pygments/lexers/capnproto.py extracting Python/Lib/site-packages/pygments/lexers/c_like.py extracting Python/Lib/site-packages/pygments/lexers/c_cpp.py extracting Python/Lib/site-packages/pygments/lexers/business.py extracting Python/Lib/site-packages/pygments/lexers/bibtex.py extracting Python/Lib/site-packages/pygments/lexers/basic.py extracting Python/Lib/site-packages/pygments/lexers/automation.py extracting Python/Lib/site-packages/pygments/lexers/asm.py extracting Python/Lib/site-packages/pygments/lexers/archetype.py extracting Python/Lib/site-packages/pygments/lexers/apl.py extracting Python/Lib/site-packages/pygments/lexers/ampl.py extracting Python/Lib/site-packages/pygments/lexers/ambient.py extracting Python/Lib/site-packages/pygments/lexers/algebra.py extracting Python/Lib/site-packages/pygments/lexers/agile.py extracting Python/Lib/site-packages/pygments/lexers/actionscript.py extracting Python/Lib/site-packages/pygments/lexers/_vim_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_tsql_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_stata_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_stan_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_sourcemod_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_scilab_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_postgres_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_php_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_openedge_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_mql_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_mapping.py extracting Python/Lib/site-packages/pygments/lexers/_lua_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_lasso_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_csound_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_cocoa_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_cl_builtins.py extracting Python/Lib/site-packages/pygments/lexers/_asy_builtins.py extracting Python/Lib/site-packages/pygments/lexers/__init__.py extracting Python/Lib/site-packages/pygments/lexer.py extracting Python/Lib/site-packages/pygments/formatters/ extracting Python/Lib/site-packages/pygments/formatters/terminal256.py extracting Python/Lib/site-packages/pygments/formatters/terminal.py extracting Python/Lib/site-packages/pygments/formatters/svg.py extracting Python/Lib/site-packages/pygments/formatters/rtf.py extracting Python/Lib/site-packages/pygments/formatters/other.py extracting Python/Lib/site-packages/pygments/formatters/latex.py extracting Python/Lib/site-packages/pygments/formatters/irc.py extracting Python/Lib/site-packages/pygments/formatters/img.py extracting Python/Lib/site-packages/pygments/formatters/html.py extracting Python/Lib/site-packages/pygments/formatters/bbcode.py extracting Python/Lib/site-packages/pygments/formatters/_mapping.py extracting Python/Lib/site-packages/pygments/formatters/__init__.py extracting Python/Lib/site-packages/pygments/formatter.py extracting Python/Lib/site-packages/pygments/filters/ extracting Python/Lib/site-packages/pygments/filters/__init__.py extracting Python/Lib/site-packages/pygments/filter.py extracting Python/Lib/site-packages/pygments/console.py extracting Python/Lib/site-packages/pygments/cmdline.py extracting Python/Lib/site-packages/pygments/__init__.py extracting Python/Lib/site-packages/py-1.5.3.dist-info/ extracting Python/Lib/site-packages/py-1.5.3.dist-info/WHEEL extracting Python/Lib/site-packages/py-1.5.3.dist-info/top_level.txt extracting Python/Lib/site-packages/py-1.5.3.dist-info/RECORD extracting Python/Lib/site-packages/py-1.5.3.dist-info/metadata.json extracting Python/Lib/site-packages/py-1.5.3.dist-info/METADATA extracting Python/Lib/site-packages/py-1.5.3.dist-info/LICENSE.txt extracting Python/Lib/site-packages/py-1.5.3.dist-info/INSTALLER extracting Python/Lib/site-packages/py-1.5.3.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/py/ extracting Python/Lib/site-packages/py/test.py extracting Python/Lib/site-packages/py/_xmlgen.py extracting Python/Lib/site-packages/py/_vendored_packages/ extracting Python/Lib/site-packages/py/_vendored_packages/iniconfig.py extracting Python/Lib/site-packages/py/_vendored_packages/apipkg.py extracting Python/Lib/site-packages/py/_vendored_packages/__init__.py extracting Python/Lib/site-packages/py/_std.py extracting Python/Lib/site-packages/py/_process/ extracting Python/Lib/site-packages/py/_process/killproc.py extracting Python/Lib/site-packages/py/_process/forkedfunc.py extracting Python/Lib/site-packages/py/_process/cmdexec.py extracting Python/Lib/site-packages/py/_process/__init__.py extracting Python/Lib/site-packages/py/_path/ extracting Python/Lib/site-packages/py/_path/svnwc.py extracting Python/Lib/site-packages/py/_path/svnurl.py extracting Python/Lib/site-packages/py/_path/local.py extracting Python/Lib/site-packages/py/_path/common.py extracting Python/Lib/site-packages/py/_path/cacheutil.py extracting Python/Lib/site-packages/py/_path/__init__.py extracting Python/Lib/site-packages/py/_log/ extracting Python/Lib/site-packages/py/_log/warning.py extracting Python/Lib/site-packages/py/_log/log.py extracting Python/Lib/site-packages/py/_log/__init__.py extracting Python/Lib/site-packages/py/_io/ extracting Python/Lib/site-packages/py/_io/terminalwriter.py extracting Python/Lib/site-packages/py/_io/saferepr.py extracting Python/Lib/site-packages/py/_io/capture.py extracting Python/Lib/site-packages/py/_io/__init__.py extracting Python/Lib/site-packages/py/_error.py extracting Python/Lib/site-packages/py/_code/ extracting Python/Lib/site-packages/py/_code/source.py extracting Python/Lib/site-packages/py/_code/code.py extracting Python/Lib/site-packages/py/_code/assertion.py extracting Python/Lib/site-packages/py/_code/_py2traceback.py extracting Python/Lib/site-packages/py/_code/_assertionold.py extracting Python/Lib/site-packages/py/_code/_assertionnew.py extracting Python/Lib/site-packages/py/_code/__init__.py extracting Python/Lib/site-packages/py/_builtin.py extracting Python/Lib/site-packages/py/__metainfo.py extracting Python/Lib/site-packages/py/__init__.py extracting Python/Lib/site-packages/psutil-5.4.5.dist-info/ extracting Python/Lib/site-packages/psutil-5.4.5.dist-info/WHEEL extracting Python/Lib/site-packages/psutil-5.4.5.dist-info/top_level.txt extracting Python/Lib/site-packages/psutil-5.4.5.dist-info/RECORD extracting Python/Lib/site-packages/psutil-5.4.5.dist-info/METADATA extracting Python/Lib/site-packages/psutil-5.4.5.dist-info/INSTALLER extracting Python/Lib/site-packages/psutil/ extracting Python/Lib/site-packages/psutil/tests/ extracting Python/Lib/site-packages/psutil/tests/test_windows.py extracting Python/Lib/site-packages/psutil/tests/test_unicode.py extracting Python/Lib/site-packages/psutil/tests/test_system.py extracting Python/Lib/site-packages/psutil/tests/test_sunos.py extracting Python/Lib/site-packages/psutil/tests/test_process.py extracting Python/Lib/site-packages/psutil/tests/test_posix.py extracting Python/Lib/site-packages/psutil/tests/test_osx.py extracting Python/Lib/site-packages/psutil/tests/test_misc.py extracting Python/Lib/site-packages/psutil/tests/test_memory_leaks.py extracting Python/Lib/site-packages/psutil/tests/test_linux.py extracting Python/Lib/site-packages/psutil/tests/test_contracts.py extracting Python/Lib/site-packages/psutil/tests/test_connections.py extracting Python/Lib/site-packages/psutil/tests/test_bsd.py extracting Python/Lib/site-packages/psutil/tests/test_aix.py extracting Python/Lib/site-packages/psutil/tests/__main__.py extracting Python/Lib/site-packages/psutil/tests/__init__.py extracting Python/Lib/site-packages/psutil/_pswindows.py extracting Python/Lib/site-packages/psutil/_psutil_windows.pyd extracting Python/Lib/site-packages/psutil/_pssunos.py extracting Python/Lib/site-packages/psutil/_psposix.py extracting Python/Lib/site-packages/psutil/_psosx.py extracting Python/Lib/site-packages/psutil/_pslinux.py extracting Python/Lib/site-packages/psutil/_psbsd.py extracting Python/Lib/site-packages/psutil/_psaix.py extracting Python/Lib/site-packages/psutil/_exceptions.py extracting Python/Lib/site-packages/psutil/_compat.py extracting Python/Lib/site-packages/psutil/_common.py extracting Python/Lib/site-packages/psutil/__init__.py extracting Python/Lib/site-packages/procrunner-0.6.1.dist-info/ extracting Python/Lib/site-packages/procrunner-0.6.1.dist-info/WHEEL extracting Python/Lib/site-packages/procrunner-0.6.1.dist-info/top_level.txt extracting Python/Lib/site-packages/procrunner-0.6.1.dist-info/RECORD extracting Python/Lib/site-packages/procrunner-0.6.1.dist-info/METADATA extracting Python/Lib/site-packages/procrunner-0.6.1.dist-info/INSTALLER extracting Python/Lib/site-packages/procrunner/ extracting Python/Lib/site-packages/procrunner/__init__.py extracting Python/Lib/site-packages/pluggy-0.6.0.dist-info/ extracting Python/Lib/site-packages/pluggy-0.6.0.dist-info/WHEEL extracting Python/Lib/site-packages/pluggy-0.6.0.dist-info/top_level.txt extracting Python/Lib/site-packages/pluggy-0.6.0.dist-info/RECORD extracting Python/Lib/site-packages/pluggy-0.6.0.dist-info/METADATA extracting Python/Lib/site-packages/pluggy-0.6.0.dist-info/LICENSE.txt extracting Python/Lib/site-packages/pluggy-0.6.0.dist-info/INSTALLER extracting Python/Lib/site-packages/pluggy/ extracting Python/Lib/site-packages/pluggy/callers.py extracting Python/Lib/site-packages/pluggy/__init__.py extracting Python/Lib/site-packages/pkg_resources/ extracting Python/Lib/site-packages/pkg_resources/py31compat.pyc extracting Python/Lib/site-packages/pkg_resources/py31compat.py extracting Python/Lib/site-packages/pkg_resources/extern/ extracting Python/Lib/site-packages/pkg_resources/extern/__init__.pyc extracting Python/Lib/site-packages/pkg_resources/extern/__init__.py extracting Python/Lib/site-packages/pkg_resources/_vendor/ extracting Python/Lib/site-packages/pkg_resources/_vendor/six.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/six.py extracting Python/Lib/site-packages/pkg_resources/_vendor/pyparsing.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/pyparsing.py extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/ extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/version.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/version.py extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/utils.py extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/specifiers.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/specifiers.py extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/requirements.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/requirements.py extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/markers.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/markers.py extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/_structures.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/_structures.py extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/_compat.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/_compat.py extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/__init__.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/__init__.py extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/__about__.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/packaging/__about__.py extracting Python/Lib/site-packages/pkg_resources/_vendor/appdirs.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/appdirs.py extracting Python/Lib/site-packages/pkg_resources/_vendor/__init__.pyc extracting Python/Lib/site-packages/pkg_resources/_vendor/__init__.py extracting Python/Lib/site-packages/pkg_resources/__init__.pyc extracting Python/Lib/site-packages/pkg_resources/__init__.py extracting Python/Lib/site-packages/pip-10.0.1.dist-info/ extracting Python/Lib/site-packages/pip-10.0.1.dist-info/WHEEL extracting Python/Lib/site-packages/pip-10.0.1.dist-info/top_level.txt extracting Python/Lib/site-packages/pip-10.0.1.dist-info/RECORD extracting Python/Lib/site-packages/pip-10.0.1.dist-info/METADATA extracting Python/Lib/site-packages/pip-10.0.1.dist-info/LICENSE.txt extracting Python/Lib/site-packages/pip-10.0.1.dist-info/INSTALLER extracting Python/Lib/site-packages/pip-10.0.1.dist-info/entry_points.txt extracting Python/Lib/site-packages/pip/ extracting Python/Lib/site-packages/pip/_vendor/ extracting Python/Lib/site-packages/pip/_vendor/webencodings/ extracting Python/Lib/site-packages/pip/_vendor/webencodings/x_user_defined.py extracting Python/Lib/site-packages/pip/_vendor/webencodings/tests.py extracting Python/Lib/site-packages/pip/_vendor/webencodings/mklabels.py extracting Python/Lib/site-packages/pip/_vendor/webencodings/labels.pyc extracting Python/Lib/site-packages/pip/_vendor/webencodings/labels.py extracting Python/Lib/site-packages/pip/_vendor/webencodings/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/webencodings/__init__.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/ extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/ extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/wait.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/wait.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/url.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/url.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/timeout.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/selectors.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/selectors.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/retry.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/retry.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/response.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/response.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/request.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/request.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/connection.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/connection.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/response.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/response.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/request.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/request.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/poolmanager.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/ extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/ extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/six.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/six.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/ordered_dict.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/ordered_dict.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/backports/ extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/filepost.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/filepost.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/fields.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/fields.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/exceptions.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/exceptions.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/ extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/connectionpool.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/connection.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/connection.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/_collections.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/_collections.py extracting Python/Lib/site-packages/pip/_vendor/urllib3/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/urllib3/__init__.py extracting Python/Lib/site-packages/pip/_vendor/six.pyc extracting Python/Lib/site-packages/pip/_vendor/six.py extracting Python/Lib/site-packages/pip/_vendor/retrying.pyc extracting Python/Lib/site-packages/pip/_vendor/retrying.py extracting Python/Lib/site-packages/pip/_vendor/requests/ extracting Python/Lib/site-packages/pip/_vendor/requests/utils.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/utils.py extracting Python/Lib/site-packages/pip/_vendor/requests/structures.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/structures.py extracting Python/Lib/site-packages/pip/_vendor/requests/status_codes.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/status_codes.py extracting Python/Lib/site-packages/pip/_vendor/requests/sessions.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/sessions.py extracting Python/Lib/site-packages/pip/_vendor/requests/packages.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/packages.py extracting Python/Lib/site-packages/pip/_vendor/requests/models.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/models.py extracting Python/Lib/site-packages/pip/_vendor/requests/hooks.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/hooks.py extracting Python/Lib/site-packages/pip/_vendor/requests/help.py extracting Python/Lib/site-packages/pip/_vendor/requests/exceptions.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/exceptions.py extracting Python/Lib/site-packages/pip/_vendor/requests/cookies.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/cookies.py extracting Python/Lib/site-packages/pip/_vendor/requests/compat.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/compat.py extracting Python/Lib/site-packages/pip/_vendor/requests/certs.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/certs.py extracting Python/Lib/site-packages/pip/_vendor/requests/auth.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/auth.py extracting Python/Lib/site-packages/pip/_vendor/requests/api.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/api.py extracting Python/Lib/site-packages/pip/_vendor/requests/adapters.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/adapters.py extracting Python/Lib/site-packages/pip/_vendor/requests/_internal_utils.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/_internal_utils.py extracting Python/Lib/site-packages/pip/_vendor/requests/__version__.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/__version__.py extracting Python/Lib/site-packages/pip/_vendor/requests/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/requests/__init__.py extracting Python/Lib/site-packages/pip/_vendor/pytoml/ extracting Python/Lib/site-packages/pip/_vendor/pytoml/writer.pyc extracting Python/Lib/site-packages/pip/_vendor/pytoml/writer.py extracting Python/Lib/site-packages/pip/_vendor/pytoml/parser.pyc extracting Python/Lib/site-packages/pip/_vendor/pytoml/parser.py extracting Python/Lib/site-packages/pip/_vendor/pytoml/core.pyc extracting Python/Lib/site-packages/pip/_vendor/pytoml/core.py extracting Python/Lib/site-packages/pip/_vendor/pytoml/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/pytoml/__init__.py extracting Python/Lib/site-packages/pip/_vendor/pyparsing.pyc extracting Python/Lib/site-packages/pip/_vendor/pyparsing.py extracting Python/Lib/site-packages/pip/_vendor/progress/ extracting Python/Lib/site-packages/pip/_vendor/progress/spinner.pyc extracting Python/Lib/site-packages/pip/_vendor/progress/spinner.py extracting Python/Lib/site-packages/pip/_vendor/progress/helpers.pyc extracting Python/Lib/site-packages/pip/_vendor/progress/helpers.py extracting Python/Lib/site-packages/pip/_vendor/progress/counter.py extracting Python/Lib/site-packages/pip/_vendor/progress/bar.pyc extracting Python/Lib/site-packages/pip/_vendor/progress/bar.py extracting Python/Lib/site-packages/pip/_vendor/progress/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/progress/__init__.py extracting Python/Lib/site-packages/pip/_vendor/pkg_resources/ extracting Python/Lib/site-packages/pip/_vendor/pkg_resources/py31compat.pyc extracting Python/Lib/site-packages/pip/_vendor/pkg_resources/py31compat.py extracting Python/Lib/site-packages/pip/_vendor/pkg_resources/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py extracting Python/Lib/site-packages/pip/_vendor/packaging/ extracting Python/Lib/site-packages/pip/_vendor/packaging/version.pyc extracting Python/Lib/site-packages/pip/_vendor/packaging/version.py extracting Python/Lib/site-packages/pip/_vendor/packaging/utils.pyc extracting Python/Lib/site-packages/pip/_vendor/packaging/utils.py extracting Python/Lib/site-packages/pip/_vendor/packaging/specifiers.pyc extracting Python/Lib/site-packages/pip/_vendor/packaging/specifiers.py extracting Python/Lib/site-packages/pip/_vendor/packaging/requirements.pyc extracting Python/Lib/site-packages/pip/_vendor/packaging/requirements.py extracting Python/Lib/site-packages/pip/_vendor/packaging/markers.pyc extracting Python/Lib/site-packages/pip/_vendor/packaging/markers.py extracting Python/Lib/site-packages/pip/_vendor/packaging/_structures.pyc extracting Python/Lib/site-packages/pip/_vendor/packaging/_structures.py extracting Python/Lib/site-packages/pip/_vendor/packaging/_compat.pyc extracting Python/Lib/site-packages/pip/_vendor/packaging/_compat.py extracting Python/Lib/site-packages/pip/_vendor/packaging/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/packaging/__init__.py extracting Python/Lib/site-packages/pip/_vendor/packaging/__about__.pyc extracting Python/Lib/site-packages/pip/_vendor/packaging/__about__.py extracting Python/Lib/site-packages/pip/_vendor/msgpack/ extracting Python/Lib/site-packages/pip/_vendor/msgpack/fallback.pyc extracting Python/Lib/site-packages/pip/_vendor/msgpack/fallback.py extracting Python/Lib/site-packages/pip/_vendor/msgpack/exceptions.pyc extracting Python/Lib/site-packages/pip/_vendor/msgpack/exceptions.py extracting Python/Lib/site-packages/pip/_vendor/msgpack/_version.pyc extracting Python/Lib/site-packages/pip/_vendor/msgpack/_version.py extracting Python/Lib/site-packages/pip/_vendor/msgpack/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/msgpack/__init__.py extracting Python/Lib/site-packages/pip/_vendor/lockfile/ extracting Python/Lib/site-packages/pip/_vendor/lockfile/symlinklockfile.py extracting Python/Lib/site-packages/pip/_vendor/lockfile/sqlitelockfile.py extracting Python/Lib/site-packages/pip/_vendor/lockfile/pidlockfile.py extracting Python/Lib/site-packages/pip/_vendor/lockfile/mkdirlockfile.pyc extracting Python/Lib/site-packages/pip/_vendor/lockfile/mkdirlockfile.py extracting Python/Lib/site-packages/pip/_vendor/lockfile/linklockfile.py extracting Python/Lib/site-packages/pip/_vendor/lockfile/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/lockfile/__init__.py extracting Python/Lib/site-packages/pip/_vendor/ipaddress.pyc extracting Python/Lib/site-packages/pip/_vendor/ipaddress.py extracting Python/Lib/site-packages/pip/_vendor/idna/ extracting Python/Lib/site-packages/pip/_vendor/idna/uts46data.py extracting Python/Lib/site-packages/pip/_vendor/idna/package_data.pyc extracting Python/Lib/site-packages/pip/_vendor/idna/package_data.py extracting Python/Lib/site-packages/pip/_vendor/idna/intranges.pyc extracting Python/Lib/site-packages/pip/_vendor/idna/intranges.py extracting Python/Lib/site-packages/pip/_vendor/idna/idnadata.pyc extracting Python/Lib/site-packages/pip/_vendor/idna/idnadata.py extracting Python/Lib/site-packages/pip/_vendor/idna/core.pyc extracting Python/Lib/site-packages/pip/_vendor/idna/core.py extracting Python/Lib/site-packages/pip/_vendor/idna/compat.py extracting Python/Lib/site-packages/pip/_vendor/idna/codec.py extracting Python/Lib/site-packages/pip/_vendor/idna/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/idna/__init__.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/ extracting Python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/ extracting Python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/base.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/ extracting Python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/base.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/base.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treeadapters/ extracting Python/Lib/site-packages/pip/_vendor/html5lib/treeadapters/sax.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/serializer.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/serializer.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/html5parser.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/html5parser.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/filters/ extracting Python/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/filters/lint.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/filters/base.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/constants.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/constants.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/_utils.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/_utils.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/_trie/ extracting Python/Lib/site-packages/pip/_vendor/html5lib/_trie/py.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/_trie/py.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/_trie/datrie.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/_trie/datrie.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/_trie/_base.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/_trie/_base.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/_tokenizer.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/_tokenizer.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/_inputstream.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/_inputstream.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/_ihatexml.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/_ihatexml.py extracting Python/Lib/site-packages/pip/_vendor/html5lib/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/html5lib/__init__.py extracting Python/Lib/site-packages/pip/_vendor/distro.py extracting Python/Lib/site-packages/pip/_vendor/distlib/ extracting Python/Lib/site-packages/pip/_vendor/distlib/wheel.py extracting Python/Lib/site-packages/pip/_vendor/distlib/w64.exe extracting Python/Lib/site-packages/pip/_vendor/distlib/w32.exe extracting Python/Lib/site-packages/pip/_vendor/distlib/version.py extracting Python/Lib/site-packages/pip/_vendor/distlib/util.pyc extracting Python/Lib/site-packages/pip/_vendor/distlib/util.py extracting Python/Lib/site-packages/pip/_vendor/distlib/t64.exe extracting Python/Lib/site-packages/pip/_vendor/distlib/t32.exe extracting Python/Lib/site-packages/pip/_vendor/distlib/scripts.pyc extracting Python/Lib/site-packages/pip/_vendor/distlib/scripts.py extracting Python/Lib/site-packages/pip/_vendor/distlib/resources.pyc extracting Python/Lib/site-packages/pip/_vendor/distlib/resources.py extracting Python/Lib/site-packages/pip/_vendor/distlib/metadata.py extracting Python/Lib/site-packages/pip/_vendor/distlib/markers.py extracting Python/Lib/site-packages/pip/_vendor/distlib/manifest.py extracting Python/Lib/site-packages/pip/_vendor/distlib/locators.py extracting Python/Lib/site-packages/pip/_vendor/distlib/index.py extracting Python/Lib/site-packages/pip/_vendor/distlib/database.py extracting Python/Lib/site-packages/pip/_vendor/distlib/compat.pyc extracting Python/Lib/site-packages/pip/_vendor/distlib/compat.py extracting Python/Lib/site-packages/pip/_vendor/distlib/_backport/ extracting Python/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.pyc extracting Python/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py extracting Python/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py extracting Python/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg extracting Python/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.pyc extracting Python/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py extracting Python/Lib/site-packages/pip/_vendor/distlib/_backport/misc.py extracting Python/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py extracting Python/Lib/site-packages/pip/_vendor/distlib/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/distlib/__init__.py extracting Python/Lib/site-packages/pip/_vendor/colorama/ extracting Python/Lib/site-packages/pip/_vendor/colorama/winterm.pyc extracting Python/Lib/site-packages/pip/_vendor/colorama/winterm.py extracting Python/Lib/site-packages/pip/_vendor/colorama/win32.pyc extracting Python/Lib/site-packages/pip/_vendor/colorama/win32.py extracting Python/Lib/site-packages/pip/_vendor/colorama/initialise.pyc extracting Python/Lib/site-packages/pip/_vendor/colorama/initialise.py extracting Python/Lib/site-packages/pip/_vendor/colorama/ansitowin32.pyc extracting Python/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py extracting Python/Lib/site-packages/pip/_vendor/colorama/ansi.pyc extracting Python/Lib/site-packages/pip/_vendor/colorama/ansi.py extracting Python/Lib/site-packages/pip/_vendor/colorama/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/colorama/__init__.py extracting Python/Lib/site-packages/pip/_vendor/chardet/ extracting Python/Lib/site-packages/pip/_vendor/chardet/version.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/version.py extracting Python/Lib/site-packages/pip/_vendor/chardet/utf8prober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/utf8prober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/universaldetector.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/universaldetector.py extracting Python/Lib/site-packages/pip/_vendor/chardet/sjisprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/sjisprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/sbcharsetprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/sbcharsetprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/mbcssm.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/mbcssm.py extracting Python/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/latin1prober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/latin1prober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py extracting Python/Lib/site-packages/pip/_vendor/chardet/langthaimodel.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py extracting Python/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py extracting Python/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py extracting Python/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py extracting Python/Lib/site-packages/pip/_vendor/chardet/langcyrillicmodel.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/langcyrillicmodel.py extracting Python/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py extracting Python/Lib/site-packages/pip/_vendor/chardet/jpcntx.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/jpcntx.py extracting Python/Lib/site-packages/pip/_vendor/chardet/jisfreq.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/jisfreq.py extracting Python/Lib/site-packages/pip/_vendor/chardet/hebrewprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/gb2312prober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/gb2312freq.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py extracting Python/Lib/site-packages/pip/_vendor/chardet/euctwprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/euctwprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/euctwfreq.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py extracting Python/Lib/site-packages/pip/_vendor/chardet/euckrprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/euckrprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/euckrfreq.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py extracting Python/Lib/site-packages/pip/_vendor/chardet/eucjpprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/escsm.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/escsm.py extracting Python/Lib/site-packages/pip/_vendor/chardet/escprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/escprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/enums.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/enums.py extracting Python/Lib/site-packages/pip/_vendor/chardet/cp949prober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/cp949prober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/compat.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/compat.py extracting Python/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py extracting Python/Lib/site-packages/pip/_vendor/chardet/cli/ extracting Python/Lib/site-packages/pip/_vendor/chardet/cli/chardetect.py extracting Python/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py extracting Python/Lib/site-packages/pip/_vendor/chardet/charsetprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/charsetprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/chardistribution.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/chardistribution.py extracting Python/Lib/site-packages/pip/_vendor/chardet/big5prober.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/big5prober.py extracting Python/Lib/site-packages/pip/_vendor/chardet/big5freq.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/big5freq.py extracting Python/Lib/site-packages/pip/_vendor/chardet/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/chardet/__init__.py extracting Python/Lib/site-packages/pip/_vendor/certifi/ extracting Python/Lib/site-packages/pip/_vendor/certifi/core.pyc extracting Python/Lib/site-packages/pip/_vendor/certifi/core.py extracting Python/Lib/site-packages/pip/_vendor/certifi/cacert.pem extracting Python/Lib/site-packages/pip/_vendor/certifi/__main__.py extracting Python/Lib/site-packages/pip/_vendor/certifi/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/certifi/__init__.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/ extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/serialize.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/controller.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/controller.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/compat.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/compat.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/caches/ extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/cache.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/cache.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/adapter.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py extracting Python/Lib/site-packages/pip/_vendor/appdirs.pyc extracting Python/Lib/site-packages/pip/_vendor/appdirs.py extracting Python/Lib/site-packages/pip/_vendor/__init__.pyc extracting Python/Lib/site-packages/pip/_vendor/__init__.py extracting Python/Lib/site-packages/pip/_internal/ extracting Python/Lib/site-packages/pip/_internal/wheel.pyc extracting Python/Lib/site-packages/pip/_internal/wheel.py extracting Python/Lib/site-packages/pip/_internal/vcs/ extracting Python/Lib/site-packages/pip/_internal/vcs/subversion.pyc extracting Python/Lib/site-packages/pip/_internal/vcs/subversion.py extracting Python/Lib/site-packages/pip/_internal/vcs/mercurial.pyc extracting Python/Lib/site-packages/pip/_internal/vcs/mercurial.py extracting Python/Lib/site-packages/pip/_internal/vcs/git.pyc extracting Python/Lib/site-packages/pip/_internal/vcs/git.py extracting Python/Lib/site-packages/pip/_internal/vcs/bazaar.pyc extracting Python/Lib/site-packages/pip/_internal/vcs/bazaar.py extracting Python/Lib/site-packages/pip/_internal/vcs/__init__.pyc extracting Python/Lib/site-packages/pip/_internal/vcs/__init__.py extracting Python/Lib/site-packages/pip/_internal/utils/ extracting Python/Lib/site-packages/pip/_internal/utils/ui.pyc extracting Python/Lib/site-packages/pip/_internal/utils/ui.py extracting Python/Lib/site-packages/pip/_internal/utils/typing.pyc extracting Python/Lib/site-packages/pip/_internal/utils/typing.py extracting Python/Lib/site-packages/pip/_internal/utils/temp_dir.pyc extracting Python/Lib/site-packages/pip/_internal/utils/temp_dir.py extracting Python/Lib/site-packages/pip/_internal/utils/setuptools_build.pyc extracting Python/Lib/site-packages/pip/_internal/utils/setuptools_build.py extracting Python/Lib/site-packages/pip/_internal/utils/packaging.pyc extracting Python/Lib/site-packages/pip/_internal/utils/packaging.py extracting Python/Lib/site-packages/pip/_internal/utils/outdated.pyc extracting Python/Lib/site-packages/pip/_internal/utils/outdated.py extracting Python/Lib/site-packages/pip/_internal/utils/misc.pyc extracting Python/Lib/site-packages/pip/_internal/utils/misc.py extracting Python/Lib/site-packages/pip/_internal/utils/logging.pyc extracting Python/Lib/site-packages/pip/_internal/utils/logging.py extracting Python/Lib/site-packages/pip/_internal/utils/hashes.pyc extracting Python/Lib/site-packages/pip/_internal/utils/hashes.py extracting Python/Lib/site-packages/pip/_internal/utils/glibc.pyc extracting Python/Lib/site-packages/pip/_internal/utils/glibc.py extracting Python/Lib/site-packages/pip/_internal/utils/filesystem.pyc extracting Python/Lib/site-packages/pip/_internal/utils/filesystem.py extracting Python/Lib/site-packages/pip/_internal/utils/encoding.pyc extracting Python/Lib/site-packages/pip/_internal/utils/encoding.py extracting Python/Lib/site-packages/pip/_internal/utils/deprecation.pyc extracting Python/Lib/site-packages/pip/_internal/utils/deprecation.py extracting Python/Lib/site-packages/pip/_internal/utils/appdirs.pyc extracting Python/Lib/site-packages/pip/_internal/utils/appdirs.py extracting Python/Lib/site-packages/pip/_internal/utils/__init__.pyc extracting Python/Lib/site-packages/pip/_internal/utils/__init__.py extracting Python/Lib/site-packages/pip/_internal/status_codes.pyc extracting Python/Lib/site-packages/pip/_internal/status_codes.py extracting Python/Lib/site-packages/pip/_internal/resolve.pyc extracting Python/Lib/site-packages/pip/_internal/resolve.py extracting Python/Lib/site-packages/pip/_internal/req/ extracting Python/Lib/site-packages/pip/_internal/req/req_uninstall.pyc extracting Python/Lib/site-packages/pip/_internal/req/req_uninstall.py extracting Python/Lib/site-packages/pip/_internal/req/req_set.pyc extracting Python/Lib/site-packages/pip/_internal/req/req_set.py extracting Python/Lib/site-packages/pip/_internal/req/req_install.pyc extracting Python/Lib/site-packages/pip/_internal/req/req_install.py extracting Python/Lib/site-packages/pip/_internal/req/req_file.pyc extracting Python/Lib/site-packages/pip/_internal/req/req_file.py extracting Python/Lib/site-packages/pip/_internal/req/__init__.pyc extracting Python/Lib/site-packages/pip/_internal/req/__init__.py extracting Python/Lib/site-packages/pip/_internal/pep425tags.pyc extracting Python/Lib/site-packages/pip/_internal/pep425tags.py extracting Python/Lib/site-packages/pip/_internal/operations/ extracting Python/Lib/site-packages/pip/_internal/operations/prepare.pyc extracting Python/Lib/site-packages/pip/_internal/operations/prepare.py extracting Python/Lib/site-packages/pip/_internal/operations/freeze.pyc extracting Python/Lib/site-packages/pip/_internal/operations/freeze.py extracting Python/Lib/site-packages/pip/_internal/operations/check.pyc extracting Python/Lib/site-packages/pip/_internal/operations/check.py extracting Python/Lib/site-packages/pip/_internal/operations/__init__.pyc extracting Python/Lib/site-packages/pip/_internal/operations/__init__.py extracting Python/Lib/site-packages/pip/_internal/models/ extracting Python/Lib/site-packages/pip/_internal/models/index.pyc extracting Python/Lib/site-packages/pip/_internal/models/index.py extracting Python/Lib/site-packages/pip/_internal/models/__init__.pyc extracting Python/Lib/site-packages/pip/_internal/models/__init__.py extracting Python/Lib/site-packages/pip/_internal/locations.pyc extracting Python/Lib/site-packages/pip/_internal/locations.py extracting Python/Lib/site-packages/pip/_internal/index.pyc extracting Python/Lib/site-packages/pip/_internal/index.py extracting Python/Lib/site-packages/pip/_internal/exceptions.pyc extracting Python/Lib/site-packages/pip/_internal/exceptions.py extracting Python/Lib/site-packages/pip/_internal/download.pyc extracting Python/Lib/site-packages/pip/_internal/download.py extracting Python/Lib/site-packages/pip/_internal/configuration.pyc extracting Python/Lib/site-packages/pip/_internal/configuration.py extracting Python/Lib/site-packages/pip/_internal/compat.pyc extracting Python/Lib/site-packages/pip/_internal/compat.py extracting Python/Lib/site-packages/pip/_internal/commands/ extracting Python/Lib/site-packages/pip/_internal/commands/wheel.pyc extracting Python/Lib/site-packages/pip/_internal/commands/wheel.py extracting Python/Lib/site-packages/pip/_internal/commands/uninstall.pyc extracting Python/Lib/site-packages/pip/_internal/commands/uninstall.py extracting Python/Lib/site-packages/pip/_internal/commands/show.pyc extracting Python/Lib/site-packages/pip/_internal/commands/show.py extracting Python/Lib/site-packages/pip/_internal/commands/search.pyc extracting Python/Lib/site-packages/pip/_internal/commands/search.py extracting Python/Lib/site-packages/pip/_internal/commands/list.pyc extracting Python/Lib/site-packages/pip/_internal/commands/list.py extracting Python/Lib/site-packages/pip/_internal/commands/install.pyc extracting Python/Lib/site-packages/pip/_internal/commands/install.py extracting Python/Lib/site-packages/pip/_internal/commands/help.pyc extracting Python/Lib/site-packages/pip/_internal/commands/help.py extracting Python/Lib/site-packages/pip/_internal/commands/hash.pyc extracting Python/Lib/site-packages/pip/_internal/commands/hash.py extracting Python/Lib/site-packages/pip/_internal/commands/freeze.pyc extracting Python/Lib/site-packages/pip/_internal/commands/freeze.py extracting Python/Lib/site-packages/pip/_internal/commands/download.pyc extracting Python/Lib/site-packages/pip/_internal/commands/download.py extracting Python/Lib/site-packages/pip/_internal/commands/configuration.pyc extracting Python/Lib/site-packages/pip/_internal/commands/configuration.py extracting Python/Lib/site-packages/pip/_internal/commands/completion.pyc extracting Python/Lib/site-packages/pip/_internal/commands/completion.py extracting Python/Lib/site-packages/pip/_internal/commands/check.pyc extracting Python/Lib/site-packages/pip/_internal/commands/check.py extracting Python/Lib/site-packages/pip/_internal/commands/__init__.pyc extracting Python/Lib/site-packages/pip/_internal/commands/__init__.py extracting Python/Lib/site-packages/pip/_internal/cmdoptions.pyc extracting Python/Lib/site-packages/pip/_internal/cmdoptions.py extracting Python/Lib/site-packages/pip/_internal/cache.pyc extracting Python/Lib/site-packages/pip/_internal/cache.py extracting Python/Lib/site-packages/pip/_internal/build_env.pyc extracting Python/Lib/site-packages/pip/_internal/build_env.py extracting Python/Lib/site-packages/pip/_internal/baseparser.pyc extracting Python/Lib/site-packages/pip/_internal/baseparser.py extracting Python/Lib/site-packages/pip/_internal/basecommand.pyc extracting Python/Lib/site-packages/pip/_internal/basecommand.py extracting Python/Lib/site-packages/pip/_internal/__init__.pyc extracting Python/Lib/site-packages/pip/_internal/__init__.py extracting Python/Lib/site-packages/pip/__main__.py extracting Python/Lib/site-packages/pip/__init__.pyc extracting Python/Lib/site-packages/pip/__init__.py extracting Python/Lib/site-packages/Pillow-5.1.0.dist-info/ extracting Python/Lib/site-packages/Pillow-5.1.0.dist-info/zip-safe extracting Python/Lib/site-packages/Pillow-5.1.0.dist-info/WHEEL extracting Python/Lib/site-packages/Pillow-5.1.0.dist-info/top_level.txt extracting Python/Lib/site-packages/Pillow-5.1.0.dist-info/RECORD extracting Python/Lib/site-packages/Pillow-5.1.0.dist-info/METADATA extracting Python/Lib/site-packages/Pillow-5.1.0.dist-info/LICENSE.txt extracting Python/Lib/site-packages/Pillow-5.1.0.dist-info/INSTALLER extracting Python/Lib/site-packages/PIL-2.0+dummy.dist-info/ extracting Python/Lib/site-packages/PIL-2.0+dummy.dist-info/WHEEL extracting Python/Lib/site-packages/PIL-2.0+dummy.dist-info/top_level.txt extracting Python/Lib/site-packages/PIL-2.0+dummy.dist-info/RECORD extracting Python/Lib/site-packages/PIL-2.0+dummy.dist-info/metadata.json extracting Python/Lib/site-packages/PIL-2.0+dummy.dist-info/METADATA extracting Python/Lib/site-packages/PIL-2.0+dummy.dist-info/INSTALLER extracting Python/Lib/site-packages/PIL-2.0+dummy.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/PIL/ extracting Python/Lib/site-packages/PIL/XVThumbImagePlugin.py extracting Python/Lib/site-packages/PIL/XpmImagePlugin.py extracting Python/Lib/site-packages/PIL/XbmImagePlugin.py extracting Python/Lib/site-packages/PIL/WmfImagePlugin.py extracting Python/Lib/site-packages/PIL/WebPImagePlugin.py extracting Python/Lib/site-packages/PIL/WalImageFile.py extracting Python/Lib/site-packages/PIL/version.py extracting Python/Lib/site-packages/PIL/TiffTags.py extracting Python/Lib/site-packages/PIL/TiffImagePlugin.py extracting Python/Lib/site-packages/PIL/TgaImagePlugin.py extracting Python/Lib/site-packages/PIL/TarIO.py extracting Python/Lib/site-packages/PIL/SunImagePlugin.py extracting Python/Lib/site-packages/PIL/SpiderImagePlugin.py extracting Python/Lib/site-packages/PIL/SgiImagePlugin.py extracting Python/Lib/site-packages/PIL/PyAccess.py extracting Python/Lib/site-packages/PIL/PSDraw.py extracting Python/Lib/site-packages/PIL/PsdImagePlugin.py extracting Python/Lib/site-packages/PIL/PpmImagePlugin.py extracting Python/Lib/site-packages/PIL/PngImagePlugin.py extracting Python/Lib/site-packages/PIL/PixarImagePlugin.py extracting Python/Lib/site-packages/PIL/PdfParser.py extracting Python/Lib/site-packages/PIL/PdfImagePlugin.py extracting Python/Lib/site-packages/PIL/PcxImagePlugin.py extracting Python/Lib/site-packages/PIL/PcfFontFile.py extracting Python/Lib/site-packages/PIL/PcdImagePlugin.py extracting Python/Lib/site-packages/PIL/PalmImagePlugin.py extracting Python/Lib/site-packages/PIL/PaletteFile.py extracting Python/Lib/site-packages/PIL/OleFileIO.py extracting Python/Lib/site-packages/PIL/MspImagePlugin.py extracting Python/Lib/site-packages/PIL/MpoImagePlugin.py extracting Python/Lib/site-packages/PIL/MpegImagePlugin.py extracting Python/Lib/site-packages/PIL/MicImagePlugin.py extracting Python/Lib/site-packages/PIL/McIdasImagePlugin.py extracting Python/Lib/site-packages/PIL/JpegPresets.py extracting Python/Lib/site-packages/PIL/JpegImagePlugin.py extracting Python/Lib/site-packages/PIL/Jpeg2KImagePlugin.py extracting Python/Lib/site-packages/PIL/IptcImagePlugin.py extracting Python/Lib/site-packages/PIL/ImtImagePlugin.py extracting Python/Lib/site-packages/PIL/ImImagePlugin.py extracting Python/Lib/site-packages/PIL/ImageWin.py extracting Python/Lib/site-packages/PIL/ImageTransform.py extracting Python/Lib/site-packages/PIL/ImageTk.py extracting Python/Lib/site-packages/PIL/ImageStat.py extracting Python/Lib/site-packages/PIL/ImageShow.py extracting Python/Lib/site-packages/PIL/ImageSequence.py extracting Python/Lib/site-packages/PIL/ImageQt.py extracting Python/Lib/site-packages/PIL/ImagePath.py extracting Python/Lib/site-packages/PIL/ImagePalette.py extracting Python/Lib/site-packages/PIL/ImageOps.py extracting Python/Lib/site-packages/PIL/ImageMorph.py extracting Python/Lib/site-packages/PIL/ImageMode.py extracting Python/Lib/site-packages/PIL/ImageMath.py extracting Python/Lib/site-packages/PIL/ImageGrab.py extracting Python/Lib/site-packages/PIL/ImageFont.py extracting Python/Lib/site-packages/PIL/ImageFilter.py extracting Python/Lib/site-packages/PIL/ImageFile.py extracting Python/Lib/site-packages/PIL/ImageEnhance.py extracting Python/Lib/site-packages/PIL/ImageDraw2.py extracting Python/Lib/site-packages/PIL/ImageDraw.py extracting Python/Lib/site-packages/PIL/ImageColor.py extracting Python/Lib/site-packages/PIL/ImageCms.py extracting Python/Lib/site-packages/PIL/ImageChops.py extracting Python/Lib/site-packages/PIL/Image.py extracting Python/Lib/site-packages/PIL/IcoImagePlugin.py extracting Python/Lib/site-packages/PIL/IcnsImagePlugin.py extracting Python/Lib/site-packages/PIL/Hdf5StubImagePlugin.py extracting Python/Lib/site-packages/PIL/GribStubImagePlugin.py extracting Python/Lib/site-packages/PIL/GimpPaletteFile.py extracting Python/Lib/site-packages/PIL/GimpGradientFile.py extracting Python/Lib/site-packages/PIL/GifImagePlugin.py extracting Python/Lib/site-packages/PIL/GdImageFile.py extracting Python/Lib/site-packages/PIL/GbrImagePlugin.py extracting Python/Lib/site-packages/PIL/FtexImagePlugin.py extracting Python/Lib/site-packages/PIL/FpxImagePlugin.py extracting Python/Lib/site-packages/PIL/FontFile.py extracting Python/Lib/site-packages/PIL/FliImagePlugin.py extracting Python/Lib/site-packages/PIL/FitsStubImagePlugin.py extracting Python/Lib/site-packages/PIL/features.py extracting Python/Lib/site-packages/PIL/ExifTags.py extracting Python/Lib/site-packages/PIL/EpsImagePlugin.py extracting Python/Lib/site-packages/PIL/DdsImagePlugin.py extracting Python/Lib/site-packages/PIL/DcxImagePlugin.py extracting Python/Lib/site-packages/PIL/CurImagePlugin.py extracting Python/Lib/site-packages/PIL/ContainerIO.py extracting Python/Lib/site-packages/PIL/BufrStubImagePlugin.py extracting Python/Lib/site-packages/PIL/BmpImagePlugin.py extracting Python/Lib/site-packages/PIL/BlpImagePlugin.py extracting Python/Lib/site-packages/PIL/BdfFontFile.py extracting Python/Lib/site-packages/PIL/_webp.pyd extracting Python/Lib/site-packages/PIL/_util.py extracting Python/Lib/site-packages/PIL/_tkinter_finder.py extracting Python/Lib/site-packages/PIL/_imagingtk.pyd extracting Python/Lib/site-packages/PIL/_imagingmorph.pyd extracting Python/Lib/site-packages/PIL/_imagingmath.pyd extracting Python/Lib/site-packages/PIL/_imagingft.pyd extracting Python/Lib/site-packages/PIL/_imagingcms.pyd extracting Python/Lib/site-packages/PIL/_imaging.pyd extracting Python/Lib/site-packages/PIL/_binary.py extracting Python/Lib/site-packages/PIL/__init__.py extracting Python/Lib/site-packages/pbr-4.0.2.dist-info/ extracting Python/Lib/site-packages/pbr-4.0.2.dist-info/WHEEL extracting Python/Lib/site-packages/pbr-4.0.2.dist-info/top_level.txt extracting Python/Lib/site-packages/pbr-4.0.2.dist-info/RECORD extracting Python/Lib/site-packages/pbr-4.0.2.dist-info/METADATA extracting Python/Lib/site-packages/pbr-4.0.2.dist-info/INSTALLER extracting Python/Lib/site-packages/pbr-4.0.2.dist-info/entry_points.txt extracting Python/Lib/site-packages/pbr/ extracting Python/Lib/site-packages/pbr/version.pyc extracting Python/Lib/site-packages/pbr/version.py extracting Python/Lib/site-packages/pbr/util.py extracting Python/Lib/site-packages/pbr/tests/ extracting Python/Lib/site-packages/pbr/tests/util.py extracting Python/Lib/site-packages/pbr/tests/testpackage/ extracting Python/Lib/site-packages/pbr/tests/testpackage/test-requirements.txt extracting Python/Lib/site-packages/pbr/tests/testpackage/src/ extracting Python/Lib/site-packages/pbr/tests/testpackage/src/testext.c extracting Python/Lib/site-packages/pbr/tests/testpackage/setup.py extracting Python/Lib/site-packages/pbr/tests/testpackage/setup.cfg extracting Python/Lib/site-packages/pbr/tests/testpackage/README.txt extracting Python/Lib/site-packages/pbr/tests/testpackage/pbr_testpackage/ extracting Python/Lib/site-packages/pbr/tests/testpackage/pbr_testpackage/wsgi.py extracting Python/Lib/site-packages/pbr/tests/testpackage/pbr_testpackage/package_data/ extracting Python/Lib/site-packages/pbr/tests/testpackage/pbr_testpackage/package_data/2.txt extracting Python/Lib/site-packages/pbr/tests/testpackage/pbr_testpackage/package_data/1.txt extracting Python/Lib/site-packages/pbr/tests/testpackage/pbr_testpackage/extra.py extracting Python/Lib/site-packages/pbr/tests/testpackage/pbr_testpackage/cmd.py extracting Python/Lib/site-packages/pbr/tests/testpackage/pbr_testpackage/_setup_hooks.py extracting Python/Lib/site-packages/pbr/tests/testpackage/pbr_testpackage/__init__.py extracting Python/Lib/site-packages/pbr/tests/testpackage/MANIFEST.in extracting Python/Lib/site-packages/pbr/tests/testpackage/LICENSE.txt extracting Python/Lib/site-packages/pbr/tests/testpackage/git-extra-file.txt extracting Python/Lib/site-packages/pbr/tests/testpackage/extra-file.txt extracting Python/Lib/site-packages/pbr/tests/testpackage/doc/ extracting Python/Lib/site-packages/pbr/tests/testpackage/doc/source/ extracting Python/Lib/site-packages/pbr/tests/testpackage/doc/source/usage.rst extracting Python/Lib/site-packages/pbr/tests/testpackage/doc/source/installation.rst extracting Python/Lib/site-packages/pbr/tests/testpackage/doc/source/index.rst extracting Python/Lib/site-packages/pbr/tests/testpackage/doc/source/conf.py extracting Python/Lib/site-packages/pbr/tests/testpackage/data_files/ extracting Python/Lib/site-packages/pbr/tests/testpackage/data_files/c.rst extracting Python/Lib/site-packages/pbr/tests/testpackage/data_files/b.txt extracting Python/Lib/site-packages/pbr/tests/testpackage/data_files/a.txt extracting Python/Lib/site-packages/pbr/tests/testpackage/CHANGES.txt extracting Python/Lib/site-packages/pbr/tests/test_wsgi.py extracting Python/Lib/site-packages/pbr/tests/test_version.py extracting Python/Lib/site-packages/pbr/tests/test_util.py extracting Python/Lib/site-packages/pbr/tests/test_setup.py extracting Python/Lib/site-packages/pbr/tests/test_pbr_json.py extracting Python/Lib/site-packages/pbr/tests/test_packaging.py extracting Python/Lib/site-packages/pbr/tests/test_integration.py extracting Python/Lib/site-packages/pbr/tests/test_hooks.py extracting Python/Lib/site-packages/pbr/tests/test_files.py extracting Python/Lib/site-packages/pbr/tests/test_core.py extracting Python/Lib/site-packages/pbr/tests/test_commands.py extracting Python/Lib/site-packages/pbr/tests/base.py extracting Python/Lib/site-packages/pbr/tests/__init__.py extracting Python/Lib/site-packages/pbr/testr_command.py extracting Python/Lib/site-packages/pbr/pbr_json.pyc extracting Python/Lib/site-packages/pbr/pbr_json.py extracting Python/Lib/site-packages/pbr/packaging.py extracting Python/Lib/site-packages/pbr/options.pyc extracting Python/Lib/site-packages/pbr/options.py extracting Python/Lib/site-packages/pbr/hooks/ extracting Python/Lib/site-packages/pbr/hooks/metadata.py extracting Python/Lib/site-packages/pbr/hooks/files.py extracting Python/Lib/site-packages/pbr/hooks/commands.py extracting Python/Lib/site-packages/pbr/hooks/base.py extracting Python/Lib/site-packages/pbr/hooks/backwards.py extracting Python/Lib/site-packages/pbr/hooks/__init__.py extracting Python/Lib/site-packages/pbr/git.pyc extracting Python/Lib/site-packages/pbr/git.py extracting Python/Lib/site-packages/pbr/find_package.py extracting Python/Lib/site-packages/pbr/extra_files.py extracting Python/Lib/site-packages/pbr/core.py extracting Python/Lib/site-packages/pbr/cmd/ extracting Python/Lib/site-packages/pbr/cmd/main.py extracting Python/Lib/site-packages/pbr/cmd/__init__.py extracting Python/Lib/site-packages/pbr/builddoc.py extracting Python/Lib/site-packages/pbr/__init__.pyc extracting Python/Lib/site-packages/pbr/__init__.py extracting Python/Lib/site-packages/past/ extracting Python/Lib/site-packages/past/utils/ extracting Python/Lib/site-packages/past/utils/__init__.py extracting Python/Lib/site-packages/past/types/ extracting Python/Lib/site-packages/past/types/oldstr.py extracting Python/Lib/site-packages/past/types/olddict.py extracting Python/Lib/site-packages/past/types/basestring.py extracting Python/Lib/site-packages/past/types/__init__.py extracting Python/Lib/site-packages/past/translation/ extracting Python/Lib/site-packages/past/translation/__init__.py extracting Python/Lib/site-packages/past/tests/ extracting Python/Lib/site-packages/past/tests/__init__.py extracting Python/Lib/site-packages/past/builtins/ extracting Python/Lib/site-packages/past/builtins/noniterators.py extracting Python/Lib/site-packages/past/builtins/misc.py extracting Python/Lib/site-packages/past/builtins/__init__.py extracting Python/Lib/site-packages/past/__init__.py extracting Python/Lib/site-packages/packaging-17.1.dist-info/ extracting Python/Lib/site-packages/packaging-17.1.dist-info/WHEEL extracting Python/Lib/site-packages/packaging-17.1.dist-info/top_level.txt extracting Python/Lib/site-packages/packaging-17.1.dist-info/RECORD extracting Python/Lib/site-packages/packaging-17.1.dist-info/metadata.json extracting Python/Lib/site-packages/packaging-17.1.dist-info/METADATA extracting Python/Lib/site-packages/packaging-17.1.dist-info/INSTALLER extracting Python/Lib/site-packages/packaging-17.1.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/packaging/ extracting Python/Lib/site-packages/packaging/version.py extracting Python/Lib/site-packages/packaging/utils.py extracting Python/Lib/site-packages/packaging/specifiers.py extracting Python/Lib/site-packages/packaging/requirements.py extracting Python/Lib/site-packages/packaging/markers.py extracting Python/Lib/site-packages/packaging/_structures.py extracting Python/Lib/site-packages/packaging/_compat.py extracting Python/Lib/site-packages/packaging/__init__.py extracting Python/Lib/site-packages/packaging/__about__.py extracting Python/Lib/site-packages/orderedset-2.0.1-py2.7.egg-info/ extracting Python/Lib/site-packages/orderedset-2.0.1-py2.7.egg-info/top_level.txt extracting Python/Lib/site-packages/orderedset-2.0.1-py2.7.egg-info/SOURCES.txt extracting Python/Lib/site-packages/orderedset-2.0.1-py2.7.egg-info/PKG-INFO extracting Python/Lib/site-packages/orderedset-2.0.1-py2.7.egg-info/not-zip-safe extracting Python/Lib/site-packages/orderedset-2.0.1-py2.7.egg-info/installed-files.txt extracting Python/Lib/site-packages/orderedset-2.0.1-py2.7.egg-info/dependency_links.txt extracting Python/Lib/site-packages/orderedset/ extracting Python/Lib/site-packages/orderedset/_orderedset.pyd extracting Python/Lib/site-packages/orderedset/__init__.py extracting Python/Lib/site-packages/OpenGL/ extracting Python/Lib/site-packages/OpenGL/wrapper.py extracting Python/Lib/site-packages/OpenGL/WGL/ extracting Python/Lib/site-packages/OpenGL/WGL/VERSION/ extracting Python/Lib/site-packages/OpenGL/WGL/VERSION/WGL_1_0.py extracting Python/Lib/site-packages/OpenGL/WGL/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/WGL/OML/ extracting Python/Lib/site-packages/OpenGL/WGL/OML/sync_control.py extracting Python/Lib/site-packages/OpenGL/WGL/OML/__init__.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/ extracting Python/Lib/site-packages/OpenGL/WGL/NV/video_output.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/video_capture.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/vertex_array_range.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/swap_group.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/render_texture_rectangle.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/render_depth_texture.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/present_video.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/multisample_coverage.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/gpu_affinity.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/float_buffer.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/DX_interop2.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/DX_interop.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/delay_before_swap.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/copy_image.py extracting Python/Lib/site-packages/OpenGL/WGL/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/WGL/I3D/ extracting Python/Lib/site-packages/OpenGL/WGL/I3D/swap_frame_usage.py extracting Python/Lib/site-packages/OpenGL/WGL/I3D/swap_frame_lock.py extracting Python/Lib/site-packages/OpenGL/WGL/I3D/image_buffer.py extracting Python/Lib/site-packages/OpenGL/WGL/I3D/genlock.py extracting Python/Lib/site-packages/OpenGL/WGL/I3D/gamma.py extracting Python/Lib/site-packages/OpenGL/WGL/I3D/digital_video_control.py extracting Python/Lib/site-packages/OpenGL/WGL/I3D/__init__.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/ extracting Python/Lib/site-packages/OpenGL/WGL/EXT/swap_control_tear.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/swap_control.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/pixel_format_packed_float.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/pixel_format.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/pbuffer.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/multisample.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/make_current_read.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/extensions_string.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/display_color_table.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/depth_float.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/create_context_es2_profile.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/create_context_es_profile.py extracting Python/Lib/site-packages/OpenGL/WGL/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/WGL/DL/ extracting Python/Lib/site-packages/OpenGL/WGL/DL/stereo_control.py extracting Python/Lib/site-packages/OpenGL/WGL/DL/__init__.py extracting Python/Lib/site-packages/OpenGL/WGL/DFX/ extracting Python/Lib/site-packages/OpenGL/WGL/DFX/multisample.py extracting Python/Lib/site-packages/OpenGL/WGL/DFX/__init__.py extracting Python/Lib/site-packages/OpenGL/WGL/ATI/ extracting Python/Lib/site-packages/OpenGL/WGL/ATI/pixel_format_float.py extracting Python/Lib/site-packages/OpenGL/WGL/ATI/__init__.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/ extracting Python/Lib/site-packages/OpenGL/WGL/ARB/robustness_share_group_isolation.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/robustness_application_isolation.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/render_texture.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/pixel_format_float.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/pixel_format.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/pbuffer.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/multisample.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/make_current_read.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/extensions_string.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/create_context_robustness.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/create_context_profile.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/create_context.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/buffer_region.py extracting Python/Lib/site-packages/OpenGL/WGL/ARB/__init__.py extracting Python/Lib/site-packages/OpenGL/WGL/AMD/ extracting Python/Lib/site-packages/OpenGL/WGL/AMD/gpu_association.py extracting Python/Lib/site-packages/OpenGL/WGL/AMD/__init__.py extracting Python/Lib/site-packages/OpenGL/WGL/__init__.py extracting Python/Lib/site-packages/OpenGL/version.py extracting Python/Lib/site-packages/OpenGL/Tk/ extracting Python/Lib/site-packages/OpenGL/Tk/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/VERSION/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/VERSION/WGL_1_0.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/OML/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/OML/sync_control.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/OML/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/video_output.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/video_capture.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/vertex_array_range.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/swap_group.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/render_texture_rectangle.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/render_depth_texture.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/present_video.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/multisample_coverage.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/gpu_affinity.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/float_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/DX_interop2.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/DX_interop.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/delay_before_swap.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/copy_image.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/I3D/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/I3D/swap_frame_usage.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/I3D/swap_frame_lock.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/I3D/image_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/I3D/genlock.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/I3D/gamma.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/I3D/digital_video_control.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/I3D/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/swap_control_tear.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/swap_control.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/pixel_format_packed_float.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/pixel_format.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/pbuffer.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/multisample.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/make_current_read.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/extensions_string.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/display_color_table.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/depth_float.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/create_context_es2_profile.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/create_context_es_profile.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/DL/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/DL/stereo_control.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/DL/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/DFX/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/DFX/multisample.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/DFX/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ATI/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/ATI/pixel_format_float.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ATI/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/robustness_share_group_isolation.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/robustness_application_isolation.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/render_texture.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/pixel_format_float.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/pixel_format.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/pbuffer.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/multisample.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/make_current_read.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/extensions_string.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/create_context_robustness.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/create_context_profile.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/create_context.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/buffer_region.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/ARB/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/AMD/ extracting Python/Lib/site-packages/OpenGL/raw/WGL/AMD/gpu_association.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/AMD/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/_types.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/_glgets.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/_errors.py extracting Python/Lib/site-packages/OpenGL/raw/WGL/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/osmesa/ extracting Python/Lib/site-packages/OpenGL/raw/osmesa/mesa.py extracting Python/Lib/site-packages/OpenGL/raw/osmesa/_types.py extracting Python/Lib/site-packages/OpenGL/raw/osmesa/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/VERSION/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/VERSION/GLX_1_4.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/VERSION/GLX_1_3.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/VERSION/GLX_1_2.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/VERSION/GLX_1_1.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/VERSION/GLX_1_0.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SUN/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/SUN/get_transparent_index.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SUN/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/visual_select_group.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/video_source.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/video_resize.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/swap_group.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/swap_barrier.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/pbuffer.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/hyperpipe.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/fbconfig.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/dmbuffer.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIX/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIS/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIS/shared_multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIS/multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIS/blended_overlay.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGIS/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGI/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGI/video_sync.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGI/swap_control.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGI/make_current_read.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGI/cushion.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/SGI/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/OML/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/OML/sync_control.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/OML/swap_method.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/OML/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/NV/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/NV/video_output.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/NV/video_capture.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/NV/swap_group.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/NV/present_video.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/NV/multisample_coverage.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/NV/float_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/NV/delay_before_swap.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/NV/copy_image.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/MESA/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/MESA/set_3dfx_mode.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/MESA/release_buffers.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/MESA/query_renderer.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/MESA/pixmap_colormap.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/MESA/copy_sub_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/MESA/agp_offset.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/MESA/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/INTEL/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/INTEL/swap_event.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/INTEL/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/visual_rating.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/visual_info.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/texture_from_pixmap.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/swap_control_tear.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/swap_control.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/stereo_tree.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/import_context.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/fbconfig_packed_float.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/create_context_es2_profile.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/create_context_es_profile.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/buffer_age.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/DFX/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/DFX/multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/DFX/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/vertex_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/robustness_share_group_isolation.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/robustness_application_isolation.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/get_proc_address.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/fbconfig_float.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/create_context_robustness.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/create_context_profile.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/create_context.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/ARB/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/AMD/ extracting Python/Lib/site-packages/OpenGL/raw/GLX/AMD/gpu_association.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/AMD/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/_types.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/_glgets.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/_errors.py extracting Python/Lib/site-packages/OpenGL/raw/GLX/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLUT/ extracting Python/Lib/site-packages/OpenGL/raw/GLUT/constants.py extracting Python/Lib/site-packages/OpenGL/raw/GLUT/annotations.py extracting Python/Lib/site-packages/OpenGL/raw/GLUT/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLU/ extracting Python/Lib/site-packages/OpenGL/raw/GLU/constants.py extracting Python/Lib/site-packages/OpenGL/raw/GLU/annotations.py extracting Python/Lib/site-packages/OpenGL/raw/GLU/_errors.py extracting Python/Lib/site-packages/OpenGL/raw/GLU/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES3/ extracting Python/Lib/site-packages/OpenGL/raw/GLES3/VERSION/ extracting Python/Lib/site-packages/OpenGL/raw/GLES3/VERSION/GLES3_3_1.py extracting Python/Lib/site-packages/OpenGL/raw/GLES3/VERSION/GLES3_3_0.py extracting Python/Lib/site-packages/OpenGL/raw/GLES3/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES3/_types.py extracting Python/Lib/site-packages/OpenGL/raw/GLES3/_glgets.py extracting Python/Lib/site-packages/OpenGL/raw/GLES3/_errors.py extracting Python/Lib/site-packages/OpenGL/raw/GLES3/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/VIV/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/VIV/shader_binary.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/VIV/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/VERSION/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/VERSION/GLES2_2_0.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/QCOM/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/QCOM/writeonly_rendering.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/QCOM/tiled_rendering.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/QCOM/perfmon_global_mode.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/QCOM/extended_get2.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/QCOM/extended_get.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/QCOM/driver_control.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/QCOM/binning_control.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/QCOM/alpha_test.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/QCOM/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/vertex_type_10_10_10_2.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/vertex_half_float.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/vertex_array_object.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/texture_storage_multisample_2d_array.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/texture_stencil8.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/texture_npot.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/texture_half_float_linear.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/texture_half_float.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/texture_float_linear.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/texture_float.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/texture_compression_astc.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/texture_3D.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/surfaceless_context.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/stencil4.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/stencil1.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/standard_derivatives.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/shader_multisample_interpolation.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/shader_image_atomic.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/sample_variables.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/sample_shading.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/rgb8_rgba8.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/required_internalformat.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/packed_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/mapbuffer.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/get_program_binary.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/fragment_precision_high.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/fbo_render_mipmap.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/element_index_uint.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/EGL_image_external.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/EGL_image.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/depth32.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/depth24.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/depth_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/compressed_paletted_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/compressed_ETC1_RGB8_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/OES/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/texture_npot_2D_mipmap.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/texture_compression_s3tc_update.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/texture_border_clamp.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/sRGB_formats.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/shadow_samplers_cube.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/shadow_samplers_array.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/read_stencil.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/read_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/read_depth.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/read_buffer_front.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/read_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/non_square_matrices.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/instanced_arrays.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/generate_mipmap_sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/framebuffer_multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/framebuffer_blit.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/fence.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/fbo_color_attachments.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/explicit_attrib_location.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/draw_instanced.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/draw_buffers.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/depth_nonlinear.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/coverage_sample.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/copy_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/blend_equation_advanced_coherent.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/blend_equation_advanced.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/KHR/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/KHR/texture_compression_astc_ldr.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/KHR/texture_compression_astc_hdr.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/KHR/debug.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/KHR/blend_equation_advanced.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/KHR/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/INTEL/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/INTEL/performance_query.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/INTEL/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/IMG/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/IMG/texture_compression_pvrtc2.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/IMG/texture_compression_pvrtc.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/IMG/shader_binary.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/IMG/read_format.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/IMG/program_binary.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/IMG/multisampled_render_to_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/IMG/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/FJ/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/FJ/shader_binary_GCCSO.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/FJ/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/unpack_subimage.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/texture_type_2_10_10_10_REV.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/texture_storage.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/texture_sRGB_decode.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/texture_rg.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/texture_format_BGRA8888.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/texture_filter_anisotropic.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/texture_compression_s3tc.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/texture_compression_dxt1.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/sRGB_write_control.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/shadow_samplers.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/shader_texture_lod.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/shader_pixel_local_storage.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/shader_integer_mix.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/shader_framebuffer_fetch.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/separate_shader_objects.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/robustness.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/read_format_bgra.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/pvrtc_sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/occlusion_query_boolean.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/multiview_draw_buffers.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/multisampled_render_to_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/multi_draw_arrays.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/map_buffer_range.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/instanced_arrays.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/draw_instanced.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/draw_buffers.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/disjoint_timer_query.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/discard_framebuffer.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/debug_marker.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/debug_label.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/color_buffer_half_float.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/blend_minmax.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/DMP/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/DMP/shader_binary.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/DMP/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ARM/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ARM/shader_framebuffer_fetch.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ARM/rgba8.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ARM/mali_shader_binary.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ARM/mali_program_binary.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ARM/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/APPLE/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/APPLE/texture_max_level.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/APPLE/texture_format_BGRA8888.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/APPLE/sync.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/APPLE/rgb_422.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/APPLE/framebuffer_multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/APPLE/copy_texture_levels.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/APPLE/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/translated_shader_source.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/texture_usage.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/texture_compression_dxt5.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/texture_compression_dxt3.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/program_binary.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/pack_reverse_row_order.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/instanced_arrays.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/framebuffer_multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/framebuffer_blit.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/depth_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/ANGLE/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/AMD/ extracting Python/Lib/site-packages/OpenGL/raw/GLES2/AMD/program_binary_Z400.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/AMD/performance_monitor.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/AMD/compressed_ATC_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/AMD/compressed_3DC_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/AMD/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/_types.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/_glgets.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/_errors.py extracting Python/Lib/site-packages/OpenGL/raw/GLES2/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/ extracting Python/Lib/site-packages/OpenGL/raw/GLES1/VERSION/ extracting Python/Lib/site-packages/OpenGL/raw/GLES1/VERSION/GLES1_1_0.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/QCOM/ extracting Python/Lib/site-packages/OpenGL/raw/GLES1/QCOM/writeonly_rendering.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/QCOM/tiled_rendering.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/QCOM/perfmon_global_mode.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/QCOM/extended_get2.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/QCOM/extended_get.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/QCOM/driver_control.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/QCOM/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/ extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/vertex_array_object.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/texture_mirrored_repeat.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/texture_env_crossbar.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/texture_cube_map.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/stencil8.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/stencil4.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/stencil1.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/stencil_wrap.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/single_precision.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/rgb8_rgba8.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/required_internalformat.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/read_format.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/query_matrix.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/point_sprite.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/point_size_array.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/packed_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/matrix_palette.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/matrix_get.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/mapbuffer.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/framebuffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/fixed_point.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/fbo_render_mipmap.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/extended_matrix_palette.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/element_index_uint.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/EGL_image_external.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/EGL_image.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/draw_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/depth32.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/depth24.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/compressed_paletted_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/compressed_ETC1_RGB8_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/byte_coordinates.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/blend_subtract.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/blend_func_separate.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/blend_equation_separate.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/OES/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/NV/ extracting Python/Lib/site-packages/OpenGL/raw/GLES1/NV/fence.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/IMG/ extracting Python/Lib/site-packages/OpenGL/raw/GLES1/IMG/user_clip_plane.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/IMG/texture_env_enhanced_fixed_function.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/IMG/texture_compression_pvrtc.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/IMG/read_format.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/IMG/multisampled_render_to_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/IMG/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/ extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/texture_storage.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/texture_lod_bias.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/texture_format_BGRA8888.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/texture_filter_anisotropic.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/texture_compression_dxt1.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/robustness.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/read_format_bgra.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/multisampled_render_to_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/multi_draw_arrays.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/map_buffer_range.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/discard_framebuffer.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/blend_minmax.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/ARM/ extracting Python/Lib/site-packages/OpenGL/raw/GLES1/ARM/rgba8.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/ARM/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/APPLE/ extracting Python/Lib/site-packages/OpenGL/raw/GLES1/APPLE/texture_max_level.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/APPLE/texture_format_BGRA8888.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/APPLE/texture_2D_limited_npot.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/APPLE/sync.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/APPLE/framebuffer_multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/APPLE/copy_texture_levels.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/APPLE/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/AMD/ extracting Python/Lib/site-packages/OpenGL/raw/GLES1/AMD/compressed_ATC_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/AMD/compressed_3DC_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/AMD/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/_types.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/_glgets.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/_errors.py extracting Python/Lib/site-packages/OpenGL/raw/GLES1/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GLE/ extracting Python/Lib/site-packages/OpenGL/raw/GLE/constants.py extracting Python/Lib/site-packages/OpenGL/raw/GLE/annotations.py extracting Python/Lib/site-packages/OpenGL/raw/GLE/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ extracting Python/Lib/site-packages/OpenGL/raw/GL/WIN/ extracting Python/Lib/site-packages/OpenGL/raw/GL/WIN/specular_fog.py extracting Python/Lib/site-packages/OpenGL/raw/GL/WIN/phong_shading.py extracting Python/Lib/site-packages/OpenGL/raw/GL/WIN/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VIV/ extracting Python/Lib/site-packages/OpenGL/raw/GL/VIV/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/ extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_4_4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_4_3.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_4_2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_4_1.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_4_0.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_3_3.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_3_2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_3_1.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_3_0.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_2_1.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_2_0.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_1_5.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_1_4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_1_3.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_1_2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_1_1.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/GL_1_0.py extracting Python/Lib/site-packages/OpenGL/raw/GL/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SUNX/ extracting Python/Lib/site-packages/OpenGL/raw/GL/SUNX/constant_data.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SUNX/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SUN/ extracting Python/Lib/site-packages/OpenGL/raw/GL/SUN/vertex.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SUN/triangle_list.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SUN/slice_accum.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SUN/mesh_array.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SUN/global_alpha.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SUN/convolution_border_modes.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SUN/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/ extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/ycrcba.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/ycrcb_subsample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/ycrcb.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/vertex_preclip.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/texture_scale_bias.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/texture_multi_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/texture_lod_bias.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/texture_coordinate_clamp.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/texture_add_env.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/tag_sample_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/subsample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/sprite.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/shadow_ambient.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/shadow.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/scalebias_hint.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/resample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/reference_plane.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/polynomial_ffd.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/pixel_tiles.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/pixel_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/list_priority.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/ir_instrument1.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/interlace.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/instruments.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/igloo_interface.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/framezoom.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/fragment_lighting.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/fog_offset.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/flush_raster.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/depth_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/depth_pass_instrument.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/convolution_accuracy.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/clipmap.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/calligraphic_fragment.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/blend_alpha_minmax.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/async_pixel.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/async_histogram.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/async.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIX/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/ extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/texture4D.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/texture_select.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/texture_lod.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/texture_filter4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/texture_edge_clamp.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/texture_color_mask.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/texture_border_clamp.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/sharpen_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/point_parameters.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/point_line_texgen.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/pixel_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/generate_mipmap.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/fog_function.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/detail_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGIS/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGI/ extracting Python/Lib/site-packages/OpenGL/raw/GL/SGI/texture_color_table.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGI/color_table.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGI/color_matrix.py extracting Python/Lib/site-packages/OpenGL/raw/GL/SGI/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/S3/ extracting Python/Lib/site-packages/OpenGL/raw/GL/S3/s3tc.py extracting Python/Lib/site-packages/OpenGL/raw/GL/S3/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/REND/ extracting Python/Lib/site-packages/OpenGL/raw/GL/REND/screen_coordinates.py extracting Python/Lib/site-packages/OpenGL/raw/GL/REND/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/QCOM/ extracting Python/Lib/site-packages/OpenGL/raw/GL/QCOM/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/PGI/ extracting Python/Lib/site-packages/OpenGL/raw/GL/PGI/vertex_hints.py extracting Python/Lib/site-packages/OpenGL/raw/GL/PGI/misc_hints.py extracting Python/Lib/site-packages/OpenGL/raw/GL/PGI/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OML/ extracting Python/Lib/site-packages/OpenGL/raw/GL/OML/subsample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OML/resample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OML/interlace.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OML/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OES/ extracting Python/Lib/site-packages/OpenGL/raw/GL/OES/single_precision.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OES/read_format.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OES/query_matrix.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OES/fixed_point.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OES/compressed_paletted_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OES/byte_coordinates.py extracting Python/Lib/site-packages/OpenGL/raw/GL/OES/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NVX/ extracting Python/Lib/site-packages/OpenGL/raw/GL/NVX/gpu_memory_info.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NVX/conditional_render.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NVX/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/ extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/video_capture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vertex_program4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vertex_program3.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vertex_program2_option.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vertex_program2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vertex_program1_1.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vertex_program.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vertex_buffer_unified_memory.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vertex_attrib_integer_64bit.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vertex_array_range2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vertex_array_range.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/vdpau_interop.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/transform_feedback2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/transform_feedback.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texture_shader3.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texture_shader2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texture_shader.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texture_rectangle.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texture_multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texture_expand_normal.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texture_env_combine4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texture_compression_vtc.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texture_barrier.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texgen_reflection.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/texgen_emboss.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/tessellation_program5.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/shader_thread_shuffle.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/shader_thread_group.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/shader_storage_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/shader_buffer_store.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/shader_buffer_load.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/shader_atomic_float.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/shader_atomic_counters.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/register_combiners2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/register_combiners.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/primitive_restart.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/present_video.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/point_sprite.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/pixel_data_range.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/path_rendering.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/parameter_buffer_object2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/parameter_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/packed_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/occlusion_query.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/multisample_filter_hint.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/multisample_coverage.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/light_max_exponent.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/half_float.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/gpu_shader5.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/gpu_program5_mem_extended.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/gpu_program5.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/gpu_program4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/geometry_shader4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/geometry_program4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/framebuffer_multisample_coverage.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/fragment_program4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/fragment_program2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/fragment_program_option.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/fragment_program.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/fog_distance.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/float_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/fence.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/explicit_multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/evaluators.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/draw_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/depth_clamp.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/depth_buffer_float.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/deep_texture3D.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/copy_image.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/copy_depth_to_color.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/conditional_render.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/compute_program5.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/blend_square.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/blend_equation_advanced_coherent.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/blend_equation_advanced.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/bindless_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/bindless_multi_draw_indirect.py extracting Python/Lib/site-packages/OpenGL/raw/GL/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/MESAX/ extracting Python/Lib/site-packages/OpenGL/raw/GL/MESAX/texture_stack.py extracting Python/Lib/site-packages/OpenGL/raw/GL/MESAX/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/MESA/ extracting Python/Lib/site-packages/OpenGL/raw/GL/MESA/ycbcr_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/MESA/window_pos.py extracting Python/Lib/site-packages/OpenGL/raw/GL/MESA/resize_buffers.py extracting Python/Lib/site-packages/OpenGL/raw/GL/MESA/pack_invert.py extracting Python/Lib/site-packages/OpenGL/raw/GL/MESA/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/KHR/ extracting Python/Lib/site-packages/OpenGL/raw/GL/KHR/texture_compression_astc_ldr.py extracting Python/Lib/site-packages/OpenGL/raw/GL/KHR/texture_compression_astc_hdr.py extracting Python/Lib/site-packages/OpenGL/raw/GL/KHR/debug.py extracting Python/Lib/site-packages/OpenGL/raw/GL/KHR/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/INTEL/ extracting Python/Lib/site-packages/OpenGL/raw/GL/INTEL/performance_query.py extracting Python/Lib/site-packages/OpenGL/raw/GL/INTEL/parallel_arrays.py extracting Python/Lib/site-packages/OpenGL/raw/GL/INTEL/map_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/INTEL/fragment_shader_ordering.py extracting Python/Lib/site-packages/OpenGL/raw/GL/INTEL/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/INGR/ extracting Python/Lib/site-packages/OpenGL/raw/GL/INGR/interlace_read.py extracting Python/Lib/site-packages/OpenGL/raw/GL/INGR/color_clamp.py extracting Python/Lib/site-packages/OpenGL/raw/GL/INGR/blend_func_separate.py extracting Python/Lib/site-packages/OpenGL/raw/GL/INGR/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/IMG/ extracting Python/Lib/site-packages/OpenGL/raw/GL/IMG/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/IBM/ extracting Python/Lib/site-packages/OpenGL/raw/GL/IBM/vertex_array_lists.py extracting Python/Lib/site-packages/OpenGL/raw/GL/IBM/texture_mirrored_repeat.py extracting Python/Lib/site-packages/OpenGL/raw/GL/IBM/static_data.py extracting Python/Lib/site-packages/OpenGL/raw/GL/IBM/rasterpos_clip.py extracting Python/Lib/site-packages/OpenGL/raw/GL/IBM/multimode_draw_arrays.py extracting Python/Lib/site-packages/OpenGL/raw/GL/IBM/cull_vertex.py extracting Python/Lib/site-packages/OpenGL/raw/GL/IBM/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/HP/ extracting Python/Lib/site-packages/OpenGL/raw/GL/HP/texture_lighting.py extracting Python/Lib/site-packages/OpenGL/raw/GL/HP/occlusion_test.py extracting Python/Lib/site-packages/OpenGL/raw/GL/HP/image_transform.py extracting Python/Lib/site-packages/OpenGL/raw/GL/HP/convolution_border_modes.py extracting Python/Lib/site-packages/OpenGL/raw/GL/HP/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/GREMEDY/ extracting Python/Lib/site-packages/OpenGL/raw/GL/GREMEDY/string_marker.py extracting Python/Lib/site-packages/OpenGL/raw/GL/GREMEDY/frame_terminator.py extracting Python/Lib/site-packages/OpenGL/raw/GL/GREMEDY/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/FJ/ extracting Python/Lib/site-packages/OpenGL/raw/GL/FJ/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/ extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/x11_sync_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/vertex_weighting.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/vertex_shader.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/vertex_attrib_64bit.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/vertex_array_bgra.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/vertex_array.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/transform_feedback.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/timer_query.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture3D.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_swizzle.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_sRGB_decode.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_snorm.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_shared_exponent.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_perturb_normal.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_mirror_clamp.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_lod_bias.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_integer.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_filter_anisotropic.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_env_dot3.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_env_combine.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_env_add.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_cube_map.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_compression_s3tc.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_compression_rgtc.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_compression_latc.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture_array.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/subtexture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/stencil_wrap.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/stencil_two_side.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/stencil_clear_tag.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/shared_texture_palette.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/shadow_funcs.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/shader_integer_mix.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/shader_image_load_store.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/shader_image_load_formatted.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/separate_specular_color.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/separate_shader_objects.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/secondary_color.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/rescale_normal.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/provoking_vertex.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/polygon_offset.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/point_parameters.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/pixel_transform_color_table.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/pixel_transform.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/pixel_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/paletted_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/packed_pixels.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/packed_float.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/packed_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/multi_draw_arrays.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/misc_attribute.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/light_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/index_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/index_material.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/index_func.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/index_array_formats.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/histogram.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/gpu_shader4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/gpu_program_parameters.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/GL_422_pixels.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/geometry_shader4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/framebuffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/framebuffer_multisample_blit_scaled.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/framebuffer_multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/framebuffer_blit.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/fog_coord.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/draw_range_elements.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/draw_instanced.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/draw_buffers2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/direct_state_access.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/depth_bounds_test.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/debug_marker.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/debug_label.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/cull_vertex.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/copy_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/coordinate_frame.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/convolution.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/compiled_vertex_array.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/color_subtable.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/cmyka.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/clip_volume_hint.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/blend_subtract.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/blend_minmax.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/blend_logic_op.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/blend_func_separate.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/blend_equation_separate.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/blend_color.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/bindable_uniform.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/bgra.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/abgr.py extracting Python/Lib/site-packages/OpenGL/raw/GL/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/DMP/ extracting Python/Lib/site-packages/OpenGL/raw/GL/DMP/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/DFX/ extracting Python/Lib/site-packages/OpenGL/raw/GL/DFX/texture_compression_FXT1.py extracting Python/Lib/site-packages/OpenGL/raw/GL/DFX/tbuffer.py extracting Python/Lib/site-packages/OpenGL/raw/GL/DFX/multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/DFX/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/ extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/vertex_streams.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/vertex_attrib_array_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/vertex_array_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/texture_mirror_once.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/texture_float.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/texture_env_combine3.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/text_fragment_shader.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/separate_stencil.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/pn_triangles.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/pixel_format_float.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/meminfo.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/map_object_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/fragment_shader.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/envmap_bumpmap.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/element_array.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/draw_buffers.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ATI/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARM/ extracting Python/Lib/site-packages/OpenGL/raw/GL/ARM/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/ extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/window_pos.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/viewport_array.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/vertex_type_2_10_10_10_rev.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/vertex_type_10f_11f_11f_rev.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/vertex_shader.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/vertex_program.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/vertex_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/vertex_blend.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/vertex_attrib_binding.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/vertex_attrib_64bit.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/vertex_array_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/vertex_array_bgra.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/uniform_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/transpose_matrix.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/transform_feedback3.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/transform_feedback2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/transform_feedback_instanced.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/timer_query.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_view.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_swizzle.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_storage_multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_storage.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_stencil8.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_rgb10_a2ui.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_rg.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_rectangle.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_query_lod.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_query_levels.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_non_power_of_two.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_mirrored_repeat.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_mirror_clamp_to_edge.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_gather.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_float.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_env_dot3.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_env_crossbar.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_env_combine.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_env_add.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_cube_map_array.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_cube_map.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_compression_rgtc.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_compression_bptc.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_compression.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_buffer_range.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_buffer_object_rgb32.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/texture_border_clamp.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/tessellation_shader.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/sync.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/stencil_texturing.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/sparse_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shadow_ambient.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shadow.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shading_language_packing.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shading_language_include.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shading_language_420pack.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shading_language_100.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_texture_lod.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_subroutine.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_storage_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_stencil_export.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_precision.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_objects.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_image_size.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_image_load_store.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_group_vote.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_draw_parameters.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_bit_encoding.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/shader_atomic_counters.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/separate_shader_objects.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/seamless_cubemap_per_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/seamless_cube_map.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/sampler_objects.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/sample_shading.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/robustness_isolation.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/robustness.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/robust_buffer_access_behavior.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/query_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/provoking_vertex.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/program_interface_query.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/point_sprite.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/point_parameters.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/pixel_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/occlusion_query2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/occlusion_query.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/multitexture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/multisample.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/multi_draw_indirect.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/multi_bind.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/matrix_palette.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/map_buffer_range.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/map_buffer_alignment.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/invalidate_subdata.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/internalformat_query2.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/internalformat_query.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/instanced_arrays.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/indirect_parameters.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/imaging.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/half_float_vertex.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/half_float_pixel.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/gpu_shader5.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/gpu_shader_fp64.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/get_program_binary.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/geometry_shader4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/framebuffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/framebuffer_no_attachments.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/fragment_shader.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/fragment_program_shadow.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/fragment_program.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/fragment_layer_viewport.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/fragment_coord_conventions.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/explicit_uniform_location.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/explicit_attrib_location.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/ES3_compatibility.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/ES2_compatibility.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/enhanced_layouts.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/draw_instanced.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/draw_indirect.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/draw_elements_base_vertex.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/draw_buffers_blend.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/draw_buffers.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/depth_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/depth_clamp.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/depth_buffer_float.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/debug_output.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/copy_image.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/copy_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/conservative_depth.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/compute_variable_group_size.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/compute_shader.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/compressed_texture_pixel_storage.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/compatibility.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/color_buffer_float.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/clear_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/clear_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/cl_event.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/buffer_storage.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/blend_func_extended.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/bindless_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/base_instance.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/arrays_of_arrays.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ARB/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/ extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/ycbcr_422.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/vertex_program_evaluators.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/vertex_array_range.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/vertex_array_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/transform_hint.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/texture_range.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/specular_vector.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/row_bytes.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/rgb_422.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/object_purgeable.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/flush_buffer_range.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/float_pixels.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/fence.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/element_array.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/client_storage.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/aux_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/raw/GL/APPLE/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/ANGLE/ extracting Python/Lib/site-packages/OpenGL/raw/GL/ANGLE/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/ extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/vertex_shader_viewport_index.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/vertex_shader_tessellator.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/vertex_shader_layer.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/transform_feedback4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/transform_feedback3_lines_triangles.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/texture_texture4.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/stencil_operation_extended.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/sparse_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/shader_trinary_minmax.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/shader_stencil_export.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/shader_atomic_counter_ops.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/seamless_cubemap_per_texture.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/sample_positions.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/query_buffer_object.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/pinned_memory.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/performance_monitor.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/occlusion_query_event.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/name_gen_delete.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/multi_draw_indirect.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/interleaved_elements.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/gpu_shader_int64.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/gcn_shader.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/draw_buffers_blend.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/depth_clamp_separate.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/debug_output.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/conservative_depth.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/blend_minmax_factor.py extracting Python/Lib/site-packages/OpenGL/raw/GL/AMD/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/GL/_types.py extracting Python/Lib/site-packages/OpenGL/raw/GL/_lookupint.py extracting Python/Lib/site-packages/OpenGL/raw/GL/_glgets.py extracting Python/Lib/site-packages/OpenGL/raw/GL/_errors.py extracting Python/Lib/site-packages/OpenGL/raw/GL/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/VERSION/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/VERSION/EGL_1_5.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/VERSION/EGL_1_4.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/VERSION/EGL_1_3.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/VERSION/EGL_1_2.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/VERSION/EGL_1_1.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/VERSION/EGL_1_0.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/system_time.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/sync.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/stream_sync.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/post_sub_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/post_convert_rounding.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/native_query.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/EGL_3dvision_surface.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/depth_nonlinear.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/coverage_sample_resolve.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/coverage_sample.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NOK/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/NOK/texture_from_pixmap.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NOK/swap_region2.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NOK/swap_region.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/NOK/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/MESA/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/MESA/platform_gbm.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/MESA/drm_image.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/MESA/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/wait_sync.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/vg_parent_image.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/surfaceless_context.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/stream_producer_eglsurface.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/stream_producer_aldatalocator.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/stream_fifo.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/stream_cross_process_fd.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/stream_consumer_gltexture.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/stream.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/reusable_sync.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/platform_x11.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/platform_wayland.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/platform_gbm.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/platform_android.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/lock_surface3.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/lock_surface2.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/lock_surface.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/image_pixmap.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/image_base.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/image.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/gl_texture_cubemap_image.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/gl_texture_3D_image.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/gl_texture_2D_image.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/gl_renderbuffer_image.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/gl_colorspace.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/get_all_proc_addresses.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/fence_sync.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/create_context.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/config_attribs.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/client_get_all_proc_addresses.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/cl_event2.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/cl_event.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/KHR/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/IMG/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/IMG/context_priority.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/IMG/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/HI/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/HI/colorformats.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/HI/clientpixmap.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/HI/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/swap_buffers_with_damage.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/protected_surface.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/platform_x11.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/platform_wayland.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/platform_base.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/multiview_window.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/image_dma_buf_import.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/create_context_robustness.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/client_extensions.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/buffer_age.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ARM/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/ARM/pixmap_multisample_discard.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ARM/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANGLE/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANGLE/surface_d3d_texture_2d_share_handle.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANGLE/query_surface_pointer.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANGLE/d3d_share_handle_client_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANGLE/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANDROID/ extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANDROID/recordable.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANDROID/native_fence_sync.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANDROID/image_native_buffer.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANDROID/framebuffer_target.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANDROID/blob_cache.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/ANDROID/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/_types.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/_glgets.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/_errors.py extracting Python/Lib/site-packages/OpenGL/raw/EGL/__init__.py extracting Python/Lib/site-packages/OpenGL/raw/__init__.py extracting Python/Lib/site-packages/OpenGL/plugins.py extracting Python/Lib/site-packages/OpenGL/platform/ extracting Python/Lib/site-packages/OpenGL/platform/win32.py extracting Python/Lib/site-packages/OpenGL/platform/osmesa.py extracting Python/Lib/site-packages/OpenGL/platform/glx.py extracting Python/Lib/site-packages/OpenGL/platform/entrypoint31.py extracting Python/Lib/site-packages/OpenGL/platform/egl.py extracting Python/Lib/site-packages/OpenGL/platform/darwin.py extracting Python/Lib/site-packages/OpenGL/platform/ctypesloader.py extracting Python/Lib/site-packages/OpenGL/platform/baseplatform.py extracting Python/Lib/site-packages/OpenGL/platform/__init__.py extracting Python/Lib/site-packages/OpenGL/osmesa/ extracting Python/Lib/site-packages/OpenGL/osmesa/__init__.py extracting Python/Lib/site-packages/OpenGL/logs.py extracting Python/Lib/site-packages/OpenGL/lazywrapper.py extracting Python/Lib/site-packages/OpenGL/latebind.py extracting Python/Lib/site-packages/OpenGL/images.py extracting Python/Lib/site-packages/OpenGL/GLX/ extracting Python/Lib/site-packages/OpenGL/GLX/VERSION/ extracting Python/Lib/site-packages/OpenGL/GLX/VERSION/GLX_1_4.py extracting Python/Lib/site-packages/OpenGL/GLX/VERSION/GLX_1_3.py extracting Python/Lib/site-packages/OpenGL/GLX/VERSION/GLX_1_2.py extracting Python/Lib/site-packages/OpenGL/GLX/VERSION/GLX_1_1.py extracting Python/Lib/site-packages/OpenGL/GLX/VERSION/GLX_1_0.py extracting Python/Lib/site-packages/OpenGL/GLX/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/SUN/ extracting Python/Lib/site-packages/OpenGL/GLX/SUN/get_transparent_index.py extracting Python/Lib/site-packages/OpenGL/GLX/SUN/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/ extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/visual_select_group.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/video_source.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/video_resize.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/swap_group.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/swap_barrier.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/pbuffer.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/hyperpipe.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/fbconfig.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/dmbuffer.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIX/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIS/ extracting Python/Lib/site-packages/OpenGL/GLX/SGIS/shared_multisample.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIS/multisample.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIS/blended_overlay.py extracting Python/Lib/site-packages/OpenGL/GLX/SGIS/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/SGI/ extracting Python/Lib/site-packages/OpenGL/GLX/SGI/video_sync.py extracting Python/Lib/site-packages/OpenGL/GLX/SGI/swap_control.py extracting Python/Lib/site-packages/OpenGL/GLX/SGI/make_current_read.py extracting Python/Lib/site-packages/OpenGL/GLX/SGI/cushion.py extracting Python/Lib/site-packages/OpenGL/GLX/SGI/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/OML/ extracting Python/Lib/site-packages/OpenGL/GLX/OML/sync_control.py extracting Python/Lib/site-packages/OpenGL/GLX/OML/swap_method.py extracting Python/Lib/site-packages/OpenGL/GLX/OML/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/NV/ extracting Python/Lib/site-packages/OpenGL/GLX/NV/video_output.py extracting Python/Lib/site-packages/OpenGL/GLX/NV/video_capture.py extracting Python/Lib/site-packages/OpenGL/GLX/NV/swap_group.py extracting Python/Lib/site-packages/OpenGL/GLX/NV/present_video.py extracting Python/Lib/site-packages/OpenGL/GLX/NV/multisample_coverage.py extracting Python/Lib/site-packages/OpenGL/GLX/NV/float_buffer.py extracting Python/Lib/site-packages/OpenGL/GLX/NV/delay_before_swap.py extracting Python/Lib/site-packages/OpenGL/GLX/NV/copy_image.py extracting Python/Lib/site-packages/OpenGL/GLX/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/MESA/ extracting Python/Lib/site-packages/OpenGL/GLX/MESA/set_3dfx_mode.py extracting Python/Lib/site-packages/OpenGL/GLX/MESA/release_buffers.py extracting Python/Lib/site-packages/OpenGL/GLX/MESA/query_renderer.py extracting Python/Lib/site-packages/OpenGL/GLX/MESA/pixmap_colormap.py extracting Python/Lib/site-packages/OpenGL/GLX/MESA/copy_sub_buffer.py extracting Python/Lib/site-packages/OpenGL/GLX/MESA/agp_offset.py extracting Python/Lib/site-packages/OpenGL/GLX/MESA/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/INTEL/ extracting Python/Lib/site-packages/OpenGL/GLX/INTEL/swap_event.py extracting Python/Lib/site-packages/OpenGL/GLX/INTEL/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/ extracting Python/Lib/site-packages/OpenGL/GLX/EXT/visual_rating.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/visual_info.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/texture_from_pixmap.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/swap_control_tear.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/swap_control.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/stereo_tree.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/import_context.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/fbconfig_packed_float.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/create_context_es2_profile.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/create_context_es_profile.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/buffer_age.py extracting Python/Lib/site-packages/OpenGL/GLX/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/DFX/ extracting Python/Lib/site-packages/OpenGL/GLX/DFX/multisample.py extracting Python/Lib/site-packages/OpenGL/GLX/DFX/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/ extracting Python/Lib/site-packages/OpenGL/GLX/ARB/vertex_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/robustness_share_group_isolation.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/robustness_application_isolation.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/multisample.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/get_proc_address.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/fbconfig_float.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/create_context_robustness.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/create_context_profile.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/create_context.py extracting Python/Lib/site-packages/OpenGL/GLX/ARB/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/AMD/ extracting Python/Lib/site-packages/OpenGL/GLX/AMD/gpu_association.py extracting Python/Lib/site-packages/OpenGL/GLX/AMD/__init__.py extracting Python/Lib/site-packages/OpenGL/GLX/__init__.py extracting Python/Lib/site-packages/OpenGL/GLUT/ extracting Python/Lib/site-packages/OpenGL/GLUT/special.py extracting Python/Lib/site-packages/OpenGL/GLUT/osx.py extracting Python/Lib/site-packages/OpenGL/GLUT/freeglut.py extracting Python/Lib/site-packages/OpenGL/GLUT/fonts.py extracting Python/Lib/site-packages/OpenGL/GLUT/__init__.py extracting Python/Lib/site-packages/OpenGL/GLU/ extracting Python/Lib/site-packages/OpenGL/GLU/tess.py extracting Python/Lib/site-packages/OpenGL/GLU/quadrics.py extracting Python/Lib/site-packages/OpenGL/GLU/projection.py extracting Python/Lib/site-packages/OpenGL/GLU/glustruct.py extracting Python/Lib/site-packages/OpenGL/GLU/glunurbs.py extracting Python/Lib/site-packages/OpenGL/GLU/EXT/ extracting Python/Lib/site-packages/OpenGL/GLU/EXT/object_space_tess.py extracting Python/Lib/site-packages/OpenGL/GLU/EXT/nurbs_tessellator.py extracting Python/Lib/site-packages/OpenGL/GLU/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/GLU/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES3/ extracting Python/Lib/site-packages/OpenGL/GLES3/VERSION/ extracting Python/Lib/site-packages/OpenGL/GLES3/VERSION/GLES3_3_1.py extracting Python/Lib/site-packages/OpenGL/GLES3/VERSION/GLES3_3_0.py extracting Python/Lib/site-packages/OpenGL/GLES3/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES3/vboimplementation.py extracting Python/Lib/site-packages/OpenGL/GLES3/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/ extracting Python/Lib/site-packages/OpenGL/GLES2/VIV/ extracting Python/Lib/site-packages/OpenGL/GLES2/VIV/shader_binary.py extracting Python/Lib/site-packages/OpenGL/GLES2/VIV/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/VERSION/ extracting Python/Lib/site-packages/OpenGL/GLES2/VERSION/GLES2_2_0.py extracting Python/Lib/site-packages/OpenGL/GLES2/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/vboimplementation.py extracting Python/Lib/site-packages/OpenGL/GLES2/shaders.py extracting Python/Lib/site-packages/OpenGL/GLES2/QCOM/ extracting Python/Lib/site-packages/OpenGL/GLES2/QCOM/writeonly_rendering.py extracting Python/Lib/site-packages/OpenGL/GLES2/QCOM/tiled_rendering.py extracting Python/Lib/site-packages/OpenGL/GLES2/QCOM/perfmon_global_mode.py extracting Python/Lib/site-packages/OpenGL/GLES2/QCOM/extended_get2.py extracting Python/Lib/site-packages/OpenGL/GLES2/QCOM/extended_get.py extracting Python/Lib/site-packages/OpenGL/GLES2/QCOM/driver_control.py extracting Python/Lib/site-packages/OpenGL/GLES2/QCOM/binning_control.py extracting Python/Lib/site-packages/OpenGL/GLES2/QCOM/alpha_test.py extracting Python/Lib/site-packages/OpenGL/GLES2/QCOM/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/ extracting Python/Lib/site-packages/OpenGL/GLES2/OES/vertex_type_10_10_10_2.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/vertex_half_float.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/vertex_array_object.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/texture_storage_multisample_2d_array.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/texture_stencil8.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/texture_npot.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/texture_half_float_linear.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/texture_half_float.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/texture_float_linear.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/texture_float.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/texture_compression_astc.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/texture_3D.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/surfaceless_context.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/stencil4.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/stencil1.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/standard_derivatives.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/shader_multisample_interpolation.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/shader_image_atomic.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/sample_variables.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/sample_shading.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/rgb8_rgba8.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/required_internalformat.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/packed_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/mapbuffer.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/get_program_binary.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/fragment_precision_high.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/fbo_render_mipmap.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/element_index_uint.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/EGL_image_external.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/EGL_image.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/depth32.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/depth24.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/depth_texture.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/compressed_paletted_texture.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/compressed_ETC1_RGB8_texture.py extracting Python/Lib/site-packages/OpenGL/GLES2/OES/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/ extracting Python/Lib/site-packages/OpenGL/GLES2/NV/texture_npot_2D_mipmap.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/texture_compression_s3tc_update.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/texture_border_clamp.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/sRGB_formats.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/shadow_samplers_cube.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/shadow_samplers_array.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/read_stencil.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/read_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/read_depth.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/read_buffer_front.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/read_buffer.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/non_square_matrices.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/instanced_arrays.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/generate_mipmap_sRGB.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/framebuffer_multisample.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/framebuffer_blit.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/fence.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/fbo_color_attachments.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/explicit_attrib_location.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/draw_instanced.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/draw_buffers.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/depth_nonlinear.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/coverage_sample.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/copy_buffer.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/blend_equation_advanced_coherent.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/blend_equation_advanced.py extracting Python/Lib/site-packages/OpenGL/GLES2/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/KHR/ extracting Python/Lib/site-packages/OpenGL/GLES2/KHR/texture_compression_astc_ldr.py extracting Python/Lib/site-packages/OpenGL/GLES2/KHR/texture_compression_astc_hdr.py extracting Python/Lib/site-packages/OpenGL/GLES2/KHR/debug.py extracting Python/Lib/site-packages/OpenGL/GLES2/KHR/blend_equation_advanced.py extracting Python/Lib/site-packages/OpenGL/GLES2/KHR/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/INTEL/ extracting Python/Lib/site-packages/OpenGL/GLES2/INTEL/performance_query.py extracting Python/Lib/site-packages/OpenGL/GLES2/INTEL/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/IMG/ extracting Python/Lib/site-packages/OpenGL/GLES2/IMG/texture_compression_pvrtc2.py extracting Python/Lib/site-packages/OpenGL/GLES2/IMG/texture_compression_pvrtc.py extracting Python/Lib/site-packages/OpenGL/GLES2/IMG/shader_binary.py extracting Python/Lib/site-packages/OpenGL/GLES2/IMG/read_format.py extracting Python/Lib/site-packages/OpenGL/GLES2/IMG/program_binary.py extracting Python/Lib/site-packages/OpenGL/GLES2/IMG/multisampled_render_to_texture.py extracting Python/Lib/site-packages/OpenGL/GLES2/IMG/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/FJ/ extracting Python/Lib/site-packages/OpenGL/GLES2/FJ/shader_binary_GCCSO.py extracting Python/Lib/site-packages/OpenGL/GLES2/FJ/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/ extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/unpack_subimage.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/texture_type_2_10_10_10_REV.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/texture_storage.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/texture_sRGB_decode.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/texture_rg.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/texture_format_BGRA8888.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/texture_filter_anisotropic.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/texture_compression_s3tc.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/texture_compression_dxt1.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/sRGB_write_control.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/sRGB.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/shadow_samplers.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/shader_texture_lod.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/shader_pixel_local_storage.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/shader_integer_mix.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/shader_framebuffer_fetch.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/separate_shader_objects.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/robustness.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/read_format_bgra.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/pvrtc_sRGB.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/occlusion_query_boolean.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/multiview_draw_buffers.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/multisampled_render_to_texture.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/multi_draw_arrays.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/map_buffer_range.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/instanced_arrays.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/draw_instanced.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/draw_buffers.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/disjoint_timer_query.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/discard_framebuffer.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/debug_marker.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/debug_label.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/color_buffer_half_float.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/blend_minmax.py extracting Python/Lib/site-packages/OpenGL/GLES2/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/DMP/ extracting Python/Lib/site-packages/OpenGL/GLES2/DMP/shader_binary.py extracting Python/Lib/site-packages/OpenGL/GLES2/DMP/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/ARM/ extracting Python/Lib/site-packages/OpenGL/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/GLES2/ARM/shader_framebuffer_fetch.py extracting Python/Lib/site-packages/OpenGL/GLES2/ARM/rgba8.py extracting Python/Lib/site-packages/OpenGL/GLES2/ARM/mali_shader_binary.py extracting Python/Lib/site-packages/OpenGL/GLES2/ARM/mali_program_binary.py extracting Python/Lib/site-packages/OpenGL/GLES2/ARM/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/APPLE/ extracting Python/Lib/site-packages/OpenGL/GLES2/APPLE/texture_max_level.py extracting Python/Lib/site-packages/OpenGL/GLES2/APPLE/texture_format_BGRA8888.py extracting Python/Lib/site-packages/OpenGL/GLES2/APPLE/sync.py extracting Python/Lib/site-packages/OpenGL/GLES2/APPLE/rgb_422.py extracting Python/Lib/site-packages/OpenGL/GLES2/APPLE/framebuffer_multisample.py extracting Python/Lib/site-packages/OpenGL/GLES2/APPLE/copy_texture_levels.py extracting Python/Lib/site-packages/OpenGL/GLES2/APPLE/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/ extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/translated_shader_source.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/texture_usage.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/texture_compression_dxt5.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/texture_compression_dxt3.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/program_binary.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/pack_reverse_row_order.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/instanced_arrays.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/framebuffer_multisample.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/framebuffer_blit.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/depth_texture.py extracting Python/Lib/site-packages/OpenGL/GLES2/ANGLE/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/AMD/ extracting Python/Lib/site-packages/OpenGL/GLES2/AMD/program_binary_Z400.py extracting Python/Lib/site-packages/OpenGL/GLES2/AMD/performance_monitor.py extracting Python/Lib/site-packages/OpenGL/GLES2/AMD/compressed_ATC_texture.py extracting Python/Lib/site-packages/OpenGL/GLES2/AMD/compressed_3DC_texture.py extracting Python/Lib/site-packages/OpenGL/GLES2/AMD/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES2/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES1/ extracting Python/Lib/site-packages/OpenGL/GLES1/VERSION/ extracting Python/Lib/site-packages/OpenGL/GLES1/VERSION/GLES1_1_0.py extracting Python/Lib/site-packages/OpenGL/GLES1/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES1/QCOM/ extracting Python/Lib/site-packages/OpenGL/GLES1/QCOM/writeonly_rendering.py extracting Python/Lib/site-packages/OpenGL/GLES1/QCOM/tiled_rendering.py extracting Python/Lib/site-packages/OpenGL/GLES1/QCOM/perfmon_global_mode.py extracting Python/Lib/site-packages/OpenGL/GLES1/QCOM/extended_get2.py extracting Python/Lib/site-packages/OpenGL/GLES1/QCOM/extended_get.py extracting Python/Lib/site-packages/OpenGL/GLES1/QCOM/driver_control.py extracting Python/Lib/site-packages/OpenGL/GLES1/QCOM/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/ extracting Python/Lib/site-packages/OpenGL/GLES1/OES/vertex_array_object.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/texture_mirrored_repeat.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/texture_env_crossbar.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/texture_cube_map.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/stencil8.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/stencil4.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/stencil1.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/stencil_wrap.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/single_precision.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/rgb8_rgba8.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/required_internalformat.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/read_format.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/query_matrix.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/point_sprite.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/point_size_array.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/packed_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/matrix_palette.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/matrix_get.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/mapbuffer.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/framebuffer_object.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/fixed_point.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/fbo_render_mipmap.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/extended_matrix_palette.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/element_index_uint.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/EGL_image_external.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/EGL_image.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/draw_texture.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/depth32.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/depth24.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/compressed_paletted_texture.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/compressed_ETC1_RGB8_texture.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/byte_coordinates.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/blend_subtract.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/blend_func_separate.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/blend_equation_separate.py extracting Python/Lib/site-packages/OpenGL/GLES1/OES/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES1/NV/ extracting Python/Lib/site-packages/OpenGL/GLES1/NV/fence.py extracting Python/Lib/site-packages/OpenGL/GLES1/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES1/IMG/ extracting Python/Lib/site-packages/OpenGL/GLES1/IMG/user_clip_plane.py extracting Python/Lib/site-packages/OpenGL/GLES1/IMG/texture_env_enhanced_fixed_function.py extracting Python/Lib/site-packages/OpenGL/GLES1/IMG/texture_compression_pvrtc.py extracting Python/Lib/site-packages/OpenGL/GLES1/IMG/read_format.py extracting Python/Lib/site-packages/OpenGL/GLES1/IMG/multisampled_render_to_texture.py extracting Python/Lib/site-packages/OpenGL/GLES1/IMG/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/ extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/texture_storage.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/texture_lod_bias.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/texture_format_BGRA8888.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/texture_filter_anisotropic.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/texture_compression_dxt1.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/sRGB.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/robustness.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/read_format_bgra.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/multisampled_render_to_texture.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/multi_draw_arrays.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/map_buffer_range.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/discard_framebuffer.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/blend_minmax.py extracting Python/Lib/site-packages/OpenGL/GLES1/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES1/ARM/ extracting Python/Lib/site-packages/OpenGL/GLES1/ARM/rgba8.py extracting Python/Lib/site-packages/OpenGL/GLES1/ARM/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES1/APPLE/ extracting Python/Lib/site-packages/OpenGL/GLES1/APPLE/texture_max_level.py extracting Python/Lib/site-packages/OpenGL/GLES1/APPLE/texture_format_BGRA8888.py extracting Python/Lib/site-packages/OpenGL/GLES1/APPLE/texture_2D_limited_npot.py extracting Python/Lib/site-packages/OpenGL/GLES1/APPLE/sync.py extracting Python/Lib/site-packages/OpenGL/GLES1/APPLE/framebuffer_multisample.py extracting Python/Lib/site-packages/OpenGL/GLES1/APPLE/copy_texture_levels.py extracting Python/Lib/site-packages/OpenGL/GLES1/APPLE/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES1/AMD/ extracting Python/Lib/site-packages/OpenGL/GLES1/AMD/compressed_ATC_texture.py extracting Python/Lib/site-packages/OpenGL/GLES1/AMD/compressed_3DC_texture.py extracting Python/Lib/site-packages/OpenGL/GLES1/AMD/__init__.py extracting Python/Lib/site-packages/OpenGL/GLES1/__init__.py extracting Python/Lib/site-packages/OpenGL/GLE/ extracting Python/Lib/site-packages/OpenGL/GLE/exceptional.py extracting Python/Lib/site-packages/OpenGL/GLE/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/ extracting Python/Lib/site-packages/OpenGL/GL/WIN/ extracting Python/Lib/site-packages/OpenGL/GL/WIN/specular_fog.py extracting Python/Lib/site-packages/OpenGL/GL/WIN/phong_shading.py extracting Python/Lib/site-packages/OpenGL/GL/WIN/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/VIV/ extracting Python/Lib/site-packages/OpenGL/GL/VIV/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/ extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_4_4.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_4_3.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_4_2.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_4_1.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_4_0.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_3_3.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_3_2.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_3_1.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_3_0.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_2_1.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_2_0.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_1_5.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_1_4.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_1_3.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_1_2_images.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_1_2.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_1_1.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/GL_1_0.py extracting Python/Lib/site-packages/OpenGL/GL/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/vboimplementation.py extracting Python/Lib/site-packages/OpenGL/GL/SUNX/ extracting Python/Lib/site-packages/OpenGL/GL/SUNX/constant_data.py extracting Python/Lib/site-packages/OpenGL/GL/SUNX/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/SUN/ extracting Python/Lib/site-packages/OpenGL/GL/SUN/vertex.py extracting Python/Lib/site-packages/OpenGL/GL/SUN/triangle_list.py extracting Python/Lib/site-packages/OpenGL/GL/SUN/slice_accum.py extracting Python/Lib/site-packages/OpenGL/GL/SUN/mesh_array.py extracting Python/Lib/site-packages/OpenGL/GL/SUN/global_alpha.py extracting Python/Lib/site-packages/OpenGL/GL/SUN/convolution_border_modes.py extracting Python/Lib/site-packages/OpenGL/GL/SUN/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/shaders.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/ extracting Python/Lib/site-packages/OpenGL/GL/SGIX/ycrcba.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/ycrcb_subsample.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/ycrcb.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/vertex_preclip.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/texture_scale_bias.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/texture_multi_buffer.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/texture_lod_bias.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/texture_coordinate_clamp.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/texture_add_env.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/tag_sample_buffer.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/subsample.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/sprite.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/shadow_ambient.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/shadow.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/scalebias_hint.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/resample.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/reference_plane.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/polynomial_ffd.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/pixel_tiles.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/pixel_texture.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/list_priority.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/ir_instrument1.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/interlace.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/instruments.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/igloo_interface.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/framezoom.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/fragment_lighting.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/fog_offset.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/flush_raster.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/depth_texture.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/depth_pass_instrument.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/convolution_accuracy.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/clipmap.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/calligraphic_fragment.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/blend_alpha_minmax.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/async_pixel.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/async_histogram.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/async.py extracting Python/Lib/site-packages/OpenGL/GL/SGIX/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/ extracting Python/Lib/site-packages/OpenGL/GL/SGIS/texture4D.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/texture_select.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/texture_lod.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/texture_filter4.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/texture_edge_clamp.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/texture_color_mask.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/texture_border_clamp.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/sharpen_texture.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/point_parameters.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/point_line_texgen.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/pixel_texture.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/multisample.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/generate_mipmap.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/fog_function.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/detail_texture.py extracting Python/Lib/site-packages/OpenGL/GL/SGIS/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/SGI/ extracting Python/Lib/site-packages/OpenGL/GL/SGI/texture_color_table.py extracting Python/Lib/site-packages/OpenGL/GL/SGI/color_table.py extracting Python/Lib/site-packages/OpenGL/GL/SGI/color_matrix.py extracting Python/Lib/site-packages/OpenGL/GL/SGI/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/selection.py extracting Python/Lib/site-packages/OpenGL/GL/S3/ extracting Python/Lib/site-packages/OpenGL/GL/S3/s3tc.py extracting Python/Lib/site-packages/OpenGL/GL/S3/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/REND/ extracting Python/Lib/site-packages/OpenGL/GL/REND/screen_coordinates.py extracting Python/Lib/site-packages/OpenGL/GL/REND/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/QCOM/ extracting Python/Lib/site-packages/OpenGL/GL/QCOM/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/pointers.py extracting Python/Lib/site-packages/OpenGL/GL/PGI/ extracting Python/Lib/site-packages/OpenGL/GL/PGI/vertex_hints.py extracting Python/Lib/site-packages/OpenGL/GL/PGI/misc_hints.py extracting Python/Lib/site-packages/OpenGL/GL/PGI/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/OML/ extracting Python/Lib/site-packages/OpenGL/GL/OML/subsample.py extracting Python/Lib/site-packages/OpenGL/GL/OML/resample.py extracting Python/Lib/site-packages/OpenGL/GL/OML/interlace.py extracting Python/Lib/site-packages/OpenGL/GL/OML/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/OES/ extracting Python/Lib/site-packages/OpenGL/GL/OES/single_precision.py extracting Python/Lib/site-packages/OpenGL/GL/OES/read_format.py extracting Python/Lib/site-packages/OpenGL/GL/OES/query_matrix.py extracting Python/Lib/site-packages/OpenGL/GL/OES/fixed_point.py extracting Python/Lib/site-packages/OpenGL/GL/OES/compressed_paletted_texture.py extracting Python/Lib/site-packages/OpenGL/GL/OES/byte_coordinates.py extracting Python/Lib/site-packages/OpenGL/GL/OES/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/NVX/ extracting Python/Lib/site-packages/OpenGL/GL/NVX/gpu_memory_info.py extracting Python/Lib/site-packages/OpenGL/GL/NVX/conditional_render.py extracting Python/Lib/site-packages/OpenGL/GL/NVX/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/NV/ extracting Python/Lib/site-packages/OpenGL/GL/NV/video_capture.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vertex_program4.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vertex_program3.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vertex_program2_option.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vertex_program2.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vertex_program1_1.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vertex_program.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vertex_buffer_unified_memory.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vertex_attrib_integer_64bit.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vertex_array_range2.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vertex_array_range.py extracting Python/Lib/site-packages/OpenGL/GL/NV/vdpau_interop.py extracting Python/Lib/site-packages/OpenGL/GL/NV/transform_feedback2.py extracting Python/Lib/site-packages/OpenGL/GL/NV/transform_feedback.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texture_shader3.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texture_shader2.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texture_shader.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texture_rectangle.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texture_multisample.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texture_expand_normal.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texture_env_combine4.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texture_compression_vtc.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texture_barrier.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texgen_reflection.py extracting Python/Lib/site-packages/OpenGL/GL/NV/texgen_emboss.py extracting Python/Lib/site-packages/OpenGL/GL/NV/tessellation_program5.py extracting Python/Lib/site-packages/OpenGL/GL/NV/shader_thread_shuffle.py extracting Python/Lib/site-packages/OpenGL/GL/NV/shader_thread_group.py extracting Python/Lib/site-packages/OpenGL/GL/NV/shader_storage_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/NV/shader_buffer_store.py extracting Python/Lib/site-packages/OpenGL/GL/NV/shader_buffer_load.py extracting Python/Lib/site-packages/OpenGL/GL/NV/shader_atomic_float.py extracting Python/Lib/site-packages/OpenGL/GL/NV/shader_atomic_counters.py extracting Python/Lib/site-packages/OpenGL/GL/NV/register_combiners2.py extracting Python/Lib/site-packages/OpenGL/GL/NV/register_combiners.py extracting Python/Lib/site-packages/OpenGL/GL/NV/primitive_restart.py extracting Python/Lib/site-packages/OpenGL/GL/NV/present_video.py extracting Python/Lib/site-packages/OpenGL/GL/NV/point_sprite.py extracting Python/Lib/site-packages/OpenGL/GL/NV/pixel_data_range.py extracting Python/Lib/site-packages/OpenGL/GL/NV/path_rendering.py extracting Python/Lib/site-packages/OpenGL/GL/NV/parameter_buffer_object2.py extracting Python/Lib/site-packages/OpenGL/GL/NV/parameter_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/NV/packed_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/GL/NV/occlusion_query.py extracting Python/Lib/site-packages/OpenGL/GL/NV/multisample_filter_hint.py extracting Python/Lib/site-packages/OpenGL/GL/NV/multisample_coverage.py extracting Python/Lib/site-packages/OpenGL/GL/NV/light_max_exponent.py extracting Python/Lib/site-packages/OpenGL/GL/NV/half_float.py extracting Python/Lib/site-packages/OpenGL/GL/NV/gpu_shader5.py extracting Python/Lib/site-packages/OpenGL/GL/NV/gpu_program5_mem_extended.py extracting Python/Lib/site-packages/OpenGL/GL/NV/gpu_program5.py extracting Python/Lib/site-packages/OpenGL/GL/NV/gpu_program4.py extracting Python/Lib/site-packages/OpenGL/GL/NV/geometry_shader4.py extracting Python/Lib/site-packages/OpenGL/GL/NV/geometry_program4.py extracting Python/Lib/site-packages/OpenGL/GL/NV/framebuffer_multisample_coverage.py extracting Python/Lib/site-packages/OpenGL/GL/NV/fragment_program4.py extracting Python/Lib/site-packages/OpenGL/GL/NV/fragment_program2.py extracting Python/Lib/site-packages/OpenGL/GL/NV/fragment_program_option.py extracting Python/Lib/site-packages/OpenGL/GL/NV/fragment_program.py extracting Python/Lib/site-packages/OpenGL/GL/NV/fog_distance.py extracting Python/Lib/site-packages/OpenGL/GL/NV/float_buffer.py extracting Python/Lib/site-packages/OpenGL/GL/NV/fence.py extracting Python/Lib/site-packages/OpenGL/GL/NV/explicit_multisample.py extracting Python/Lib/site-packages/OpenGL/GL/NV/evaluators.py extracting Python/Lib/site-packages/OpenGL/GL/NV/draw_texture.py extracting Python/Lib/site-packages/OpenGL/GL/NV/depth_clamp.py extracting Python/Lib/site-packages/OpenGL/GL/NV/depth_buffer_float.py extracting Python/Lib/site-packages/OpenGL/GL/NV/deep_texture3D.py extracting Python/Lib/site-packages/OpenGL/GL/NV/copy_image.py extracting Python/Lib/site-packages/OpenGL/GL/NV/copy_depth_to_color.py extracting Python/Lib/site-packages/OpenGL/GL/NV/conditional_render.py extracting Python/Lib/site-packages/OpenGL/GL/NV/compute_program5.py extracting Python/Lib/site-packages/OpenGL/GL/NV/blend_square.py extracting Python/Lib/site-packages/OpenGL/GL/NV/blend_equation_advanced_coherent.py extracting Python/Lib/site-packages/OpenGL/GL/NV/blend_equation_advanced.py extracting Python/Lib/site-packages/OpenGL/GL/NV/bindless_texture.py extracting Python/Lib/site-packages/OpenGL/GL/NV/bindless_multi_draw_indirect.py extracting Python/Lib/site-packages/OpenGL/GL/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/MESAX/ extracting Python/Lib/site-packages/OpenGL/GL/MESAX/texture_stack.py extracting Python/Lib/site-packages/OpenGL/GL/MESAX/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/MESA/ extracting Python/Lib/site-packages/OpenGL/GL/MESA/ycbcr_texture.py extracting Python/Lib/site-packages/OpenGL/GL/MESA/window_pos.py extracting Python/Lib/site-packages/OpenGL/GL/MESA/resize_buffers.py extracting Python/Lib/site-packages/OpenGL/GL/MESA/pack_invert.py extracting Python/Lib/site-packages/OpenGL/GL/MESA/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/KHR/ extracting Python/Lib/site-packages/OpenGL/GL/KHR/texture_compression_astc_ldr.py extracting Python/Lib/site-packages/OpenGL/GL/KHR/texture_compression_astc_hdr.py extracting Python/Lib/site-packages/OpenGL/GL/KHR/debug.py extracting Python/Lib/site-packages/OpenGL/GL/KHR/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/INTEL/ extracting Python/Lib/site-packages/OpenGL/GL/INTEL/performance_query.py extracting Python/Lib/site-packages/OpenGL/GL/INTEL/parallel_arrays.py extracting Python/Lib/site-packages/OpenGL/GL/INTEL/map_texture.py extracting Python/Lib/site-packages/OpenGL/GL/INTEL/fragment_shader_ordering.py extracting Python/Lib/site-packages/OpenGL/GL/INTEL/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/INGR/ extracting Python/Lib/site-packages/OpenGL/GL/INGR/interlace_read.py extracting Python/Lib/site-packages/OpenGL/GL/INGR/color_clamp.py extracting Python/Lib/site-packages/OpenGL/GL/INGR/blend_func_separate.py extracting Python/Lib/site-packages/OpenGL/GL/INGR/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/IMG/ extracting Python/Lib/site-packages/OpenGL/GL/IMG/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/images.py extracting Python/Lib/site-packages/OpenGL/GL/IBM/ extracting Python/Lib/site-packages/OpenGL/GL/IBM/vertex_array_lists.py extracting Python/Lib/site-packages/OpenGL/GL/IBM/texture_mirrored_repeat.py extracting Python/Lib/site-packages/OpenGL/GL/IBM/static_data.py extracting Python/Lib/site-packages/OpenGL/GL/IBM/rasterpos_clip.py extracting Python/Lib/site-packages/OpenGL/GL/IBM/multimode_draw_arrays.py extracting Python/Lib/site-packages/OpenGL/GL/IBM/cull_vertex.py extracting Python/Lib/site-packages/OpenGL/GL/IBM/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/HP/ extracting Python/Lib/site-packages/OpenGL/GL/HP/texture_lighting.py extracting Python/Lib/site-packages/OpenGL/GL/HP/occlusion_test.py extracting Python/Lib/site-packages/OpenGL/GL/HP/image_transform.py extracting Python/Lib/site-packages/OpenGL/GL/HP/convolution_border_modes.py extracting Python/Lib/site-packages/OpenGL/GL/HP/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/GREMEDY/ extracting Python/Lib/site-packages/OpenGL/GL/GREMEDY/string_marker.py extracting Python/Lib/site-packages/OpenGL/GL/GREMEDY/frame_terminator.py extracting Python/Lib/site-packages/OpenGL/GL/GREMEDY/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/glget.py extracting Python/Lib/site-packages/OpenGL/GL/framebufferobjects.py extracting Python/Lib/site-packages/OpenGL/GL/FJ/ extracting Python/Lib/site-packages/OpenGL/GL/FJ/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/feedback.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/ extracting Python/Lib/site-packages/OpenGL/GL/EXT/x11_sync_object.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/vertex_weighting.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/vertex_shader.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/vertex_attrib_64bit.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/vertex_array_bgra.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/vertex_array.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/transform_feedback.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/timer_query.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture3D.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_swizzle.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_sRGB_decode.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_sRGB.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_snorm.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_shared_exponent.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_perturb_normal.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_object.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_mirror_clamp.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_lod_bias.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_integer.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_filter_anisotropic.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_env_dot3.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_env_combine.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_env_add.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_cube_map.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_compression_s3tc.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_compression_rgtc.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_compression_latc.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture_array.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/texture.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/subtexture.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/stencil_wrap.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/stencil_two_side.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/stencil_clear_tag.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/shared_texture_palette.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/shadow_funcs.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/shader_integer_mix.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/shader_image_load_store.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/shader_image_load_formatted.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/separate_specular_color.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/separate_shader_objects.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/secondary_color.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/rescale_normal.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/provoking_vertex.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/polygon_offset.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/point_parameters.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/pixel_transform_color_table.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/pixel_transform.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/pixel_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/paletted_texture.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/packed_pixels.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/packed_float.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/packed_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/multisample.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/multi_draw_arrays.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/misc_attribute.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/light_texture.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/index_texture.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/index_material.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/index_func.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/index_array_formats.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/histogram.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/gpu_shader4.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/gpu_program_parameters.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/GL_422_pixels.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/geometry_shader4.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/framebuffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/framebuffer_multisample_blit_scaled.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/framebuffer_multisample.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/framebuffer_blit.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/fog_coord.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/draw_range_elements.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/draw_instanced.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/draw_buffers2.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/direct_state_access.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/depth_bounds_test.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/debug_marker.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/debug_label.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/cull_vertex.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/copy_texture.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/coordinate_frame.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/convolution.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/compiled_vertex_array.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/color_subtable.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/cmyka.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/clip_volume_hint.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/blend_subtract.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/blend_minmax.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/blend_logic_op.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/blend_func_separate.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/blend_equation_separate.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/blend_color.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/bindable_uniform.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/bgra.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/abgr.py extracting Python/Lib/site-packages/OpenGL/GL/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/exceptional.py extracting Python/Lib/site-packages/OpenGL/GL/DMP/ extracting Python/Lib/site-packages/OpenGL/GL/DMP/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/DFX/ extracting Python/Lib/site-packages/OpenGL/GL/DFX/texture_compression_FXT1.py extracting Python/Lib/site-packages/OpenGL/GL/DFX/tbuffer.py extracting Python/Lib/site-packages/OpenGL/GL/DFX/multisample.py extracting Python/Lib/site-packages/OpenGL/GL/DFX/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/ extracting Python/Lib/site-packages/OpenGL/GL/ATI/vertex_streams.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/vertex_attrib_array_object.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/vertex_array_object.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/texture_mirror_once.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/texture_float.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/texture_env_combine3.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/text_fragment_shader.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/separate_stencil.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/pn_triangles.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/pixel_format_float.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/meminfo.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/map_object_buffer.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/fragment_shader.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/envmap_bumpmap.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/element_array.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/draw_buffers.py extracting Python/Lib/site-packages/OpenGL/GL/ATI/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/ARM/ extracting Python/Lib/site-packages/OpenGL/GL/ARM/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/ extracting Python/Lib/site-packages/OpenGL/GL/ARB/window_pos.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/viewport_array.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vertex_type_2_10_10_10_rev.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vertex_type_10f_11f_11f_rev.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vertex_shader.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vertex_program.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vertex_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vertex_blend.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vertex_attrib_binding.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vertex_attrib_64bit.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vertex_array_object.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vertex_array_bgra.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/vboimplementation.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/uniform_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/transpose_matrix.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/transform_feedback3.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/transform_feedback2.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/transform_feedback_instanced.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/timer_query.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_view.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_swizzle.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_storage_multisample.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_storage.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_stencil8.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_rgb10_a2ui.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_rg.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_rectangle.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_query_lod.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_query_levels.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_non_power_of_two.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_multisample.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_mirrored_repeat.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_mirror_clamp_to_edge.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_gather.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_float.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_env_dot3.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_env_crossbar.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_env_combine.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_env_add.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_cube_map_array.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_cube_map.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_compression_rgtc.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_compression_bptc.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_compression.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_buffer_range.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_buffer_object_rgb32.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/texture_border_clamp.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/tessellation_shader.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/sync.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/stencil_texturing.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/sparse_texture.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shadow_ambient.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shadow.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shading_language_packing.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shading_language_include.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shading_language_420pack.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shading_language_100.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_texture_lod.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_subroutine.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_storage_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_stencil_export.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_precision.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_objects.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_image_size.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_image_load_store.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_group_vote.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_draw_parameters.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_bit_encoding.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/shader_atomic_counters.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/separate_shader_objects.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/seamless_cubemap_per_texture.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/seamless_cube_map.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/sampler_objects.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/sample_shading.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/robustness_isolation.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/robustness.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/robust_buffer_access_behavior.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/query_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/provoking_vertex.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/program_interface_query.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/point_sprite.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/point_parameters.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/pixel_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/occlusion_query2.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/occlusion_query.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/multitexture.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/multisample.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/multi_draw_indirect.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/multi_bind.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/matrix_palette.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/map_buffer_range.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/map_buffer_alignment.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/invalidate_subdata.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/internalformat_query2.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/internalformat_query.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/instanced_arrays.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/indirect_parameters.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/imaging.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/half_float_vertex.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/half_float_pixel.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/gpu_shader5.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/gpu_shader_fp64.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/get_program_binary.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/geometry_shader4.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/framebuffer_sRGB.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/framebuffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/framebuffer_no_attachments.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/fragment_shader.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/fragment_program_shadow.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/fragment_program.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/fragment_layer_viewport.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/fragment_coord_conventions.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/explicit_uniform_location.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/explicit_attrib_location.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/ES3_compatibility.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/ES2_compatibility.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/enhanced_layouts.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/draw_instanced.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/draw_indirect.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/draw_elements_base_vertex.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/draw_buffers_blend.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/draw_buffers.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/depth_texture.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/depth_clamp.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/depth_buffer_float.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/debug_output.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/copy_image.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/copy_buffer.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/conservative_depth.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/compute_variable_group_size.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/compute_shader.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/compressed_texture_pixel_storage.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/compatibility.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/color_buffer_float.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/clear_texture.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/clear_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/cl_event.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/buffer_storage.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/blend_func_extended.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/bindless_texture.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/base_instance.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/arrays_of_arrays.py extracting Python/Lib/site-packages/OpenGL/GL/ARB/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/ extracting Python/Lib/site-packages/OpenGL/GL/APPLE/ycbcr_422.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/vertex_program_evaluators.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/vertex_array_range.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/vertex_array_object.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/transform_hint.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/texture_range.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/specular_vector.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/row_bytes.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/rgb_422.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/object_purgeable.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/flush_buffer_range.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/float_pixels.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/fence.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/element_array.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/client_storage.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/aux_depth_stencil.py extracting Python/Lib/site-packages/OpenGL/GL/APPLE/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/ANGLE/ extracting Python/Lib/site-packages/OpenGL/GL/ANGLE/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/ extracting Python/Lib/site-packages/OpenGL/GL/AMD/vertex_shader_viewport_index.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/vertex_shader_tessellator.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/vertex_shader_layer.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/transform_feedback4.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/transform_feedback3_lines_triangles.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/texture_texture4.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/stencil_operation_extended.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/sparse_texture.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/shader_trinary_minmax.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/shader_stencil_export.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/shader_atomic_counter_ops.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/seamless_cubemap_per_texture.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/sample_positions.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/query_buffer_object.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/pinned_memory.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/performance_monitor.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/occlusion_query_event.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/name_gen_delete.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/multi_draw_indirect.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/interleaved_elements.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/gpu_shader_int64.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/gcn_shader.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/draw_buffers_blend.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/depth_clamp_separate.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/debug_output.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/conservative_depth.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/blend_minmax_factor.py extracting Python/Lib/site-packages/OpenGL/GL/AMD/__init__.py extracting Python/Lib/site-packages/OpenGL/GL/__init__.py extracting Python/Lib/site-packages/OpenGL/extensions.py extracting Python/Lib/site-packages/OpenGL/error.py extracting Python/Lib/site-packages/OpenGL/EGL/ extracting Python/Lib/site-packages/OpenGL/EGL/VERSION/ extracting Python/Lib/site-packages/OpenGL/EGL/VERSION/EGL_1_5.py extracting Python/Lib/site-packages/OpenGL/EGL/VERSION/EGL_1_4.py extracting Python/Lib/site-packages/OpenGL/EGL/VERSION/EGL_1_3.py extracting Python/Lib/site-packages/OpenGL/EGL/VERSION/EGL_1_2.py extracting Python/Lib/site-packages/OpenGL/EGL/VERSION/EGL_1_1.py extracting Python/Lib/site-packages/OpenGL/EGL/VERSION/EGL_1_0.py extracting Python/Lib/site-packages/OpenGL/EGL/VERSION/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/ extracting Python/Lib/site-packages/OpenGL/EGL/NV/system_time.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/sync.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/stream_sync.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/post_sub_buffer.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/post_convert_rounding.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/native_query.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/EGL_3dvision_surface.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/depth_nonlinear.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/coverage_sample_resolve.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/coverage_sample.py extracting Python/Lib/site-packages/OpenGL/EGL/NV/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/NOK/ extracting Python/Lib/site-packages/OpenGL/EGL/NOK/texture_from_pixmap.py extracting Python/Lib/site-packages/OpenGL/EGL/NOK/swap_region2.py extracting Python/Lib/site-packages/OpenGL/EGL/NOK/swap_region.py extracting Python/Lib/site-packages/OpenGL/EGL/NOK/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/MESA/ extracting Python/Lib/site-packages/OpenGL/EGL/MESA/platform_gbm.py extracting Python/Lib/site-packages/OpenGL/EGL/MESA/drm_image.py extracting Python/Lib/site-packages/OpenGL/EGL/MESA/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/ extracting Python/Lib/site-packages/OpenGL/EGL/KHR/wait_sync.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/vg_parent_image.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/surfaceless_context.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/stream_producer_eglsurface.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/stream_producer_aldatalocator.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/stream_fifo.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/stream_cross_process_fd.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/stream_consumer_gltexture.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/stream.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/reusable_sync.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/platform_x11.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/platform_wayland.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/platform_gbm.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/platform_android.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/lock_surface3.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/lock_surface2.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/lock_surface.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/image_pixmap.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/image_base.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/image.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/gl_texture_cubemap_image.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/gl_texture_3D_image.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/gl_texture_2D_image.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/gl_renderbuffer_image.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/gl_colorspace.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/get_all_proc_addresses.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/fence_sync.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/create_context.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/config_attribs.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/client_get_all_proc_addresses.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/cl_event2.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/cl_event.py extracting Python/Lib/site-packages/OpenGL/EGL/KHR/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/IMG/ extracting Python/Lib/site-packages/OpenGL/EGL/IMG/context_priority.py extracting Python/Lib/site-packages/OpenGL/EGL/IMG/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/HI/ extracting Python/Lib/site-packages/OpenGL/EGL/HI/colorformats.py extracting Python/Lib/site-packages/OpenGL/EGL/HI/clientpixmap.py extracting Python/Lib/site-packages/OpenGL/EGL/HI/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/ extracting Python/Lib/site-packages/OpenGL/EGL/EXT/swap_buffers_with_damage.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/protected_surface.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/platform_x11.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/platform_wayland.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/platform_base.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/multiview_window.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/image_dma_buf_import.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/create_context_robustness.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/client_extensions.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/buffer_age.py extracting Python/Lib/site-packages/OpenGL/EGL/EXT/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/ARM/ extracting Python/Lib/site-packages/OpenGL/EGL/ARM/pixmap_multisample_discard.py extracting Python/Lib/site-packages/OpenGL/EGL/ARM/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/ANGLE/ extracting Python/Lib/site-packages/OpenGL/EGL/ANGLE/surface_d3d_texture_2d_share_handle.py extracting Python/Lib/site-packages/OpenGL/EGL/ANGLE/query_surface_pointer.py extracting Python/Lib/site-packages/OpenGL/EGL/ANGLE/d3d_share_handle_client_buffer.py extracting Python/Lib/site-packages/OpenGL/EGL/ANGLE/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/ANDROID/ extracting Python/Lib/site-packages/OpenGL/EGL/ANDROID/recordable.py extracting Python/Lib/site-packages/OpenGL/EGL/ANDROID/native_fence_sync.py extracting Python/Lib/site-packages/OpenGL/EGL/ANDROID/image_native_buffer.py extracting Python/Lib/site-packages/OpenGL/EGL/ANDROID/framebuffer_target.py extracting Python/Lib/site-packages/OpenGL/EGL/ANDROID/blob_cache.py extracting Python/Lib/site-packages/OpenGL/EGL/ANDROID/__init__.py extracting Python/Lib/site-packages/OpenGL/EGL/__init__.py extracting Python/Lib/site-packages/OpenGL/DLLS/ extracting Python/Lib/site-packages/OpenGL/converters.py extracting Python/Lib/site-packages/OpenGL/contextdata.py extracting Python/Lib/site-packages/OpenGL/constants.py extracting Python/Lib/site-packages/OpenGL/constant.py extracting Python/Lib/site-packages/OpenGL/arrays/ extracting Python/Lib/site-packages/OpenGL/arrays/vbo.py extracting Python/Lib/site-packages/OpenGL/arrays/strings.py extracting Python/Lib/site-packages/OpenGL/arrays/numpymodule.py extracting Python/Lib/site-packages/OpenGL/arrays/numpybuffers.py extracting Python/Lib/site-packages/OpenGL/arrays/numbers.py extracting Python/Lib/site-packages/OpenGL/arrays/nones.py extracting Python/Lib/site-packages/OpenGL/arrays/lists.py extracting Python/Lib/site-packages/OpenGL/arrays/formathandler.py extracting Python/Lib/site-packages/OpenGL/arrays/ctypespointers.py extracting Python/Lib/site-packages/OpenGL/arrays/ctypesparameters.py extracting Python/Lib/site-packages/OpenGL/arrays/ctypesarrays.py extracting Python/Lib/site-packages/OpenGL/arrays/buffers.py extracting Python/Lib/site-packages/OpenGL/arrays/arrayhelpers.py extracting Python/Lib/site-packages/OpenGL/arrays/arraydatatype.py extracting Python/Lib/site-packages/OpenGL/arrays/_strings.py extracting Python/Lib/site-packages/OpenGL/arrays/_buffers.py extracting Python/Lib/site-packages/OpenGL/arrays/_arrayconstants.py extracting Python/Lib/site-packages/OpenGL/arrays/__init__.py extracting Python/Lib/site-packages/OpenGL/AGL/ extracting Python/Lib/site-packages/OpenGL/AGL/__init__.py extracting Python/Lib/site-packages/OpenGL/acceleratesupport.py extracting Python/Lib/site-packages/OpenGL/_opaque.py extracting Python/Lib/site-packages/OpenGL/_null.py extracting Python/Lib/site-packages/OpenGL/_configflags.py extracting Python/Lib/site-packages/OpenGL/_bytes.py extracting Python/Lib/site-packages/OpenGL/__init__.py extracting Python/Lib/site-packages/olefile-0.45.1-py2.7.egg-info/ extracting Python/Lib/site-packages/olefile-0.45.1-py2.7.egg-info/top_level.txt extracting Python/Lib/site-packages/olefile-0.45.1-py2.7.egg-info/SOURCES.txt extracting Python/Lib/site-packages/olefile-0.45.1-py2.7.egg-info/PKG-INFO extracting Python/Lib/site-packages/olefile-0.45.1-py2.7.egg-info/installed-files.txt extracting Python/Lib/site-packages/olefile-0.45.1-py2.7.egg-info/dependency_links.txt extracting Python/Lib/site-packages/olefile/ extracting Python/Lib/site-packages/olefile/olefile.py extracting Python/Lib/site-packages/olefile/__init__.py extracting Python/Lib/site-packages/numpy-1.14.2.dist-info/ extracting Python/Lib/site-packages/numpy-1.14.2.dist-info/WHEEL extracting Python/Lib/site-packages/numpy-1.14.2.dist-info/top_level.txt extracting Python/Lib/site-packages/numpy-1.14.2.dist-info/RECORD extracting Python/Lib/site-packages/numpy-1.14.2.dist-info/metadata.json extracting Python/Lib/site-packages/numpy-1.14.2.dist-info/METADATA extracting Python/Lib/site-packages/numpy-1.14.2.dist-info/INSTALLER extracting Python/Lib/site-packages/numpy-1.14.2.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/numpy/ extracting Python/Lib/site-packages/numpy/version.py extracting Python/Lib/site-packages/numpy/tests/ extracting Python/Lib/site-packages/numpy/tests/test_warnings.py extracting Python/Lib/site-packages/numpy/tests/test_scripts.py extracting Python/Lib/site-packages/numpy/tests/test_reloading.py extracting Python/Lib/site-packages/numpy/tests/test_numpy_version.py extracting Python/Lib/site-packages/numpy/tests/test_matlib.py extracting Python/Lib/site-packages/numpy/tests/test_ctypeslib.py extracting Python/Lib/site-packages/numpy/tests/__init__.py extracting Python/Lib/site-packages/numpy/testing/ extracting Python/Lib/site-packages/numpy/testing/utils.py extracting Python/Lib/site-packages/numpy/testing/tests/ extracting Python/Lib/site-packages/numpy/testing/tests/test_utils.py extracting Python/Lib/site-packages/numpy/testing/tests/test_doctesting.py extracting Python/Lib/site-packages/numpy/testing/tests/test_decorators.py extracting Python/Lib/site-packages/numpy/testing/tests/__init__.py extracting Python/Lib/site-packages/numpy/testing/setup.py extracting Python/Lib/site-packages/numpy/testing/print_coercion_tables.py extracting Python/Lib/site-packages/numpy/testing/nosetester.py extracting Python/Lib/site-packages/numpy/testing/noseclasses.py extracting Python/Lib/site-packages/numpy/testing/nose_tools/ extracting Python/Lib/site-packages/numpy/testing/nose_tools/utils.py extracting Python/Lib/site-packages/numpy/testing/nose_tools/parameterized.py extracting Python/Lib/site-packages/numpy/testing/nose_tools/nosetester.py extracting Python/Lib/site-packages/numpy/testing/nose_tools/noseclasses.py extracting Python/Lib/site-packages/numpy/testing/nose_tools/decorators.py extracting Python/Lib/site-packages/numpy/testing/nose_tools/__init__.py extracting Python/Lib/site-packages/numpy/testing/decorators.py extracting Python/Lib/site-packages/numpy/testing/__init__.py extracting Python/Lib/site-packages/numpy/setup.py extracting Python/Lib/site-packages/numpy/random/ extracting Python/Lib/site-packages/numpy/random/tests/ extracting Python/Lib/site-packages/numpy/random/tests/test_regression.py extracting Python/Lib/site-packages/numpy/random/tests/test_random.py extracting Python/Lib/site-packages/numpy/random/tests/__init__.py extracting Python/Lib/site-packages/numpy/random/setup.py extracting Python/Lib/site-packages/numpy/random/randomkit.h extracting Python/Lib/site-packages/numpy/random/mtrand.pyd extracting Python/Lib/site-packages/numpy/random/info.py extracting Python/Lib/site-packages/numpy/random/__init__.py extracting Python/Lib/site-packages/numpy/polynomial/ extracting Python/Lib/site-packages/numpy/polynomial/tests/ extracting Python/Lib/site-packages/numpy/polynomial/tests/test_printing.py extracting Python/Lib/site-packages/numpy/polynomial/tests/test_polyutils.py extracting Python/Lib/site-packages/numpy/polynomial/tests/test_polynomial.py extracting Python/Lib/site-packages/numpy/polynomial/tests/test_legendre.py extracting Python/Lib/site-packages/numpy/polynomial/tests/test_laguerre.py extracting Python/Lib/site-packages/numpy/polynomial/tests/test_hermite_e.py extracting Python/Lib/site-packages/numpy/polynomial/tests/test_hermite.py extracting Python/Lib/site-packages/numpy/polynomial/tests/test_classes.py extracting Python/Lib/site-packages/numpy/polynomial/tests/test_chebyshev.py extracting Python/Lib/site-packages/numpy/polynomial/tests/__init__.py extracting Python/Lib/site-packages/numpy/polynomial/setup.py extracting Python/Lib/site-packages/numpy/polynomial/polyutils.py extracting Python/Lib/site-packages/numpy/polynomial/polynomial.py extracting Python/Lib/site-packages/numpy/polynomial/legendre.py extracting Python/Lib/site-packages/numpy/polynomial/laguerre.py extracting Python/Lib/site-packages/numpy/polynomial/hermite_e.py extracting Python/Lib/site-packages/numpy/polynomial/hermite.py extracting Python/Lib/site-packages/numpy/polynomial/chebyshev.py extracting Python/Lib/site-packages/numpy/polynomial/_polybase.py extracting Python/Lib/site-packages/numpy/polynomial/__init__.py extracting Python/Lib/site-packages/numpy/matrixlib/ extracting Python/Lib/site-packages/numpy/matrixlib/tests/ extracting Python/Lib/site-packages/numpy/matrixlib/tests/test_regression.py extracting Python/Lib/site-packages/numpy/matrixlib/tests/test_numeric.py extracting Python/Lib/site-packages/numpy/matrixlib/tests/test_multiarray.py extracting Python/Lib/site-packages/numpy/matrixlib/tests/test_defmatrix.py extracting Python/Lib/site-packages/numpy/matrixlib/tests/__init__.py extracting Python/Lib/site-packages/numpy/matrixlib/setup.py extracting Python/Lib/site-packages/numpy/matrixlib/defmatrix.py extracting Python/Lib/site-packages/numpy/matrixlib/__init__.py extracting Python/Lib/site-packages/numpy/matlib.py extracting Python/Lib/site-packages/numpy/ma/ extracting Python/Lib/site-packages/numpy/ma/version.py extracting Python/Lib/site-packages/numpy/ma/timer_comparison.py extracting Python/Lib/site-packages/numpy/ma/testutils.py extracting Python/Lib/site-packages/numpy/ma/tests/ extracting Python/Lib/site-packages/numpy/ma/tests/test_subclassing.py extracting Python/Lib/site-packages/numpy/ma/tests/test_regression.py extracting Python/Lib/site-packages/numpy/ma/tests/test_old_ma.py extracting Python/Lib/site-packages/numpy/ma/tests/test_mrecords.py extracting Python/Lib/site-packages/numpy/ma/tests/test_extras.py extracting Python/Lib/site-packages/numpy/ma/tests/test_deprecations.py extracting Python/Lib/site-packages/numpy/ma/tests/test_core.py extracting Python/Lib/site-packages/numpy/ma/tests/__init__.py extracting Python/Lib/site-packages/numpy/ma/setup.py extracting Python/Lib/site-packages/numpy/ma/mrecords.py extracting Python/Lib/site-packages/numpy/ma/extras.py extracting Python/Lib/site-packages/numpy/ma/core.py extracting Python/Lib/site-packages/numpy/ma/bench.py extracting Python/Lib/site-packages/numpy/ma/__init__.py extracting Python/Lib/site-packages/numpy/linalg/ extracting Python/Lib/site-packages/numpy/linalg/tests/ extracting Python/Lib/site-packages/numpy/linalg/tests/test_regression.py extracting Python/Lib/site-packages/numpy/linalg/tests/test_linalg.py extracting Python/Lib/site-packages/numpy/linalg/tests/test_deprecations.py extracting Python/Lib/site-packages/numpy/linalg/tests/test_build.py extracting Python/Lib/site-packages/numpy/linalg/tests/__init__.py extracting Python/Lib/site-packages/numpy/linalg/setup.py extracting Python/Lib/site-packages/numpy/linalg/linalg.py extracting Python/Lib/site-packages/numpy/linalg/lapack_lite.pyd extracting Python/Lib/site-packages/numpy/linalg/info.py extracting Python/Lib/site-packages/numpy/linalg/_umath_linalg.pyd extracting Python/Lib/site-packages/numpy/linalg/__init__.py extracting Python/Lib/site-packages/numpy/LICENSE.txt extracting Python/Lib/site-packages/numpy/lib/ extracting Python/Lib/site-packages/numpy/lib/utils.py extracting Python/Lib/site-packages/numpy/lib/user_array.py extracting Python/Lib/site-packages/numpy/lib/ufunclike.py extracting Python/Lib/site-packages/numpy/lib/type_check.py extracting Python/Lib/site-packages/numpy/lib/twodim_base.py extracting Python/Lib/site-packages/numpy/lib/tests/ extracting Python/Lib/site-packages/numpy/lib/tests/test_utils.py extracting Python/Lib/site-packages/numpy/lib/tests/test_ufunclike.py extracting Python/Lib/site-packages/numpy/lib/tests/test_type_check.py extracting Python/Lib/site-packages/numpy/lib/tests/test_twodim_base.py extracting Python/Lib/site-packages/numpy/lib/tests/test_stride_tricks.py extracting Python/Lib/site-packages/numpy/lib/tests/test_shape_base.py extracting Python/Lib/site-packages/numpy/lib/tests/test_regression.py extracting Python/Lib/site-packages/numpy/lib/tests/test_recfunctions.py extracting Python/Lib/site-packages/numpy/lib/tests/test_polynomial.py extracting Python/Lib/site-packages/numpy/lib/tests/test_packbits.py extracting Python/Lib/site-packages/numpy/lib/tests/test_nanfunctions.py extracting Python/Lib/site-packages/numpy/lib/tests/test_mixins.py extracting Python/Lib/site-packages/numpy/lib/tests/test_io.py extracting Python/Lib/site-packages/numpy/lib/tests/test_index_tricks.py extracting Python/Lib/site-packages/numpy/lib/tests/test_function_base.py extracting Python/Lib/site-packages/numpy/lib/tests/test_format.py extracting Python/Lib/site-packages/numpy/lib/tests/test_financial.py extracting Python/Lib/site-packages/numpy/lib/tests/test_arrayterator.py extracting Python/Lib/site-packages/numpy/lib/tests/test_arraysetops.py extracting Python/Lib/site-packages/numpy/lib/tests/test_arraypad.py extracting Python/Lib/site-packages/numpy/lib/tests/test__version.py extracting Python/Lib/site-packages/numpy/lib/tests/test__iotools.py extracting Python/Lib/site-packages/numpy/lib/tests/test__datasource.py extracting Python/Lib/site-packages/numpy/lib/tests/data/ extracting Python/Lib/site-packages/numpy/lib/tests/data/win64python2.npy extracting Python/Lib/site-packages/numpy/lib/tests/data/python3.npy extracting Python/Lib/site-packages/numpy/lib/tests/data/py3-objarr.npz extracting Python/Lib/site-packages/numpy/lib/tests/data/py3-objarr.npy extracting Python/Lib/site-packages/numpy/lib/tests/data/py2-objarr.npz extracting Python/Lib/site-packages/numpy/lib/tests/data/py2-objarr.npy extracting Python/Lib/site-packages/numpy/lib/tests/__init__.py extracting Python/Lib/site-packages/numpy/lib/stride_tricks.py extracting Python/Lib/site-packages/numpy/lib/shape_base.py extracting Python/Lib/site-packages/numpy/lib/setup.py extracting Python/Lib/site-packages/numpy/lib/scimath.py extracting Python/Lib/site-packages/numpy/lib/recfunctions.py extracting Python/Lib/site-packages/numpy/lib/polynomial.py extracting Python/Lib/site-packages/numpy/lib/npyio.py extracting Python/Lib/site-packages/numpy/lib/nanfunctions.py extracting Python/Lib/site-packages/numpy/lib/mixins.py extracting Python/Lib/site-packages/numpy/lib/info.py extracting Python/Lib/site-packages/numpy/lib/index_tricks.py extracting Python/Lib/site-packages/numpy/lib/function_base.py extracting Python/Lib/site-packages/numpy/lib/format.py extracting Python/Lib/site-packages/numpy/lib/financial.py extracting Python/Lib/site-packages/numpy/lib/arrayterator.py extracting Python/Lib/site-packages/numpy/lib/arraysetops.py extracting Python/Lib/site-packages/numpy/lib/arraypad.py extracting Python/Lib/site-packages/numpy/lib/_version.py extracting Python/Lib/site-packages/numpy/lib/_iotools.py extracting Python/Lib/site-packages/numpy/lib/_datasource.py extracting Python/Lib/site-packages/numpy/lib/__init__.py extracting Python/Lib/site-packages/numpy/fft/ extracting Python/Lib/site-packages/numpy/fft/tests/ extracting Python/Lib/site-packages/numpy/fft/tests/test_helper.py extracting Python/Lib/site-packages/numpy/fft/tests/test_fftpack.py extracting Python/Lib/site-packages/numpy/fft/tests/__init__.py extracting Python/Lib/site-packages/numpy/fft/setup.py extracting Python/Lib/site-packages/numpy/fft/info.py extracting Python/Lib/site-packages/numpy/fft/helper.py extracting Python/Lib/site-packages/numpy/fft/fftpack_lite.pyd extracting Python/Lib/site-packages/numpy/fft/fftpack.py extracting Python/Lib/site-packages/numpy/fft/__init__.py extracting Python/Lib/site-packages/numpy/f2py/ extracting Python/Lib/site-packages/numpy/f2py/use_rules.py extracting Python/Lib/site-packages/numpy/f2py/tests/ extracting Python/Lib/site-packages/numpy/f2py/tests/util.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_string.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_size.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_return_real.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_return_logical.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_return_integer.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_return_complex.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_return_character.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_regression.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_parameter.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_mixed.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_kind.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_common.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_callback.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_block_docstring.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_assumed_shape.py extracting Python/Lib/site-packages/numpy/f2py/tests/test_array_from_pyobj.py extracting Python/Lib/site-packages/numpy/f2py/tests/src/ extracting Python/Lib/site-packages/numpy/f2py/tests/src/string/ extracting Python/Lib/site-packages/numpy/f2py/tests/src/string/char.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/size/ extracting Python/Lib/site-packages/numpy/f2py/tests/src/size/foo.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/regression/ extracting Python/Lib/site-packages/numpy/f2py/tests/src/regression/inout.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/parameter/ extracting Python/Lib/site-packages/numpy/f2py/tests/src/parameter/constant_real.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/parameter/constant_non_compound.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/parameter/constant_integer.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/parameter/constant_compound.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/parameter/constant_both.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/mixed/ extracting Python/Lib/site-packages/numpy/f2py/tests/src/mixed/foo_free.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/mixed/foo_fixed.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/mixed/foo.f extracting Python/Lib/site-packages/numpy/f2py/tests/src/kind/ extracting Python/Lib/site-packages/numpy/f2py/tests/src/kind/foo.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/common/ extracting Python/Lib/site-packages/numpy/f2py/tests/src/common/block.f extracting Python/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/ extracting Python/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/precision.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/foo_use.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/foo_mod.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/foo_free.f90 extracting Python/Lib/site-packages/numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap extracting Python/Lib/site-packages/numpy/f2py/tests/src/array_from_pyobj/ extracting Python/Lib/site-packages/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c extracting Python/Lib/site-packages/numpy/f2py/tests/__init__.py extracting Python/Lib/site-packages/numpy/f2py/src/ extracting Python/Lib/site-packages/numpy/f2py/src/fortranobject.h extracting Python/Lib/site-packages/numpy/f2py/src/fortranobject.c extracting Python/Lib/site-packages/numpy/f2py/setup.py extracting Python/Lib/site-packages/numpy/f2py/rules.py extracting Python/Lib/site-packages/numpy/f2py/info.py extracting Python/Lib/site-packages/numpy/f2py/func2subr.py extracting Python/Lib/site-packages/numpy/f2py/f90mod_rules.py extracting Python/Lib/site-packages/numpy/f2py/f2py2e.py extracting Python/Lib/site-packages/numpy/f2py/f2py_testing.py extracting Python/Lib/site-packages/numpy/f2py/diagnose.py extracting Python/Lib/site-packages/numpy/f2py/crackfortran.py extracting Python/Lib/site-packages/numpy/f2py/common_rules.py extracting Python/Lib/site-packages/numpy/f2py/cfuncs.py extracting Python/Lib/site-packages/numpy/f2py/cb_rules.py extracting Python/Lib/site-packages/numpy/f2py/capi_maps.py extracting Python/Lib/site-packages/numpy/f2py/auxfuncs.py extracting Python/Lib/site-packages/numpy/f2py/__version__.py extracting Python/Lib/site-packages/numpy/f2py/__main__.py extracting Python/Lib/site-packages/numpy/f2py/__init__.py extracting Python/Lib/site-packages/numpy/dual.py extracting Python/Lib/site-packages/numpy/doc/ extracting Python/Lib/site-packages/numpy/doc/ufuncs.py extracting Python/Lib/site-packages/numpy/doc/subclassing.py extracting Python/Lib/site-packages/numpy/doc/structured_arrays.py extracting Python/Lib/site-packages/numpy/doc/misc.py extracting Python/Lib/site-packages/numpy/doc/internals.py extracting Python/Lib/site-packages/numpy/doc/indexing.py extracting Python/Lib/site-packages/numpy/doc/glossary.py extracting Python/Lib/site-packages/numpy/doc/creation.py extracting Python/Lib/site-packages/numpy/doc/constants.py extracting Python/Lib/site-packages/numpy/doc/byteswapping.py extracting Python/Lib/site-packages/numpy/doc/broadcasting.py extracting Python/Lib/site-packages/numpy/doc/basics.py extracting Python/Lib/site-packages/numpy/doc/__init__.py extracting Python/Lib/site-packages/numpy/distutils/ extracting Python/Lib/site-packages/numpy/distutils/unixccompiler.py extracting Python/Lib/site-packages/numpy/distutils/tests/ extracting Python/Lib/site-packages/numpy/distutils/tests/test_system_info.py extracting Python/Lib/site-packages/numpy/distutils/tests/test_npy_pkg_config.py extracting Python/Lib/site-packages/numpy/distutils/tests/test_misc_util.py extracting Python/Lib/site-packages/numpy/distutils/tests/test_fcompiler_nagfor.py extracting Python/Lib/site-packages/numpy/distutils/tests/test_fcompiler_intel.py extracting Python/Lib/site-packages/numpy/distutils/tests/test_fcompiler_gnu.py extracting Python/Lib/site-packages/numpy/distutils/tests/test_exec_command.py extracting Python/Lib/site-packages/numpy/distutils/tests/__init__.py extracting Python/Lib/site-packages/numpy/distutils/system_info.py extracting Python/Lib/site-packages/numpy/distutils/setup.py extracting Python/Lib/site-packages/numpy/distutils/pathccompiler.py extracting Python/Lib/site-packages/numpy/distutils/numpy_distribution.py extracting Python/Lib/site-packages/numpy/distutils/npy_pkg_config.py extracting Python/Lib/site-packages/numpy/distutils/msvccompiler.py extracting Python/Lib/site-packages/numpy/distutils/msvc9compiler.py extracting Python/Lib/site-packages/numpy/distutils/misc_util.py extracting Python/Lib/site-packages/numpy/distutils/mingw32ccompiler.py extracting Python/Lib/site-packages/numpy/distutils/mingw/ extracting Python/Lib/site-packages/numpy/distutils/mingw/gfortran_vs2003_hack.c extracting Python/Lib/site-packages/numpy/distutils/log.py extracting Python/Lib/site-packages/numpy/distutils/line_endings.py extracting Python/Lib/site-packages/numpy/distutils/lib2def.py extracting Python/Lib/site-packages/numpy/distutils/intelccompiler.py extracting Python/Lib/site-packages/numpy/distutils/info.py extracting Python/Lib/site-packages/numpy/distutils/from_template.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/ extracting Python/Lib/site-packages/numpy/distutils/fcompiler/vast.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/sun.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/pg.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/pathf95.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/none.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/nag.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/mips.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/lahey.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/intel.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/ibm.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/hpux.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/gnu.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/g95.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/compaq.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/absoft.py extracting Python/Lib/site-packages/numpy/distutils/fcompiler/__init__.py extracting Python/Lib/site-packages/numpy/distutils/extension.py extracting Python/Lib/site-packages/numpy/distutils/exec_command.py extracting Python/Lib/site-packages/numpy/distutils/environment.py extracting Python/Lib/site-packages/numpy/distutils/cpuinfo.py extracting Python/Lib/site-packages/numpy/distutils/core.py extracting Python/Lib/site-packages/numpy/distutils/conv_template.py extracting Python/Lib/site-packages/numpy/distutils/compat.py extracting Python/Lib/site-packages/numpy/distutils/command/ extracting Python/Lib/site-packages/numpy/distutils/command/sdist.py extracting Python/Lib/site-packages/numpy/distutils/command/install_headers.py extracting Python/Lib/site-packages/numpy/distutils/command/install_data.py extracting Python/Lib/site-packages/numpy/distutils/command/install_clib.py extracting Python/Lib/site-packages/numpy/distutils/command/install.py extracting Python/Lib/site-packages/numpy/distutils/command/egg_info.py extracting Python/Lib/site-packages/numpy/distutils/command/develop.py extracting Python/Lib/site-packages/numpy/distutils/command/config_compiler.py extracting Python/Lib/site-packages/numpy/distutils/command/config.py extracting Python/Lib/site-packages/numpy/distutils/command/build_src.py extracting Python/Lib/site-packages/numpy/distutils/command/build_scripts.py extracting Python/Lib/site-packages/numpy/distutils/command/build_py.py extracting Python/Lib/site-packages/numpy/distutils/command/build_ext.py extracting Python/Lib/site-packages/numpy/distutils/command/build_clib.py extracting Python/Lib/site-packages/numpy/distutils/command/build.py extracting Python/Lib/site-packages/numpy/distutils/command/bdist_rpm.py extracting Python/Lib/site-packages/numpy/distutils/command/autodist.py extracting Python/Lib/site-packages/numpy/distutils/command/__init__.py extracting Python/Lib/site-packages/numpy/distutils/ccompiler.py extracting Python/Lib/site-packages/numpy/distutils/__version__.py extracting Python/Lib/site-packages/numpy/distutils/__init__.py extracting Python/Lib/site-packages/numpy/distutils/__config__.py extracting Python/Lib/site-packages/numpy/ctypeslib.py extracting Python/Lib/site-packages/numpy/core/ extracting Python/Lib/site-packages/numpy/core/umath_tests.pyd extracting Python/Lib/site-packages/numpy/core/umath.pyd extracting Python/Lib/site-packages/numpy/core/tests/ extracting Python/Lib/site-packages/numpy/core/tests/test_unicode.py extracting Python/Lib/site-packages/numpy/core/tests/test_umath_complex.py extracting Python/Lib/site-packages/numpy/core/tests/test_umath.py extracting Python/Lib/site-packages/numpy/core/tests/test_ufunc.py extracting Python/Lib/site-packages/numpy/core/tests/test_shape_base.py extracting Python/Lib/site-packages/numpy/core/tests/test_scalarprint.py extracting Python/Lib/site-packages/numpy/core/tests/test_scalarmath.py extracting Python/Lib/site-packages/numpy/core/tests/test_scalarinherit.py extracting Python/Lib/site-packages/numpy/core/tests/test_scalar_ctors.py extracting Python/Lib/site-packages/numpy/core/tests/test_regression.py extracting Python/Lib/site-packages/numpy/core/tests/test_records.py extracting Python/Lib/site-packages/numpy/core/tests/test_print.py extracting Python/Lib/site-packages/numpy/core/tests/test_numerictypes.py extracting Python/Lib/site-packages/numpy/core/tests/test_numeric.py extracting Python/Lib/site-packages/numpy/core/tests/test_nditer.py extracting Python/Lib/site-packages/numpy/core/tests/test_multiarray.py extracting Python/Lib/site-packages/numpy/core/tests/test_memmap.py extracting Python/Lib/site-packages/numpy/core/tests/test_mem_overlap.py extracting Python/Lib/site-packages/numpy/core/tests/test_machar.py extracting Python/Lib/site-packages/numpy/core/tests/test_longdouble.py extracting Python/Lib/site-packages/numpy/core/tests/test_item_selection.py extracting Python/Lib/site-packages/numpy/core/tests/test_indexing.py extracting Python/Lib/site-packages/numpy/core/tests/test_indexerrors.py extracting Python/Lib/site-packages/numpy/core/tests/test_half.py extracting Python/Lib/site-packages/numpy/core/tests/test_getlimits.py extracting Python/Lib/site-packages/numpy/core/tests/test_function_base.py extracting Python/Lib/site-packages/numpy/core/tests/test_extint128.py extracting Python/Lib/site-packages/numpy/core/tests/test_errstate.py extracting Python/Lib/site-packages/numpy/core/tests/test_einsum.py extracting Python/Lib/site-packages/numpy/core/tests/test_dtype.py extracting Python/Lib/site-packages/numpy/core/tests/test_deprecations.py extracting Python/Lib/site-packages/numpy/core/tests/test_defchararray.py extracting Python/Lib/site-packages/numpy/core/tests/test_datetime.py extracting Python/Lib/site-packages/numpy/core/tests/test_arrayprint.py extracting Python/Lib/site-packages/numpy/core/tests/test_api.py extracting Python/Lib/site-packages/numpy/core/tests/test_abc.py extracting Python/Lib/site-packages/numpy/core/tests/data/ extracting Python/Lib/site-packages/numpy/core/tests/data/recarray_from_file.fits extracting Python/Lib/site-packages/numpy/core/tests/data/astype_copy.pkl extracting Python/Lib/site-packages/numpy/core/tests/__init__.py extracting Python/Lib/site-packages/numpy/core/test_rational.pyd extracting Python/Lib/site-packages/numpy/core/struct_ufunc_test.pyd extracting Python/Lib/site-packages/numpy/core/shape_base.py extracting Python/Lib/site-packages/numpy/core/setup_common.py extracting Python/Lib/site-packages/numpy/core/setup.py extracting Python/Lib/site-packages/numpy/core/records.py extracting Python/Lib/site-packages/numpy/core/operand_flag_tests.pyd extracting Python/Lib/site-packages/numpy/core/numerictypes.py extracting Python/Lib/site-packages/numpy/core/numeric.py extracting Python/Lib/site-packages/numpy/core/multiarray_tests.pyd extracting Python/Lib/site-packages/numpy/core/multiarray.pyd extracting Python/Lib/site-packages/numpy/core/memmap.py extracting Python/Lib/site-packages/numpy/core/machar.py extracting Python/Lib/site-packages/numpy/core/lib/ extracting Python/Lib/site-packages/numpy/core/lib/npy-pkg-config/ extracting Python/Lib/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini extracting Python/Lib/site-packages/numpy/core/lib/npy-pkg-config/mlib.ini extracting Python/Lib/site-packages/numpy/core/lib/npymath.lib extracting Python/Lib/site-packages/numpy/core/info.py extracting Python/Lib/site-packages/numpy/core/include/ extracting Python/Lib/site-packages/numpy/core/include/numpy/ extracting Python/Lib/site-packages/numpy/core/include/numpy/utils.h extracting Python/Lib/site-packages/numpy/core/include/numpy/ufuncobject.h extracting Python/Lib/site-packages/numpy/core/include/numpy/ufunc_api.txt extracting Python/Lib/site-packages/numpy/core/include/numpy/oldnumeric.h extracting Python/Lib/site-packages/numpy/core/include/numpy/old_defines.h extracting Python/Lib/site-packages/numpy/core/include/numpy/numpyconfig.h extracting Python/Lib/site-packages/numpy/core/include/numpy/npy_os.h extracting Python/Lib/site-packages/numpy/core/include/numpy/npy_no_deprecated_api.h extracting Python/Lib/site-packages/numpy/core/include/numpy/npy_math.h extracting Python/Lib/site-packages/numpy/core/include/numpy/npy_interrupt.h extracting Python/Lib/site-packages/numpy/core/include/numpy/npy_endian.h extracting Python/Lib/site-packages/numpy/core/include/numpy/npy_cpu.h extracting Python/Lib/site-packages/numpy/core/include/numpy/npy_common.h extracting Python/Lib/site-packages/numpy/core/include/numpy/npy_3kcompat.h extracting Python/Lib/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h extracting Python/Lib/site-packages/numpy/core/include/numpy/noprefix.h extracting Python/Lib/site-packages/numpy/core/include/numpy/ndarraytypes.h extracting Python/Lib/site-packages/numpy/core/include/numpy/ndarrayobject.h extracting Python/Lib/site-packages/numpy/core/include/numpy/multiarray_api.txt extracting Python/Lib/site-packages/numpy/core/include/numpy/halffloat.h extracting Python/Lib/site-packages/numpy/core/include/numpy/arrayscalars.h extracting Python/Lib/site-packages/numpy/core/include/numpy/arrayobject.h extracting Python/Lib/site-packages/numpy/core/include/numpy/_numpyconfig.h extracting Python/Lib/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h extracting Python/Lib/site-packages/numpy/core/include/numpy/__ufunc_api.h extracting Python/Lib/site-packages/numpy/core/include/numpy/__multiarray_api.h extracting Python/Lib/site-packages/numpy/core/getlimits.py extracting Python/Lib/site-packages/numpy/core/generate_numpy_api.py extracting Python/Lib/site-packages/numpy/core/function_base.py extracting Python/Lib/site-packages/numpy/core/fromnumeric.py extracting Python/Lib/site-packages/numpy/core/einsumfunc.py extracting Python/Lib/site-packages/numpy/core/defchararray.py extracting Python/Lib/site-packages/numpy/core/cversions.py extracting Python/Lib/site-packages/numpy/core/arrayprint.py extracting Python/Lib/site-packages/numpy/core/_methods.py extracting Python/Lib/site-packages/numpy/core/_internal.py extracting Python/Lib/site-packages/numpy/core/_dummy.pyd extracting Python/Lib/site-packages/numpy/core/__init__.py extracting Python/Lib/site-packages/numpy/conftest.py extracting Python/Lib/site-packages/numpy/compat/ extracting Python/Lib/site-packages/numpy/compat/setup.py extracting Python/Lib/site-packages/numpy/compat/py3k.py extracting Python/Lib/site-packages/numpy/compat/_inspect.py extracting Python/Lib/site-packages/numpy/compat/__init__.py extracting Python/Lib/site-packages/numpy/add_newdocs.py extracting Python/Lib/site-packages/numpy/_import_tools.py extracting Python/Lib/site-packages/numpy/_globals.py extracting Python/Lib/site-packages/numpy/_distributor_init.py extracting Python/Lib/site-packages/numpy/__init__.py extracting Python/Lib/site-packages/numpy/__config__.py extracting Python/Lib/site-packages/numpy/.libs/ extracting Python/Lib/site-packages/numpy/.libs/libopenblas.BNVRK7633HSX7YVO2TADGR4A5KEKXJAW.gfortran-win_amd64.dll extracting Python/Lib/site-packages/msgpack-0.6.1.dist-info/ extracting Python/Lib/site-packages/msgpack-0.6.1.dist-info/WHEEL extracting Python/Lib/site-packages/msgpack-0.6.1.dist-info/top_level.txt extracting Python/Lib/site-packages/msgpack-0.6.1.dist-info/RECORD extracting Python/Lib/site-packages/msgpack-0.6.1.dist-info/METADATA extracting Python/Lib/site-packages/msgpack-0.6.1.dist-info/INSTALLER extracting Python/Lib/site-packages/msgpack-0.6.1.dist-info/COPYING extracting Python/Lib/site-packages/msgpack/ extracting Python/Lib/site-packages/msgpack/fallback.pyc extracting Python/Lib/site-packages/msgpack/fallback.py extracting Python/Lib/site-packages/msgpack/exceptions.pyc extracting Python/Lib/site-packages/msgpack/exceptions.py extracting Python/Lib/site-packages/msgpack/_version.pyc extracting Python/Lib/site-packages/msgpack/_version.py extracting Python/Lib/site-packages/msgpack/_cmsgpack.pyd extracting Python/Lib/site-packages/msgpack/__init__.pyc extracting Python/Lib/site-packages/msgpack/__init__.py extracting Python/Lib/site-packages/mrcfile-1.1.0.dist-info/ extracting Python/Lib/site-packages/mrcfile-1.1.0.dist-info/WHEEL extracting Python/Lib/site-packages/mrcfile-1.1.0.dist-info/top_level.txt extracting Python/Lib/site-packages/mrcfile-1.1.0.dist-info/RECORD extracting Python/Lib/site-packages/mrcfile-1.1.0.dist-info/metadata.json extracting Python/Lib/site-packages/mrcfile-1.1.0.dist-info/METADATA extracting Python/Lib/site-packages/mrcfile-1.1.0.dist-info/INSTALLER extracting Python/Lib/site-packages/mrcfile-1.1.0.dist-info/entry_points.txt extracting Python/Lib/site-packages/mrcfile-1.1.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/mrcfile/ extracting Python/Lib/site-packages/mrcfile/version.pyc extracting Python/Lib/site-packages/mrcfile/version.py extracting Python/Lib/site-packages/mrcfile/validator.pyc extracting Python/Lib/site-packages/mrcfile/validator.py extracting Python/Lib/site-packages/mrcfile/utils.pyc extracting Python/Lib/site-packages/mrcfile/utils.py extracting Python/Lib/site-packages/mrcfile/mrcobject.pyc extracting Python/Lib/site-packages/mrcfile/mrcobject.py extracting Python/Lib/site-packages/mrcfile/mrcmemmap.pyc extracting Python/Lib/site-packages/mrcfile/mrcmemmap.py extracting Python/Lib/site-packages/mrcfile/mrcinterpreter.pyc extracting Python/Lib/site-packages/mrcfile/mrcinterpreter.py extracting Python/Lib/site-packages/mrcfile/mrcfile.pyc extracting Python/Lib/site-packages/mrcfile/mrcfile.py extracting Python/Lib/site-packages/mrcfile/load_functions.pyc extracting Python/Lib/site-packages/mrcfile/load_functions.py extracting Python/Lib/site-packages/mrcfile/gzipmrcfile.pyc extracting Python/Lib/site-packages/mrcfile/gzipmrcfile.py extracting Python/Lib/site-packages/mrcfile/future_mrcfile.pyc extracting Python/Lib/site-packages/mrcfile/future_mrcfile.py extracting Python/Lib/site-packages/mrcfile/dtypes.pyc extracting Python/Lib/site-packages/mrcfile/dtypes.py extracting Python/Lib/site-packages/mrcfile/constants.pyc extracting Python/Lib/site-packages/mrcfile/constants.py extracting Python/Lib/site-packages/mrcfile/command_line.pyc extracting Python/Lib/site-packages/mrcfile/command_line.py extracting Python/Lib/site-packages/mrcfile/bzip2mrcfile.pyc extracting Python/Lib/site-packages/mrcfile/bzip2mrcfile.py extracting Python/Lib/site-packages/mrcfile/__init__.pyc extracting Python/Lib/site-packages/mrcfile/__init__.py extracting Python/Lib/site-packages/mpl_toolkits/ extracting Python/Lib/site-packages/mpl_toolkits/mplot3d/ extracting Python/Lib/site-packages/mpl_toolkits/mplot3d/proj3d.py extracting Python/Lib/site-packages/mpl_toolkits/mplot3d/axis3d.py extracting Python/Lib/site-packages/mpl_toolkits/mplot3d/axes3d.py extracting Python/Lib/site-packages/mpl_toolkits/mplot3d/art3d.py extracting Python/Lib/site-packages/mpl_toolkits/mplot3d/__init__.py extracting Python/Lib/site-packages/mpl_toolkits/gtktools.py extracting Python/Lib/site-packages/mpl_toolkits/exceltools.py extracting Python/Lib/site-packages/mpl_toolkits/axisartist/ extracting Python/Lib/site-packages/mpl_toolkits/axisartist/grid_helper_curvelinear.py extracting Python/Lib/site-packages/mpl_toolkits/axisartist/grid_finder.py extracting Python/Lib/site-packages/mpl_toolkits/axisartist/floating_axes.py extracting Python/Lib/site-packages/mpl_toolkits/axisartist/clip_path.py extracting Python/Lib/site-packages/mpl_toolkits/axisartist/axislines.py extracting Python/Lib/site-packages/mpl_toolkits/axisartist/axisline_style.py extracting Python/Lib/site-packages/mpl_toolkits/axisartist/axis_artist.py extracting Python/Lib/site-packages/mpl_toolkits/axisartist/angle_helper.py extracting Python/Lib/site-packages/mpl_toolkits/axisartist/__init__.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/ extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/parasite_axes.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/mpl_axes.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/inset_locator.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/colorbar.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/axes_size.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/axes_rgb.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/axes_grid.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/axes_divider.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/anchored_artists.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid1/__init__.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/ extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/parasite_axes.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/inset_locator.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/grid_helper_curvelinear.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/grid_finder.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/floating_axes.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/colorbar.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/clip_path.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/axislines.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/axisline_style.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/axis_artist.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/axes_size.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/axes_rgb.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/axes_grid.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/axes_divider.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/angle_helper.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/anchored_artists.py extracting Python/Lib/site-packages/mpl_toolkits/axes_grid/__init__.py extracting Python/Lib/site-packages/more_itertools-4.1.0.dist-info/ extracting Python/Lib/site-packages/more_itertools-4.1.0.dist-info/WHEEL extracting Python/Lib/site-packages/more_itertools-4.1.0.dist-info/top_level.txt extracting Python/Lib/site-packages/more_itertools-4.1.0.dist-info/RECORD extracting Python/Lib/site-packages/more_itertools-4.1.0.dist-info/metadata.json extracting Python/Lib/site-packages/more_itertools-4.1.0.dist-info/METADATA extracting Python/Lib/site-packages/more_itertools-4.1.0.dist-info/INSTALLER extracting Python/Lib/site-packages/more_itertools-4.1.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/more_itertools/ extracting Python/Lib/site-packages/more_itertools/tests/ extracting Python/Lib/site-packages/more_itertools/tests/test_recipes.py extracting Python/Lib/site-packages/more_itertools/tests/test_more.py extracting Python/Lib/site-packages/more_itertools/tests/__init__.py extracting Python/Lib/site-packages/more_itertools/recipes.py extracting Python/Lib/site-packages/more_itertools/more.py extracting Python/Lib/site-packages/more_itertools/__init__.py extracting Python/Lib/site-packages/mock-2.0.0.dist-info/ extracting Python/Lib/site-packages/mock-2.0.0.dist-info/WHEEL extracting Python/Lib/site-packages/mock-2.0.0.dist-info/top_level.txt extracting Python/Lib/site-packages/mock-2.0.0.dist-info/RECORD extracting Python/Lib/site-packages/mock-2.0.0.dist-info/pbr.json extracting Python/Lib/site-packages/mock-2.0.0.dist-info/metadata.json extracting Python/Lib/site-packages/mock-2.0.0.dist-info/METADATA extracting Python/Lib/site-packages/mock-2.0.0.dist-info/INSTALLER extracting Python/Lib/site-packages/mock-2.0.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/mock/ extracting Python/Lib/site-packages/mock/tests/ extracting Python/Lib/site-packages/mock/tests/testwith.py extracting Python/Lib/site-packages/mock/tests/testsentinel.py extracting Python/Lib/site-packages/mock/tests/testpatch.py extracting Python/Lib/site-packages/mock/tests/testmock.py extracting Python/Lib/site-packages/mock/tests/testmagicmethods.py extracting Python/Lib/site-packages/mock/tests/testhelpers.py extracting Python/Lib/site-packages/mock/tests/testcallable.py extracting Python/Lib/site-packages/mock/tests/support.py extracting Python/Lib/site-packages/mock/tests/__main__.py extracting Python/Lib/site-packages/mock/tests/__init__.py extracting Python/Lib/site-packages/mock/mock.py extracting Python/Lib/site-packages/mock/__init__.py extracting Python/Lib/site-packages/matplotlib-2.0.0-py2.7-nspkg.pth extracting Python/Lib/site-packages/matplotlib-2.0.0.dist-info/ extracting Python/Lib/site-packages/matplotlib-2.0.0.dist-info/WHEEL extracting Python/Lib/site-packages/matplotlib-2.0.0.dist-info/top_level.txt extracting Python/Lib/site-packages/matplotlib-2.0.0.dist-info/RECORD extracting Python/Lib/site-packages/matplotlib-2.0.0.dist-info/namespace_packages.txt extracting Python/Lib/site-packages/matplotlib-2.0.0.dist-info/metadata.json extracting Python/Lib/site-packages/matplotlib-2.0.0.dist-info/METADATA extracting Python/Lib/site-packages/matplotlib-2.0.0.dist-info/INSTALLER extracting Python/Lib/site-packages/matplotlib-2.0.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/matplotlib/ extracting Python/Lib/site-packages/matplotlib/widgets.py extracting Python/Lib/site-packages/matplotlib/units.py extracting Python/Lib/site-packages/matplotlib/type1font.py extracting Python/Lib/site-packages/matplotlib/ttconv.pyd extracting Python/Lib/site-packages/matplotlib/tri/ extracting Python/Lib/site-packages/matplotlib/tri/tritools.py extracting Python/Lib/site-packages/matplotlib/tri/trirefine.py extracting Python/Lib/site-packages/matplotlib/tri/triplot.py extracting Python/Lib/site-packages/matplotlib/tri/tripcolor.py extracting Python/Lib/site-packages/matplotlib/tri/triinterpolate.py extracting Python/Lib/site-packages/matplotlib/tri/trifinder.py extracting Python/Lib/site-packages/matplotlib/tri/tricontour.py extracting Python/Lib/site-packages/matplotlib/tri/triangulation.py extracting Python/Lib/site-packages/matplotlib/tri/__init__.py extracting Python/Lib/site-packages/matplotlib/transforms.py extracting Python/Lib/site-packages/matplotlib/tight_layout.py extracting Python/Lib/site-packages/matplotlib/tight_bbox.py extracting Python/Lib/site-packages/matplotlib/ticker.py extracting Python/Lib/site-packages/matplotlib/textpath.py extracting Python/Lib/site-packages/matplotlib/text.py extracting Python/Lib/site-packages/matplotlib/texmanager.py extracting Python/Lib/site-packages/matplotlib/testing/ extracting Python/Lib/site-packages/matplotlib/testing/noseclasses.py extracting Python/Lib/site-packages/matplotlib/testing/jpl_units/ extracting Python/Lib/site-packages/matplotlib/testing/jpl_units/UnitDblFormatter.py extracting Python/Lib/site-packages/matplotlib/testing/jpl_units/UnitDblConverter.py extracting Python/Lib/site-packages/matplotlib/testing/jpl_units/UnitDbl.py extracting Python/Lib/site-packages/matplotlib/testing/jpl_units/StrConverter.py extracting Python/Lib/site-packages/matplotlib/testing/jpl_units/EpochConverter.py extracting Python/Lib/site-packages/matplotlib/testing/jpl_units/Epoch.py extracting Python/Lib/site-packages/matplotlib/testing/jpl_units/Duration.py extracting Python/Lib/site-packages/matplotlib/testing/jpl_units/__init__.py extracting Python/Lib/site-packages/matplotlib/testing/exceptions.py extracting Python/Lib/site-packages/matplotlib/testing/disable_internet.py extracting Python/Lib/site-packages/matplotlib/testing/decorators.py extracting Python/Lib/site-packages/matplotlib/testing/compare.py extracting Python/Lib/site-packages/matplotlib/testing/__init__.py extracting Python/Lib/site-packages/matplotlib/table.py extracting Python/Lib/site-packages/matplotlib/style/ extracting Python/Lib/site-packages/matplotlib/style/core.py extracting Python/Lib/site-packages/matplotlib/style/__init__.py extracting Python/Lib/site-packages/matplotlib/streamplot.py extracting Python/Lib/site-packages/matplotlib/stackplot.py extracting Python/Lib/site-packages/matplotlib/spines.py extracting Python/Lib/site-packages/matplotlib/sphinxext/ extracting Python/Lib/site-packages/matplotlib/sphinxext/plot_directive.py extracting Python/Lib/site-packages/matplotlib/sphinxext/only_directives.py extracting Python/Lib/site-packages/matplotlib/sphinxext/mathmpl.py extracting Python/Lib/site-packages/matplotlib/sphinxext/__init__.py extracting Python/Lib/site-packages/matplotlib/scale.py extracting Python/Lib/site-packages/matplotlib/sankey.py extracting Python/Lib/site-packages/matplotlib/rcsetup.py extracting Python/Lib/site-packages/matplotlib/quiver.py extracting Python/Lib/site-packages/matplotlib/pyplot.py extracting Python/Lib/site-packages/matplotlib/pylab.py extracting Python/Lib/site-packages/matplotlib/projections/ extracting Python/Lib/site-packages/matplotlib/projections/polar.py extracting Python/Lib/site-packages/matplotlib/projections/geo.py extracting Python/Lib/site-packages/matplotlib/projections/__init__.py extracting Python/Lib/site-packages/matplotlib/patheffects.py extracting Python/Lib/site-packages/matplotlib/path.py extracting Python/Lib/site-packages/matplotlib/patches.py extracting Python/Lib/site-packages/matplotlib/offsetbox.py extracting Python/Lib/site-packages/matplotlib/mpl-data/ extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/ extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-whitegrid.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-white.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-ticks.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-talk.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-poster.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-pastel.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-paper.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-notebook.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-muted.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-deep.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-dark-palette.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-darkgrid.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-dark.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-colorblind.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn-bright.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/seaborn.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/grayscale.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/ggplot.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/dark_background.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/classic.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/stylelib/bmh.mplstyle extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/ extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/s1045.ima.gz extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/README.txt extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/percent_bachelors_degrees_women_usa.csv extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/None_vs_nearest-pdf.png extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/necked_tensile_specimen.png extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/msft.csv extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/membrane.dat extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/logo2.png extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/jacksboro_fault_dem.npz extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/INTC.dat.gz extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/grace_hopper.png extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/grace_hopper.jpg extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/goog.npy extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/eeg.dat extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/demodata.csv extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/data_x_x2_x3.csv extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/ct.raw.gz extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/axes_grid/ extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/axes_grid/bivariate_normal.npy extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/ada.png extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/aapl.npy.gz extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/AAPL.dat.gz extracting Python/Lib/site-packages/matplotlib/mpl-data/sample_data/aapl.csv extracting Python/Lib/site-packages/matplotlib/mpl-data/matplotlibrc extracting Python/Lib/site-packages/matplotlib/mpl-data/lineprops.glade extracting Python/Lib/site-packages/matplotlib/mpl-data/images/ extracting Python/Lib/site-packages/matplotlib/mpl-data/images/zoom_to_rect_large.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/zoom_to_rect_large.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/zoom_to_rect.svg extracting Python/Lib/site-packages/matplotlib/mpl-data/images/zoom_to_rect.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/zoom_to_rect.pdf extracting Python/Lib/site-packages/matplotlib/mpl-data/images/zoom_to_rect.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/subplots_large.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/subplots_large.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/subplots.svg extracting Python/Lib/site-packages/matplotlib/mpl-data/images/subplots.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/subplots.pdf extracting Python/Lib/site-packages/matplotlib/mpl-data/images/subplots.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/qt4_editor_options_large.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/qt4_editor_options.svg extracting Python/Lib/site-packages/matplotlib/mpl-data/images/qt4_editor_options.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/qt4_editor_options.pdf extracting Python/Lib/site-packages/matplotlib/mpl-data/images/move_large.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/move_large.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/move.svg extracting Python/Lib/site-packages/matplotlib/mpl-data/images/move.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/move.pdf extracting Python/Lib/site-packages/matplotlib/mpl-data/images/move.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/matplotlib_large.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/matplotlib.svg extracting Python/Lib/site-packages/matplotlib/mpl-data/images/matplotlib.ppm extracting Python/Lib/site-packages/matplotlib/mpl-data/images/matplotlib.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/matplotlib.pdf extracting Python/Lib/site-packages/matplotlib/mpl-data/images/home_large.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/home_large.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/home.svg extracting Python/Lib/site-packages/matplotlib/mpl-data/images/home.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/home.pdf extracting Python/Lib/site-packages/matplotlib/mpl-data/images/home.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/hand_large.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/hand.svg extracting Python/Lib/site-packages/matplotlib/mpl-data/images/hand.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/hand.pdf extracting Python/Lib/site-packages/matplotlib/mpl-data/images/hand.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/forward_large.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/forward_large.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/forward.svg extracting Python/Lib/site-packages/matplotlib/mpl-data/images/forward.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/forward.pdf extracting Python/Lib/site-packages/matplotlib/mpl-data/images/forward.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/filesave_large.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/filesave_large.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/filesave.svg extracting Python/Lib/site-packages/matplotlib/mpl-data/images/filesave.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/filesave.pdf extracting Python/Lib/site-packages/matplotlib/mpl-data/images/filesave.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/back_large.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/back_large.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/images/back.svg extracting Python/Lib/site-packages/matplotlib/mpl-data/images/back.png extracting Python/Lib/site-packages/matplotlib/mpl-data/images/back.pdf extracting Python/Lib/site-packages/matplotlib/mpl-data/images/back.gif extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/ extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/cmss10.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/cmr10.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/ttf/cmb10.ttf extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/ extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/ extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pzdr.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/putri8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/putr8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/putbi8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/putb8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/ptmri8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/ptmr8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/ptmb8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/psyr.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pplri8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pplr8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pplbi8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pplb8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pncri8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pncr8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pncbi8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pncb8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/phvro8an.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/phvro8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/phvr8an.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/phvr8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/phvlo8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/phvl8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/phvbo8an.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/phvbo8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/phvb8an.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/phvb8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pcrro8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pcrr8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pcrb8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pbkli8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pbkl8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pbkd8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pagko8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pagk8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pagdo8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/pagd8a.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/cmtt10.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/cmsy10.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/cmr10.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/cmmi10.afm extracting Python/Lib/site-packages/matplotlib/mpl-data/fonts/afm/cmex10.afm extracting Python/Lib/site-packages/matplotlib/mlab.py extracting Python/Lib/site-packages/matplotlib/mathtext.py extracting Python/Lib/site-packages/matplotlib/markers.py extracting Python/Lib/site-packages/matplotlib/lines.py extracting Python/Lib/site-packages/matplotlib/legend_handler.py extracting Python/Lib/site-packages/matplotlib/legend.py extracting Python/Lib/site-packages/matplotlib/image.py extracting Python/Lib/site-packages/matplotlib/hatch.py extracting Python/Lib/site-packages/matplotlib/gridspec.py extracting Python/Lib/site-packages/matplotlib/ft2font.pyd extracting Python/Lib/site-packages/matplotlib/fontconfig_pattern.py extracting Python/Lib/site-packages/matplotlib/font_manager.py extracting Python/Lib/site-packages/matplotlib/finance.py extracting Python/Lib/site-packages/matplotlib/figure.py extracting Python/Lib/site-packages/matplotlib/dviread.py extracting Python/Lib/site-packages/matplotlib/docstring.py extracting Python/Lib/site-packages/matplotlib/delaunay/ extracting Python/Lib/site-packages/matplotlib/delaunay/triangulate.py extracting Python/Lib/site-packages/matplotlib/delaunay/testfuncs.py extracting Python/Lib/site-packages/matplotlib/delaunay/interpolate.py extracting Python/Lib/site-packages/matplotlib/delaunay/__init__.py extracting Python/Lib/site-packages/matplotlib/dates.py extracting Python/Lib/site-packages/matplotlib/contour.py extracting Python/Lib/site-packages/matplotlib/container.py extracting Python/Lib/site-packages/matplotlib/compat/ extracting Python/Lib/site-packages/matplotlib/compat/subprocess.py extracting Python/Lib/site-packages/matplotlib/compat/__init__.py extracting Python/Lib/site-packages/matplotlib/colors.py extracting Python/Lib/site-packages/matplotlib/colorbar.py extracting Python/Lib/site-packages/matplotlib/collections.py extracting Python/Lib/site-packages/matplotlib/cm.py extracting Python/Lib/site-packages/matplotlib/cbook.py extracting Python/Lib/site-packages/matplotlib/blocking_input.py extracting Python/Lib/site-packages/matplotlib/bezier.py extracting Python/Lib/site-packages/matplotlib/backends/ extracting Python/Lib/site-packages/matplotlib/backends/wx_compat.py extracting Python/Lib/site-packages/matplotlib/backends/windowing.py extracting Python/Lib/site-packages/matplotlib/backends/web_backend/ extracting Python/Lib/site-packages/matplotlib/backends/web_backend/single_figure.html extracting Python/Lib/site-packages/matplotlib/backends/web_backend/nbagg_uat.ipynb extracting Python/Lib/site-packages/matplotlib/backends/web_backend/nbagg_mpl.js extracting Python/Lib/site-packages/matplotlib/backends/web_backend/mpl_tornado.js extracting Python/Lib/site-packages/matplotlib/backends/web_backend/mpl.js extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/ extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/js/ extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/js/jquery-ui.min.js extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/js/jquery-1.11.3.min.js extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/ extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/ extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/ extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/jquery-ui.min.css extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_ffffff_256x240.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_ffd27a_256x240.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_ef8c08_256x240.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_228ef1_256x240.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-icons_222222_256x240.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_highlight-soft_75_ffe45c_1x100.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_highlight-soft_100_eeeeee_1x100.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_gloss-wave_35_f6a828_500x100.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_100_fdf5ce_1x400.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_glass_100_f6f6f6_1x400.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_flat_10_000000_40x100.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_diagonals-thick_20_666666_40x40.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/jquery/css/themes/base/images/ui-bg_diagonals-thick_18_b81900_40x40.png extracting Python/Lib/site-packages/matplotlib/backends/web_backend/ipython_inline_figure.html extracting Python/Lib/site-packages/matplotlib/backends/web_backend/css/ extracting Python/Lib/site-packages/matplotlib/backends/web_backend/css/page.css extracting Python/Lib/site-packages/matplotlib/backends/web_backend/css/fbm.css extracting Python/Lib/site-packages/matplotlib/backends/web_backend/css/boilerplate.css extracting Python/Lib/site-packages/matplotlib/backends/web_backend/all_figures.html extracting Python/Lib/site-packages/matplotlib/backends/tkagg.py extracting Python/Lib/site-packages/matplotlib/backends/qt4_compat.py extracting Python/Lib/site-packages/matplotlib/backends/qt_editor/ extracting Python/Lib/site-packages/matplotlib/backends/qt_editor/formsubplottool.py extracting Python/Lib/site-packages/matplotlib/backends/qt_editor/formlayout.py extracting Python/Lib/site-packages/matplotlib/backends/qt_editor/figureoptions.py extracting Python/Lib/site-packages/matplotlib/backends/qt_editor/__init__.py extracting Python/Lib/site-packages/matplotlib/backends/qt_compat.py extracting Python/Lib/site-packages/matplotlib/backends/backend_wxagg.py extracting Python/Lib/site-packages/matplotlib/backends/backend_wx.py extracting Python/Lib/site-packages/matplotlib/backends/backend_webagg_core.py extracting Python/Lib/site-packages/matplotlib/backends/backend_webagg.py extracting Python/Lib/site-packages/matplotlib/backends/backend_tkagg.py extracting Python/Lib/site-packages/matplotlib/backends/backend_template.py extracting Python/Lib/site-packages/matplotlib/backends/backend_svg.py extracting Python/Lib/site-packages/matplotlib/backends/backend_qt5agg.py extracting Python/Lib/site-packages/matplotlib/backends/backend_qt5.py extracting Python/Lib/site-packages/matplotlib/backends/backend_qt4agg.py extracting Python/Lib/site-packages/matplotlib/backends/backend_qt4.py extracting Python/Lib/site-packages/matplotlib/backends/backend_ps.py extracting Python/Lib/site-packages/matplotlib/backends/backend_pgf.py extracting Python/Lib/site-packages/matplotlib/backends/backend_pdf.py extracting Python/Lib/site-packages/matplotlib/backends/backend_nbagg.py extracting Python/Lib/site-packages/matplotlib/backends/backend_mixed.py extracting Python/Lib/site-packages/matplotlib/backends/backend_macosx.py extracting Python/Lib/site-packages/matplotlib/backends/backend_gtkcairo.py extracting Python/Lib/site-packages/matplotlib/backends/backend_gtkagg.py extracting Python/Lib/site-packages/matplotlib/backends/backend_gtk3cairo.py extracting Python/Lib/site-packages/matplotlib/backends/backend_gtk3agg.py extracting Python/Lib/site-packages/matplotlib/backends/backend_gtk3.py extracting Python/Lib/site-packages/matplotlib/backends/backend_gtk.py extracting Python/Lib/site-packages/matplotlib/backends/backend_gdk.py extracting Python/Lib/site-packages/matplotlib/backends/backend_cairo.py extracting Python/Lib/site-packages/matplotlib/backends/backend_agg.py extracting Python/Lib/site-packages/matplotlib/backends/_tkagg.pyd extracting Python/Lib/site-packages/matplotlib/backends/_gtkagg.pyd extracting Python/Lib/site-packages/matplotlib/backends/_backend_gdk.pyd extracting Python/Lib/site-packages/matplotlib/backends/_backend_agg.pyd extracting Python/Lib/site-packages/matplotlib/backends/__init__.py extracting Python/Lib/site-packages/matplotlib/backend_tools.py extracting Python/Lib/site-packages/matplotlib/backend_managers.py extracting Python/Lib/site-packages/matplotlib/backend_bases.py extracting Python/Lib/site-packages/matplotlib/axis.py extracting Python/Lib/site-packages/matplotlib/axes/ extracting Python/Lib/site-packages/matplotlib/axes/_subplots.py extracting Python/Lib/site-packages/matplotlib/axes/_base.py extracting Python/Lib/site-packages/matplotlib/axes/_axes.py extracting Python/Lib/site-packages/matplotlib/axes/__init__.py extracting Python/Lib/site-packages/matplotlib/artist.py extracting Python/Lib/site-packages/matplotlib/animation.py extracting Python/Lib/site-packages/matplotlib/afm.py extracting Python/Lib/site-packages/matplotlib/_windowing.pyd extracting Python/Lib/site-packages/matplotlib/_version.py extracting Python/Lib/site-packages/matplotlib/_tri.pyd extracting Python/Lib/site-packages/matplotlib/_qhull.pyd extracting Python/Lib/site-packages/matplotlib/_pylab_helpers.py extracting Python/Lib/site-packages/matplotlib/_png.pyd extracting Python/Lib/site-packages/matplotlib/_path.pyd extracting Python/Lib/site-packages/matplotlib/_mathtext_data.py extracting Python/Lib/site-packages/matplotlib/_image.pyd extracting Python/Lib/site-packages/matplotlib/_delaunay.pyd extracting Python/Lib/site-packages/matplotlib/_contour.pyd extracting Python/Lib/site-packages/matplotlib/_color_data.py extracting Python/Lib/site-packages/matplotlib/_cntr.pyd extracting Python/Lib/site-packages/matplotlib/_cm_listed.py extracting Python/Lib/site-packages/matplotlib/_cm.py extracting Python/Lib/site-packages/matplotlib/__init__.py extracting Python/Lib/site-packages/MarkupSafe-1.0-py2.7.egg-info/ extracting Python/Lib/site-packages/MarkupSafe-1.0-py2.7.egg-info/top_level.txt extracting Python/Lib/site-packages/MarkupSafe-1.0-py2.7.egg-info/SOURCES.txt extracting Python/Lib/site-packages/MarkupSafe-1.0-py2.7.egg-info/PKG-INFO extracting Python/Lib/site-packages/MarkupSafe-1.0-py2.7.egg-info/not-zip-safe extracting Python/Lib/site-packages/MarkupSafe-1.0-py2.7.egg-info/installed-files.txt extracting Python/Lib/site-packages/MarkupSafe-1.0-py2.7.egg-info/dependency_links.txt extracting Python/Lib/site-packages/markupsafe/ extracting Python/Lib/site-packages/markupsafe/_speedups.pyd extracting Python/Lib/site-packages/markupsafe/_speedups.c extracting Python/Lib/site-packages/markupsafe/_native.py extracting Python/Lib/site-packages/markupsafe/_constants.py extracting Python/Lib/site-packages/markupsafe/_compat.py extracting Python/Lib/site-packages/markupsafe/__init__.py extracting Python/Lib/site-packages/lz4-2.1.6.dist-info/ extracting Python/Lib/site-packages/lz4-2.1.6.dist-info/WHEEL extracting Python/Lib/site-packages/lz4-2.1.6.dist-info/top_level.txt extracting Python/Lib/site-packages/lz4-2.1.6.dist-info/RECORD extracting Python/Lib/site-packages/lz4-2.1.6.dist-info/METADATA extracting Python/Lib/site-packages/lz4-2.1.6.dist-info/LICENSE extracting Python/Lib/site-packages/lz4-2.1.6.dist-info/INSTALLER extracting Python/Lib/site-packages/lz4/ extracting Python/Lib/site-packages/lz4/version.pyc extracting Python/Lib/site-packages/lz4/version.py extracting Python/Lib/site-packages/lz4/frame/ extracting Python/Lib/site-packages/lz4/frame/_frame.pyd extracting Python/Lib/site-packages/lz4/frame/_compression.pyc extracting Python/Lib/site-packages/lz4/frame/_compression.py extracting Python/Lib/site-packages/lz4/frame/__init__.pyc extracting Python/Lib/site-packages/lz4/frame/__init__.py extracting Python/Lib/site-packages/lz4/block/ extracting Python/Lib/site-packages/lz4/block/_block.pyd extracting Python/Lib/site-packages/lz4/block/__init__.pyc extracting Python/Lib/site-packages/lz4/block/__init__.py extracting Python/Lib/site-packages/lz4/_version.pyd extracting Python/Lib/site-packages/lz4/__init__.pyc extracting Python/Lib/site-packages/lz4/__init__.py extracting Python/Lib/site-packages/libsvm-3.22.dist-info/ extracting Python/Lib/site-packages/libsvm-3.22.dist-info/WHEEL extracting Python/Lib/site-packages/libsvm-3.22.dist-info/top_level.txt extracting Python/Lib/site-packages/libsvm-3.22.dist-info/RECORD extracting Python/Lib/site-packages/libsvm-3.22.dist-info/metadata.json extracting Python/Lib/site-packages/libsvm-3.22.dist-info/METADATA extracting Python/Lib/site-packages/libsvm-3.22.dist-info/INSTALLER extracting Python/Lib/site-packages/libsvm-3.22.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/libsvm.dll extracting Python/Lib/site-packages/libpasteurize/ extracting Python/Lib/site-packages/libpasteurize/main.py extracting Python/Lib/site-packages/libpasteurize/fixes/ extracting Python/Lib/site-packages/libpasteurize/fixes/fix_unpacking.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_throw.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_raise_.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_raise.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_printfunction.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_next.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_newstyle.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_metaclass.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_memoryview.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_kwargs.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_imports2.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_imports.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_getcwd.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_future_builtins.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_fullargspec.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_features.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_division.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_annotations.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_add_future_standard_library_import.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_add_all_future_builtins.py extracting Python/Lib/site-packages/libpasteurize/fixes/fix_add_all__future__imports.py extracting Python/Lib/site-packages/libpasteurize/fixes/feature_base.py extracting Python/Lib/site-packages/libpasteurize/fixes/__init__.py extracting Python/Lib/site-packages/libpasteurize/__init__.py extracting Python/Lib/site-packages/libfuturize/ extracting Python/Lib/site-packages/libfuturize/main.py extracting Python/Lib/site-packages/libfuturize/fixes/ extracting Python/Lib/site-packages/libfuturize/fixes/fix_xrange_with_import.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_UserDict.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_unicode_literals_import.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_unicode_keep_u.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_remove_old__future__imports.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_raise.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_print_with_import.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_print.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_order___future__imports.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_oldstr_wrap.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_object.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_next_call.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_metaclass.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_future_standard_library_urllib.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_future_standard_library.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_future_builtins.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_execfile.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_division_safe.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_division.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_cmp.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_bytes.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_basestring.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py extracting Python/Lib/site-packages/libfuturize/fixes/fix_absolute_import.py extracting Python/Lib/site-packages/libfuturize/fixes/__init__.py extracting Python/Lib/site-packages/libfuturize/fixer_util.py extracting Python/Lib/site-packages/libfuturize/__init__.py extracting Python/Lib/site-packages/kiwisolver-1.0.1.dist-info/ extracting Python/Lib/site-packages/kiwisolver-1.0.1.dist-info/WHEEL extracting Python/Lib/site-packages/kiwisolver-1.0.1.dist-info/top_level.txt extracting Python/Lib/site-packages/kiwisolver-1.0.1.dist-info/RECORD extracting Python/Lib/site-packages/kiwisolver-1.0.1.dist-info/metadata.json extracting Python/Lib/site-packages/kiwisolver-1.0.1.dist-info/METADATA extracting Python/Lib/site-packages/kiwisolver-1.0.1.dist-info/INSTALLER extracting Python/Lib/site-packages/kiwisolver-1.0.1.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/kiwisolver.pyd extracting Python/Lib/site-packages/Jinja2-2.10.dist-info/ extracting Python/Lib/site-packages/Jinja2-2.10.dist-info/WHEEL extracting Python/Lib/site-packages/Jinja2-2.10.dist-info/top_level.txt extracting Python/Lib/site-packages/Jinja2-2.10.dist-info/RECORD extracting Python/Lib/site-packages/Jinja2-2.10.dist-info/metadata.json extracting Python/Lib/site-packages/Jinja2-2.10.dist-info/METADATA extracting Python/Lib/site-packages/Jinja2-2.10.dist-info/LICENSE.txt extracting Python/Lib/site-packages/Jinja2-2.10.dist-info/INSTALLER extracting Python/Lib/site-packages/Jinja2-2.10.dist-info/entry_points.txt extracting Python/Lib/site-packages/Jinja2-2.10.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/jinja2/ extracting Python/Lib/site-packages/jinja2/visitor.py extracting Python/Lib/site-packages/jinja2/utils.py extracting Python/Lib/site-packages/jinja2/tests.py extracting Python/Lib/site-packages/jinja2/sandbox.py extracting Python/Lib/site-packages/jinja2/runtime.py extracting Python/Lib/site-packages/jinja2/parser.py extracting Python/Lib/site-packages/jinja2/optimizer.py extracting Python/Lib/site-packages/jinja2/nodes.py extracting Python/Lib/site-packages/jinja2/nativetypes.py extracting Python/Lib/site-packages/jinja2/meta.py extracting Python/Lib/site-packages/jinja2/loaders.py extracting Python/Lib/site-packages/jinja2/lexer.py extracting Python/Lib/site-packages/jinja2/idtracking.py extracting Python/Lib/site-packages/jinja2/filters.py extracting Python/Lib/site-packages/jinja2/ext.py extracting Python/Lib/site-packages/jinja2/exceptions.py extracting Python/Lib/site-packages/jinja2/environment.py extracting Python/Lib/site-packages/jinja2/defaults.py extracting Python/Lib/site-packages/jinja2/debug.py extracting Python/Lib/site-packages/jinja2/constants.py extracting Python/Lib/site-packages/jinja2/compiler.py extracting Python/Lib/site-packages/jinja2/bccache.py extracting Python/Lib/site-packages/jinja2/asyncsupport.py extracting Python/Lib/site-packages/jinja2/asyncfilters.py extracting Python/Lib/site-packages/jinja2/_identifier.py extracting Python/Lib/site-packages/jinja2/_compat.py extracting Python/Lib/site-packages/jinja2/__init__.py extracting Python/Lib/site-packages/isapi/ extracting Python/Lib/site-packages/isapi/threaded_extension.py extracting Python/Lib/site-packages/isapi/test/ extracting Python/Lib/site-packages/isapi/test/README.txt extracting Python/Lib/site-packages/isapi/test/extension_simple.py extracting Python/Lib/site-packages/isapi/simple.py extracting Python/Lib/site-packages/isapi/samples/ extracting Python/Lib/site-packages/isapi/samples/test.py extracting Python/Lib/site-packages/isapi/samples/redirector_with_filter.py extracting Python/Lib/site-packages/isapi/samples/redirector_asynch.py extracting Python/Lib/site-packages/isapi/samples/redirector.py extracting Python/Lib/site-packages/isapi/samples/README.txt extracting Python/Lib/site-packages/isapi/samples/advanced.py extracting Python/Lib/site-packages/isapi/README.txt extracting Python/Lib/site-packages/isapi/PyISAPI_loader.dll extracting Python/Lib/site-packages/isapi/isapicon.py extracting Python/Lib/site-packages/isapi/install.py extracting Python/Lib/site-packages/isapi/doc/ extracting Python/Lib/site-packages/isapi/doc/isapi.html extracting Python/Lib/site-packages/isapi/__init__.py extracting Python/Lib/site-packages/imagesize-1.0.0.dist-info/ extracting Python/Lib/site-packages/imagesize-1.0.0.dist-info/WHEEL extracting Python/Lib/site-packages/imagesize-1.0.0.dist-info/top_level.txt extracting Python/Lib/site-packages/imagesize-1.0.0.dist-info/RECORD extracting Python/Lib/site-packages/imagesize-1.0.0.dist-info/metadata.json extracting Python/Lib/site-packages/imagesize-1.0.0.dist-info/METADATA extracting Python/Lib/site-packages/imagesize-1.0.0.dist-info/LICENSE.txt extracting Python/Lib/site-packages/imagesize-1.0.0.dist-info/INSTALLER extracting Python/Lib/site-packages/imagesize-1.0.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/imagesize.py extracting Python/Lib/site-packages/idna-2.6.dist-info/ extracting Python/Lib/site-packages/idna-2.6.dist-info/WHEEL extracting Python/Lib/site-packages/idna-2.6.dist-info/top_level.txt extracting Python/Lib/site-packages/idna-2.6.dist-info/RECORD extracting Python/Lib/site-packages/idna-2.6.dist-info/metadata.json extracting Python/Lib/site-packages/idna-2.6.dist-info/METADATA extracting Python/Lib/site-packages/idna-2.6.dist-info/INSTALLER extracting Python/Lib/site-packages/idna-2.6.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/idna/ extracting Python/Lib/site-packages/idna/uts46data.py extracting Python/Lib/site-packages/idna/package_data.py extracting Python/Lib/site-packages/idna/intranges.py extracting Python/Lib/site-packages/idna/idnadata.py extracting Python/Lib/site-packages/idna/core.py extracting Python/Lib/site-packages/idna/compat.py extracting Python/Lib/site-packages/idna/codec.py extracting Python/Lib/site-packages/idna/__init__.py extracting Python/Lib/site-packages/http/ extracting Python/Lib/site-packages/http/server.py extracting Python/Lib/site-packages/http/cookies.py extracting Python/Lib/site-packages/http/cookiejar.py extracting Python/Lib/site-packages/http/client.py extracting Python/Lib/site-packages/http/__init__.py extracting Python/Lib/site-packages/html/ extracting Python/Lib/site-packages/html/parser.py extracting Python/Lib/site-packages/html/entities.py extracting Python/Lib/site-packages/html/__init__.pyc extracting Python/Lib/site-packages/html/__init__.py extracting Python/Lib/site-packages/h5py-2.7.1.dist-info/ extracting Python/Lib/site-packages/h5py-2.7.1.dist-info/WHEEL extracting Python/Lib/site-packages/h5py-2.7.1.dist-info/top_level.txt extracting Python/Lib/site-packages/h5py-2.7.1.dist-info/RECORD extracting Python/Lib/site-packages/h5py-2.7.1.dist-info/metadata.json extracting Python/Lib/site-packages/h5py-2.7.1.dist-info/METADATA extracting Python/Lib/site-packages/h5py-2.7.1.dist-info/INSTALLER extracting Python/Lib/site-packages/h5py-2.7.1.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/h5py/ extracting Python/Lib/site-packages/h5py/version.py extracting Python/Lib/site-packages/h5py/utils.pyd extracting Python/Lib/site-packages/h5py/tests/ extracting Python/Lib/site-packages/h5py/tests/old/ extracting Python/Lib/site-packages/h5py/tests/old/test_slicing.py extracting Python/Lib/site-packages/h5py/tests/old/test_selections.py extracting Python/Lib/site-packages/h5py/tests/old/test_objects.py extracting Python/Lib/site-packages/h5py/tests/old/test_h5t.py extracting Python/Lib/site-packages/h5py/tests/old/test_h5p.py extracting Python/Lib/site-packages/h5py/tests/old/test_h5f.py extracting Python/Lib/site-packages/h5py/tests/old/test_h5d_direct_chunk_write.py extracting Python/Lib/site-packages/h5py/tests/old/test_h5.py extracting Python/Lib/site-packages/h5py/tests/old/test_group.py extracting Python/Lib/site-packages/h5py/tests/old/test_file_image.py extracting Python/Lib/site-packages/h5py/tests/old/test_file.py extracting Python/Lib/site-packages/h5py/tests/old/test_dimension_scales.py extracting Python/Lib/site-packages/h5py/tests/old/test_datatype.py extracting Python/Lib/site-packages/h5py/tests/old/test_dataset.py extracting Python/Lib/site-packages/h5py/tests/old/test_base.py extracting Python/Lib/site-packages/h5py/tests/old/test_attrs_data.py extracting Python/Lib/site-packages/h5py/tests/old/test_attrs.py extracting Python/Lib/site-packages/h5py/tests/old/__init__.py extracting Python/Lib/site-packages/h5py/tests/hl/ extracting Python/Lib/site-packages/h5py/tests/hl/test_threads.py extracting Python/Lib/site-packages/h5py/tests/hl/test_file.py extracting Python/Lib/site-packages/h5py/tests/hl/test_dims_dimensionproxy.py extracting Python/Lib/site-packages/h5py/tests/hl/test_datatype.py extracting Python/Lib/site-packages/h5py/tests/hl/test_dataset_swmr.py extracting Python/Lib/site-packages/h5py/tests/hl/test_dataset_getitem.py extracting Python/Lib/site-packages/h5py/tests/hl/test_attribute_create.py extracting Python/Lib/site-packages/h5py/tests/hl/__init__.py extracting Python/Lib/site-packages/h5py/tests/common.py extracting Python/Lib/site-packages/h5py/tests/__init__.py extracting Python/Lib/site-packages/h5py/ipy_completer.py extracting Python/Lib/site-packages/h5py/highlevel.py extracting Python/Lib/site-packages/h5py/hdf5_hl.dll extracting Python/Lib/site-packages/h5py/hdf5.dll extracting Python/Lib/site-packages/h5py/h5z.pyd extracting Python/Lib/site-packages/h5py/h5t.pyd extracting Python/Lib/site-packages/h5py/h5s.pyd extracting Python/Lib/site-packages/h5py/h5r.pyd extracting Python/Lib/site-packages/h5py/h5p.pyd extracting Python/Lib/site-packages/h5py/h5o.pyd extracting Python/Lib/site-packages/h5py/h5l.pyd extracting Python/Lib/site-packages/h5py/h5i.pyd extracting Python/Lib/site-packages/h5py/h5g.pyd extracting Python/Lib/site-packages/h5py/h5fd.pyd extracting Python/Lib/site-packages/h5py/h5f.pyd extracting Python/Lib/site-packages/h5py/h5ds.pyd extracting Python/Lib/site-packages/h5py/h5d.pyd extracting Python/Lib/site-packages/h5py/h5ac.pyd extracting Python/Lib/site-packages/h5py/h5a.pyd extracting Python/Lib/site-packages/h5py/h5.pyd extracting Python/Lib/site-packages/h5py/defs.pyd extracting Python/Lib/site-packages/h5py/_proxy.pyd extracting Python/Lib/site-packages/h5py/_objects.pyd extracting Python/Lib/site-packages/h5py/_hl/ extracting Python/Lib/site-packages/h5py/_hl/selections2.py extracting Python/Lib/site-packages/h5py/_hl/selections.py extracting Python/Lib/site-packages/h5py/_hl/group.py extracting Python/Lib/site-packages/h5py/_hl/filters.py extracting Python/Lib/site-packages/h5py/_hl/files.py extracting Python/Lib/site-packages/h5py/_hl/dims.py extracting Python/Lib/site-packages/h5py/_hl/datatype.py extracting Python/Lib/site-packages/h5py/_hl/dataset.py extracting Python/Lib/site-packages/h5py/_hl/compat.py extracting Python/Lib/site-packages/h5py/_hl/base.py extracting Python/Lib/site-packages/h5py/_hl/attrs.py extracting Python/Lib/site-packages/h5py/_hl/__init__.py extracting Python/Lib/site-packages/h5py/_errors.pyd extracting Python/Lib/site-packages/h5py/_conv.pyd extracting Python/Lib/site-packages/h5py/__init__.py extracting Python/Lib/site-packages/future-0.16.0-py2.7.egg-info/ extracting Python/Lib/site-packages/future-0.16.0-py2.7.egg-info/top_level.txt extracting Python/Lib/site-packages/future-0.16.0-py2.7.egg-info/SOURCES.txt extracting Python/Lib/site-packages/future-0.16.0-py2.7.egg-info/PKG-INFO extracting Python/Lib/site-packages/future-0.16.0-py2.7.egg-info/installed-files.txt extracting Python/Lib/site-packages/future-0.16.0-py2.7.egg-info/entry_points.txt extracting Python/Lib/site-packages/future-0.16.0-py2.7.egg-info/dependency_links.txt extracting Python/Lib/site-packages/future/ extracting Python/Lib/site-packages/future/utils/ extracting Python/Lib/site-packages/future/utils/surrogateescape.py extracting Python/Lib/site-packages/future/utils/__init__.pyc extracting Python/Lib/site-packages/future/utils/__init__.py extracting Python/Lib/site-packages/future/types/ extracting Python/Lib/site-packages/future/types/newstr.py extracting Python/Lib/site-packages/future/types/newrange.py extracting Python/Lib/site-packages/future/types/newopen.py extracting Python/Lib/site-packages/future/types/newobject.py extracting Python/Lib/site-packages/future/types/newmemoryview.py extracting Python/Lib/site-packages/future/types/newlist.py extracting Python/Lib/site-packages/future/types/newint.py extracting Python/Lib/site-packages/future/types/newdict.py extracting Python/Lib/site-packages/future/types/newbytes.py extracting Python/Lib/site-packages/future/types/__init__.py extracting Python/Lib/site-packages/future/tests/ extracting Python/Lib/site-packages/future/tests/base.py extracting Python/Lib/site-packages/future/tests/__init__.py extracting Python/Lib/site-packages/future/standard_library/ extracting Python/Lib/site-packages/future/standard_library/__init__.pyc extracting Python/Lib/site-packages/future/standard_library/__init__.py extracting Python/Lib/site-packages/future/moves/ extracting Python/Lib/site-packages/future/moves/xmlrpc/ extracting Python/Lib/site-packages/future/moves/xmlrpc/server.py extracting Python/Lib/site-packages/future/moves/xmlrpc/client.py extracting Python/Lib/site-packages/future/moves/xmlrpc/__init__.py extracting Python/Lib/site-packages/future/moves/winreg.py extracting Python/Lib/site-packages/future/moves/urllib/ extracting Python/Lib/site-packages/future/moves/urllib/robotparser.py extracting Python/Lib/site-packages/future/moves/urllib/response.py extracting Python/Lib/site-packages/future/moves/urllib/request.py extracting Python/Lib/site-packages/future/moves/urllib/parse.py extracting Python/Lib/site-packages/future/moves/urllib/error.py extracting Python/Lib/site-packages/future/moves/urllib/__init__.py extracting Python/Lib/site-packages/future/moves/tkinter/ extracting Python/Lib/site-packages/future/moves/tkinter/ttk.py extracting Python/Lib/site-packages/future/moves/tkinter/tix.py extracting Python/Lib/site-packages/future/moves/tkinter/simpledialog.py extracting Python/Lib/site-packages/future/moves/tkinter/scrolledtext.py extracting Python/Lib/site-packages/future/moves/tkinter/messagebox.py extracting Python/Lib/site-packages/future/moves/tkinter/font.py extracting Python/Lib/site-packages/future/moves/tkinter/filedialog.py extracting Python/Lib/site-packages/future/moves/tkinter/dnd.py extracting Python/Lib/site-packages/future/moves/tkinter/dialog.py extracting Python/Lib/site-packages/future/moves/tkinter/constants.py extracting Python/Lib/site-packages/future/moves/tkinter/commondialog.py extracting Python/Lib/site-packages/future/moves/tkinter/colorchooser.py extracting Python/Lib/site-packages/future/moves/tkinter/__init__.py extracting Python/Lib/site-packages/future/moves/test/ extracting Python/Lib/site-packages/future/moves/test/support.py extracting Python/Lib/site-packages/future/moves/test/__init__.py extracting Python/Lib/site-packages/future/moves/sys.py extracting Python/Lib/site-packages/future/moves/subprocess.py extracting Python/Lib/site-packages/future/moves/socketserver.py extracting Python/Lib/site-packages/future/moves/reprlib.py extracting Python/Lib/site-packages/future/moves/queue.py extracting Python/Lib/site-packages/future/moves/pickle.py extracting Python/Lib/site-packages/future/moves/itertools.py extracting Python/Lib/site-packages/future/moves/http/ extracting Python/Lib/site-packages/future/moves/http/server.py extracting Python/Lib/site-packages/future/moves/http/cookies.py extracting Python/Lib/site-packages/future/moves/http/cookiejar.py extracting Python/Lib/site-packages/future/moves/http/client.py extracting Python/Lib/site-packages/future/moves/http/__init__.py extracting Python/Lib/site-packages/future/moves/html/ extracting Python/Lib/site-packages/future/moves/html/parser.py extracting Python/Lib/site-packages/future/moves/html/entities.py extracting Python/Lib/site-packages/future/moves/html/__init__.pyc extracting Python/Lib/site-packages/future/moves/html/__init__.py extracting Python/Lib/site-packages/future/moves/dbm/ extracting Python/Lib/site-packages/future/moves/dbm/ndbm.py extracting Python/Lib/site-packages/future/moves/dbm/gnu.py extracting Python/Lib/site-packages/future/moves/dbm/dumb.py extracting Python/Lib/site-packages/future/moves/dbm/__init__.py extracting Python/Lib/site-packages/future/moves/copyreg.py extracting Python/Lib/site-packages/future/moves/configparser.py extracting Python/Lib/site-packages/future/moves/collections.py extracting Python/Lib/site-packages/future/moves/builtins.py extracting Python/Lib/site-packages/future/moves/_thread.py extracting Python/Lib/site-packages/future/moves/_markupbase.py extracting Python/Lib/site-packages/future/moves/_dummy_thread.py extracting Python/Lib/site-packages/future/moves/__init__.pyc extracting Python/Lib/site-packages/future/moves/__init__.py extracting Python/Lib/site-packages/future/builtins/ extracting Python/Lib/site-packages/future/builtins/newsuper.py extracting Python/Lib/site-packages/future/builtins/newround.py extracting Python/Lib/site-packages/future/builtins/newnext.py extracting Python/Lib/site-packages/future/builtins/misc.py extracting Python/Lib/site-packages/future/builtins/iterators.py extracting Python/Lib/site-packages/future/builtins/disabled.py extracting Python/Lib/site-packages/future/builtins/__init__.py extracting Python/Lib/site-packages/future/backports/ extracting Python/Lib/site-packages/future/backports/xmlrpc/ extracting Python/Lib/site-packages/future/backports/xmlrpc/server.py extracting Python/Lib/site-packages/future/backports/xmlrpc/client.py extracting Python/Lib/site-packages/future/backports/xmlrpc/__init__.py extracting Python/Lib/site-packages/future/backports/urllib/ extracting Python/Lib/site-packages/future/backports/urllib/robotparser.py extracting Python/Lib/site-packages/future/backports/urllib/response.py extracting Python/Lib/site-packages/future/backports/urllib/request.py extracting Python/Lib/site-packages/future/backports/urllib/parse.py extracting Python/Lib/site-packages/future/backports/urllib/error.py extracting Python/Lib/site-packages/future/backports/urllib/__init__.py extracting Python/Lib/site-packages/future/backports/total_ordering.py extracting Python/Lib/site-packages/future/backports/test/ extracting Python/Lib/site-packages/future/backports/test/support.py extracting Python/Lib/site-packages/future/backports/test/ssl_servers.py extracting Python/Lib/site-packages/future/backports/test/ssl_key.pem extracting Python/Lib/site-packages/future/backports/test/ssl_key.passwd.pem extracting Python/Lib/site-packages/future/backports/test/ssl_cert.pem extracting Python/Lib/site-packages/future/backports/test/sha256.pem extracting Python/Lib/site-packages/future/backports/test/pystone.py extracting Python/Lib/site-packages/future/backports/test/nullcert.pem extracting Python/Lib/site-packages/future/backports/test/nullbytecert.pem extracting Python/Lib/site-packages/future/backports/test/nokia.pem extracting Python/Lib/site-packages/future/backports/test/keycert2.pem extracting Python/Lib/site-packages/future/backports/test/keycert.pem extracting Python/Lib/site-packages/future/backports/test/keycert.passwd.pem extracting Python/Lib/site-packages/future/backports/test/https_svn_python_org_root.pem extracting Python/Lib/site-packages/future/backports/test/dh512.pem extracting Python/Lib/site-packages/future/backports/test/badkey.pem extracting Python/Lib/site-packages/future/backports/test/badcert.pem extracting Python/Lib/site-packages/future/backports/test/__init__.py extracting Python/Lib/site-packages/future/backports/socketserver.py extracting Python/Lib/site-packages/future/backports/socket.py extracting Python/Lib/site-packages/future/backports/misc.py extracting Python/Lib/site-packages/future/backports/http/ extracting Python/Lib/site-packages/future/backports/http/server.py extracting Python/Lib/site-packages/future/backports/http/cookies.py extracting Python/Lib/site-packages/future/backports/http/cookiejar.py extracting Python/Lib/site-packages/future/backports/http/client.py extracting Python/Lib/site-packages/future/backports/http/__init__.py extracting Python/Lib/site-packages/future/backports/html/ extracting Python/Lib/site-packages/future/backports/html/parser.py extracting Python/Lib/site-packages/future/backports/html/entities.py extracting Python/Lib/site-packages/future/backports/html/__init__.py extracting Python/Lib/site-packages/future/backports/email/ extracting Python/Lib/site-packages/future/backports/email/utils.py extracting Python/Lib/site-packages/future/backports/email/quoprimime.py extracting Python/Lib/site-packages/future/backports/email/policy.py extracting Python/Lib/site-packages/future/backports/email/parser.py extracting Python/Lib/site-packages/future/backports/email/mime/ extracting Python/Lib/site-packages/future/backports/email/mime/text.py extracting Python/Lib/site-packages/future/backports/email/mime/nonmultipart.py extracting Python/Lib/site-packages/future/backports/email/mime/multipart.py extracting Python/Lib/site-packages/future/backports/email/mime/message.py extracting Python/Lib/site-packages/future/backports/email/mime/image.py extracting Python/Lib/site-packages/future/backports/email/mime/base.py extracting Python/Lib/site-packages/future/backports/email/mime/audio.py extracting Python/Lib/site-packages/future/backports/email/mime/application.py extracting Python/Lib/site-packages/future/backports/email/mime/__init__.py extracting Python/Lib/site-packages/future/backports/email/message.py extracting Python/Lib/site-packages/future/backports/email/iterators.py extracting Python/Lib/site-packages/future/backports/email/headerregistry.py extracting Python/Lib/site-packages/future/backports/email/header.py extracting Python/Lib/site-packages/future/backports/email/generator.py extracting Python/Lib/site-packages/future/backports/email/feedparser.py extracting Python/Lib/site-packages/future/backports/email/errors.py extracting Python/Lib/site-packages/future/backports/email/encoders.py extracting Python/Lib/site-packages/future/backports/email/charset.py extracting Python/Lib/site-packages/future/backports/email/base64mime.py extracting Python/Lib/site-packages/future/backports/email/_policybase.py extracting Python/Lib/site-packages/future/backports/email/_parseaddr.py extracting Python/Lib/site-packages/future/backports/email/_header_value_parser.py extracting Python/Lib/site-packages/future/backports/email/_encoded_words.py extracting Python/Lib/site-packages/future/backports/email/__init__.py extracting Python/Lib/site-packages/future/backports/datetime.py extracting Python/Lib/site-packages/future/backports/_markupbase.py extracting Python/Lib/site-packages/future/backports/__init__.py extracting Python/Lib/site-packages/future/__init__.pyc extracting Python/Lib/site-packages/future/__init__.py extracting Python/Lib/site-packages/functools32-3.2.3.post2-py2.7.egg-info/ extracting Python/Lib/site-packages/functools32-3.2.3.post2-py2.7.egg-info/top_level.txt extracting Python/Lib/site-packages/functools32-3.2.3.post2-py2.7.egg-info/SOURCES.txt extracting Python/Lib/site-packages/functools32-3.2.3.post2-py2.7.egg-info/PKG-INFO extracting Python/Lib/site-packages/functools32-3.2.3.post2-py2.7.egg-info/installed-files.txt extracting Python/Lib/site-packages/functools32-3.2.3.post2-py2.7.egg-info/dependency_links.txt extracting Python/Lib/site-packages/functools32/ extracting Python/Lib/site-packages/functools32/reprlib32.py extracting Python/Lib/site-packages/functools32/functools32.py extracting Python/Lib/site-packages/functools32/_dummy_thread32.py extracting Python/Lib/site-packages/functools32/__init__.py extracting Python/Lib/site-packages/funcsigs-1.0.2.dist-info/ extracting Python/Lib/site-packages/funcsigs-1.0.2.dist-info/WHEEL extracting Python/Lib/site-packages/funcsigs-1.0.2.dist-info/top_level.txt extracting Python/Lib/site-packages/funcsigs-1.0.2.dist-info/RECORD extracting Python/Lib/site-packages/funcsigs-1.0.2.dist-info/pbr.json extracting Python/Lib/site-packages/funcsigs-1.0.2.dist-info/metadata.json extracting Python/Lib/site-packages/funcsigs-1.0.2.dist-info/METADATA extracting Python/Lib/site-packages/funcsigs-1.0.2.dist-info/INSTALLER extracting Python/Lib/site-packages/funcsigs-1.0.2.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/funcsigs/ extracting Python/Lib/site-packages/funcsigs/version.py extracting Python/Lib/site-packages/funcsigs/__init__.py extracting Python/Lib/site-packages/freeze-1.0.10-py2.7.egg-info/ extracting Python/Lib/site-packages/freeze-1.0.10-py2.7.egg-info/top_level.txt extracting Python/Lib/site-packages/freeze-1.0.10-py2.7.egg-info/SOURCES.txt extracting Python/Lib/site-packages/freeze-1.0.10-py2.7.egg-info/requires.txt extracting Python/Lib/site-packages/freeze-1.0.10-py2.7.egg-info/PKG-INFO extracting Python/Lib/site-packages/freeze-1.0.10-py2.7.egg-info/installed-files.txt extracting Python/Lib/site-packages/freeze-1.0.10-py2.7.egg-info/dependency_links.txt extracting Python/Lib/site-packages/freeze/ extracting Python/Lib/site-packages/freeze/xfreeze.pyd extracting Python/Lib/site-packages/freeze/xfreeze.py extracting Python/Lib/site-packages/freeze/version.py extracting Python/Lib/site-packages/freeze/fpprint.py extracting Python/Lib/site-packages/freeze/__init__.py extracting Python/Lib/site-packages/execnet-1.5.0.dist-info/ extracting Python/Lib/site-packages/execnet-1.5.0.dist-info/WHEEL extracting Python/Lib/site-packages/execnet-1.5.0.dist-info/top_level.txt extracting Python/Lib/site-packages/execnet-1.5.0.dist-info/RECORD extracting Python/Lib/site-packages/execnet-1.5.0.dist-info/metadata.json extracting Python/Lib/site-packages/execnet-1.5.0.dist-info/METADATA extracting Python/Lib/site-packages/execnet-1.5.0.dist-info/INSTALLER extracting Python/Lib/site-packages/execnet-1.5.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/execnet/ extracting Python/Lib/site-packages/execnet/xspec.py extracting Python/Lib/site-packages/execnet/script/ extracting Python/Lib/site-packages/execnet/script/xx.py extracting Python/Lib/site-packages/execnet/script/socketserverservice.py extracting Python/Lib/site-packages/execnet/script/socketserver.py extracting Python/Lib/site-packages/execnet/script/shell.py extracting Python/Lib/site-packages/execnet/script/quitserver.py extracting Python/Lib/site-packages/execnet/script/loop_socketserver.py extracting Python/Lib/site-packages/execnet/script/__init__.py extracting Python/Lib/site-packages/execnet/rsync_remote.py extracting Python/Lib/site-packages/execnet/rsync.py extracting Python/Lib/site-packages/execnet/multi.py extracting Python/Lib/site-packages/execnet/gateway_socket.py extracting Python/Lib/site-packages/execnet/gateway_io.py extracting Python/Lib/site-packages/execnet/gateway_bootstrap.py extracting Python/Lib/site-packages/execnet/gateway_base.py extracting Python/Lib/site-packages/execnet/gateway.py extracting Python/Lib/site-packages/execnet/deprecated.py extracting Python/Lib/site-packages/execnet/_version.py extracting Python/Lib/site-packages/execnet/__init__.py extracting Python/Lib/site-packages/easy_install.py extracting Python/Lib/site-packages/docutils-0.14.dist-info/ extracting Python/Lib/site-packages/docutils-0.14.dist-info/WHEEL extracting Python/Lib/site-packages/docutils-0.14.dist-info/top_level.txt extracting Python/Lib/site-packages/docutils-0.14.dist-info/RECORD extracting Python/Lib/site-packages/docutils-0.14.dist-info/metadata.json extracting Python/Lib/site-packages/docutils-0.14.dist-info/METADATA extracting Python/Lib/site-packages/docutils-0.14.dist-info/INSTALLER extracting Python/Lib/site-packages/docutils-0.14.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/docutils/ extracting Python/Lib/site-packages/docutils/writers/ extracting Python/Lib/site-packages/docutils/writers/xetex/ extracting Python/Lib/site-packages/docutils/writers/xetex/__init__.py extracting Python/Lib/site-packages/docutils/writers/s5_html/ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/small-white/ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/small-white/pretty.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/small-white/framing.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/small-black/ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/small-black/pretty.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/small-black/__base__ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/README.txt extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/medium-white/ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/medium-white/pretty.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/medium-white/framing.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/medium-black/ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/medium-black/pretty.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/medium-black/__base__ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/slides.js extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/slides.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/s5-core.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/print.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/pretty.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/outline.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/opera.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/iepngfix.htc extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/framing.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/default/blank.gif extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/big-white/ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/big-white/pretty.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/big-white/framing.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/big-black/ extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/big-black/pretty.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/big-black/framing.css extracting Python/Lib/site-packages/docutils/writers/s5_html/themes/big-black/__base__ extracting Python/Lib/site-packages/docutils/writers/s5_html/__init__.py extracting Python/Lib/site-packages/docutils/writers/pseudoxml.py extracting Python/Lib/site-packages/docutils/writers/pep_html/ extracting Python/Lib/site-packages/docutils/writers/pep_html/template.txt extracting Python/Lib/site-packages/docutils/writers/pep_html/pep.css extracting Python/Lib/site-packages/docutils/writers/pep_html/__init__.py extracting Python/Lib/site-packages/docutils/writers/odf_odt/ extracting Python/Lib/site-packages/docutils/writers/odf_odt/styles.odt extracting Python/Lib/site-packages/docutils/writers/odf_odt/pygmentsformatter.py extracting Python/Lib/site-packages/docutils/writers/odf_odt/__init__.py extracting Python/Lib/site-packages/docutils/writers/null.py extracting Python/Lib/site-packages/docutils/writers/manpage.py extracting Python/Lib/site-packages/docutils/writers/latex2e/ extracting Python/Lib/site-packages/docutils/writers/latex2e/xelatex.tex extracting Python/Lib/site-packages/docutils/writers/latex2e/titlepage.tex extracting Python/Lib/site-packages/docutils/writers/latex2e/default.tex extracting Python/Lib/site-packages/docutils/writers/latex2e/__init__.py extracting Python/Lib/site-packages/docutils/writers/html5_polyglot/ extracting Python/Lib/site-packages/docutils/writers/html5_polyglot/template.txt extracting Python/Lib/site-packages/docutils/writers/html5_polyglot/plain.css extracting Python/Lib/site-packages/docutils/writers/html5_polyglot/minimal.css extracting Python/Lib/site-packages/docutils/writers/html5_polyglot/math.css extracting Python/Lib/site-packages/docutils/writers/html5_polyglot/__init__.py extracting Python/Lib/site-packages/docutils/writers/html4css1/ extracting Python/Lib/site-packages/docutils/writers/html4css1/template.txt extracting Python/Lib/site-packages/docutils/writers/html4css1/html4css1.css extracting Python/Lib/site-packages/docutils/writers/html4css1/__init__.py extracting Python/Lib/site-packages/docutils/writers/docutils_xml.py extracting Python/Lib/site-packages/docutils/writers/_html_base.py extracting Python/Lib/site-packages/docutils/writers/__init__.py extracting Python/Lib/site-packages/docutils/utils/ extracting Python/Lib/site-packages/docutils/utils/urischemes.py extracting Python/Lib/site-packages/docutils/utils/smartquotes.py extracting Python/Lib/site-packages/docutils/utils/roman.py extracting Python/Lib/site-packages/docutils/utils/punctuation_chars.py extracting Python/Lib/site-packages/docutils/utils/math/ extracting Python/Lib/site-packages/docutils/utils/math/unichar2tex.py extracting Python/Lib/site-packages/docutils/utils/math/tex2unichar.py extracting Python/Lib/site-packages/docutils/utils/math/tex2mathml_extern.py extracting Python/Lib/site-packages/docutils/utils/math/math2html.py extracting Python/Lib/site-packages/docutils/utils/math/latex2mathml.py extracting Python/Lib/site-packages/docutils/utils/math/__init__.py extracting Python/Lib/site-packages/docutils/utils/error_reporting.py extracting Python/Lib/site-packages/docutils/utils/code_analyzer.py extracting Python/Lib/site-packages/docutils/utils/__init__.py extracting Python/Lib/site-packages/docutils/transforms/ extracting Python/Lib/site-packages/docutils/transforms/writer_aux.py extracting Python/Lib/site-packages/docutils/transforms/universal.py extracting Python/Lib/site-packages/docutils/transforms/references.py extracting Python/Lib/site-packages/docutils/transforms/peps.py extracting Python/Lib/site-packages/docutils/transforms/parts.py extracting Python/Lib/site-packages/docutils/transforms/misc.py extracting Python/Lib/site-packages/docutils/transforms/frontmatter.py extracting Python/Lib/site-packages/docutils/transforms/components.py extracting Python/Lib/site-packages/docutils/transforms/__init__.py extracting Python/Lib/site-packages/docutils/statemachine.py extracting Python/Lib/site-packages/docutils/readers/ extracting Python/Lib/site-packages/docutils/readers/standalone.py extracting Python/Lib/site-packages/docutils/readers/pep.py extracting Python/Lib/site-packages/docutils/readers/doctree.py extracting Python/Lib/site-packages/docutils/readers/__init__.py extracting Python/Lib/site-packages/docutils/parsers/ extracting Python/Lib/site-packages/docutils/parsers/rst/ extracting Python/Lib/site-packages/docutils/parsers/rst/tableparser.py extracting Python/Lib/site-packages/docutils/parsers/rst/states.py extracting Python/Lib/site-packages/docutils/parsers/rst/roles.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/ extracting Python/Lib/site-packages/docutils/parsers/rst/languages/zh_tw.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/zh_cn.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/sv.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/sk.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/ru.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/pt_br.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/pl.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/nl.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/lv.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/lt.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/ja.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/it.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/he.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/gl.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/fr.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/fi.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/fa.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/es.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/eo.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/en.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/de.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/da.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/cs.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/ca.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/af.py extracting Python/Lib/site-packages/docutils/parsers/rst/languages/__init__.py extracting Python/Lib/site-packages/docutils/parsers/rst/include/ extracting Python/Lib/site-packages/docutils/parsers/rst/include/xhtml1-symbol.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/xhtml1-special.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/xhtml1-lat1.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/s5defs.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/README.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/mmlextra-wide.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/mmlextra.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/mmlalias.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isotech.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isopub.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isonum.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isomscr-wide.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isomscr.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isomopf-wide.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isomopf.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isomfrk-wide.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isomfrk.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isolat2.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isolat1.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isogrk4-wide.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isogrk4.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isogrk3.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isogrk2.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isogrk1.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isodia.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isocyr2.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isocyr1.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isobox.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isoamsr.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isoamso.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isoamsn.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isoamsc.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isoamsb.txt extracting Python/Lib/site-packages/docutils/parsers/rst/include/isoamsa.txt extracting Python/Lib/site-packages/docutils/parsers/rst/directives/ extracting Python/Lib/site-packages/docutils/parsers/rst/directives/tables.py extracting Python/Lib/site-packages/docutils/parsers/rst/directives/references.py extracting Python/Lib/site-packages/docutils/parsers/rst/directives/parts.py extracting Python/Lib/site-packages/docutils/parsers/rst/directives/misc.py extracting Python/Lib/site-packages/docutils/parsers/rst/directives/images.py extracting Python/Lib/site-packages/docutils/parsers/rst/directives/html.py extracting Python/Lib/site-packages/docutils/parsers/rst/directives/body.py extracting Python/Lib/site-packages/docutils/parsers/rst/directives/admonitions.py extracting Python/Lib/site-packages/docutils/parsers/rst/directives/__init__.py extracting Python/Lib/site-packages/docutils/parsers/rst/__init__.py extracting Python/Lib/site-packages/docutils/parsers/null.py extracting Python/Lib/site-packages/docutils/parsers/__init__.py extracting Python/Lib/site-packages/docutils/nodes.py extracting Python/Lib/site-packages/docutils/languages/ extracting Python/Lib/site-packages/docutils/languages/zh_tw.py extracting Python/Lib/site-packages/docutils/languages/zh_cn.py extracting Python/Lib/site-packages/docutils/languages/sv.py extracting Python/Lib/site-packages/docutils/languages/sk.py extracting Python/Lib/site-packages/docutils/languages/ru.py extracting Python/Lib/site-packages/docutils/languages/pt_br.py extracting Python/Lib/site-packages/docutils/languages/pl.py extracting Python/Lib/site-packages/docutils/languages/nl.py extracting Python/Lib/site-packages/docutils/languages/lv.py extracting Python/Lib/site-packages/docutils/languages/lt.py extracting Python/Lib/site-packages/docutils/languages/ja.py extracting Python/Lib/site-packages/docutils/languages/it.py extracting Python/Lib/site-packages/docutils/languages/he.py extracting Python/Lib/site-packages/docutils/languages/gl.py extracting Python/Lib/site-packages/docutils/languages/fr.py extracting Python/Lib/site-packages/docutils/languages/fi.py extracting Python/Lib/site-packages/docutils/languages/fa.py extracting Python/Lib/site-packages/docutils/languages/es.py extracting Python/Lib/site-packages/docutils/languages/eo.py extracting Python/Lib/site-packages/docutils/languages/en.py extracting Python/Lib/site-packages/docutils/languages/de.py extracting Python/Lib/site-packages/docutils/languages/da.py extracting Python/Lib/site-packages/docutils/languages/cs.py extracting Python/Lib/site-packages/docutils/languages/ca.py extracting Python/Lib/site-packages/docutils/languages/af.py extracting Python/Lib/site-packages/docutils/languages/__init__.py extracting Python/Lib/site-packages/docutils/io.py extracting Python/Lib/site-packages/docutils/frontend.py extracting Python/Lib/site-packages/docutils/examples.py extracting Python/Lib/site-packages/docutils/core.py extracting Python/Lib/site-packages/docutils/_compat.py extracting Python/Lib/site-packages/docutils/__init__.py extracting Python/Lib/site-packages/dateutil/ extracting Python/Lib/site-packages/dateutil/zoneinfo/ extracting Python/Lib/site-packages/dateutil/zoneinfo/rebuild.py extracting Python/Lib/site-packages/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz extracting Python/Lib/site-packages/dateutil/zoneinfo/__init__.py extracting Python/Lib/site-packages/dateutil/utils.py extracting Python/Lib/site-packages/dateutil/tzwin.py extracting Python/Lib/site-packages/dateutil/tz/ extracting Python/Lib/site-packages/dateutil/tz/win.py extracting Python/Lib/site-packages/dateutil/tz/tz.py extracting Python/Lib/site-packages/dateutil/tz/_factories.py extracting Python/Lib/site-packages/dateutil/tz/_common.py extracting Python/Lib/site-packages/dateutil/tz/__init__.py extracting Python/Lib/site-packages/dateutil/rrule.py extracting Python/Lib/site-packages/dateutil/relativedelta.py extracting Python/Lib/site-packages/dateutil/parser/ extracting Python/Lib/site-packages/dateutil/parser/isoparser.py extracting Python/Lib/site-packages/dateutil/parser/_parser.py extracting Python/Lib/site-packages/dateutil/parser/__init__.py extracting Python/Lib/site-packages/dateutil/easter.py extracting Python/Lib/site-packages/dateutil/_version.py extracting Python/Lib/site-packages/dateutil/_common.py extracting Python/Lib/site-packages/dateutil/__init__.py extracting Python/Lib/site-packages/Cython-0.28.2.dist-info/ extracting Python/Lib/site-packages/Cython-0.28.2.dist-info/WHEEL extracting Python/Lib/site-packages/Cython-0.28.2.dist-info/top_level.txt extracting Python/Lib/site-packages/Cython-0.28.2.dist-info/RECORD extracting Python/Lib/site-packages/Cython-0.28.2.dist-info/METADATA extracting Python/Lib/site-packages/Cython-0.28.2.dist-info/INSTALLER extracting Python/Lib/site-packages/Cython-0.28.2.dist-info/entry_points.txt extracting Python/Lib/site-packages/Cython/ extracting Python/Lib/site-packages/Cython/Utils.pyc extracting Python/Lib/site-packages/Cython/Utils.py extracting Python/Lib/site-packages/Cython/Utility/ extracting Python/Lib/site-packages/Cython/Utility/TypeConversion.c extracting Python/Lib/site-packages/Cython/Utility/TestUtilityLoader.c extracting Python/Lib/site-packages/Cython/Utility/TestCyUtilityLoader.pyx extracting Python/Lib/site-packages/Cython/Utility/TestCythonScope.pyx extracting Python/Lib/site-packages/Cython/Utility/StringTools.c extracting Python/Lib/site-packages/Cython/Utility/Profile.c extracting Python/Lib/site-packages/Cython/Utility/Printing.c extracting Python/Lib/site-packages/Cython/Utility/Overflow.c extracting Python/Lib/site-packages/Cython/Utility/Optimize.c extracting Python/Lib/site-packages/Cython/Utility/ObjectHandling.c extracting Python/Lib/site-packages/Cython/Utility/ModuleSetupCode.c extracting Python/Lib/site-packages/Cython/Utility/MemoryView_C.c extracting Python/Lib/site-packages/Cython/Utility/MemoryView.pyx extracting Python/Lib/site-packages/Cython/Utility/ImportExport.c extracting Python/Lib/site-packages/Cython/Utility/FunctionArguments.c extracting Python/Lib/site-packages/Cython/Utility/ExtensionTypes.c extracting Python/Lib/site-packages/Cython/Utility/Exceptions.c extracting Python/Lib/site-packages/Cython/Utility/Embed.c extracting Python/Lib/site-packages/Cython/Utility/CythonFunction.c extracting Python/Lib/site-packages/Cython/Utility/CppSupport.cpp extracting Python/Lib/site-packages/Cython/Utility/CppConvert.pyx extracting Python/Lib/site-packages/Cython/Utility/CpdefEnums.pyx extracting Python/Lib/site-packages/Cython/Utility/Coroutine.c extracting Python/Lib/site-packages/Cython/Utility/Complex.c extracting Python/Lib/site-packages/Cython/Utility/CommonStructures.c extracting Python/Lib/site-packages/Cython/Utility/CMath.c extracting Python/Lib/site-packages/Cython/Utility/CConvert.pyx extracting Python/Lib/site-packages/Cython/Utility/Capsule.c extracting Python/Lib/site-packages/Cython/Utility/Builtins.c extracting Python/Lib/site-packages/Cython/Utility/Buffer.c extracting Python/Lib/site-packages/Cython/Utility/AsyncGen.c extracting Python/Lib/site-packages/Cython/Utility/arrayarray.h extracting Python/Lib/site-packages/Cython/Utility/__init__.py extracting Python/Lib/site-packages/Cython/TestUtils.py extracting Python/Lib/site-packages/Cython/Tests/ extracting Python/Lib/site-packages/Cython/Tests/xmlrunner.py extracting Python/Lib/site-packages/Cython/Tests/TestStringIOTree.py extracting Python/Lib/site-packages/Cython/Tests/TestJediTyper.py extracting Python/Lib/site-packages/Cython/Tests/TestCodeWriter.py extracting Python/Lib/site-packages/Cython/Tests/__init__.py extracting Python/Lib/site-packages/Cython/Tempita/ extracting Python/Lib/site-packages/Cython/Tempita/compat3.py extracting Python/Lib/site-packages/Cython/Tempita/_tempita.pyd extracting Python/Lib/site-packages/Cython/Tempita/_tempita.py extracting Python/Lib/site-packages/Cython/Tempita/_looper.py extracting Python/Lib/site-packages/Cython/Tempita/__init__.py extracting Python/Lib/site-packages/Cython/StringIOTree.pyd extracting Python/Lib/site-packages/Cython/StringIOTree.py extracting Python/Lib/site-packages/Cython/Shadow.pyc extracting Python/Lib/site-packages/Cython/Shadow.py extracting Python/Lib/site-packages/Cython/Runtime/ extracting Python/Lib/site-packages/Cython/Runtime/refnanny.pyx extracting Python/Lib/site-packages/Cython/Runtime/refnanny.pyd extracting Python/Lib/site-packages/Cython/Runtime/__init__.py extracting Python/Lib/site-packages/Cython/Plex/ extracting Python/Lib/site-packages/Cython/Plex/Transitions.pyc extracting Python/Lib/site-packages/Cython/Plex/Transitions.py extracting Python/Lib/site-packages/Cython/Plex/Traditional.py extracting Python/Lib/site-packages/Cython/Plex/Timing.py extracting Python/Lib/site-packages/Cython/Plex/Scanners.pyd extracting Python/Lib/site-packages/Cython/Plex/Scanners.py extracting Python/Lib/site-packages/Cython/Plex/Scanners.pxd extracting Python/Lib/site-packages/Cython/Plex/Regexps.pyc extracting Python/Lib/site-packages/Cython/Plex/Regexps.py extracting Python/Lib/site-packages/Cython/Plex/Machines.pyc extracting Python/Lib/site-packages/Cython/Plex/Machines.py extracting Python/Lib/site-packages/Cython/Plex/Lexicons.pyc extracting Python/Lib/site-packages/Cython/Plex/Lexicons.py extracting Python/Lib/site-packages/Cython/Plex/Errors.pyc extracting Python/Lib/site-packages/Cython/Plex/Errors.py extracting Python/Lib/site-packages/Cython/Plex/DFA.pyc extracting Python/Lib/site-packages/Cython/Plex/DFA.py extracting Python/Lib/site-packages/Cython/Plex/Actions.pyd extracting Python/Lib/site-packages/Cython/Plex/Actions.py extracting Python/Lib/site-packages/Cython/Plex/Actions.pxd extracting Python/Lib/site-packages/Cython/Plex/__init__.pyc extracting Python/Lib/site-packages/Cython/Plex/__init__.py extracting Python/Lib/site-packages/Cython/Includes/ extracting Python/Lib/site-packages/Cython/Includes/posix/ extracting Python/Lib/site-packages/Cython/Includes/posix/wait.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/unistd.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/types.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/time.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/strings.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/stdlib.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/stdio.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/stat.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/signal.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/select.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/resource.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/mman.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/ioctl.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/fcntl.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/dlfcn.pxd extracting Python/Lib/site-packages/Cython/Includes/posix/__init__.pxd extracting Python/Lib/site-packages/Cython/Includes/openmp.pxd extracting Python/Lib/site-packages/Cython/Includes/numpy/ extracting Python/Lib/site-packages/Cython/Includes/numpy/math.pxd extracting Python/Lib/site-packages/Cython/Includes/numpy/__init__.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/ extracting Python/Lib/site-packages/Cython/Includes/libcpp/vector.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/utility.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/unordered_set.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/unordered_map.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/typeinfo.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/typeindex.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/string.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/stack.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/set.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/queue.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/pair.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/memory.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/map.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/list.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/limits.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/iterator.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/functional.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/deque.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/complex.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/cast.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/algorithm.pxd extracting Python/Lib/site-packages/Cython/Includes/libcpp/__init__.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/ extracting Python/Lib/site-packages/Cython/Includes/libc/time.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/string.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/stdlib.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/stdio.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/stdint.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/stddef.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/signal.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/setjmp.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/math.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/locale.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/limits.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/float.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/errno.pxd extracting Python/Lib/site-packages/Cython/Includes/libc/__init__.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/ extracting Python/Lib/site-packages/Cython/Includes/Deprecated/stl.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/stdlib.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/stdio.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python2.5.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_weakref.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_version.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_unicode.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_type.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_tuple.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_string.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_set.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_sequence.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_ref.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_pycapsule.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_oldbuffer.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_object.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_number.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_module.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_method.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_mem.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_mapping.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_long.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_list.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_iterator.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_int.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_instance.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_getargs.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_function.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_float.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_exc.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_dict.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_complex.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_cobject.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_bytes.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_buffer.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python_bool.pxd extracting Python/Lib/site-packages/Cython/Includes/Deprecated/python.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/ extracting Python/Lib/site-packages/Cython/Includes/cpython/weakref.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/version.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/unicode.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/type.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/tuple.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/string.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/slice.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/set.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/sequence.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/ref.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/pythread.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/pystate.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/pycapsule.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/oldbuffer.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/object.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/number.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/module.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/method.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/mem.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/mapping.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/longintrepr.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/long.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/list.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/iterator.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/int.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/instance.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/getargs.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/function.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/float.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/exc.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/dict.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/datetime.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/complex.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/cobject.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/bytes.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/buffer.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/bool.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/array.pxd extracting Python/Lib/site-packages/Cython/Includes/cpython/__init__.pxd extracting Python/Lib/site-packages/Cython/Distutils/ extracting Python/Lib/site-packages/Cython/Distutils/old_build_ext.pyc extracting Python/Lib/site-packages/Cython/Distutils/old_build_ext.py extracting Python/Lib/site-packages/Cython/Distutils/extension.pyc extracting Python/Lib/site-packages/Cython/Distutils/extension.py extracting Python/Lib/site-packages/Cython/Distutils/build_ext.pyc extracting Python/Lib/site-packages/Cython/Distutils/build_ext.py extracting Python/Lib/site-packages/Cython/Distutils/__init__.pyc extracting Python/Lib/site-packages/Cython/Distutils/__init__.py extracting Python/Lib/site-packages/Cython/Debugging.py extracting Python/Lib/site-packages/Cython/Debugger/ extracting Python/Lib/site-packages/Cython/Debugger/Tests/ extracting Python/Lib/site-packages/Cython/Debugger/Tests/TestLibCython.py extracting Python/Lib/site-packages/Cython/Debugger/Tests/test_libpython_in_gdb.py extracting Python/Lib/site-packages/Cython/Debugger/Tests/test_libcython_in_gdb.py extracting Python/Lib/site-packages/Cython/Debugger/Tests/codefile extracting Python/Lib/site-packages/Cython/Debugger/Tests/cfuncs.c extracting Python/Lib/site-packages/Cython/Debugger/Tests/__init__.py extracting Python/Lib/site-packages/Cython/Debugger/libpython.py extracting Python/Lib/site-packages/Cython/Debugger/libcython.py extracting Python/Lib/site-packages/Cython/Debugger/DebugWriter.py extracting Python/Lib/site-packages/Cython/Debugger/Cygdb.py extracting Python/Lib/site-packages/Cython/Debugger/__init__.py extracting Python/Lib/site-packages/Cython/Coverage.py extracting Python/Lib/site-packages/Cython/Compiler/ extracting Python/Lib/site-packages/Cython/Compiler/Visitor.pyd extracting Python/Lib/site-packages/Cython/Compiler/Visitor.py extracting Python/Lib/site-packages/Cython/Compiler/Visitor.pxd extracting Python/Lib/site-packages/Cython/Compiler/Version.pyc extracting Python/Lib/site-packages/Cython/Compiler/Version.py extracting Python/Lib/site-packages/Cython/Compiler/UtilNodes.py extracting Python/Lib/site-packages/Cython/Compiler/UtilityCode.py extracting Python/Lib/site-packages/Cython/Compiler/TypeSlots.pyc extracting Python/Lib/site-packages/Cython/Compiler/TypeSlots.py extracting Python/Lib/site-packages/Cython/Compiler/TypeInference.py extracting Python/Lib/site-packages/Cython/Compiler/TreePath.py extracting Python/Lib/site-packages/Cython/Compiler/TreeFragment.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/ extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestVisitor.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestUtilityLoad.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestTypes.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestTreePath.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestTreeFragment.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestSignatureMatching.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestMemView.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestGrammar.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestFlowControl.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestCmdLine.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/TestBuffer.py extracting Python/Lib/site-packages/Cython/Compiler/Tests/__init__.py extracting Python/Lib/site-packages/Cython/Compiler/Symtab.pyc extracting Python/Lib/site-packages/Cython/Compiler/Symtab.py extracting Python/Lib/site-packages/Cython/Compiler/StringEncoding.pyc extracting Python/Lib/site-packages/Cython/Compiler/StringEncoding.py extracting Python/Lib/site-packages/Cython/Compiler/Scanning.pyd extracting Python/Lib/site-packages/Cython/Compiler/Scanning.py extracting Python/Lib/site-packages/Cython/Compiler/Scanning.pxd extracting Python/Lib/site-packages/Cython/Compiler/Pythran.pyd extracting Python/Lib/site-packages/Cython/Compiler/Pythran.py extracting Python/Lib/site-packages/Cython/Compiler/PyrexTypes.pyc extracting Python/Lib/site-packages/Cython/Compiler/PyrexTypes.py extracting Python/Lib/site-packages/Cython/Compiler/Pipeline.py extracting Python/Lib/site-packages/Cython/Compiler/Parsing.pyd extracting Python/Lib/site-packages/Cython/Compiler/Parsing.py extracting Python/Lib/site-packages/Cython/Compiler/Parsing.pxd extracting Python/Lib/site-packages/Cython/Compiler/ParseTreeTransforms.py extracting Python/Lib/site-packages/Cython/Compiler/ParseTreeTransforms.pxd extracting Python/Lib/site-packages/Cython/Compiler/Options.pyc extracting Python/Lib/site-packages/Cython/Compiler/Options.py extracting Python/Lib/site-packages/Cython/Compiler/Optimize.py extracting Python/Lib/site-packages/Cython/Compiler/Nodes.py extracting Python/Lib/site-packages/Cython/Compiler/Naming.pyc extracting Python/Lib/site-packages/Cython/Compiler/Naming.py extracting Python/Lib/site-packages/Cython/Compiler/ModuleNode.py extracting Python/Lib/site-packages/Cython/Compiler/MemoryView.py extracting Python/Lib/site-packages/Cython/Compiler/Main.pyc extracting Python/Lib/site-packages/Cython/Compiler/Main.py extracting Python/Lib/site-packages/Cython/Compiler/Lexicon.pyd extracting Python/Lib/site-packages/Cython/Compiler/Lexicon.py extracting Python/Lib/site-packages/Cython/Compiler/Interpreter.py extracting Python/Lib/site-packages/Cython/Compiler/Future.pyc extracting Python/Lib/site-packages/Cython/Compiler/Future.py extracting Python/Lib/site-packages/Cython/Compiler/FusedNode.pyd extracting Python/Lib/site-packages/Cython/Compiler/FusedNode.py extracting Python/Lib/site-packages/Cython/Compiler/FlowControl.pyd extracting Python/Lib/site-packages/Cython/Compiler/FlowControl.py extracting Python/Lib/site-packages/Cython/Compiler/FlowControl.pxd extracting Python/Lib/site-packages/Cython/Compiler/ExprNodes.py extracting Python/Lib/site-packages/Cython/Compiler/Errors.pyc extracting Python/Lib/site-packages/Cython/Compiler/Errors.py extracting Python/Lib/site-packages/Cython/Compiler/DebugFlags.pyc extracting Python/Lib/site-packages/Cython/Compiler/DebugFlags.py extracting Python/Lib/site-packages/Cython/Compiler/CythonScope.py extracting Python/Lib/site-packages/Cython/Compiler/CodeGeneration.py extracting Python/Lib/site-packages/Cython/Compiler/Code.pyd extracting Python/Lib/site-packages/Cython/Compiler/Code.py extracting Python/Lib/site-packages/Cython/Compiler/Code.pxd extracting Python/Lib/site-packages/Cython/Compiler/CmdLine.py extracting Python/Lib/site-packages/Cython/Compiler/Builtin.py extracting Python/Lib/site-packages/Cython/Compiler/Buffer.py extracting Python/Lib/site-packages/Cython/Compiler/AutoDocTransforms.py extracting Python/Lib/site-packages/Cython/Compiler/Annotate.py extracting Python/Lib/site-packages/Cython/Compiler/AnalysedTreeTransforms.py extracting Python/Lib/site-packages/Cython/Compiler/__init__.pyc extracting Python/Lib/site-packages/Cython/Compiler/__init__.py extracting Python/Lib/site-packages/Cython/CodeWriter.py extracting Python/Lib/site-packages/Cython/Build/ extracting Python/Lib/site-packages/Cython/Build/Tests/ extracting Python/Lib/site-packages/Cython/Build/Tests/TestStripLiterals.py extracting Python/Lib/site-packages/Cython/Build/Tests/TestIpythonMagic.py extracting Python/Lib/site-packages/Cython/Build/Tests/TestInline.py extracting Python/Lib/site-packages/Cython/Build/Tests/__init__.py extracting Python/Lib/site-packages/Cython/Build/IpythonMagic.py extracting Python/Lib/site-packages/Cython/Build/Inline.py extracting Python/Lib/site-packages/Cython/Build/Distutils.py extracting Python/Lib/site-packages/Cython/Build/Dependencies.py extracting Python/Lib/site-packages/Cython/Build/Cythonize.py extracting Python/Lib/site-packages/Cython/Build/BuildExecutable.py extracting Python/Lib/site-packages/Cython/Build/__init__.py extracting Python/Lib/site-packages/Cython/__init__.pyc extracting Python/Lib/site-packages/Cython/__init__.py extracting Python/Lib/site-packages/cython.py extracting Python/Lib/site-packages/cycler-0.10.0.dist-info/ extracting Python/Lib/site-packages/cycler-0.10.0.dist-info/WHEEL extracting Python/Lib/site-packages/cycler-0.10.0.dist-info/top_level.txt extracting Python/Lib/site-packages/cycler-0.10.0.dist-info/RECORD extracting Python/Lib/site-packages/cycler-0.10.0.dist-info/metadata.json extracting Python/Lib/site-packages/cycler-0.10.0.dist-info/METADATA extracting Python/Lib/site-packages/cycler-0.10.0.dist-info/INSTALLER extracting Python/Lib/site-packages/cycler-0.10.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/cycler.py extracting Python/Lib/site-packages/copyreg/ extracting Python/Lib/site-packages/copyreg/__init__.py extracting Python/Lib/site-packages/comtypes-1.1.4-py2.7.egg-info/ extracting Python/Lib/site-packages/comtypes-1.1.4-py2.7.egg-info/top_level.txt extracting Python/Lib/site-packages/comtypes-1.1.4-py2.7.egg-info/SOURCES.txt extracting Python/Lib/site-packages/comtypes-1.1.4-py2.7.egg-info/PKG-INFO extracting Python/Lib/site-packages/comtypes-1.1.4-py2.7.egg-info/installed-files.txt extracting Python/Lib/site-packages/comtypes-1.1.4-py2.7.egg-info/dependency_links.txt extracting Python/Lib/site-packages/comtypes/ extracting Python/Lib/site-packages/comtypes/viewobject.py extracting Python/Lib/site-packages/comtypes/util.py extracting Python/Lib/site-packages/comtypes/typeinfo.py extracting Python/Lib/site-packages/comtypes/tools/ extracting Python/Lib/site-packages/comtypes/tools/typedesc_base.py extracting Python/Lib/site-packages/comtypes/tools/typedesc.py extracting Python/Lib/site-packages/comtypes/tools/tlbparser.py extracting Python/Lib/site-packages/comtypes/tools/codegenerator.py extracting Python/Lib/site-packages/comtypes/tools/__init__.py extracting Python/Lib/site-packages/comtypes/test/ extracting Python/Lib/site-packages/comtypes/test/TestDispServer.tlb extracting Python/Lib/site-packages/comtypes/test/TestDispServer.py extracting Python/Lib/site-packages/comtypes/test/TestDispServer.idl extracting Python/Lib/site-packages/comtypes/test/TestComServer.tlb extracting Python/Lib/site-packages/comtypes/test/TestComServer.py extracting Python/Lib/site-packages/comtypes/test/TestComServer.idl extracting Python/Lib/site-packages/comtypes/test/test_word.py extracting Python/Lib/site-packages/comtypes/test/test_wmi.py extracting Python/Lib/site-packages/comtypes/test/test_win32com_interop.py extracting Python/Lib/site-packages/comtypes/test/test_variant.py extracting Python/Lib/site-packages/comtypes/test/test_urlhistory.py extracting Python/Lib/site-packages/comtypes/test/test_typeinfo.py extracting Python/Lib/site-packages/comtypes/test/test_subinterface.py extracting Python/Lib/site-packages/comtypes/test/test_showevents.py extracting Python/Lib/site-packages/comtypes/test/test_server.py extracting Python/Lib/site-packages/comtypes/test/test_sapi.py extracting Python/Lib/site-packages/comtypes/test/test_safearray.py extracting Python/Lib/site-packages/comtypes/test/test_QueryService.py extracting Python/Lib/site-packages/comtypes/test/test_pump_events.py extracting Python/Lib/site-packages/comtypes/test/test_propputref.py extracting Python/Lib/site-packages/comtypes/test/test_outparam.py extracting Python/Lib/site-packages/comtypes/test/test_msscript.py extracting Python/Lib/site-packages/comtypes/test/test_jscript.js extracting Python/Lib/site-packages/comtypes/test/test_ie.py extracting Python/Lib/site-packages/comtypes/test/test_GUID.py extracting Python/Lib/site-packages/comtypes/test/test_getactiveobj.py extracting Python/Lib/site-packages/comtypes/test/test_findgendir.py extracting Python/Lib/site-packages/comtypes/test/test_excel.py extracting Python/Lib/site-packages/comtypes/test/test_dyndispatch.py extracting Python/Lib/site-packages/comtypes/test/test_DISPPARAMS.py extracting Python/Lib/site-packages/comtypes/test/test_dispinterface.py extracting Python/Lib/site-packages/comtypes/test/test_dict.py extracting Python/Lib/site-packages/comtypes/test/test_createwrappers.py extracting Python/Lib/site-packages/comtypes/test/test_comserver.py extracting Python/Lib/site-packages/comtypes/test/test_collections.py extracting Python/Lib/site-packages/comtypes/test/test_client.py extracting Python/Lib/site-packages/comtypes/test/test_casesensitivity.py extracting Python/Lib/site-packages/comtypes/test/test_BSTR.py extracting Python/Lib/site-packages/comtypes/test/test_basic.py extracting Python/Lib/site-packages/comtypes/test/test_avmc.py extracting Python/Lib/site-packages/comtypes/test/test_agilent.py extracting Python/Lib/site-packages/comtypes/test/setup.py extracting Python/Lib/site-packages/comtypes/test/runtests.py extracting Python/Lib/site-packages/comtypes/test/mytypelib.idl extracting Python/Lib/site-packages/comtypes/test/mylib.idl extracting Python/Lib/site-packages/comtypes/test/find_memleak.py extracting Python/Lib/site-packages/comtypes/test/__init__.py extracting Python/Lib/site-packages/comtypes/shelllink.py extracting Python/Lib/site-packages/comtypes/server/ extracting Python/Lib/site-packages/comtypes/server/w_getopt.py extracting Python/Lib/site-packages/comtypes/server/register.py extracting Python/Lib/site-packages/comtypes/server/localserver.py extracting Python/Lib/site-packages/comtypes/server/inprocserver.py extracting Python/Lib/site-packages/comtypes/server/connectionpoints.py extracting Python/Lib/site-packages/comtypes/server/automation.py extracting Python/Lib/site-packages/comtypes/server/__init__.py extracting Python/Lib/site-packages/comtypes/safearray.py extracting Python/Lib/site-packages/comtypes/persist.py extracting Python/Lib/site-packages/comtypes/patcher.py extracting Python/Lib/site-packages/comtypes/npsupport.py extracting Python/Lib/site-packages/comtypes/messageloop.py extracting Python/Lib/site-packages/comtypes/logutil.py extracting Python/Lib/site-packages/comtypes/hresult.py extracting Python/Lib/site-packages/comtypes/GUID.py extracting Python/Lib/site-packages/comtypes/git.py extracting Python/Lib/site-packages/comtypes/errorinfo.py extracting Python/Lib/site-packages/comtypes/connectionpoints.py extracting Python/Lib/site-packages/comtypes/client/ extracting Python/Lib/site-packages/comtypes/client/lazybind.py extracting Python/Lib/site-packages/comtypes/client/dynamic.py extracting Python/Lib/site-packages/comtypes/client/_generate.py extracting Python/Lib/site-packages/comtypes/client/_events.py extracting Python/Lib/site-packages/comtypes/client/_code_cache.py extracting Python/Lib/site-packages/comtypes/client/__init__.py extracting Python/Lib/site-packages/comtypes/automation.py extracting Python/Lib/site-packages/comtypes/_safearray.py extracting Python/Lib/site-packages/comtypes/_meta.py extracting Python/Lib/site-packages/comtypes/_comobject.py extracting Python/Lib/site-packages/comtypes/__init__.py extracting Python/Lib/site-packages/colorama-0.3.9.dist-info/ extracting Python/Lib/site-packages/colorama-0.3.9.dist-info/WHEEL extracting Python/Lib/site-packages/colorama-0.3.9.dist-info/top_level.txt extracting Python/Lib/site-packages/colorama-0.3.9.dist-info/RECORD extracting Python/Lib/site-packages/colorama-0.3.9.dist-info/pbr.json extracting Python/Lib/site-packages/colorama-0.3.9.dist-info/metadata.json extracting Python/Lib/site-packages/colorama-0.3.9.dist-info/METADATA extracting Python/Lib/site-packages/colorama-0.3.9.dist-info/INSTALLER extracting Python/Lib/site-packages/colorama-0.3.9.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/colorama/ extracting Python/Lib/site-packages/colorama/winterm.pyc extracting Python/Lib/site-packages/colorama/winterm.py extracting Python/Lib/site-packages/colorama/win32.pyc extracting Python/Lib/site-packages/colorama/win32.py extracting Python/Lib/site-packages/colorama/initialise.pyc extracting Python/Lib/site-packages/colorama/initialise.py extracting Python/Lib/site-packages/colorama/ansitowin32.pyc extracting Python/Lib/site-packages/colorama/ansitowin32.py extracting Python/Lib/site-packages/colorama/ansi.pyc extracting Python/Lib/site-packages/colorama/ansi.py extracting Python/Lib/site-packages/colorama/__init__.pyc extracting Python/Lib/site-packages/colorama/__init__.py extracting Python/Lib/site-packages/chardet-3.0.4.dist-info/ extracting Python/Lib/site-packages/chardet-3.0.4.dist-info/WHEEL extracting Python/Lib/site-packages/chardet-3.0.4.dist-info/top_level.txt extracting Python/Lib/site-packages/chardet-3.0.4.dist-info/RECORD extracting Python/Lib/site-packages/chardet-3.0.4.dist-info/metadata.json extracting Python/Lib/site-packages/chardet-3.0.4.dist-info/METADATA extracting Python/Lib/site-packages/chardet-3.0.4.dist-info/INSTALLER extracting Python/Lib/site-packages/chardet-3.0.4.dist-info/entry_points.txt extracting Python/Lib/site-packages/chardet-3.0.4.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/chardet/ extracting Python/Lib/site-packages/chardet/version.py extracting Python/Lib/site-packages/chardet/utf8prober.py extracting Python/Lib/site-packages/chardet/universaldetector.py extracting Python/Lib/site-packages/chardet/sjisprober.py extracting Python/Lib/site-packages/chardet/sbcsgroupprober.py extracting Python/Lib/site-packages/chardet/sbcharsetprober.py extracting Python/Lib/site-packages/chardet/mbcssm.py extracting Python/Lib/site-packages/chardet/mbcsgroupprober.py extracting Python/Lib/site-packages/chardet/mbcharsetprober.py extracting Python/Lib/site-packages/chardet/latin1prober.py extracting Python/Lib/site-packages/chardet/langturkishmodel.py extracting Python/Lib/site-packages/chardet/langthaimodel.py extracting Python/Lib/site-packages/chardet/langhungarianmodel.py extracting Python/Lib/site-packages/chardet/langhebrewmodel.py extracting Python/Lib/site-packages/chardet/langgreekmodel.py extracting Python/Lib/site-packages/chardet/langcyrillicmodel.py extracting Python/Lib/site-packages/chardet/langbulgarianmodel.py extracting Python/Lib/site-packages/chardet/jpcntx.py extracting Python/Lib/site-packages/chardet/jisfreq.py extracting Python/Lib/site-packages/chardet/hebrewprober.py extracting Python/Lib/site-packages/chardet/gb2312prober.py extracting Python/Lib/site-packages/chardet/gb2312freq.py extracting Python/Lib/site-packages/chardet/euctwprober.py extracting Python/Lib/site-packages/chardet/euctwfreq.py extracting Python/Lib/site-packages/chardet/euckrprober.py extracting Python/Lib/site-packages/chardet/euckrfreq.py extracting Python/Lib/site-packages/chardet/eucjpprober.py extracting Python/Lib/site-packages/chardet/escsm.py extracting Python/Lib/site-packages/chardet/escprober.py extracting Python/Lib/site-packages/chardet/enums.py extracting Python/Lib/site-packages/chardet/cp949prober.py extracting Python/Lib/site-packages/chardet/compat.py extracting Python/Lib/site-packages/chardet/codingstatemachine.py extracting Python/Lib/site-packages/chardet/cli/ extracting Python/Lib/site-packages/chardet/cli/chardetect.py extracting Python/Lib/site-packages/chardet/cli/__init__.py extracting Python/Lib/site-packages/chardet/charsetprober.py extracting Python/Lib/site-packages/chardet/charsetgroupprober.py extracting Python/Lib/site-packages/chardet/chardistribution.py extracting Python/Lib/site-packages/chardet/big5prober.py extracting Python/Lib/site-packages/chardet/big5freq.py extracting Python/Lib/site-packages/chardet/__init__.py extracting Python/Lib/site-packages/certifi-2018.4.16.dist-info/ extracting Python/Lib/site-packages/certifi-2018.4.16.dist-info/WHEEL extracting Python/Lib/site-packages/certifi-2018.4.16.dist-info/top_level.txt extracting Python/Lib/site-packages/certifi-2018.4.16.dist-info/RECORD extracting Python/Lib/site-packages/certifi-2018.4.16.dist-info/metadata.json extracting Python/Lib/site-packages/certifi-2018.4.16.dist-info/METADATA extracting Python/Lib/site-packages/certifi-2018.4.16.dist-info/LICENSE.txt extracting Python/Lib/site-packages/certifi-2018.4.16.dist-info/INSTALLER extracting Python/Lib/site-packages/certifi-2018.4.16.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/certifi/ extracting Python/Lib/site-packages/certifi/core.py extracting Python/Lib/site-packages/certifi/cacert.pem extracting Python/Lib/site-packages/certifi/__main__.py extracting Python/Lib/site-packages/certifi/__init__.py extracting Python/Lib/site-packages/builtins/ extracting Python/Lib/site-packages/builtins/__init__.py extracting Python/Lib/site-packages/blosc-1.7.0-py2.7.egg-info/ extracting Python/Lib/site-packages/blosc-1.7.0-py2.7.egg-info/top_level.txt extracting Python/Lib/site-packages/blosc-1.7.0-py2.7.egg-info/SOURCES.txt extracting Python/Lib/site-packages/blosc-1.7.0-py2.7.egg-info/PKG-INFO extracting Python/Lib/site-packages/blosc-1.7.0-py2.7.egg-info/not-zip-safe extracting Python/Lib/site-packages/blosc-1.7.0-py2.7.egg-info/installed-files.txt extracting Python/Lib/site-packages/blosc-1.7.0-py2.7.egg-info/dependency_links.txt extracting Python/Lib/site-packages/blosc/ extracting Python/Lib/site-packages/blosc/version.pyc extracting Python/Lib/site-packages/blosc/version.py extracting Python/Lib/site-packages/blosc/toplevel.pyc extracting Python/Lib/site-packages/blosc/toplevel.py extracting Python/Lib/site-packages/blosc/test.pyc extracting Python/Lib/site-packages/blosc/test.py extracting Python/Lib/site-packages/blosc/blosc_extension.pyd extracting Python/Lib/site-packages/blosc/__init__.pyc extracting Python/Lib/site-packages/blosc/__init__.py extracting Python/Lib/site-packages/BioSQL/ extracting Python/Lib/site-packages/BioSQL/Loader.py extracting Python/Lib/site-packages/BioSQL/DBUtils.py extracting Python/Lib/site-packages/BioSQL/BioSeqDatabase.py extracting Python/Lib/site-packages/BioSQL/BioSeq.py extracting Python/Lib/site-packages/BioSQL/__init__.py extracting Python/Lib/site-packages/biopython-1.71.dist-info/ extracting Python/Lib/site-packages/biopython-1.71.dist-info/WHEEL extracting Python/Lib/site-packages/biopython-1.71.dist-info/top_level.txt extracting Python/Lib/site-packages/biopython-1.71.dist-info/RECORD extracting Python/Lib/site-packages/biopython-1.71.dist-info/metadata.json extracting Python/Lib/site-packages/biopython-1.71.dist-info/METADATA extracting Python/Lib/site-packages/biopython-1.71.dist-info/INSTALLER extracting Python/Lib/site-packages/biopython-1.71.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/Bio/ extracting Python/Lib/site-packages/Bio/Wise/ extracting Python/Lib/site-packages/Bio/Wise/psw.py extracting Python/Lib/site-packages/Bio/Wise/dnal.py extracting Python/Lib/site-packages/Bio/Wise/__init__.py extracting Python/Lib/site-packages/Bio/UniProt/ extracting Python/Lib/site-packages/Bio/UniProt/GOA.py extracting Python/Lib/site-packages/Bio/UniProt/__init__.py extracting Python/Lib/site-packages/Bio/UniGene/ extracting Python/Lib/site-packages/Bio/UniGene/__init__.py extracting Python/Lib/site-packages/Bio/triefind.py extracting Python/Lib/site-packages/Bio/trie.pyd extracting Python/Lib/site-packages/Bio/TogoWS/ extracting Python/Lib/site-packages/Bio/TogoWS/__init__.py extracting Python/Lib/site-packages/Bio/SwissProt/ extracting Python/Lib/site-packages/Bio/SwissProt/KeyWList.py extracting Python/Lib/site-packages/Bio/SwissProt/__init__.py extracting Python/Lib/site-packages/Bio/SVDSuperimposer/ extracting Python/Lib/site-packages/Bio/SVDSuperimposer/__init__.py extracting Python/Lib/site-packages/Bio/SubsMat/ extracting Python/Lib/site-packages/Bio/SubsMat/MatrixInfo.py extracting Python/Lib/site-packages/Bio/SubsMat/FreqTable.py extracting Python/Lib/site-packages/Bio/SubsMat/__init__.py extracting Python/Lib/site-packages/Bio/Statistics/ extracting Python/Lib/site-packages/Bio/Statistics/lowess.py extracting Python/Lib/site-packages/Bio/Statistics/__init__.py extracting Python/Lib/site-packages/Bio/SeqUtils/ extracting Python/Lib/site-packages/Bio/SeqUtils/ProtParamData.py extracting Python/Lib/site-packages/Bio/SeqUtils/ProtParam.py extracting Python/Lib/site-packages/Bio/SeqUtils/MeltingTemp.py extracting Python/Lib/site-packages/Bio/SeqUtils/lcc.py extracting Python/Lib/site-packages/Bio/SeqUtils/IsoelectricPoint.py extracting Python/Lib/site-packages/Bio/SeqUtils/CodonUsageIndices.py extracting Python/Lib/site-packages/Bio/SeqUtils/CodonUsage.py extracting Python/Lib/site-packages/Bio/SeqUtils/CheckSum.py extracting Python/Lib/site-packages/Bio/SeqUtils/__init__.py extracting Python/Lib/site-packages/Bio/Sequencing/ extracting Python/Lib/site-packages/Bio/Sequencing/Phd.py extracting Python/Lib/site-packages/Bio/Sequencing/Applications/ extracting Python/Lib/site-packages/Bio/Sequencing/Applications/_samtools.py extracting Python/Lib/site-packages/Bio/Sequencing/Applications/_Novoalign.py extracting Python/Lib/site-packages/Bio/Sequencing/Applications/_bwa.py extracting Python/Lib/site-packages/Bio/Sequencing/Applications/__init__.py extracting Python/Lib/site-packages/Bio/Sequencing/Ace.py extracting Python/Lib/site-packages/Bio/Sequencing/__init__.py extracting Python/Lib/site-packages/Bio/SeqRecord.py extracting Python/Lib/site-packages/Bio/SeqIO/ extracting Python/Lib/site-packages/Bio/SeqIO/UniprotIO.py extracting Python/Lib/site-packages/Bio/SeqIO/TabIO.py extracting Python/Lib/site-packages/Bio/SeqIO/SwissIO.py extracting Python/Lib/site-packages/Bio/SeqIO/SffIO.py extracting Python/Lib/site-packages/Bio/SeqIO/SeqXmlIO.py extracting Python/Lib/site-packages/Bio/SeqIO/QualityIO.py extracting Python/Lib/site-packages/Bio/SeqIO/PirIO.py extracting Python/Lib/site-packages/Bio/SeqIO/PhdIO.py extracting Python/Lib/site-packages/Bio/SeqIO/PdbIO.py extracting Python/Lib/site-packages/Bio/SeqIO/Interfaces.py extracting Python/Lib/site-packages/Bio/SeqIO/InsdcIO.py extracting Python/Lib/site-packages/Bio/SeqIO/IgIO.py extracting Python/Lib/site-packages/Bio/SeqIO/FastaIO.py extracting Python/Lib/site-packages/Bio/SeqIO/AceIO.py extracting Python/Lib/site-packages/Bio/SeqIO/AbiIO.py extracting Python/Lib/site-packages/Bio/SeqIO/_index.py extracting Python/Lib/site-packages/Bio/SeqIO/_convert.py extracting Python/Lib/site-packages/Bio/SeqIO/__init__.py extracting Python/Lib/site-packages/Bio/SeqFeature.py extracting Python/Lib/site-packages/Bio/Seq.py extracting Python/Lib/site-packages/Bio/SearchIO/ extracting Python/Lib/site-packages/Bio/SearchIO/InterproscanIO/ extracting Python/Lib/site-packages/Bio/SearchIO/InterproscanIO/interproscan_xml.py extracting Python/Lib/site-packages/Bio/SearchIO/InterproscanIO/__init__.py extracting Python/Lib/site-packages/Bio/SearchIO/HmmerIO/ extracting Python/Lib/site-packages/Bio/SearchIO/HmmerIO/hmmer3_text.py extracting Python/Lib/site-packages/Bio/SearchIO/HmmerIO/hmmer3_tab.py extracting Python/Lib/site-packages/Bio/SearchIO/HmmerIO/hmmer3_domtab.py extracting Python/Lib/site-packages/Bio/SearchIO/HmmerIO/hmmer2_text.py extracting Python/Lib/site-packages/Bio/SearchIO/HmmerIO/_base.py extracting Python/Lib/site-packages/Bio/SearchIO/HmmerIO/__init__.py extracting Python/Lib/site-packages/Bio/SearchIO/FastaIO.py extracting Python/Lib/site-packages/Bio/SearchIO/ExonerateIO/ extracting Python/Lib/site-packages/Bio/SearchIO/ExonerateIO/exonerate_vulgar.py extracting Python/Lib/site-packages/Bio/SearchIO/ExonerateIO/exonerate_text.py extracting Python/Lib/site-packages/Bio/SearchIO/ExonerateIO/exonerate_cigar.py extracting Python/Lib/site-packages/Bio/SearchIO/ExonerateIO/_base.py extracting Python/Lib/site-packages/Bio/SearchIO/ExonerateIO/__init__.py extracting Python/Lib/site-packages/Bio/SearchIO/BlatIO.py extracting Python/Lib/site-packages/Bio/SearchIO/BlastIO/ extracting Python/Lib/site-packages/Bio/SearchIO/BlastIO/blast_xml.py extracting Python/Lib/site-packages/Bio/SearchIO/BlastIO/blast_text.py extracting Python/Lib/site-packages/Bio/SearchIO/BlastIO/blast_tab.py extracting Python/Lib/site-packages/Bio/SearchIO/BlastIO/__init__.py extracting Python/Lib/site-packages/Bio/SearchIO/_utils.py extracting Python/Lib/site-packages/Bio/SearchIO/_model/ extracting Python/Lib/site-packages/Bio/SearchIO/_model/query.py extracting Python/Lib/site-packages/Bio/SearchIO/_model/hsp.py extracting Python/Lib/site-packages/Bio/SearchIO/_model/hit.py extracting Python/Lib/site-packages/Bio/SearchIO/_model/_base.py extracting Python/Lib/site-packages/Bio/SearchIO/_model/__init__.py extracting Python/Lib/site-packages/Bio/SearchIO/_index.py extracting Python/Lib/site-packages/Bio/SearchIO/__init__.py extracting Python/Lib/site-packages/Bio/SCOP/ extracting Python/Lib/site-packages/Bio/SCOP/Residues.py extracting Python/Lib/site-packages/Bio/SCOP/Raf.py extracting Python/Lib/site-packages/Bio/SCOP/Hie.py extracting Python/Lib/site-packages/Bio/SCOP/Dom.py extracting Python/Lib/site-packages/Bio/SCOP/Des.py extracting Python/Lib/site-packages/Bio/SCOP/Cla.py extracting Python/Lib/site-packages/Bio/SCOP/__init__.py extracting Python/Lib/site-packages/Bio/Restriction/ extracting Python/Lib/site-packages/Bio/Restriction/Restriction_Dictionary.py extracting Python/Lib/site-packages/Bio/Restriction/Restriction.py extracting Python/Lib/site-packages/Bio/Restriction/RanaConfig.py extracting Python/Lib/site-packages/Bio/Restriction/PrintFormat.py extracting Python/Lib/site-packages/Bio/Restriction/__init__.py extracting Python/Lib/site-packages/Bio/PopGen/ extracting Python/Lib/site-packages/Bio/PopGen/GenePop/ extracting Python/Lib/site-packages/Bio/PopGen/GenePop/Utils.py extracting Python/Lib/site-packages/Bio/PopGen/GenePop/LargeFileParser.py extracting Python/Lib/site-packages/Bio/PopGen/GenePop/FileParser.py extracting Python/Lib/site-packages/Bio/PopGen/GenePop/EasyController.py extracting Python/Lib/site-packages/Bio/PopGen/GenePop/Controller.py extracting Python/Lib/site-packages/Bio/PopGen/GenePop/__init__.py extracting Python/Lib/site-packages/Bio/PopGen/__init__.py extracting Python/Lib/site-packages/Bio/Phylo/ extracting Python/Lib/site-packages/Bio/Phylo/TreeConstruction.py extracting Python/Lib/site-packages/Bio/Phylo/PhyloXMLIO.py extracting Python/Lib/site-packages/Bio/Phylo/PhyloXML.py extracting Python/Lib/site-packages/Bio/Phylo/PAML/ extracting Python/Lib/site-packages/Bio/Phylo/PAML/yn00.py extracting Python/Lib/site-packages/Bio/Phylo/PAML/codeml.py extracting Python/Lib/site-packages/Bio/Phylo/PAML/chi2.py extracting Python/Lib/site-packages/Bio/Phylo/PAML/baseml.py extracting Python/Lib/site-packages/Bio/Phylo/PAML/_parse_yn00.py extracting Python/Lib/site-packages/Bio/Phylo/PAML/_parse_codeml.py extracting Python/Lib/site-packages/Bio/Phylo/PAML/_parse_baseml.py extracting Python/Lib/site-packages/Bio/Phylo/PAML/_paml.py extracting Python/Lib/site-packages/Bio/Phylo/PAML/__init__.py extracting Python/Lib/site-packages/Bio/Phylo/NexusIO.py extracting Python/Lib/site-packages/Bio/Phylo/NeXMLIO.py extracting Python/Lib/site-packages/Bio/Phylo/NeXML.py extracting Python/Lib/site-packages/Bio/Phylo/NewickIO.py extracting Python/Lib/site-packages/Bio/Phylo/Newick.py extracting Python/Lib/site-packages/Bio/Phylo/Consensus.py extracting Python/Lib/site-packages/Bio/Phylo/CDAOIO.py extracting Python/Lib/site-packages/Bio/Phylo/CDAO.py extracting Python/Lib/site-packages/Bio/Phylo/BaseTree.py extracting Python/Lib/site-packages/Bio/Phylo/Applications/ extracting Python/Lib/site-packages/Bio/Phylo/Applications/_Raxml.py extracting Python/Lib/site-packages/Bio/Phylo/Applications/_Phyml.py extracting Python/Lib/site-packages/Bio/Phylo/Applications/_Fasttree.py extracting Python/Lib/site-packages/Bio/Phylo/Applications/__init__.py extracting Python/Lib/site-packages/Bio/Phylo/_utils.py extracting Python/Lib/site-packages/Bio/Phylo/_io.py extracting Python/Lib/site-packages/Bio/Phylo/_cdao_owl.py extracting Python/Lib/site-packages/Bio/Phylo/__init__.py extracting Python/Lib/site-packages/Bio/phenotype/ extracting Python/Lib/site-packages/Bio/phenotype/pm_fitting.py extracting Python/Lib/site-packages/Bio/phenotype/phen_micro.py extracting Python/Lib/site-packages/Bio/phenotype/__init__.py extracting Python/Lib/site-packages/Bio/PDB/ extracting Python/Lib/site-packages/Bio/PDB/vectors.py extracting Python/Lib/site-packages/Bio/PDB/Vector.py extracting Python/Lib/site-packages/Bio/PDB/Superimposer.py extracting Python/Lib/site-packages/Bio/PDB/StructureBuilder.py extracting Python/Lib/site-packages/Bio/PDB/StructureAlignment.py extracting Python/Lib/site-packages/Bio/PDB/Structure.py extracting Python/Lib/site-packages/Bio/PDB/Selection.py extracting Python/Lib/site-packages/Bio/PDB/ResidueDepth.py extracting Python/Lib/site-packages/Bio/PDB/Residue.py extracting Python/Lib/site-packages/Bio/PDB/QCPSuperimposer/ extracting Python/Lib/site-packages/Bio/PDB/QCPSuperimposer/qcprotmodule.pyd extracting Python/Lib/site-packages/Bio/PDB/QCPSuperimposer/__init__.py extracting Python/Lib/site-packages/Bio/PDB/PSEA.py extracting Python/Lib/site-packages/Bio/PDB/Polypeptide.py extracting Python/Lib/site-packages/Bio/PDB/PDBParser.py extracting Python/Lib/site-packages/Bio/PDB/PDBList.py extracting Python/Lib/site-packages/Bio/PDB/PDBIO.py extracting Python/Lib/site-packages/Bio/PDB/PDBExceptions.py extracting Python/Lib/site-packages/Bio/PDB/parse_pdb_header.py extracting Python/Lib/site-packages/Bio/PDB/NeighborSearch.py extracting Python/Lib/site-packages/Bio/PDB/NACCESS.py extracting Python/Lib/site-packages/Bio/PDB/Model.py extracting Python/Lib/site-packages/Bio/PDB/mmtf/ extracting Python/Lib/site-packages/Bio/PDB/mmtf/DefaultParser.py extracting Python/Lib/site-packages/Bio/PDB/mmtf/__init__.py extracting Python/Lib/site-packages/Bio/PDB/MMCIFParser.py extracting Python/Lib/site-packages/Bio/PDB/mmcifio.py extracting Python/Lib/site-packages/Bio/PDB/MMCIF2Dict.py extracting Python/Lib/site-packages/Bio/PDB/HSExposure.py extracting Python/Lib/site-packages/Bio/PDB/FragmentMapper.py extracting Python/Lib/site-packages/Bio/PDB/Entity.py extracting Python/Lib/site-packages/Bio/PDB/DSSP.py extracting Python/Lib/site-packages/Bio/PDB/Dice.py extracting Python/Lib/site-packages/Bio/PDB/Chain.py extracting Python/Lib/site-packages/Bio/PDB/Atom.py extracting Python/Lib/site-packages/Bio/PDB/AbstractPropertyMap.py extracting Python/Lib/site-packages/Bio/PDB/__init__.py extracting Python/Lib/site-packages/Bio/Pathway/ extracting Python/Lib/site-packages/Bio/Pathway/Rep/ extracting Python/Lib/site-packages/Bio/Pathway/Rep/MultiGraph.py extracting Python/Lib/site-packages/Bio/Pathway/Rep/Graph.py extracting Python/Lib/site-packages/Bio/Pathway/Rep/__init__.py extracting Python/Lib/site-packages/Bio/Pathway/__init__.py extracting Python/Lib/site-packages/Bio/ParserSupport.py extracting Python/Lib/site-packages/Bio/pairwise2.py extracting Python/Lib/site-packages/Bio/NMR/ extracting Python/Lib/site-packages/Bio/NMR/xpktools.py extracting Python/Lib/site-packages/Bio/NMR/NOEtools.py extracting Python/Lib/site-packages/Bio/NMR/__init__.py extracting Python/Lib/site-packages/Bio/Nexus/ extracting Python/Lib/site-packages/Bio/Nexus/Trees.py extracting Python/Lib/site-packages/Bio/Nexus/StandardData.py extracting Python/Lib/site-packages/Bio/Nexus/Nodes.py extracting Python/Lib/site-packages/Bio/Nexus/Nexus.py extracting Python/Lib/site-packages/Bio/Nexus/cnexus.pyd extracting Python/Lib/site-packages/Bio/Nexus/__init__.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/ extracting Python/Lib/site-packages/Bio/NeuralNetwork/Training.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/StopTraining.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/Gene/ extracting Python/Lib/site-packages/Bio/NeuralNetwork/Gene/Signature.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/Gene/Schema.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/Gene/Pattern.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/Gene/Motif.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/Gene/__init__.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/BackPropagation/ extracting Python/Lib/site-packages/Bio/NeuralNetwork/BackPropagation/Network.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/BackPropagation/Layer.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/BackPropagation/__init__.py extracting Python/Lib/site-packages/Bio/NeuralNetwork/__init__.py extracting Python/Lib/site-packages/Bio/NaiveBayes.py extracting Python/Lib/site-packages/Bio/motifs/ extracting Python/Lib/site-packages/Bio/motifs/transfac.py extracting Python/Lib/site-packages/Bio/motifs/thresholds.py extracting Python/Lib/site-packages/Bio/motifs/meme.py extracting Python/Lib/site-packages/Bio/motifs/matrix.py extracting Python/Lib/site-packages/Bio/motifs/mast.py extracting Python/Lib/site-packages/Bio/motifs/jaspar/ extracting Python/Lib/site-packages/Bio/motifs/jaspar/db.py extracting Python/Lib/site-packages/Bio/motifs/jaspar/__init__.py extracting Python/Lib/site-packages/Bio/motifs/applications/ extracting Python/Lib/site-packages/Bio/motifs/applications/_xxmotif.py extracting Python/Lib/site-packages/Bio/motifs/applications/__init__.py extracting Python/Lib/site-packages/Bio/motifs/alignace.py extracting Python/Lib/site-packages/Bio/motifs/_pwm.pyd extracting Python/Lib/site-packages/Bio/motifs/__init__.py extracting Python/Lib/site-packages/Bio/Medline/ extracting Python/Lib/site-packages/Bio/Medline/__init__.py extracting Python/Lib/site-packages/Bio/MaxEntropy.py extracting Python/Lib/site-packages/Bio/MarkovModel.py extracting Python/Lib/site-packages/Bio/LogisticRegression.py extracting Python/Lib/site-packages/Bio/kNN.py extracting Python/Lib/site-packages/Bio/KEGG/ extracting Python/Lib/site-packages/Bio/KEGG/REST.py extracting Python/Lib/site-packages/Bio/KEGG/Map/ extracting Python/Lib/site-packages/Bio/KEGG/Map/__init__.py extracting Python/Lib/site-packages/Bio/KEGG/KGML/ extracting Python/Lib/site-packages/Bio/KEGG/KGML/KGML_pathway.py extracting Python/Lib/site-packages/Bio/KEGG/KGML/KGML_parser.py extracting Python/Lib/site-packages/Bio/KEGG/KGML/__init__.py extracting Python/Lib/site-packages/Bio/KEGG/Gene/ extracting Python/Lib/site-packages/Bio/KEGG/Gene/__init__.py extracting Python/Lib/site-packages/Bio/KEGG/Enzyme/ extracting Python/Lib/site-packages/Bio/KEGG/Enzyme/__init__.py extracting Python/Lib/site-packages/Bio/KEGG/Compound/ extracting Python/Lib/site-packages/Bio/KEGG/Compound/__init__.py extracting Python/Lib/site-packages/Bio/KEGG/__init__.py extracting Python/Lib/site-packages/Bio/KDTree/ extracting Python/Lib/site-packages/Bio/KDTree/KDTree.py extracting Python/Lib/site-packages/Bio/KDTree/_CKDTree.pyd extracting Python/Lib/site-packages/Bio/KDTree/__init__.py extracting Python/Lib/site-packages/Bio/Index.py extracting Python/Lib/site-packages/Bio/HMM/ extracting Python/Lib/site-packages/Bio/HMM/Utilities.py extracting Python/Lib/site-packages/Bio/HMM/Trainer.py extracting Python/Lib/site-packages/Bio/HMM/MarkovModel.py extracting Python/Lib/site-packages/Bio/HMM/DynamicProgramming.py extracting Python/Lib/site-packages/Bio/HMM/__init__.py extracting Python/Lib/site-packages/Bio/Graphics/ extracting Python/Lib/site-packages/Bio/Graphics/KGML_vis.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/ extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_Track.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_LinearDrawer.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_GraphSet.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_Graph.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_FeatureSet.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_Feature.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_Diagram.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_CrossLink.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_Colors.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_CircularDrawer.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/_AbstractDrawer.py extracting Python/Lib/site-packages/Bio/Graphics/GenomeDiagram/__init__.py extracting Python/Lib/site-packages/Bio/Graphics/Distribution.py extracting Python/Lib/site-packages/Bio/Graphics/DisplayRepresentation.py extracting Python/Lib/site-packages/Bio/Graphics/Comparative.py extracting Python/Lib/site-packages/Bio/Graphics/ColorSpiral.py extracting Python/Lib/site-packages/Bio/Graphics/BasicChromosome.py extracting Python/Lib/site-packages/Bio/Graphics/__init__.py extracting Python/Lib/site-packages/Bio/Geo/ extracting Python/Lib/site-packages/Bio/Geo/Record.py extracting Python/Lib/site-packages/Bio/Geo/__init__.py extracting Python/Lib/site-packages/Bio/GenBank/ extracting Python/Lib/site-packages/Bio/GenBank/utils.py extracting Python/Lib/site-packages/Bio/GenBank/Scanner.py extracting Python/Lib/site-packages/Bio/GenBank/Record.py extracting Python/Lib/site-packages/Bio/GenBank/__init__.py extracting Python/Lib/site-packages/Bio/GA/ extracting Python/Lib/site-packages/Bio/GA/Selection/ extracting Python/Lib/site-packages/Bio/GA/Selection/Tournament.py extracting Python/Lib/site-packages/Bio/GA/Selection/RouletteWheel.py extracting Python/Lib/site-packages/Bio/GA/Selection/Diversity.py extracting Python/Lib/site-packages/Bio/GA/Selection/Abstract.py extracting Python/Lib/site-packages/Bio/GA/Selection/__init__.py extracting Python/Lib/site-packages/Bio/GA/Repair/ extracting Python/Lib/site-packages/Bio/GA/Repair/Stabilizing.py extracting Python/Lib/site-packages/Bio/GA/Repair/__init__.py extracting Python/Lib/site-packages/Bio/GA/Organism.py extracting Python/Lib/site-packages/Bio/GA/Mutation/ extracting Python/Lib/site-packages/Bio/GA/Mutation/Simple.py extracting Python/Lib/site-packages/Bio/GA/Mutation/General.py extracting Python/Lib/site-packages/Bio/GA/Mutation/__init__.py extracting Python/Lib/site-packages/Bio/GA/Evolver.py extracting Python/Lib/site-packages/Bio/GA/Crossover/ extracting Python/Lib/site-packages/Bio/GA/Crossover/Uniform.py extracting Python/Lib/site-packages/Bio/GA/Crossover/TwoPoint.py extracting Python/Lib/site-packages/Bio/GA/Crossover/Point.py extracting Python/Lib/site-packages/Bio/GA/Crossover/GeneralPoint.py extracting Python/Lib/site-packages/Bio/GA/Crossover/General.py extracting Python/Lib/site-packages/Bio/GA/Crossover/__init__.py extracting Python/Lib/site-packages/Bio/GA/__init__.py extracting Python/Lib/site-packages/Bio/FSSP/ extracting Python/Lib/site-packages/Bio/FSSP/FSSPTools.py extracting Python/Lib/site-packages/Bio/FSSP/fssp_rec.py extracting Python/Lib/site-packages/Bio/FSSP/__init__.py extracting Python/Lib/site-packages/Bio/File.py extracting Python/Lib/site-packages/Bio/ExPASy/ extracting Python/Lib/site-packages/Bio/ExPASy/ScanProsite.py extracting Python/Lib/site-packages/Bio/ExPASy/Prosite.py extracting Python/Lib/site-packages/Bio/ExPASy/Prodoc.py extracting Python/Lib/site-packages/Bio/ExPASy/Enzyme.py extracting Python/Lib/site-packages/Bio/ExPASy/cellosaurus.py extracting Python/Lib/site-packages/Bio/ExPASy/__init__.py extracting Python/Lib/site-packages/Bio/Entrez/ extracting Python/Lib/site-packages/Bio/Entrez/Parser.py extracting Python/Lib/site-packages/Bio/Entrez/DTDs/ extracting Python/Lib/site-packages/Bio/Entrez/DTDs/xmlspecchars.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/XHTMLtablesetup.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/taxon.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/SP_General.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/SP_General.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/section.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/references.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_180101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_150101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_140101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_130501.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_130101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_120101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_110101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_100301.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_100101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_090101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_080101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pubmed_020114.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/PRF_General.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/PRF_General.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/pmc-1.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/PIR_General.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/PIR_General.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/phrase.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/PDB_General.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/PDB_General.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/para.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/OMSSA.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/OMSSA.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NSE.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NSE.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/notat.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmsharedcatcit_090101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmsharedcatcit_080101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmserials_100101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmserials_080101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitationset_150101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitationset_140101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitationset_130501.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitationset_130101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitationset_120101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitationset_110101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitationset_100301.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitationset_100101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitation_090101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitation_080101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedlinecitation_011101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedline_090101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedline_080101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmmedline_011101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmcommon_090101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmcommon_080101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmcommon_011101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlmcatalogrecordset_170601.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/nlm-articleset-2.0.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Variation.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Variation.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_TxInit.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_TxInit.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_TSeq.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_TSeq.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Systems.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Submit.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Submit.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Sequence.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Sequence.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_SeqTable.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_SeqTable.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seqset.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seqset.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seqres.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seqres.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seqloc.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seqloc.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seqfeat.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seqfeat.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_SeqCode.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_SeqCode.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seqalign.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seqalign.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seq_split.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Seq_split.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_ScoreMat.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_ScoreMat.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Rsite.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Rsite.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_RNA.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_RNA.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Remap.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Remap.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_PubMed.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_PubMed.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Pub.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Pub.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Protein.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Protein.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Project.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Project.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_PCSubstance.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_PCSubstance.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_PCAssay.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_PCAssay.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Organism.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Organism.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_ObjPrt.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_ObjPrt.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Mime.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Mime.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Mim.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Mim.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Medline.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Medline.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Medlars.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Medlars.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_MedArchive.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_MedArchive.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_ID2Access.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_ID2Access.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_ID1Access.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_ID1Access.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_General.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_General.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Gene.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Gene.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_GBSeq.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_GBSeq.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_FeatDef.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_FeatDef.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Entrezgene.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Entrezgene.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Entrez2.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Entrez2.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Entity.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Cn3d.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Cn3d.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Cdd.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Cdd.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_BlastOutput.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_BlastOutput.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_BlastDL.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_BlastDL.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Blast4.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Blast4.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_BioTree.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_BioTree.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_BioSource.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_BioSource.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Biblio.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Biblio.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_all.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Access.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/NCBI_Access.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/modules.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/mmlextra.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/mmlalias.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/MMDB_Structural_model.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/MMDB_Structural_model.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/MMDB_Features.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/MMDB_Features.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/MMDB_Chemical_graph.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/MMDB_Chemical_graph.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/MMDB.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/MMDB.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/mathmlsetup.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/mathml2-qname-1.mod extracting Python/Lib/site-packages/Bio/Entrez/DTDs/mathml2.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/math.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/list.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/link.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/journalmeta.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isotech.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isopub.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isonum.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isomscr.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isomopf.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isomfrk.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isolat2.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isolat1.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isogrk4.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isogrk3.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isogrk2.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isogrk1.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isodia.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isocyr2.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isocyr1.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isobox.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isoamsr.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isoamso.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isoamsn.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isoamsc.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isoamsb.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/isoamsa.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/INSD_INSDSeq.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/INSD_INSDSeq.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/htmltable.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/HomoloGene.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/HomoloGene.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/GenBank_General.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/GenBank_General.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/format.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/esummary-v1.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/eSummary_041029.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/eSpell.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/eSearch_020511.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/esearch.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/ePost_020511.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/EMBL_General.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/EMBL_General.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/eLink_101123.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/eLink_090910.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/elink_020122.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/eInfo_020511.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/einfo.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/egquery.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/Docsum_3_4.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/Docsum_3_4.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/Docsum_3_3.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/Docsum_3_3.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/Docsum_3_2.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/Docsum_3_2.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/Docsum_3_1.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/Docsum_3_1.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/Docsum_3_0.mod.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/Docsum_3_0.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/display.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/default-mixes.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/default-classes.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/common.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/chars.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/bookdoc_150101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/bookdoc_140101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/bookdoc_130101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/bookdoc_120101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/bookdoc_110101.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/bookdoc_100301.dtd extracting Python/Lib/site-packages/Bio/Entrez/DTDs/backmatter.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/articlemeta.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/archivecustom-modules.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/archivecustom-models.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/archivecustom-mixes.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/archivecustom-classes.ent extracting Python/Lib/site-packages/Bio/Entrez/DTDs/archivearticle.dtd extracting Python/Lib/site-packages/Bio/Entrez/__init__.py extracting Python/Lib/site-packages/Bio/Emboss/ extracting Python/Lib/site-packages/Bio/Emboss/PrimerSearch.py extracting Python/Lib/site-packages/Bio/Emboss/Primer3.py extracting Python/Lib/site-packages/Bio/Emboss/Applications.py extracting Python/Lib/site-packages/Bio/Emboss/__init__.py extracting Python/Lib/site-packages/Bio/DocSQL.py extracting Python/Lib/site-packages/Bio/Data/ extracting Python/Lib/site-packages/Bio/Data/SCOPData.py extracting Python/Lib/site-packages/Bio/Data/IUPACData.py extracting Python/Lib/site-packages/Bio/Data/CodonTable.py extracting Python/Lib/site-packages/Bio/Data/__init__.py extracting Python/Lib/site-packages/Bio/Crystal/ extracting Python/Lib/site-packages/Bio/Crystal/__init__.py extracting Python/Lib/site-packages/Bio/cpairwise2.pyd extracting Python/Lib/site-packages/Bio/Compass/ extracting Python/Lib/site-packages/Bio/Compass/__init__.py extracting Python/Lib/site-packages/Bio/codonalign/ extracting Python/Lib/site-packages/Bio/codonalign/codonseq.py extracting Python/Lib/site-packages/Bio/codonalign/codonalphabet.py extracting Python/Lib/site-packages/Bio/codonalign/codonalignment.py extracting Python/Lib/site-packages/Bio/codonalign/chisq.py extracting Python/Lib/site-packages/Bio/codonalign/__init__.py extracting Python/Lib/site-packages/Bio/Cluster/ extracting Python/Lib/site-packages/Bio/Cluster/cluster.pyd extracting Python/Lib/site-packages/Bio/Cluster/__init__.py extracting Python/Lib/site-packages/Bio/CAPS/ extracting Python/Lib/site-packages/Bio/CAPS/__init__.py extracting Python/Lib/site-packages/Bio/Blast/ extracting Python/Lib/site-packages/Bio/Blast/Record.py extracting Python/Lib/site-packages/Bio/Blast/ParseBlastTable.py extracting Python/Lib/site-packages/Bio/Blast/NCBIXML.py extracting Python/Lib/site-packages/Bio/Blast/NCBIWWW.py extracting Python/Lib/site-packages/Bio/Blast/NCBIStandalone.py extracting Python/Lib/site-packages/Bio/Blast/Applications.py extracting Python/Lib/site-packages/Bio/Blast/__init__.py extracting Python/Lib/site-packages/Bio/bgzf.py extracting Python/Lib/site-packages/Bio/Application/ extracting Python/Lib/site-packages/Bio/Application/__init__.py extracting Python/Lib/site-packages/Bio/Alphabet/ extracting Python/Lib/site-packages/Bio/Alphabet/Reduced.py extracting Python/Lib/site-packages/Bio/Alphabet/IUPAC.py extracting Python/Lib/site-packages/Bio/Alphabet/__init__.py extracting Python/Lib/site-packages/Bio/AlignIO/ extracting Python/Lib/site-packages/Bio/AlignIO/StockholmIO.py extracting Python/Lib/site-packages/Bio/AlignIO/PhylipIO.py extracting Python/Lib/site-packages/Bio/AlignIO/NexusIO.py extracting Python/Lib/site-packages/Bio/AlignIO/MauveIO.py extracting Python/Lib/site-packages/Bio/AlignIO/MafIO.py extracting Python/Lib/site-packages/Bio/AlignIO/Interfaces.py extracting Python/Lib/site-packages/Bio/AlignIO/FastaIO.py extracting Python/Lib/site-packages/Bio/AlignIO/EmbossIO.py extracting Python/Lib/site-packages/Bio/AlignIO/ClustalIO.py extracting Python/Lib/site-packages/Bio/AlignIO/__init__.py extracting Python/Lib/site-packages/Bio/Align/ extracting Python/Lib/site-packages/Bio/Align/Applications/ extracting Python/Lib/site-packages/Bio/Align/Applications/_TCoffee.py extracting Python/Lib/site-packages/Bio/Align/Applications/_Probcons.py extracting Python/Lib/site-packages/Bio/Align/Applications/_Prank.py extracting Python/Lib/site-packages/Bio/Align/Applications/_Muscle.py extracting Python/Lib/site-packages/Bio/Align/Applications/_MSAProbs.py extracting Python/Lib/site-packages/Bio/Align/Applications/_Mafft.py extracting Python/Lib/site-packages/Bio/Align/Applications/_Dialign.py extracting Python/Lib/site-packages/Bio/Align/Applications/_Clustalw.py extracting Python/Lib/site-packages/Bio/Align/Applications/_ClustalOmega.py extracting Python/Lib/site-packages/Bio/Align/Applications/__init__.py extracting Python/Lib/site-packages/Bio/Align/AlignInfo.py extracting Python/Lib/site-packages/Bio/Align/__init__.py extracting Python/Lib/site-packages/Bio/Affy/ extracting Python/Lib/site-packages/Bio/Affy/CelFile.py extracting Python/Lib/site-packages/Bio/Affy/__init__.py extracting Python/Lib/site-packages/Bio/_utils.py extracting Python/Lib/site-packages/Bio/_py3k/ extracting Python/Lib/site-packages/Bio/_py3k/__init__.py extracting Python/Lib/site-packages/Bio/__init__.py extracting Python/Lib/site-packages/backports/ extracting Python/Lib/site-packages/backports/functools_lru_cache.py extracting Python/Lib/site-packages/backports/__init__.pyc extracting Python/Lib/site-packages/backports/__init__.py extracting Python/Lib/site-packages/backports.functools_lru_cache-1.5.dist-info/ extracting Python/Lib/site-packages/backports.functools_lru_cache-1.5.dist-info/WHEEL extracting Python/Lib/site-packages/backports.functools_lru_cache-1.5.dist-info/top_level.txt extracting Python/Lib/site-packages/backports.functools_lru_cache-1.5.dist-info/RECORD extracting Python/Lib/site-packages/backports.functools_lru_cache-1.5.dist-info/namespace_packages.txt extracting Python/Lib/site-packages/backports.functools_lru_cache-1.5.dist-info/metadata.json extracting Python/Lib/site-packages/backports.functools_lru_cache-1.5.dist-info/METADATA extracting Python/Lib/site-packages/backports.functools_lru_cache-1.5.dist-info/LICENSE.txt extracting Python/Lib/site-packages/backports.functools_lru_cache-1.5.dist-info/INSTALLER extracting Python/Lib/site-packages/backports.functools_lru_cache-1.5.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/Babel-2.5.3.dist-info/ extracting Python/Lib/site-packages/Babel-2.5.3.dist-info/WHEEL extracting Python/Lib/site-packages/Babel-2.5.3.dist-info/top_level.txt extracting Python/Lib/site-packages/Babel-2.5.3.dist-info/RECORD extracting Python/Lib/site-packages/Babel-2.5.3.dist-info/metadata.json extracting Python/Lib/site-packages/Babel-2.5.3.dist-info/METADATA extracting Python/Lib/site-packages/Babel-2.5.3.dist-info/INSTALLER extracting Python/Lib/site-packages/Babel-2.5.3.dist-info/entry_points.txt extracting Python/Lib/site-packages/Babel-2.5.3.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/babel/ extracting Python/Lib/site-packages/babel/util.py extracting Python/Lib/site-packages/babel/units.py extracting Python/Lib/site-packages/babel/support.py extracting Python/Lib/site-packages/babel/plural.py extracting Python/Lib/site-packages/babel/numbers.py extracting Python/Lib/site-packages/babel/messages/ extracting Python/Lib/site-packages/babel/messages/pofile.py extracting Python/Lib/site-packages/babel/messages/plurals.py extracting Python/Lib/site-packages/babel/messages/mofile.py extracting Python/Lib/site-packages/babel/messages/jslexer.py extracting Python/Lib/site-packages/babel/messages/frontend.py extracting Python/Lib/site-packages/babel/messages/extract.py extracting Python/Lib/site-packages/babel/messages/checkers.py extracting Python/Lib/site-packages/babel/messages/catalog.py extracting Python/Lib/site-packages/babel/messages/__init__.py extracting Python/Lib/site-packages/babel/localtime/ extracting Python/Lib/site-packages/babel/localtime/_win32.py extracting Python/Lib/site-packages/babel/localtime/_unix.py extracting Python/Lib/site-packages/babel/localtime/__init__.py extracting Python/Lib/site-packages/babel/locale-data/ extracting Python/Lib/site-packages/babel/locale-data/zu_ZA.dat extracting Python/Lib/site-packages/babel/locale-data/zu.dat extracting Python/Lib/site-packages/babel/locale-data/zh_Hant_TW.dat extracting Python/Lib/site-packages/babel/locale-data/zh_Hant_MO.dat extracting Python/Lib/site-packages/babel/locale-data/zh_Hant_HK.dat extracting Python/Lib/site-packages/babel/locale-data/zh_Hant.dat extracting Python/Lib/site-packages/babel/locale-data/zh_Hans_SG.dat extracting Python/Lib/site-packages/babel/locale-data/zh_Hans_MO.dat extracting Python/Lib/site-packages/babel/locale-data/zh_Hans_HK.dat extracting Python/Lib/site-packages/babel/locale-data/zh_Hans_CN.dat extracting Python/Lib/site-packages/babel/locale-data/zh_Hans.dat extracting Python/Lib/site-packages/babel/locale-data/zh.dat extracting Python/Lib/site-packages/babel/locale-data/zgh_MA.dat extracting Python/Lib/site-packages/babel/locale-data/zgh.dat extracting Python/Lib/site-packages/babel/locale-data/yue_HK.dat extracting Python/Lib/site-packages/babel/locale-data/yue.dat extracting Python/Lib/site-packages/babel/locale-data/yo_NG.dat extracting Python/Lib/site-packages/babel/locale-data/yo_BJ.dat extracting Python/Lib/site-packages/babel/locale-data/yo.dat extracting Python/Lib/site-packages/babel/locale-data/yi_001.dat extracting Python/Lib/site-packages/babel/locale-data/yi.dat extracting Python/Lib/site-packages/babel/locale-data/yav_CM.dat extracting Python/Lib/site-packages/babel/locale-data/yav.dat extracting Python/Lib/site-packages/babel/locale-data/xog_UG.dat extracting Python/Lib/site-packages/babel/locale-data/xog.dat extracting Python/Lib/site-packages/babel/locale-data/wae_CH.dat extracting Python/Lib/site-packages/babel/locale-data/wae.dat extracting Python/Lib/site-packages/babel/locale-data/vun_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/vun.dat extracting Python/Lib/site-packages/babel/locale-data/vo_001.dat extracting Python/Lib/site-packages/babel/locale-data/vo.dat extracting Python/Lib/site-packages/babel/locale-data/vi_VN.dat extracting Python/Lib/site-packages/babel/locale-data/vi.dat extracting Python/Lib/site-packages/babel/locale-data/vai_Vaii_LR.dat extracting Python/Lib/site-packages/babel/locale-data/vai_Vaii.dat extracting Python/Lib/site-packages/babel/locale-data/vai_Latn_LR.dat extracting Python/Lib/site-packages/babel/locale-data/vai_Latn.dat extracting Python/Lib/site-packages/babel/locale-data/vai.dat extracting Python/Lib/site-packages/babel/locale-data/uz_Latn_UZ.dat extracting Python/Lib/site-packages/babel/locale-data/uz_Latn.dat extracting Python/Lib/site-packages/babel/locale-data/uz_Cyrl_UZ.dat extracting Python/Lib/site-packages/babel/locale-data/uz_Cyrl.dat extracting Python/Lib/site-packages/babel/locale-data/uz_Arab_AF.dat extracting Python/Lib/site-packages/babel/locale-data/uz_Arab.dat extracting Python/Lib/site-packages/babel/locale-data/uz.dat extracting Python/Lib/site-packages/babel/locale-data/ur_PK.dat extracting Python/Lib/site-packages/babel/locale-data/ur_IN.dat extracting Python/Lib/site-packages/babel/locale-data/ur.dat extracting Python/Lib/site-packages/babel/locale-data/uk_UA.dat extracting Python/Lib/site-packages/babel/locale-data/uk.dat extracting Python/Lib/site-packages/babel/locale-data/ug_CN.dat extracting Python/Lib/site-packages/babel/locale-data/ug.dat extracting Python/Lib/site-packages/babel/locale-data/tzm_MA.dat extracting Python/Lib/site-packages/babel/locale-data/tzm.dat extracting Python/Lib/site-packages/babel/locale-data/twq_NE.dat extracting Python/Lib/site-packages/babel/locale-data/twq.dat extracting Python/Lib/site-packages/babel/locale-data/tr_TR.dat extracting Python/Lib/site-packages/babel/locale-data/tr_CY.dat extracting Python/Lib/site-packages/babel/locale-data/tr.dat extracting Python/Lib/site-packages/babel/locale-data/to_TO.dat extracting Python/Lib/site-packages/babel/locale-data/to.dat extracting Python/Lib/site-packages/babel/locale-data/tk_TM.dat extracting Python/Lib/site-packages/babel/locale-data/tk.dat extracting Python/Lib/site-packages/babel/locale-data/ti_ET.dat extracting Python/Lib/site-packages/babel/locale-data/ti_ER.dat extracting Python/Lib/site-packages/babel/locale-data/ti.dat extracting Python/Lib/site-packages/babel/locale-data/th_TH.dat extracting Python/Lib/site-packages/babel/locale-data/th.dat extracting Python/Lib/site-packages/babel/locale-data/teo_UG.dat extracting Python/Lib/site-packages/babel/locale-data/teo_KE.dat extracting Python/Lib/site-packages/babel/locale-data/teo.dat extracting Python/Lib/site-packages/babel/locale-data/te_IN.dat extracting Python/Lib/site-packages/babel/locale-data/te.dat extracting Python/Lib/site-packages/babel/locale-data/ta_SG.dat extracting Python/Lib/site-packages/babel/locale-data/ta_MY.dat extracting Python/Lib/site-packages/babel/locale-data/ta_LK.dat extracting Python/Lib/site-packages/babel/locale-data/ta_IN.dat extracting Python/Lib/site-packages/babel/locale-data/ta.dat extracting Python/Lib/site-packages/babel/locale-data/sw_UG.dat extracting Python/Lib/site-packages/babel/locale-data/sw_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/sw_KE.dat extracting Python/Lib/site-packages/babel/locale-data/sw_CD.dat extracting Python/Lib/site-packages/babel/locale-data/sw.dat extracting Python/Lib/site-packages/babel/locale-data/sv_SE.dat extracting Python/Lib/site-packages/babel/locale-data/sv_FI.dat extracting Python/Lib/site-packages/babel/locale-data/sv_AX.dat extracting Python/Lib/site-packages/babel/locale-data/sv.dat extracting Python/Lib/site-packages/babel/locale-data/sr_Latn_XK.dat extracting Python/Lib/site-packages/babel/locale-data/sr_Latn_RS.dat extracting Python/Lib/site-packages/babel/locale-data/sr_Latn_ME.dat extracting Python/Lib/site-packages/babel/locale-data/sr_Latn_BA.dat extracting Python/Lib/site-packages/babel/locale-data/sr_Latn.dat extracting Python/Lib/site-packages/babel/locale-data/sr_Cyrl_XK.dat extracting Python/Lib/site-packages/babel/locale-data/sr_Cyrl_RS.dat extracting Python/Lib/site-packages/babel/locale-data/sr_Cyrl_ME.dat extracting Python/Lib/site-packages/babel/locale-data/sr_Cyrl_BA.dat extracting Python/Lib/site-packages/babel/locale-data/sr_Cyrl.dat extracting Python/Lib/site-packages/babel/locale-data/sr.dat extracting Python/Lib/site-packages/babel/locale-data/sq_XK.dat extracting Python/Lib/site-packages/babel/locale-data/sq_MK.dat extracting Python/Lib/site-packages/babel/locale-data/sq_AL.dat extracting Python/Lib/site-packages/babel/locale-data/sq.dat extracting Python/Lib/site-packages/babel/locale-data/so_SO.dat extracting Python/Lib/site-packages/babel/locale-data/so_KE.dat extracting Python/Lib/site-packages/babel/locale-data/so_ET.dat extracting Python/Lib/site-packages/babel/locale-data/so_DJ.dat extracting Python/Lib/site-packages/babel/locale-data/so.dat extracting Python/Lib/site-packages/babel/locale-data/sn_ZW.dat extracting Python/Lib/site-packages/babel/locale-data/sn.dat extracting Python/Lib/site-packages/babel/locale-data/smn_FI.dat extracting Python/Lib/site-packages/babel/locale-data/smn.dat extracting Python/Lib/site-packages/babel/locale-data/sl_SI.dat extracting Python/Lib/site-packages/babel/locale-data/sl.dat extracting Python/Lib/site-packages/babel/locale-data/sk_SK.dat extracting Python/Lib/site-packages/babel/locale-data/sk.dat extracting Python/Lib/site-packages/babel/locale-data/si_LK.dat extracting Python/Lib/site-packages/babel/locale-data/si.dat extracting Python/Lib/site-packages/babel/locale-data/shi_Tfng_MA.dat extracting Python/Lib/site-packages/babel/locale-data/shi_Tfng.dat extracting Python/Lib/site-packages/babel/locale-data/shi_Latn_MA.dat extracting Python/Lib/site-packages/babel/locale-data/shi_Latn.dat extracting Python/Lib/site-packages/babel/locale-data/shi.dat extracting Python/Lib/site-packages/babel/locale-data/sg_CF.dat extracting Python/Lib/site-packages/babel/locale-data/sg.dat extracting Python/Lib/site-packages/babel/locale-data/ses_ML.dat extracting Python/Lib/site-packages/babel/locale-data/ses.dat extracting Python/Lib/site-packages/babel/locale-data/seh_MZ.dat extracting Python/Lib/site-packages/babel/locale-data/seh.dat extracting Python/Lib/site-packages/babel/locale-data/se_SE.dat extracting Python/Lib/site-packages/babel/locale-data/se_NO.dat extracting Python/Lib/site-packages/babel/locale-data/se_FI.dat extracting Python/Lib/site-packages/babel/locale-data/se.dat extracting Python/Lib/site-packages/babel/locale-data/sbp_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/sbp.dat extracting Python/Lib/site-packages/babel/locale-data/saq_KE.dat extracting Python/Lib/site-packages/babel/locale-data/saq.dat extracting Python/Lib/site-packages/babel/locale-data/sah_RU.dat extracting Python/Lib/site-packages/babel/locale-data/sah.dat extracting Python/Lib/site-packages/babel/locale-data/rwk_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/rwk.dat extracting Python/Lib/site-packages/babel/locale-data/rw_RW.dat extracting Python/Lib/site-packages/babel/locale-data/rw.dat extracting Python/Lib/site-packages/babel/locale-data/ru_UA.dat extracting Python/Lib/site-packages/babel/locale-data/ru_RU.dat extracting Python/Lib/site-packages/babel/locale-data/ru_MD.dat extracting Python/Lib/site-packages/babel/locale-data/ru_KZ.dat extracting Python/Lib/site-packages/babel/locale-data/ru_KG.dat extracting Python/Lib/site-packages/babel/locale-data/ru_BY.dat extracting Python/Lib/site-packages/babel/locale-data/ru.dat extracting Python/Lib/site-packages/babel/locale-data/root.dat extracting Python/Lib/site-packages/babel/locale-data/rof_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/rof.dat extracting Python/Lib/site-packages/babel/locale-data/ro_RO.dat extracting Python/Lib/site-packages/babel/locale-data/ro_MD.dat extracting Python/Lib/site-packages/babel/locale-data/ro.dat extracting Python/Lib/site-packages/babel/locale-data/rn_BI.dat extracting Python/Lib/site-packages/babel/locale-data/rn.dat extracting Python/Lib/site-packages/babel/locale-data/rm_CH.dat extracting Python/Lib/site-packages/babel/locale-data/rm.dat extracting Python/Lib/site-packages/babel/locale-data/qu_PE.dat extracting Python/Lib/site-packages/babel/locale-data/qu_EC.dat extracting Python/Lib/site-packages/babel/locale-data/qu_BO.dat extracting Python/Lib/site-packages/babel/locale-data/qu.dat extracting Python/Lib/site-packages/babel/locale-data/pt_TL.dat extracting Python/Lib/site-packages/babel/locale-data/pt_ST.dat extracting Python/Lib/site-packages/babel/locale-data/pt_PT.dat extracting Python/Lib/site-packages/babel/locale-data/pt_MZ.dat extracting Python/Lib/site-packages/babel/locale-data/pt_MO.dat extracting Python/Lib/site-packages/babel/locale-data/pt_LU.dat extracting Python/Lib/site-packages/babel/locale-data/pt_GW.dat extracting Python/Lib/site-packages/babel/locale-data/pt_GQ.dat extracting Python/Lib/site-packages/babel/locale-data/pt_CV.dat extracting Python/Lib/site-packages/babel/locale-data/pt_CH.dat extracting Python/Lib/site-packages/babel/locale-data/pt_BR.dat extracting Python/Lib/site-packages/babel/locale-data/pt_AO.dat extracting Python/Lib/site-packages/babel/locale-data/pt.dat extracting Python/Lib/site-packages/babel/locale-data/ps_AF.dat extracting Python/Lib/site-packages/babel/locale-data/ps.dat extracting Python/Lib/site-packages/babel/locale-data/prg_001.dat extracting Python/Lib/site-packages/babel/locale-data/prg.dat extracting Python/Lib/site-packages/babel/locale-data/pl_PL.dat extracting Python/Lib/site-packages/babel/locale-data/pl.dat extracting Python/Lib/site-packages/babel/locale-data/pa_Guru_IN.dat extracting Python/Lib/site-packages/babel/locale-data/pa_Guru.dat extracting Python/Lib/site-packages/babel/locale-data/pa_Arab_PK.dat extracting Python/Lib/site-packages/babel/locale-data/pa_Arab.dat extracting Python/Lib/site-packages/babel/locale-data/pa.dat extracting Python/Lib/site-packages/babel/locale-data/os_RU.dat extracting Python/Lib/site-packages/babel/locale-data/os_GE.dat extracting Python/Lib/site-packages/babel/locale-data/os.dat extracting Python/Lib/site-packages/babel/locale-data/or_IN.dat extracting Python/Lib/site-packages/babel/locale-data/or.dat extracting Python/Lib/site-packages/babel/locale-data/om_KE.dat extracting Python/Lib/site-packages/babel/locale-data/om_ET.dat extracting Python/Lib/site-packages/babel/locale-data/om.dat extracting Python/Lib/site-packages/babel/locale-data/nyn_UG.dat extracting Python/Lib/site-packages/babel/locale-data/nyn.dat extracting Python/Lib/site-packages/babel/locale-data/nus_SS.dat extracting Python/Lib/site-packages/babel/locale-data/nus.dat extracting Python/Lib/site-packages/babel/locale-data/nnh_CM.dat extracting Python/Lib/site-packages/babel/locale-data/nnh.dat extracting Python/Lib/site-packages/babel/locale-data/nn_NO.dat extracting Python/Lib/site-packages/babel/locale-data/nn.dat extracting Python/Lib/site-packages/babel/locale-data/nmg_CM.dat extracting Python/Lib/site-packages/babel/locale-data/nmg.dat extracting Python/Lib/site-packages/babel/locale-data/nl_SX.dat extracting Python/Lib/site-packages/babel/locale-data/nl_SR.dat extracting Python/Lib/site-packages/babel/locale-data/nl_NL.dat extracting Python/Lib/site-packages/babel/locale-data/nl_CW.dat extracting Python/Lib/site-packages/babel/locale-data/nl_BQ.dat extracting Python/Lib/site-packages/babel/locale-data/nl_BE.dat extracting Python/Lib/site-packages/babel/locale-data/nl_AW.dat extracting Python/Lib/site-packages/babel/locale-data/nl.dat extracting Python/Lib/site-packages/babel/locale-data/ne_NP.dat extracting Python/Lib/site-packages/babel/locale-data/ne_IN.dat extracting Python/Lib/site-packages/babel/locale-data/ne.dat extracting Python/Lib/site-packages/babel/locale-data/nd_ZW.dat extracting Python/Lib/site-packages/babel/locale-data/nd.dat extracting Python/Lib/site-packages/babel/locale-data/nb_SJ.dat extracting Python/Lib/site-packages/babel/locale-data/nb_NO.dat extracting Python/Lib/site-packages/babel/locale-data/nb.dat extracting Python/Lib/site-packages/babel/locale-data/naq_NA.dat extracting Python/Lib/site-packages/babel/locale-data/naq.dat extracting Python/Lib/site-packages/babel/locale-data/mzn_IR.dat extracting Python/Lib/site-packages/babel/locale-data/mzn.dat extracting Python/Lib/site-packages/babel/locale-data/my_MM.dat extracting Python/Lib/site-packages/babel/locale-data/my.dat extracting Python/Lib/site-packages/babel/locale-data/mua_CM.dat extracting Python/Lib/site-packages/babel/locale-data/mua.dat extracting Python/Lib/site-packages/babel/locale-data/mt_MT.dat extracting Python/Lib/site-packages/babel/locale-data/mt.dat extracting Python/Lib/site-packages/babel/locale-data/ms_SG.dat extracting Python/Lib/site-packages/babel/locale-data/ms_MY.dat extracting Python/Lib/site-packages/babel/locale-data/ms_BN.dat extracting Python/Lib/site-packages/babel/locale-data/ms.dat extracting Python/Lib/site-packages/babel/locale-data/mr_IN.dat extracting Python/Lib/site-packages/babel/locale-data/mr.dat extracting Python/Lib/site-packages/babel/locale-data/mn_MN.dat extracting Python/Lib/site-packages/babel/locale-data/mn.dat extracting Python/Lib/site-packages/babel/locale-data/ml_IN.dat extracting Python/Lib/site-packages/babel/locale-data/ml.dat extracting Python/Lib/site-packages/babel/locale-data/mk_MK.dat extracting Python/Lib/site-packages/babel/locale-data/mk.dat extracting Python/Lib/site-packages/babel/locale-data/mgo_CM.dat extracting Python/Lib/site-packages/babel/locale-data/mgo.dat extracting Python/Lib/site-packages/babel/locale-data/mgh_MZ.dat extracting Python/Lib/site-packages/babel/locale-data/mgh.dat extracting Python/Lib/site-packages/babel/locale-data/mg_MG.dat extracting Python/Lib/site-packages/babel/locale-data/mg.dat extracting Python/Lib/site-packages/babel/locale-data/mfe_MU.dat extracting Python/Lib/site-packages/babel/locale-data/mfe.dat extracting Python/Lib/site-packages/babel/locale-data/mer_KE.dat extracting Python/Lib/site-packages/babel/locale-data/mer.dat extracting Python/Lib/site-packages/babel/locale-data/mas_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/mas_KE.dat extracting Python/Lib/site-packages/babel/locale-data/mas.dat extracting Python/Lib/site-packages/babel/locale-data/lv_LV.dat extracting Python/Lib/site-packages/babel/locale-data/lv.dat extracting Python/Lib/site-packages/babel/locale-data/luy_KE.dat extracting Python/Lib/site-packages/babel/locale-data/luy.dat extracting Python/Lib/site-packages/babel/locale-data/luo_KE.dat extracting Python/Lib/site-packages/babel/locale-data/luo.dat extracting Python/Lib/site-packages/babel/locale-data/lu_CD.dat extracting Python/Lib/site-packages/babel/locale-data/lu.dat extracting Python/Lib/site-packages/babel/locale-data/lt_LT.dat extracting Python/Lib/site-packages/babel/locale-data/lt.dat extracting Python/Lib/site-packages/babel/locale-data/lrc_IR.dat extracting Python/Lib/site-packages/babel/locale-data/lrc_IQ.dat extracting Python/Lib/site-packages/babel/locale-data/lrc.dat extracting Python/Lib/site-packages/babel/locale-data/lo_LA.dat extracting Python/Lib/site-packages/babel/locale-data/lo.dat extracting Python/Lib/site-packages/babel/locale-data/ln_CG.dat extracting Python/Lib/site-packages/babel/locale-data/ln_CF.dat extracting Python/Lib/site-packages/babel/locale-data/ln_CD.dat extracting Python/Lib/site-packages/babel/locale-data/ln_AO.dat extracting Python/Lib/site-packages/babel/locale-data/ln.dat extracting Python/Lib/site-packages/babel/locale-data/lkt_US.dat extracting Python/Lib/site-packages/babel/locale-data/lkt.dat extracting Python/Lib/site-packages/babel/locale-data/lg_UG.dat extracting Python/Lib/site-packages/babel/locale-data/lg.dat extracting Python/Lib/site-packages/babel/locale-data/lb_LU.dat extracting Python/Lib/site-packages/babel/locale-data/lb.dat extracting Python/Lib/site-packages/babel/locale-data/lag_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/lag.dat extracting Python/Lib/site-packages/babel/locale-data/ky_KG.dat extracting Python/Lib/site-packages/babel/locale-data/ky.dat extracting Python/Lib/site-packages/babel/locale-data/kw_GB.dat extracting Python/Lib/site-packages/babel/locale-data/kw.dat extracting Python/Lib/site-packages/babel/locale-data/ksh_DE.dat extracting Python/Lib/site-packages/babel/locale-data/ksh.dat extracting Python/Lib/site-packages/babel/locale-data/ksf_CM.dat extracting Python/Lib/site-packages/babel/locale-data/ksf.dat extracting Python/Lib/site-packages/babel/locale-data/ksb_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/ksb.dat extracting Python/Lib/site-packages/babel/locale-data/ks_IN.dat extracting Python/Lib/site-packages/babel/locale-data/ks.dat extracting Python/Lib/site-packages/babel/locale-data/kok_IN.dat extracting Python/Lib/site-packages/babel/locale-data/kok.dat extracting Python/Lib/site-packages/babel/locale-data/ko_KR.dat extracting Python/Lib/site-packages/babel/locale-data/ko_KP.dat extracting Python/Lib/site-packages/babel/locale-data/ko.dat extracting Python/Lib/site-packages/babel/locale-data/kn_IN.dat extracting Python/Lib/site-packages/babel/locale-data/kn.dat extracting Python/Lib/site-packages/babel/locale-data/km_KH.dat extracting Python/Lib/site-packages/babel/locale-data/km.dat extracting Python/Lib/site-packages/babel/locale-data/kln_KE.dat extracting Python/Lib/site-packages/babel/locale-data/kln.dat extracting Python/Lib/site-packages/babel/locale-data/kl_GL.dat extracting Python/Lib/site-packages/babel/locale-data/kl.dat extracting Python/Lib/site-packages/babel/locale-data/kkj_CM.dat extracting Python/Lib/site-packages/babel/locale-data/kkj.dat extracting Python/Lib/site-packages/babel/locale-data/kk_KZ.dat extracting Python/Lib/site-packages/babel/locale-data/kk.dat extracting Python/Lib/site-packages/babel/locale-data/ki_KE.dat extracting Python/Lib/site-packages/babel/locale-data/ki.dat extracting Python/Lib/site-packages/babel/locale-data/khq_ML.dat extracting Python/Lib/site-packages/babel/locale-data/khq.dat extracting Python/Lib/site-packages/babel/locale-data/kea_CV.dat extracting Python/Lib/site-packages/babel/locale-data/kea.dat extracting Python/Lib/site-packages/babel/locale-data/kde_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/kde.dat extracting Python/Lib/site-packages/babel/locale-data/kam_KE.dat extracting Python/Lib/site-packages/babel/locale-data/kam.dat extracting Python/Lib/site-packages/babel/locale-data/kab_DZ.dat extracting Python/Lib/site-packages/babel/locale-data/kab.dat extracting Python/Lib/site-packages/babel/locale-data/ka_GE.dat extracting Python/Lib/site-packages/babel/locale-data/ka.dat extracting Python/Lib/site-packages/babel/locale-data/jmc_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/jmc.dat extracting Python/Lib/site-packages/babel/locale-data/jgo_CM.dat extracting Python/Lib/site-packages/babel/locale-data/jgo.dat extracting Python/Lib/site-packages/babel/locale-data/ja_JP.dat extracting Python/Lib/site-packages/babel/locale-data/ja.dat extracting Python/Lib/site-packages/babel/locale-data/it_SM.dat extracting Python/Lib/site-packages/babel/locale-data/it_IT.dat extracting Python/Lib/site-packages/babel/locale-data/it_CH.dat extracting Python/Lib/site-packages/babel/locale-data/it.dat extracting Python/Lib/site-packages/babel/locale-data/is_IS.dat extracting Python/Lib/site-packages/babel/locale-data/is.dat extracting Python/Lib/site-packages/babel/locale-data/ii_CN.dat extracting Python/Lib/site-packages/babel/locale-data/ii.dat extracting Python/Lib/site-packages/babel/locale-data/ig_NG.dat extracting Python/Lib/site-packages/babel/locale-data/ig.dat extracting Python/Lib/site-packages/babel/locale-data/id_ID.dat extracting Python/Lib/site-packages/babel/locale-data/id.dat extracting Python/Lib/site-packages/babel/locale-data/hy_AM.dat extracting Python/Lib/site-packages/babel/locale-data/hy.dat extracting Python/Lib/site-packages/babel/locale-data/hu_HU.dat extracting Python/Lib/site-packages/babel/locale-data/hu.dat extracting Python/Lib/site-packages/babel/locale-data/hsb_DE.dat extracting Python/Lib/site-packages/babel/locale-data/hsb.dat extracting Python/Lib/site-packages/babel/locale-data/hr_HR.dat extracting Python/Lib/site-packages/babel/locale-data/hr_BA.dat extracting Python/Lib/site-packages/babel/locale-data/hr.dat extracting Python/Lib/site-packages/babel/locale-data/hi_IN.dat extracting Python/Lib/site-packages/babel/locale-data/hi.dat extracting Python/Lib/site-packages/babel/locale-data/he_IL.dat extracting Python/Lib/site-packages/babel/locale-data/he.dat extracting Python/Lib/site-packages/babel/locale-data/haw_US.dat extracting Python/Lib/site-packages/babel/locale-data/haw.dat extracting Python/Lib/site-packages/babel/locale-data/ha_NG.dat extracting Python/Lib/site-packages/babel/locale-data/ha_NE.dat extracting Python/Lib/site-packages/babel/locale-data/ha_GH.dat extracting Python/Lib/site-packages/babel/locale-data/ha.dat extracting Python/Lib/site-packages/babel/locale-data/gv_IM.dat extracting Python/Lib/site-packages/babel/locale-data/gv.dat extracting Python/Lib/site-packages/babel/locale-data/guz_KE.dat extracting Python/Lib/site-packages/babel/locale-data/guz.dat extracting Python/Lib/site-packages/babel/locale-data/gu_IN.dat extracting Python/Lib/site-packages/babel/locale-data/gu.dat extracting Python/Lib/site-packages/babel/locale-data/gsw_LI.dat extracting Python/Lib/site-packages/babel/locale-data/gsw_FR.dat extracting Python/Lib/site-packages/babel/locale-data/gsw_CH.dat extracting Python/Lib/site-packages/babel/locale-data/gsw.dat extracting Python/Lib/site-packages/babel/locale-data/gl_ES.dat extracting Python/Lib/site-packages/babel/locale-data/gl.dat extracting Python/Lib/site-packages/babel/locale-data/gd_GB.dat extracting Python/Lib/site-packages/babel/locale-data/gd.dat extracting Python/Lib/site-packages/babel/locale-data/ga_IE.dat extracting Python/Lib/site-packages/babel/locale-data/ga.dat extracting Python/Lib/site-packages/babel/locale-data/fy_NL.dat extracting Python/Lib/site-packages/babel/locale-data/fy.dat extracting Python/Lib/site-packages/babel/locale-data/fur_IT.dat extracting Python/Lib/site-packages/babel/locale-data/fur.dat extracting Python/Lib/site-packages/babel/locale-data/fr_YT.dat extracting Python/Lib/site-packages/babel/locale-data/fr_WF.dat extracting Python/Lib/site-packages/babel/locale-data/fr_VU.dat extracting Python/Lib/site-packages/babel/locale-data/fr_TN.dat extracting Python/Lib/site-packages/babel/locale-data/fr_TG.dat extracting Python/Lib/site-packages/babel/locale-data/fr_TD.dat extracting Python/Lib/site-packages/babel/locale-data/fr_SY.dat extracting Python/Lib/site-packages/babel/locale-data/fr_SN.dat extracting Python/Lib/site-packages/babel/locale-data/fr_SC.dat extracting Python/Lib/site-packages/babel/locale-data/fr_RW.dat extracting Python/Lib/site-packages/babel/locale-data/fr_RE.dat extracting Python/Lib/site-packages/babel/locale-data/fr_PM.dat extracting Python/Lib/site-packages/babel/locale-data/fr_PF.dat extracting Python/Lib/site-packages/babel/locale-data/fr_NE.dat extracting Python/Lib/site-packages/babel/locale-data/fr_NC.dat extracting Python/Lib/site-packages/babel/locale-data/fr_MU.dat extracting Python/Lib/site-packages/babel/locale-data/fr_MR.dat extracting Python/Lib/site-packages/babel/locale-data/fr_MQ.dat extracting Python/Lib/site-packages/babel/locale-data/fr_ML.dat extracting Python/Lib/site-packages/babel/locale-data/fr_MG.dat extracting Python/Lib/site-packages/babel/locale-data/fr_MF.dat extracting Python/Lib/site-packages/babel/locale-data/fr_MC.dat extracting Python/Lib/site-packages/babel/locale-data/fr_MA.dat extracting Python/Lib/site-packages/babel/locale-data/fr_LU.dat extracting Python/Lib/site-packages/babel/locale-data/fr_KM.dat extracting Python/Lib/site-packages/babel/locale-data/fr_HT.dat extracting Python/Lib/site-packages/babel/locale-data/fr_GQ.dat extracting Python/Lib/site-packages/babel/locale-data/fr_GP.dat extracting Python/Lib/site-packages/babel/locale-data/fr_GN.dat extracting Python/Lib/site-packages/babel/locale-data/fr_GF.dat extracting Python/Lib/site-packages/babel/locale-data/fr_GA.dat extracting Python/Lib/site-packages/babel/locale-data/fr_FR.dat extracting Python/Lib/site-packages/babel/locale-data/fr_DZ.dat extracting Python/Lib/site-packages/babel/locale-data/fr_DJ.dat extracting Python/Lib/site-packages/babel/locale-data/fr_CM.dat extracting Python/Lib/site-packages/babel/locale-data/fr_CI.dat extracting Python/Lib/site-packages/babel/locale-data/fr_CH.dat extracting Python/Lib/site-packages/babel/locale-data/fr_CG.dat extracting Python/Lib/site-packages/babel/locale-data/fr_CF.dat extracting Python/Lib/site-packages/babel/locale-data/fr_CD.dat extracting Python/Lib/site-packages/babel/locale-data/fr_CA.dat extracting Python/Lib/site-packages/babel/locale-data/fr_BL.dat extracting Python/Lib/site-packages/babel/locale-data/fr_BJ.dat extracting Python/Lib/site-packages/babel/locale-data/fr_BI.dat extracting Python/Lib/site-packages/babel/locale-data/fr_BF.dat extracting Python/Lib/site-packages/babel/locale-data/fr_BE.dat extracting Python/Lib/site-packages/babel/locale-data/fr.dat extracting Python/Lib/site-packages/babel/locale-data/fo_FO.dat extracting Python/Lib/site-packages/babel/locale-data/fo_DK.dat extracting Python/Lib/site-packages/babel/locale-data/fo.dat extracting Python/Lib/site-packages/babel/locale-data/fil_PH.dat extracting Python/Lib/site-packages/babel/locale-data/fil.dat extracting Python/Lib/site-packages/babel/locale-data/fi_FI.dat extracting Python/Lib/site-packages/babel/locale-data/fi.dat extracting Python/Lib/site-packages/babel/locale-data/ff_SN.dat extracting Python/Lib/site-packages/babel/locale-data/ff_MR.dat extracting Python/Lib/site-packages/babel/locale-data/ff_GN.dat extracting Python/Lib/site-packages/babel/locale-data/ff_CM.dat extracting Python/Lib/site-packages/babel/locale-data/ff.dat extracting Python/Lib/site-packages/babel/locale-data/fa_IR.dat extracting Python/Lib/site-packages/babel/locale-data/fa_AF.dat extracting Python/Lib/site-packages/babel/locale-data/fa.dat extracting Python/Lib/site-packages/babel/locale-data/ewo_CM.dat extracting Python/Lib/site-packages/babel/locale-data/ewo.dat extracting Python/Lib/site-packages/babel/locale-data/eu_ES.dat extracting Python/Lib/site-packages/babel/locale-data/eu.dat extracting Python/Lib/site-packages/babel/locale-data/et_EE.dat extracting Python/Lib/site-packages/babel/locale-data/et.dat extracting Python/Lib/site-packages/babel/locale-data/es_VE.dat extracting Python/Lib/site-packages/babel/locale-data/es_UY.dat extracting Python/Lib/site-packages/babel/locale-data/es_US.dat extracting Python/Lib/site-packages/babel/locale-data/es_SV.dat extracting Python/Lib/site-packages/babel/locale-data/es_PY.dat extracting Python/Lib/site-packages/babel/locale-data/es_PR.dat extracting Python/Lib/site-packages/babel/locale-data/es_PH.dat extracting Python/Lib/site-packages/babel/locale-data/es_PE.dat extracting Python/Lib/site-packages/babel/locale-data/es_PA.dat extracting Python/Lib/site-packages/babel/locale-data/es_NI.dat extracting Python/Lib/site-packages/babel/locale-data/es_MX.dat extracting Python/Lib/site-packages/babel/locale-data/es_IC.dat extracting Python/Lib/site-packages/babel/locale-data/es_HN.dat extracting Python/Lib/site-packages/babel/locale-data/es_GT.dat extracting Python/Lib/site-packages/babel/locale-data/es_GQ.dat extracting Python/Lib/site-packages/babel/locale-data/es_ES.dat extracting Python/Lib/site-packages/babel/locale-data/es_EC.dat extracting Python/Lib/site-packages/babel/locale-data/es_EA.dat extracting Python/Lib/site-packages/babel/locale-data/es_DO.dat extracting Python/Lib/site-packages/babel/locale-data/es_CU.dat extracting Python/Lib/site-packages/babel/locale-data/es_CR.dat extracting Python/Lib/site-packages/babel/locale-data/es_CO.dat extracting Python/Lib/site-packages/babel/locale-data/es_CL.dat extracting Python/Lib/site-packages/babel/locale-data/es_BR.dat extracting Python/Lib/site-packages/babel/locale-data/es_BO.dat extracting Python/Lib/site-packages/babel/locale-data/es_AR.dat extracting Python/Lib/site-packages/babel/locale-data/es_419.dat extracting Python/Lib/site-packages/babel/locale-data/es.dat extracting Python/Lib/site-packages/babel/locale-data/eo_001.dat extracting Python/Lib/site-packages/babel/locale-data/eo.dat extracting Python/Lib/site-packages/babel/locale-data/en_ZW.dat extracting Python/Lib/site-packages/babel/locale-data/en_ZM.dat extracting Python/Lib/site-packages/babel/locale-data/en_ZA.dat extracting Python/Lib/site-packages/babel/locale-data/en_WS.dat extracting Python/Lib/site-packages/babel/locale-data/en_VU.dat extracting Python/Lib/site-packages/babel/locale-data/en_VI.dat extracting Python/Lib/site-packages/babel/locale-data/en_VG.dat extracting Python/Lib/site-packages/babel/locale-data/en_VC.dat extracting Python/Lib/site-packages/babel/locale-data/en_US_POSIX.dat extracting Python/Lib/site-packages/babel/locale-data/en_US.dat extracting Python/Lib/site-packages/babel/locale-data/en_UM.dat extracting Python/Lib/site-packages/babel/locale-data/en_UG.dat extracting Python/Lib/site-packages/babel/locale-data/en_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/en_TV.dat extracting Python/Lib/site-packages/babel/locale-data/en_TT.dat extracting Python/Lib/site-packages/babel/locale-data/en_TO.dat extracting Python/Lib/site-packages/babel/locale-data/en_TK.dat extracting Python/Lib/site-packages/babel/locale-data/en_TC.dat extracting Python/Lib/site-packages/babel/locale-data/en_SZ.dat extracting Python/Lib/site-packages/babel/locale-data/en_SX.dat extracting Python/Lib/site-packages/babel/locale-data/en_SS.dat extracting Python/Lib/site-packages/babel/locale-data/en_SL.dat extracting Python/Lib/site-packages/babel/locale-data/en_SI.dat extracting Python/Lib/site-packages/babel/locale-data/en_SH.dat extracting Python/Lib/site-packages/babel/locale-data/en_SG.dat extracting Python/Lib/site-packages/babel/locale-data/en_SE.dat extracting Python/Lib/site-packages/babel/locale-data/en_SD.dat extracting Python/Lib/site-packages/babel/locale-data/en_SC.dat extracting Python/Lib/site-packages/babel/locale-data/en_SB.dat extracting Python/Lib/site-packages/babel/locale-data/en_RW.dat extracting Python/Lib/site-packages/babel/locale-data/en_PW.dat extracting Python/Lib/site-packages/babel/locale-data/en_PR.dat extracting Python/Lib/site-packages/babel/locale-data/en_PN.dat extracting Python/Lib/site-packages/babel/locale-data/en_PK.dat extracting Python/Lib/site-packages/babel/locale-data/en_PH.dat extracting Python/Lib/site-packages/babel/locale-data/en_PG.dat extracting Python/Lib/site-packages/babel/locale-data/en_NZ.dat extracting Python/Lib/site-packages/babel/locale-data/en_NU.dat extracting Python/Lib/site-packages/babel/locale-data/en_NR.dat extracting Python/Lib/site-packages/babel/locale-data/en_NL.dat extracting Python/Lib/site-packages/babel/locale-data/en_NG.dat extracting Python/Lib/site-packages/babel/locale-data/en_NF.dat extracting Python/Lib/site-packages/babel/locale-data/en_NA.dat extracting Python/Lib/site-packages/babel/locale-data/en_MY.dat extracting Python/Lib/site-packages/babel/locale-data/en_MW.dat extracting Python/Lib/site-packages/babel/locale-data/en_MU.dat extracting Python/Lib/site-packages/babel/locale-data/en_MT.dat extracting Python/Lib/site-packages/babel/locale-data/en_MS.dat extracting Python/Lib/site-packages/babel/locale-data/en_MP.dat extracting Python/Lib/site-packages/babel/locale-data/en_MO.dat extracting Python/Lib/site-packages/babel/locale-data/en_MH.dat extracting Python/Lib/site-packages/babel/locale-data/en_MG.dat extracting Python/Lib/site-packages/babel/locale-data/en_LS.dat extracting Python/Lib/site-packages/babel/locale-data/en_LR.dat extracting Python/Lib/site-packages/babel/locale-data/en_LC.dat extracting Python/Lib/site-packages/babel/locale-data/en_KY.dat extracting Python/Lib/site-packages/babel/locale-data/en_KN.dat extracting Python/Lib/site-packages/babel/locale-data/en_KI.dat extracting Python/Lib/site-packages/babel/locale-data/en_KE.dat extracting Python/Lib/site-packages/babel/locale-data/en_JM.dat extracting Python/Lib/site-packages/babel/locale-data/en_JE.dat extracting Python/Lib/site-packages/babel/locale-data/en_IO.dat extracting Python/Lib/site-packages/babel/locale-data/en_IN.dat extracting Python/Lib/site-packages/babel/locale-data/en_IM.dat extracting Python/Lib/site-packages/babel/locale-data/en_IL.dat extracting Python/Lib/site-packages/babel/locale-data/en_IE.dat extracting Python/Lib/site-packages/babel/locale-data/en_HK.dat extracting Python/Lib/site-packages/babel/locale-data/en_GY.dat extracting Python/Lib/site-packages/babel/locale-data/en_GU.dat extracting Python/Lib/site-packages/babel/locale-data/en_GM.dat extracting Python/Lib/site-packages/babel/locale-data/en_GI.dat extracting Python/Lib/site-packages/babel/locale-data/en_GH.dat extracting Python/Lib/site-packages/babel/locale-data/en_GG.dat extracting Python/Lib/site-packages/babel/locale-data/en_GD.dat extracting Python/Lib/site-packages/babel/locale-data/en_GB.dat extracting Python/Lib/site-packages/babel/locale-data/en_FM.dat extracting Python/Lib/site-packages/babel/locale-data/en_FK.dat extracting Python/Lib/site-packages/babel/locale-data/en_FJ.dat extracting Python/Lib/site-packages/babel/locale-data/en_FI.dat extracting Python/Lib/site-packages/babel/locale-data/en_ER.dat extracting Python/Lib/site-packages/babel/locale-data/en_DM.dat extracting Python/Lib/site-packages/babel/locale-data/en_DK.dat extracting Python/Lib/site-packages/babel/locale-data/en_DG.dat extracting Python/Lib/site-packages/babel/locale-data/en_DE.dat extracting Python/Lib/site-packages/babel/locale-data/en_CY.dat extracting Python/Lib/site-packages/babel/locale-data/en_CX.dat extracting Python/Lib/site-packages/babel/locale-data/en_CM.dat extracting Python/Lib/site-packages/babel/locale-data/en_CK.dat extracting Python/Lib/site-packages/babel/locale-data/en_CH.dat extracting Python/Lib/site-packages/babel/locale-data/en_CC.dat extracting Python/Lib/site-packages/babel/locale-data/en_CA.dat extracting Python/Lib/site-packages/babel/locale-data/en_BZ.dat extracting Python/Lib/site-packages/babel/locale-data/en_BW.dat extracting Python/Lib/site-packages/babel/locale-data/en_BS.dat extracting Python/Lib/site-packages/babel/locale-data/en_BM.dat extracting Python/Lib/site-packages/babel/locale-data/en_BI.dat extracting Python/Lib/site-packages/babel/locale-data/en_BE.dat extracting Python/Lib/site-packages/babel/locale-data/en_BB.dat extracting Python/Lib/site-packages/babel/locale-data/en_AU.dat extracting Python/Lib/site-packages/babel/locale-data/en_AT.dat extracting Python/Lib/site-packages/babel/locale-data/en_AS.dat extracting Python/Lib/site-packages/babel/locale-data/en_AI.dat extracting Python/Lib/site-packages/babel/locale-data/en_AG.dat extracting Python/Lib/site-packages/babel/locale-data/en_150.dat extracting Python/Lib/site-packages/babel/locale-data/en_001.dat extracting Python/Lib/site-packages/babel/locale-data/en.dat extracting Python/Lib/site-packages/babel/locale-data/el_GR.dat extracting Python/Lib/site-packages/babel/locale-data/el_CY.dat extracting Python/Lib/site-packages/babel/locale-data/el.dat extracting Python/Lib/site-packages/babel/locale-data/ee_TG.dat extracting Python/Lib/site-packages/babel/locale-data/ee_GH.dat extracting Python/Lib/site-packages/babel/locale-data/ee.dat extracting Python/Lib/site-packages/babel/locale-data/ebu_KE.dat extracting Python/Lib/site-packages/babel/locale-data/ebu.dat extracting Python/Lib/site-packages/babel/locale-data/dz_BT.dat extracting Python/Lib/site-packages/babel/locale-data/dz.dat extracting Python/Lib/site-packages/babel/locale-data/dyo_SN.dat extracting Python/Lib/site-packages/babel/locale-data/dyo.dat extracting Python/Lib/site-packages/babel/locale-data/dua_CM.dat extracting Python/Lib/site-packages/babel/locale-data/dua.dat extracting Python/Lib/site-packages/babel/locale-data/dsb_DE.dat extracting Python/Lib/site-packages/babel/locale-data/dsb.dat extracting Python/Lib/site-packages/babel/locale-data/dje_NE.dat extracting Python/Lib/site-packages/babel/locale-data/dje.dat extracting Python/Lib/site-packages/babel/locale-data/de_LU.dat extracting Python/Lib/site-packages/babel/locale-data/de_LI.dat extracting Python/Lib/site-packages/babel/locale-data/de_DE.dat extracting Python/Lib/site-packages/babel/locale-data/de_CH.dat extracting Python/Lib/site-packages/babel/locale-data/de_BE.dat extracting Python/Lib/site-packages/babel/locale-data/de_AT.dat extracting Python/Lib/site-packages/babel/locale-data/de.dat extracting Python/Lib/site-packages/babel/locale-data/dav_KE.dat extracting Python/Lib/site-packages/babel/locale-data/dav.dat extracting Python/Lib/site-packages/babel/locale-data/da_GL.dat extracting Python/Lib/site-packages/babel/locale-data/da_DK.dat extracting Python/Lib/site-packages/babel/locale-data/da.dat extracting Python/Lib/site-packages/babel/locale-data/cy_GB.dat extracting Python/Lib/site-packages/babel/locale-data/cy.dat extracting Python/Lib/site-packages/babel/locale-data/cu_RU.dat extracting Python/Lib/site-packages/babel/locale-data/cu.dat extracting Python/Lib/site-packages/babel/locale-data/cs_CZ.dat extracting Python/Lib/site-packages/babel/locale-data/cs.dat extracting Python/Lib/site-packages/babel/locale-data/ckb_IR.dat extracting Python/Lib/site-packages/babel/locale-data/ckb_IQ.dat extracting Python/Lib/site-packages/babel/locale-data/ckb.dat extracting Python/Lib/site-packages/babel/locale-data/chr_US.dat extracting Python/Lib/site-packages/babel/locale-data/chr.dat extracting Python/Lib/site-packages/babel/locale-data/cgg_UG.dat extracting Python/Lib/site-packages/babel/locale-data/cgg.dat extracting Python/Lib/site-packages/babel/locale-data/ce_RU.dat extracting Python/Lib/site-packages/babel/locale-data/ce.dat extracting Python/Lib/site-packages/babel/locale-data/ca_IT.dat extracting Python/Lib/site-packages/babel/locale-data/ca_FR.dat extracting Python/Lib/site-packages/babel/locale-data/ca_ES_VALENCIA.dat extracting Python/Lib/site-packages/babel/locale-data/ca_ES.dat extracting Python/Lib/site-packages/babel/locale-data/ca_AD.dat extracting Python/Lib/site-packages/babel/locale-data/ca.dat extracting Python/Lib/site-packages/babel/locale-data/bs_Latn_BA.dat extracting Python/Lib/site-packages/babel/locale-data/bs_Latn.dat extracting Python/Lib/site-packages/babel/locale-data/bs_Cyrl_BA.dat extracting Python/Lib/site-packages/babel/locale-data/bs_Cyrl.dat extracting Python/Lib/site-packages/babel/locale-data/bs.dat extracting Python/Lib/site-packages/babel/locale-data/brx_IN.dat extracting Python/Lib/site-packages/babel/locale-data/brx.dat extracting Python/Lib/site-packages/babel/locale-data/br_FR.dat extracting Python/Lib/site-packages/babel/locale-data/br.dat extracting Python/Lib/site-packages/babel/locale-data/bo_IN.dat extracting Python/Lib/site-packages/babel/locale-data/bo_CN.dat extracting Python/Lib/site-packages/babel/locale-data/bo.dat extracting Python/Lib/site-packages/babel/locale-data/bn_IN.dat extracting Python/Lib/site-packages/babel/locale-data/bn_BD.dat extracting Python/Lib/site-packages/babel/locale-data/bn.dat extracting Python/Lib/site-packages/babel/locale-data/bm_ML.dat extracting Python/Lib/site-packages/babel/locale-data/bm.dat extracting Python/Lib/site-packages/babel/locale-data/bg_BG.dat extracting Python/Lib/site-packages/babel/locale-data/bg.dat extracting Python/Lib/site-packages/babel/locale-data/bez_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/bez.dat extracting Python/Lib/site-packages/babel/locale-data/bem_ZM.dat extracting Python/Lib/site-packages/babel/locale-data/bem.dat extracting Python/Lib/site-packages/babel/locale-data/be_BY.dat extracting Python/Lib/site-packages/babel/locale-data/be.dat extracting Python/Lib/site-packages/babel/locale-data/bas_CM.dat extracting Python/Lib/site-packages/babel/locale-data/bas.dat extracting Python/Lib/site-packages/babel/locale-data/az_Latn_AZ.dat extracting Python/Lib/site-packages/babel/locale-data/az_Latn.dat extracting Python/Lib/site-packages/babel/locale-data/az_Cyrl_AZ.dat extracting Python/Lib/site-packages/babel/locale-data/az_Cyrl.dat extracting Python/Lib/site-packages/babel/locale-data/az.dat extracting Python/Lib/site-packages/babel/locale-data/ast_ES.dat extracting Python/Lib/site-packages/babel/locale-data/ast.dat extracting Python/Lib/site-packages/babel/locale-data/asa_TZ.dat extracting Python/Lib/site-packages/babel/locale-data/asa.dat extracting Python/Lib/site-packages/babel/locale-data/as_IN.dat extracting Python/Lib/site-packages/babel/locale-data/as.dat extracting Python/Lib/site-packages/babel/locale-data/ar_YE.dat extracting Python/Lib/site-packages/babel/locale-data/ar_TN.dat extracting Python/Lib/site-packages/babel/locale-data/ar_TD.dat extracting Python/Lib/site-packages/babel/locale-data/ar_SY.dat extracting Python/Lib/site-packages/babel/locale-data/ar_SS.dat extracting Python/Lib/site-packages/babel/locale-data/ar_SO.dat extracting Python/Lib/site-packages/babel/locale-data/ar_SD.dat extracting Python/Lib/site-packages/babel/locale-data/ar_SA.dat extracting Python/Lib/site-packages/babel/locale-data/ar_QA.dat extracting Python/Lib/site-packages/babel/locale-data/ar_PS.dat extracting Python/Lib/site-packages/babel/locale-data/ar_OM.dat extracting Python/Lib/site-packages/babel/locale-data/ar_MR.dat extracting Python/Lib/site-packages/babel/locale-data/ar_MA.dat extracting Python/Lib/site-packages/babel/locale-data/ar_LY.dat extracting Python/Lib/site-packages/babel/locale-data/ar_LB.dat extracting Python/Lib/site-packages/babel/locale-data/ar_KW.dat extracting Python/Lib/site-packages/babel/locale-data/ar_KM.dat extracting Python/Lib/site-packages/babel/locale-data/ar_JO.dat extracting Python/Lib/site-packages/babel/locale-data/ar_IQ.dat extracting Python/Lib/site-packages/babel/locale-data/ar_IL.dat extracting Python/Lib/site-packages/babel/locale-data/ar_ER.dat extracting Python/Lib/site-packages/babel/locale-data/ar_EH.dat extracting Python/Lib/site-packages/babel/locale-data/ar_EG.dat extracting Python/Lib/site-packages/babel/locale-data/ar_DZ.dat extracting Python/Lib/site-packages/babel/locale-data/ar_DJ.dat extracting Python/Lib/site-packages/babel/locale-data/ar_BH.dat extracting Python/Lib/site-packages/babel/locale-data/ar_AE.dat extracting Python/Lib/site-packages/babel/locale-data/ar_001.dat extracting Python/Lib/site-packages/babel/locale-data/ar.dat extracting Python/Lib/site-packages/babel/locale-data/am_ET.dat extracting Python/Lib/site-packages/babel/locale-data/am.dat extracting Python/Lib/site-packages/babel/locale-data/ak_GH.dat extracting Python/Lib/site-packages/babel/locale-data/ak.dat extracting Python/Lib/site-packages/babel/locale-data/agq_CM.dat extracting Python/Lib/site-packages/babel/locale-data/agq.dat extracting Python/Lib/site-packages/babel/locale-data/af_ZA.dat extracting Python/Lib/site-packages/babel/locale-data/af_NA.dat extracting Python/Lib/site-packages/babel/locale-data/af.dat extracting Python/Lib/site-packages/babel/localedata.py extracting Python/Lib/site-packages/babel/lists.py extracting Python/Lib/site-packages/babel/languages.py extracting Python/Lib/site-packages/babel/global.dat extracting Python/Lib/site-packages/babel/dates.py extracting Python/Lib/site-packages/babel/core.py extracting Python/Lib/site-packages/babel/_compat.py extracting Python/Lib/site-packages/babel/__init__.py extracting Python/Lib/site-packages/attrs-17.4.0.dist-info/ extracting Python/Lib/site-packages/attrs-17.4.0.dist-info/WHEEL extracting Python/Lib/site-packages/attrs-17.4.0.dist-info/top_level.txt extracting Python/Lib/site-packages/attrs-17.4.0.dist-info/RECORD extracting Python/Lib/site-packages/attrs-17.4.0.dist-info/metadata.json extracting Python/Lib/site-packages/attrs-17.4.0.dist-info/METADATA extracting Python/Lib/site-packages/attrs-17.4.0.dist-info/LICENSE.txt extracting Python/Lib/site-packages/attrs-17.4.0.dist-info/INSTALLER extracting Python/Lib/site-packages/attrs-17.4.0.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/attr/ extracting Python/Lib/site-packages/attr/validators.py extracting Python/Lib/site-packages/attr/filters.py extracting Python/Lib/site-packages/attr/exceptions.py extracting Python/Lib/site-packages/attr/converters.py extracting Python/Lib/site-packages/attr/_make.py extracting Python/Lib/site-packages/attr/_funcs.py extracting Python/Lib/site-packages/attr/_config.py extracting Python/Lib/site-packages/attr/_compat.py extracting Python/Lib/site-packages/attr/__init__.py extracting Python/Lib/site-packages/apipkg-1.4.dist-info/ extracting Python/Lib/site-packages/apipkg-1.4.dist-info/WHEEL extracting Python/Lib/site-packages/apipkg-1.4.dist-info/top_level.txt extracting Python/Lib/site-packages/apipkg-1.4.dist-info/RECORD extracting Python/Lib/site-packages/apipkg-1.4.dist-info/metadata.json extracting Python/Lib/site-packages/apipkg-1.4.dist-info/METADATA extracting Python/Lib/site-packages/apipkg-1.4.dist-info/INSTALLER extracting Python/Lib/site-packages/apipkg-1.4.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/apipkg.py extracting Python/Lib/site-packages/alabaster-0.7.10.dist-info/ extracting Python/Lib/site-packages/alabaster-0.7.10.dist-info/WHEEL extracting Python/Lib/site-packages/alabaster-0.7.10.dist-info/top_level.txt extracting Python/Lib/site-packages/alabaster-0.7.10.dist-info/RECORD extracting Python/Lib/site-packages/alabaster-0.7.10.dist-info/metadata.json extracting Python/Lib/site-packages/alabaster-0.7.10.dist-info/METADATA extracting Python/Lib/site-packages/alabaster-0.7.10.dist-info/INSTALLER extracting Python/Lib/site-packages/alabaster-0.7.10.dist-info/DESCRIPTION.rst extracting Python/Lib/site-packages/alabaster/ extracting Python/Lib/site-packages/alabaster/theme.conf extracting Python/Lib/site-packages/alabaster/support.py extracting Python/Lib/site-packages/alabaster/static/ extracting Python/Lib/site-packages/alabaster/static/custom.css extracting Python/Lib/site-packages/alabaster/static/alabaster.css_t extracting Python/Lib/site-packages/alabaster/relations.html extracting Python/Lib/site-packages/alabaster/navigation.html extracting Python/Lib/site-packages/alabaster/layout.html extracting Python/Lib/site-packages/alabaster/donate.html extracting Python/Lib/site-packages/alabaster/about.html extracting Python/Lib/site-packages/alabaster/_version.py extracting Python/Lib/site-packages/alabaster/__init__.py extracting Python/Lib/site-packages/adodbapi/ extracting Python/Lib/site-packages/adodbapi/test/ extracting Python/Lib/site-packages/adodbapi/test/tryconnection3.py extracting Python/Lib/site-packages/adodbapi/test/tryconnection2.py extracting Python/Lib/site-packages/adodbapi/test/test_adodbapi_dbapi20.py extracting Python/Lib/site-packages/adodbapi/test/setuptestframework.py extracting Python/Lib/site-packages/adodbapi/test/is64bit.py extracting Python/Lib/site-packages/adodbapi/test/dbapi20.py extracting Python/Lib/site-packages/adodbapi/test/adodbapitestconfig.py extracting Python/Lib/site-packages/adodbapi/test/adodbapitest.py extracting Python/Lib/site-packages/adodbapi/schema_table.py extracting Python/Lib/site-packages/adodbapi/readme.txt extracting Python/Lib/site-packages/adodbapi/license.txt extracting Python/Lib/site-packages/adodbapi/is64bit.py extracting Python/Lib/site-packages/adodbapi/examples/ extracting Python/Lib/site-packages/adodbapi/examples/xls_write.py extracting Python/Lib/site-packages/adodbapi/examples/xls_read.py extracting Python/Lib/site-packages/adodbapi/examples/db_table_names.py extracting Python/Lib/site-packages/adodbapi/examples/db_print.py extracting Python/Lib/site-packages/adodbapi/adodbapi.py extracting Python/Lib/site-packages/adodbapi/ado_consts.py extracting Python/Lib/site-packages/adodbapi/__init__.py extracting Python/Lib/site-packages/_thread/ extracting Python/Lib/site-packages/_thread/__init__.pyc extracting Python/Lib/site-packages/_thread/__init__.py extracting Python/Lib/site-packages/_pytest/ extracting Python/Lib/site-packages/_pytest/warnings.py extracting Python/Lib/site-packages/_pytest/unittest.py extracting Python/Lib/site-packages/_pytest/tmpdir.py extracting Python/Lib/site-packages/_pytest/terminal.py extracting Python/Lib/site-packages/_pytest/skipping.py extracting Python/Lib/site-packages/_pytest/setupplan.py extracting Python/Lib/site-packages/_pytest/setuponly.py extracting Python/Lib/site-packages/_pytest/runner.py extracting Python/Lib/site-packages/_pytest/resultlog.py extracting Python/Lib/site-packages/_pytest/recwarn.py extracting Python/Lib/site-packages/_pytest/python_api.py extracting Python/Lib/site-packages/_pytest/python.py extracting Python/Lib/site-packages/_pytest/pytester.py extracting Python/Lib/site-packages/_pytest/pastebin.py extracting Python/Lib/site-packages/_pytest/outcomes.py extracting Python/Lib/site-packages/_pytest/nose.py extracting Python/Lib/site-packages/_pytest/nodes.py extracting Python/Lib/site-packages/_pytest/monkeypatch.py extracting Python/Lib/site-packages/_pytest/mark/ extracting Python/Lib/site-packages/_pytest/mark/structures.py extracting Python/Lib/site-packages/_pytest/mark/legacy.py extracting Python/Lib/site-packages/_pytest/mark/evaluate.py extracting Python/Lib/site-packages/_pytest/mark/__init__.py extracting Python/Lib/site-packages/_pytest/main.py extracting Python/Lib/site-packages/_pytest/logging.py extracting Python/Lib/site-packages/_pytest/junitxml.py extracting Python/Lib/site-packages/_pytest/hookspec.py extracting Python/Lib/site-packages/_pytest/helpconfig.py extracting Python/Lib/site-packages/_pytest/freeze_support.py extracting Python/Lib/site-packages/_pytest/fixtures.py extracting Python/Lib/site-packages/_pytest/doctest.py extracting Python/Lib/site-packages/_pytest/deprecated.py extracting Python/Lib/site-packages/_pytest/debugging.py extracting Python/Lib/site-packages/_pytest/config.py extracting Python/Lib/site-packages/_pytest/compat.py extracting Python/Lib/site-packages/_pytest/capture.py extracting Python/Lib/site-packages/_pytest/cacheprovider.py extracting Python/Lib/site-packages/_pytest/assertion/ extracting Python/Lib/site-packages/_pytest/assertion/util.py extracting Python/Lib/site-packages/_pytest/assertion/truncate.py extracting Python/Lib/site-packages/_pytest/assertion/rewrite.py extracting Python/Lib/site-packages/_pytest/assertion/__init__.py extracting Python/Lib/site-packages/_pytest/_version.py extracting Python/Lib/site-packages/_pytest/_code/ extracting Python/Lib/site-packages/_pytest/_code/source.py extracting Python/Lib/site-packages/_pytest/_code/code.py extracting Python/Lib/site-packages/_pytest/_code/_py2traceback.py extracting Python/Lib/site-packages/_pytest/_code/__init__.py extracting Python/Lib/site-packages/_pytest/_argcomplete.py extracting Python/Lib/site-packages/_pytest/__init__.py extracting Python/Lib/site-packages/_markupbase/ extracting Python/Lib/site-packages/_markupbase/__init__.py extracting Python/Lib/site-packages/_dummy_thread/ extracting Python/Lib/site-packages/_dummy_thread/__init__.py extracting Python/Lib/site.pyc extracting Python/Lib/site.py extracting Python/Lib/SimpleXMLRPCServer.py extracting Python/Lib/SimpleHTTPServer.py extracting Python/Lib/shutil.pyc extracting Python/Lib/shutil.py extracting Python/Lib/shlex.pyc extracting Python/Lib/shlex.py extracting Python/Lib/shelve.py extracting Python/Lib/sha.py extracting Python/Lib/sgmllib.py extracting Python/Lib/sets.py extracting Python/Lib/sched.py extracting Python/Lib/runpy.pyc extracting Python/Lib/runpy.py extracting Python/Lib/robotparser.py extracting Python/Lib/rlcompleter.py extracting Python/Lib/rfc822.pyc extracting Python/Lib/rfc822.py extracting Python/Lib/rexec.py extracting Python/Lib/repr.pyc extracting Python/Lib/repr.py extracting Python/Lib/re.pyc extracting Python/Lib/re.py extracting Python/Lib/random.pyc extracting Python/Lib/random.py extracting Python/Lib/quopri.pyc extracting Python/Lib/quopri.py extracting Python/Lib/Queue.pyc extracting Python/Lib/Queue.py extracting Python/Lib/pydoc_data/ extracting Python/Lib/pydoc_data/topics.py extracting Python/Lib/pydoc_data/__init__.py extracting Python/Lib/pydoc.py extracting Python/Lib/pyclbr.py extracting Python/Lib/py_compile.pyc extracting Python/Lib/py_compile.py extracting Python/Lib/pty.py extracting Python/Lib/pstats.py extracting Python/Lib/profile.py extracting Python/Lib/pprint.pyc extracting Python/Lib/pprint.py extracting Python/Lib/posixpath.pyc extracting Python/Lib/posixpath.py extracting Python/Lib/posixfile.py extracting Python/Lib/poplib.py extracting Python/Lib/popen2.py extracting Python/Lib/plistlib.pyc extracting Python/Lib/plistlib.py extracting Python/Lib/platform.pyc extracting Python/Lib/platform.py extracting Python/Lib/pkgutil.pyc extracting Python/Lib/pkgutil.py extracting Python/Lib/pipes.py extracting Python/Lib/pickletools.py extracting Python/Lib/pickle.pyc extracting Python/Lib/pickle.py extracting Python/Lib/pdb.py extracting Python/Lib/os2emxpath.py extracting Python/Lib/os.pyc extracting Python/Lib/os.py extracting Python/Lib/optparse.pyc extracting Python/Lib/optparse.py extracting Python/Lib/opcode.pyc extracting Python/Lib/opcode.py extracting Python/Lib/numbers.pyc extracting Python/Lib/numbers.py extracting Python/Lib/nturl2path.pyc extracting Python/Lib/nturl2path.py extracting Python/Lib/ntpath.pyc extracting Python/Lib/ntpath.py extracting Python/Lib/nntplib.py extracting Python/Lib/new.py extracting Python/Lib/netrc.pyc extracting Python/Lib/netrc.py extracting Python/Lib/mutex.py extracting Python/Lib/multiprocessing/ extracting Python/Lib/multiprocessing/util.pyc extracting Python/Lib/multiprocessing/util.py extracting Python/Lib/multiprocessing/synchronize.pyc extracting Python/Lib/multiprocessing/synchronize.py extracting Python/Lib/multiprocessing/sharedctypes.py extracting Python/Lib/multiprocessing/reduction.py extracting Python/Lib/multiprocessing/queues.pyc extracting Python/Lib/multiprocessing/queues.py extracting Python/Lib/multiprocessing/process.pyc extracting Python/Lib/multiprocessing/process.py extracting Python/Lib/multiprocessing/pool.py extracting Python/Lib/multiprocessing/managers.py extracting Python/Lib/multiprocessing/heap.py extracting Python/Lib/multiprocessing/forking.pyc extracting Python/Lib/multiprocessing/forking.py extracting Python/Lib/multiprocessing/dummy/ extracting Python/Lib/multiprocessing/dummy/connection.py extracting Python/Lib/multiprocessing/dummy/__init__.py extracting Python/Lib/multiprocessing/connection.pyc extracting Python/Lib/multiprocessing/connection.py extracting Python/Lib/multiprocessing/__init__.pyc extracting Python/Lib/multiprocessing/__init__.py extracting Python/Lib/multifile.py extracting Python/Lib/msilib/ extracting Python/Lib/msilib/text.py extracting Python/Lib/msilib/sequence.py extracting Python/Lib/msilib/schema.py extracting Python/Lib/msilib/__init__.py extracting Python/Lib/modulefinder.py extracting Python/Lib/mimify.py extracting Python/Lib/MimeWriter.py extracting Python/Lib/mimetypes.pyc extracting Python/Lib/mimetypes.py extracting Python/Lib/mimetools.pyc extracting Python/Lib/mimetools.py extracting Python/Lib/mhlib.py extracting Python/Lib/md5.py extracting Python/Lib/markupbase.pyc extracting Python/Lib/markupbase.py extracting Python/Lib/mailcap.py extracting Python/Lib/mailbox.py extracting Python/Lib/macurl2path.py extracting Python/Lib/macpath.py extracting Python/Lib/logging/ extracting Python/Lib/logging/handlers.pyc extracting Python/Lib/logging/handlers.py extracting Python/Lib/logging/config.pyc extracting Python/Lib/logging/config.py extracting Python/Lib/logging/__init__.pyc extracting Python/Lib/logging/__init__.py extracting Python/Lib/locale.pyc extracting Python/Lib/locale.py extracting Python/Lib/linecache.pyc extracting Python/Lib/linecache.py extracting Python/Lib/lib-tk/ extracting Python/Lib/lib-tk/turtle.py extracting Python/Lib/lib-tk/ttk.py extracting Python/Lib/lib-tk/tkSimpleDialog.py extracting Python/Lib/lib-tk/tkMessageBox.py extracting Python/Lib/lib-tk/Tkinter.py extracting Python/Lib/lib-tk/tkFont.py extracting Python/Lib/lib-tk/tkFileDialog.py extracting Python/Lib/lib-tk/Tkdnd.py extracting Python/Lib/lib-tk/Tkconstants.py extracting Python/Lib/lib-tk/tkCommonDialog.py extracting Python/Lib/lib-tk/tkColorChooser.py extracting Python/Lib/lib-tk/Tix.py extracting Python/Lib/lib-tk/test/ extracting Python/Lib/lib-tk/test/widget_tests.py extracting Python/Lib/lib-tk/test/test_ttk/ extracting Python/Lib/lib-tk/test/test_ttk/test_widgets.py extracting Python/Lib/lib-tk/test/test_ttk/test_style.py extracting Python/Lib/lib-tk/test/test_ttk/test_functions.py extracting Python/Lib/lib-tk/test/test_ttk/test_extensions.py extracting Python/Lib/lib-tk/test/test_ttk/support.py extracting Python/Lib/lib-tk/test/test_ttk/__init__.py extracting Python/Lib/lib-tk/test/test_tkinter/ extracting Python/Lib/lib-tk/test/test_tkinter/test_widgets.py extracting Python/Lib/lib-tk/test/test_tkinter/test_variables.py extracting Python/Lib/lib-tk/test/test_tkinter/test_text.py extracting Python/Lib/lib-tk/test/test_tkinter/test_loadtk.py extracting Python/Lib/lib-tk/test/test_tkinter/test_images.py extracting Python/Lib/lib-tk/test/test_tkinter/test_geometry_managers.py extracting Python/Lib/lib-tk/test/test_tkinter/test_font.py extracting Python/Lib/lib-tk/test/test_tkinter/__init__.py extracting Python/Lib/lib-tk/test/runtktests.py extracting Python/Lib/lib-tk/SimpleDialog.py extracting Python/Lib/lib-tk/ScrolledText.py extracting Python/Lib/lib-tk/FixTk.py extracting Python/Lib/lib-tk/FileDialog.py extracting Python/Lib/lib-tk/Dialog.py extracting Python/Lib/lib-tk/Canvas.py extracting Python/Lib/lib2to3/ extracting Python/Lib/lib2to3/tests/ extracting Python/Lib/lib2to3/tests/test_util.py extracting Python/Lib/lib2to3/tests/test_refactor.py extracting Python/Lib/lib2to3/tests/test_pytree.py extracting Python/Lib/lib2to3/tests/test_parser.py extracting Python/Lib/lib2to3/tests/test_main.py extracting Python/Lib/lib2to3/tests/test_fixers.py extracting Python/Lib/lib2to3/tests/test_all_fixers.py extracting Python/Lib/lib2to3/tests/support.py extracting Python/Lib/lib2to3/tests/pytree_idempotency.py extracting Python/Lib/lib2to3/tests/data/ extracting Python/Lib/lib2to3/tests/data/py3_test_grammar.py extracting Python/Lib/lib2to3/tests/data/py2_test_grammar.py extracting Python/Lib/lib2to3/tests/data/infinite_recursion.py extracting Python/Lib/lib2to3/tests/data/fixers/ extracting Python/Lib/lib2to3/tests/data/fixers/parrot_example.py extracting Python/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py extracting Python/Lib/lib2to3/tests/data/fixers/myfixes/ extracting Python/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py extracting Python/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py extracting Python/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py extracting Python/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py extracting Python/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py extracting Python/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py extracting Python/Lib/lib2to3/tests/data/fixers/bad_order.py extracting Python/Lib/lib2to3/tests/data/false_encoding.py extracting Python/Lib/lib2to3/tests/data/different_encoding.py extracting Python/Lib/lib2to3/tests/data/crlf.py extracting Python/Lib/lib2to3/tests/data/bom.py extracting Python/Lib/lib2to3/tests/__init__.py extracting Python/Lib/lib2to3/refactor.py extracting Python/Lib/lib2to3/pytree.py extracting Python/Lib/lib2to3/pygram.py extracting Python/Lib/lib2to3/pgen2/ extracting Python/Lib/lib2to3/pgen2/tokenize.py extracting Python/Lib/lib2to3/pgen2/token.py extracting Python/Lib/lib2to3/pgen2/pgen.py extracting Python/Lib/lib2to3/pgen2/parse.py extracting Python/Lib/lib2to3/pgen2/literals.py extracting Python/Lib/lib2to3/pgen2/grammar.py extracting Python/Lib/lib2to3/pgen2/driver.py extracting Python/Lib/lib2to3/pgen2/conv.py extracting Python/Lib/lib2to3/pgen2/__init__.py extracting Python/Lib/lib2to3/PatternGrammar.txt extracting Python/Lib/lib2to3/patcomp.py extracting Python/Lib/lib2to3/main.py extracting Python/Lib/lib2to3/Grammar.txt extracting Python/Lib/lib2to3/fixes/ extracting Python/Lib/lib2to3/fixes/fix_zip.py extracting Python/Lib/lib2to3/fixes/fix_xreadlines.py extracting Python/Lib/lib2to3/fixes/fix_xrange.py extracting Python/Lib/lib2to3/fixes/fix_ws_comma.py extracting Python/Lib/lib2to3/fixes/fix_urllib.py extracting Python/Lib/lib2to3/fixes/fix_unicode.py extracting Python/Lib/lib2to3/fixes/fix_types.py extracting Python/Lib/lib2to3/fixes/fix_tuple_params.py extracting Python/Lib/lib2to3/fixes/fix_throw.py extracting Python/Lib/lib2to3/fixes/fix_sys_exc.py extracting Python/Lib/lib2to3/fixes/fix_standarderror.py extracting Python/Lib/lib2to3/fixes/fix_set_literal.py extracting Python/Lib/lib2to3/fixes/fix_repr.py extracting Python/Lib/lib2to3/fixes/fix_renames.py extracting Python/Lib/lib2to3/fixes/fix_reduce.py extracting Python/Lib/lib2to3/fixes/fix_raw_input.py extracting Python/Lib/lib2to3/fixes/fix_raise.py extracting Python/Lib/lib2to3/fixes/fix_print.py extracting Python/Lib/lib2to3/fixes/fix_paren.py extracting Python/Lib/lib2to3/fixes/fix_operator.py extracting Python/Lib/lib2to3/fixes/fix_numliterals.py extracting Python/Lib/lib2to3/fixes/fix_nonzero.py extracting Python/Lib/lib2to3/fixes/fix_next.py extracting Python/Lib/lib2to3/fixes/fix_ne.py extracting Python/Lib/lib2to3/fixes/fix_methodattrs.py extracting Python/Lib/lib2to3/fixes/fix_metaclass.py extracting Python/Lib/lib2to3/fixes/fix_map.py extracting Python/Lib/lib2to3/fixes/fix_long.py extracting Python/Lib/lib2to3/fixes/fix_itertools_imports.py extracting Python/Lib/lib2to3/fixes/fix_itertools.py extracting Python/Lib/lib2to3/fixes/fix_isinstance.py extracting Python/Lib/lib2to3/fixes/fix_intern.py extracting Python/Lib/lib2to3/fixes/fix_input.py extracting Python/Lib/lib2to3/fixes/fix_imports2.py extracting Python/Lib/lib2to3/fixes/fix_imports.py extracting Python/Lib/lib2to3/fixes/fix_import.py extracting Python/Lib/lib2to3/fixes/fix_idioms.py extracting Python/Lib/lib2to3/fixes/fix_has_key.py extracting Python/Lib/lib2to3/fixes/fix_getcwdu.py extracting Python/Lib/lib2to3/fixes/fix_future.py extracting Python/Lib/lib2to3/fixes/fix_funcattrs.py extracting Python/Lib/lib2to3/fixes/fix_filter.py extracting Python/Lib/lib2to3/fixes/fix_exitfunc.py extracting Python/Lib/lib2to3/fixes/fix_execfile.py extracting Python/Lib/lib2to3/fixes/fix_exec.py extracting Python/Lib/lib2to3/fixes/fix_except.py extracting Python/Lib/lib2to3/fixes/fix_dict.py extracting Python/Lib/lib2to3/fixes/fix_buffer.py extracting Python/Lib/lib2to3/fixes/fix_basestring.py extracting Python/Lib/lib2to3/fixes/fix_asserts.py extracting Python/Lib/lib2to3/fixes/fix_apply.py extracting Python/Lib/lib2to3/fixes/__init__.py extracting Python/Lib/lib2to3/fixer_util.py extracting Python/Lib/lib2to3/fixer_base.py extracting Python/Lib/lib2to3/btm_utils.py extracting Python/Lib/lib2to3/btm_matcher.py extracting Python/Lib/lib2to3/__main__.py extracting Python/Lib/lib2to3/__init__.py extracting Python/Lib/keyword.pyc extracting Python/Lib/keyword.py extracting Python/Lib/json/ extracting Python/Lib/json/tool.py extracting Python/Lib/json/tests/ extracting Python/Lib/json/tests/test_unicode.py extracting Python/Lib/json/tests/test_tool.py extracting Python/Lib/json/tests/test_speedups.py extracting Python/Lib/json/tests/test_separators.py extracting Python/Lib/json/tests/test_scanstring.py extracting Python/Lib/json/tests/test_recursion.py extracting Python/Lib/json/tests/test_pass3.py extracting Python/Lib/json/tests/test_pass2.py extracting Python/Lib/json/tests/test_pass1.py extracting Python/Lib/json/tests/test_indent.py extracting Python/Lib/json/tests/test_float.py extracting Python/Lib/json/tests/test_fail.py extracting Python/Lib/json/tests/test_encode_basestring_ascii.py extracting Python/Lib/json/tests/test_dump.py extracting Python/Lib/json/tests/test_default.py extracting Python/Lib/json/tests/test_decode.py extracting Python/Lib/json/tests/test_check_circular.py extracting Python/Lib/json/tests/__init__.py extracting Python/Lib/json/scanner.pyc extracting Python/Lib/json/scanner.py extracting Python/Lib/json/encoder.pyc extracting Python/Lib/json/encoder.py extracting Python/Lib/json/decoder.pyc extracting Python/Lib/json/decoder.py extracting Python/Lib/json/__init__.pyc extracting Python/Lib/json/__init__.py extracting Python/Lib/io.pyc extracting Python/Lib/io.py extracting Python/Lib/inspect.pyc extracting Python/Lib/inspect.py extracting Python/Lib/imputil.py extracting Python/Lib/importlib/ extracting Python/Lib/importlib/__init__.pyc extracting Python/Lib/importlib/__init__.py extracting Python/Lib/imghdr.py extracting Python/Lib/imaplib.py extracting Python/Lib/ihooks.py extracting Python/Lib/idlelib/ extracting Python/Lib/idlelib/ZoomHeight.py extracting Python/Lib/idlelib/WindowList.py extracting Python/Lib/idlelib/WidgetRedirector.py extracting Python/Lib/idlelib/UndoDelegator.py extracting Python/Lib/idlelib/TreeWidget.py extracting Python/Lib/idlelib/ToolTip.py extracting Python/Lib/idlelib/TODO.txt extracting Python/Lib/idlelib/textView.py extracting Python/Lib/idlelib/tabbedpages.py extracting Python/Lib/idlelib/StackViewer.py extracting Python/Lib/idlelib/SearchEngine.py extracting Python/Lib/idlelib/SearchDialogBase.py extracting Python/Lib/idlelib/SearchDialog.py extracting Python/Lib/idlelib/ScrolledList.py extracting Python/Lib/idlelib/ScriptBinding.py extracting Python/Lib/idlelib/run.py extracting Python/Lib/idlelib/RstripExtension.py extracting Python/Lib/idlelib/rpc.py extracting Python/Lib/idlelib/ReplaceDialog.py extracting Python/Lib/idlelib/RemoteObjectBrowser.py extracting Python/Lib/idlelib/RemoteDebugger.py extracting Python/Lib/idlelib/README.txt extracting Python/Lib/idlelib/PyShell.py extracting Python/Lib/idlelib/PyParse.py extracting Python/Lib/idlelib/Percolator.py extracting Python/Lib/idlelib/PathBrowser.py extracting Python/Lib/idlelib/ParenMatch.py extracting Python/Lib/idlelib/OutputWindow.py extracting Python/Lib/idlelib/ObjectBrowser.py extracting Python/Lib/idlelib/NEWS.txt extracting Python/Lib/idlelib/MultiStatusBar.py extracting Python/Lib/idlelib/MultiCall.py extracting Python/Lib/idlelib/macosxSupport.py extracting Python/Lib/idlelib/keybindingDialog.py extracting Python/Lib/idlelib/IOBinding.py extracting Python/Lib/idlelib/idlever.py extracting Python/Lib/idlelib/IdleHistory.py extracting Python/Lib/idlelib/idle_test/ extracting Python/Lib/idlelib/idle_test/test_widgetredir.py extracting Python/Lib/idlelib/idle_test/test_warning.py extracting Python/Lib/idlelib/idle_test/test_textview.py extracting Python/Lib/idlelib/idle_test/test_text.py extracting Python/Lib/idlelib/idle_test/test_searchengine.py extracting Python/Lib/idlelib/idle_test/test_searchdialogbase.py extracting Python/Lib/idlelib/idle_test/test_rstrip.py extracting Python/Lib/idlelib/idle_test/test_pathbrowser.py extracting Python/Lib/idlelib/idle_test/test_parenmatch.py extracting Python/Lib/idlelib/idle_test/test_io.py extracting Python/Lib/idlelib/idle_test/test_idlehistory.py extracting Python/Lib/idlelib/idle_test/test_hyperparser.py extracting Python/Lib/idlelib/idle_test/test_helpabout.py extracting Python/Lib/idlelib/idle_test/test_grep.py extracting Python/Lib/idlelib/idle_test/test_formatparagraph.py extracting Python/Lib/idlelib/idle_test/test_editmenu.py extracting Python/Lib/idlelib/idle_test/test_delegator.py extracting Python/Lib/idlelib/idle_test/test_configdialog.py extracting Python/Lib/idlelib/idle_test/test_config_name.py extracting Python/Lib/idlelib/idle_test/test_calltips.py extracting Python/Lib/idlelib/idle_test/test_autoexpand.py extracting Python/Lib/idlelib/idle_test/test_autocomplete.py extracting Python/Lib/idlelib/idle_test/README.txt extracting Python/Lib/idlelib/idle_test/mock_tk.py extracting Python/Lib/idlelib/idle_test/mock_idle.py extracting Python/Lib/idlelib/idle_test/htest.py extracting Python/Lib/idlelib/idle_test/__init__.py extracting Python/Lib/idlelib/idle.pyw extracting Python/Lib/idlelib/idle.py extracting Python/Lib/idlelib/idle.bat extracting Python/Lib/idlelib/Icons/ extracting Python/Lib/idlelib/Icons/tk.gif extracting Python/Lib/idlelib/Icons/python.gif extracting Python/Lib/idlelib/Icons/plusnode.gif extracting Python/Lib/idlelib/Icons/openfolder.gif extracting Python/Lib/idlelib/Icons/minusnode.gif extracting Python/Lib/idlelib/Icons/idle_48.gif extracting Python/Lib/idlelib/Icons/idle_32.gif extracting Python/Lib/idlelib/Icons/idle_16.gif extracting Python/Lib/idlelib/Icons/idle.ico extracting Python/Lib/idlelib/Icons/idle.icns extracting Python/Lib/idlelib/Icons/folder.gif extracting Python/Lib/idlelib/HyperParser.py extracting Python/Lib/idlelib/HISTORY.txt extracting Python/Lib/idlelib/help.txt extracting Python/Lib/idlelib/help.py extracting Python/Lib/idlelib/help.html extracting Python/Lib/idlelib/GrepDialog.py extracting Python/Lib/idlelib/FormatParagraph.py extracting Python/Lib/idlelib/FileList.py extracting Python/Lib/idlelib/extend.txt extracting Python/Lib/idlelib/EditorWindow.py extracting Python/Lib/idlelib/dynOptionMenuWidget.py extracting Python/Lib/idlelib/Delegator.py extracting Python/Lib/idlelib/Debugger.py extracting Python/Lib/idlelib/CREDITS.txt extracting Python/Lib/idlelib/configSectionNameDialog.py extracting Python/Lib/idlelib/config-main.def extracting Python/Lib/idlelib/config-keys.def extracting Python/Lib/idlelib/config-highlight.def extracting Python/Lib/idlelib/configHelpSourceEdit.py extracting Python/Lib/idlelib/configHandler.py extracting Python/Lib/idlelib/config-extensions.def extracting Python/Lib/idlelib/configDialog.py extracting Python/Lib/idlelib/ColorDelegator.py extracting Python/Lib/idlelib/CodeContext.py extracting Python/Lib/idlelib/ClassBrowser.py extracting Python/Lib/idlelib/CallTipWindow.py extracting Python/Lib/idlelib/CallTips.py extracting Python/Lib/idlelib/Bindings.py extracting Python/Lib/idlelib/AutoExpand.py extracting Python/Lib/idlelib/AutoCompleteWindow.py extracting Python/Lib/idlelib/AutoComplete.py extracting Python/Lib/idlelib/aboutDialog.py extracting Python/Lib/idlelib/__init__.py extracting Python/Lib/httplib.pyc extracting Python/Lib/httplib.py extracting Python/Lib/HTMLParser.pyc extracting Python/Lib/HTMLParser.py extracting Python/Lib/htmllib.py extracting Python/Lib/htmlentitydefs.pyc extracting Python/Lib/htmlentitydefs.py extracting Python/Lib/hotshot/ extracting Python/Lib/hotshot/stones.py extracting Python/Lib/hotshot/stats.py extracting Python/Lib/hotshot/log.py extracting Python/Lib/hotshot/__init__.py extracting Python/Lib/hmac.pyc extracting Python/Lib/hmac.py extracting Python/Lib/heapq.pyc extracting Python/Lib/heapq.py extracting Python/Lib/hashlib.pyc extracting Python/Lib/hashlib.py extracting Python/Lib/gzip.pyc extracting Python/Lib/gzip.py extracting Python/Lib/glob.pyc extracting Python/Lib/glob.py extracting Python/Lib/gettext.pyc extracting Python/Lib/gettext.py extracting Python/Lib/getpass.pyc extracting Python/Lib/getpass.py extracting Python/Lib/getopt.pyc extracting Python/Lib/getopt.py extracting Python/Lib/genericpath.pyc extracting Python/Lib/genericpath.py extracting Python/Lib/functools.pyc extracting Python/Lib/functools.py extracting Python/Lib/ftplib.py extracting Python/Lib/fractions.py extracting Python/Lib/fpformat.py extracting Python/Lib/formatter.py extracting Python/Lib/fnmatch.pyc extracting Python/Lib/fnmatch.py extracting Python/Lib/fileinput.py extracting Python/Lib/filecmp.py extracting Python/Lib/ensurepip/ extracting Python/Lib/ensurepip/_uninstall.py extracting Python/Lib/ensurepip/_bundled/ extracting Python/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl extracting Python/Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl extracting Python/Lib/ensurepip/__main__.py extracting Python/Lib/ensurepip/__init__.py extracting Python/Lib/encodings/ extracting Python/Lib/encodings/zlib_codec.py extracting Python/Lib/encodings/uu_codec.py extracting Python/Lib/encodings/utf_8_sig.py extracting Python/Lib/encodings/utf_8.pyc extracting Python/Lib/encodings/utf_8.py extracting Python/Lib/encodings/utf_7.py extracting Python/Lib/encodings/utf_32_le.py extracting Python/Lib/encodings/utf_32_be.pyc extracting Python/Lib/encodings/utf_32_be.py extracting Python/Lib/encodings/utf_32.py extracting Python/Lib/encodings/utf_16_le.pyc extracting Python/Lib/encodings/utf_16_le.py extracting Python/Lib/encodings/utf_16_be.pyc extracting Python/Lib/encodings/utf_16_be.py extracting Python/Lib/encodings/utf_16.py extracting Python/Lib/encodings/unicode_internal.py extracting Python/Lib/encodings/unicode_escape.py extracting Python/Lib/encodings/undefined.py extracting Python/Lib/encodings/tis_620.py extracting Python/Lib/encodings/string_escape.pyc extracting Python/Lib/encodings/string_escape.py extracting Python/Lib/encodings/shift_jisx0213.py extracting Python/Lib/encodings/shift_jis_2004.py extracting Python/Lib/encodings/shift_jis.py extracting Python/Lib/encodings/rot_13.py extracting Python/Lib/encodings/raw_unicode_escape.py extracting Python/Lib/encodings/quopri_codec.py extracting Python/Lib/encodings/punycode.py extracting Python/Lib/encodings/ptcp154.py extracting Python/Lib/encodings/palmos.py extracting Python/Lib/encodings/mbcs.pyc extracting Python/Lib/encodings/mbcs.py extracting Python/Lib/encodings/mac_turkish.py extracting Python/Lib/encodings/mac_romanian.py extracting Python/Lib/encodings/mac_roman.py extracting Python/Lib/encodings/mac_latin2.py extracting Python/Lib/encodings/mac_iceland.py extracting Python/Lib/encodings/mac_greek.py extracting Python/Lib/encodings/mac_farsi.py extracting Python/Lib/encodings/mac_cyrillic.py extracting Python/Lib/encodings/mac_croatian.py extracting Python/Lib/encodings/mac_centeuro.py extracting Python/Lib/encodings/mac_arabic.py extracting Python/Lib/encodings/latin_1.pyc extracting Python/Lib/encodings/latin_1.py extracting Python/Lib/encodings/koi8_u.py extracting Python/Lib/encodings/koi8_r.py extracting Python/Lib/encodings/johab.py extracting Python/Lib/encodings/iso8859_9.py extracting Python/Lib/encodings/iso8859_8.py extracting Python/Lib/encodings/iso8859_7.py extracting Python/Lib/encodings/iso8859_6.py extracting Python/Lib/encodings/iso8859_5.py extracting Python/Lib/encodings/iso8859_4.py extracting Python/Lib/encodings/iso8859_3.py extracting Python/Lib/encodings/iso8859_2.py extracting Python/Lib/encodings/iso8859_16.py extracting Python/Lib/encodings/iso8859_15.py extracting Python/Lib/encodings/iso8859_14.py extracting Python/Lib/encodings/iso8859_13.py extracting Python/Lib/encodings/iso8859_11.py extracting Python/Lib/encodings/iso8859_10.py extracting Python/Lib/encodings/iso8859_1.py extracting Python/Lib/encodings/iso2022_kr.py extracting Python/Lib/encodings/iso2022_jp_ext.py extracting Python/Lib/encodings/iso2022_jp_3.py extracting Python/Lib/encodings/iso2022_jp_2004.py extracting Python/Lib/encodings/iso2022_jp_2.py extracting Python/Lib/encodings/iso2022_jp_1.py extracting Python/Lib/encodings/iso2022_jp.py extracting Python/Lib/encodings/idna.pyc extracting Python/Lib/encodings/idna.py extracting Python/Lib/encodings/hz.py extracting Python/Lib/encodings/hp_roman8.py extracting Python/Lib/encodings/hex_codec.py extracting Python/Lib/encodings/gbk.py extracting Python/Lib/encodings/gb2312.py extracting Python/Lib/encodings/gb18030.py extracting Python/Lib/encodings/euc_kr.py extracting Python/Lib/encodings/euc_jp.py extracting Python/Lib/encodings/euc_jisx0213.py extracting Python/Lib/encodings/euc_jis_2004.py extracting Python/Lib/encodings/cp950.py extracting Python/Lib/encodings/cp949.py extracting Python/Lib/encodings/cp932.py extracting Python/Lib/encodings/cp875.py extracting Python/Lib/encodings/cp874.py extracting Python/Lib/encodings/cp869.py extracting Python/Lib/encodings/cp866.py extracting Python/Lib/encodings/cp865.py extracting Python/Lib/encodings/cp864.py extracting Python/Lib/encodings/cp863.py extracting Python/Lib/encodings/cp862.py extracting Python/Lib/encodings/cp861.py extracting Python/Lib/encodings/cp860.py extracting Python/Lib/encodings/cp858.py extracting Python/Lib/encodings/cp857.py extracting Python/Lib/encodings/cp856.py extracting Python/Lib/encodings/cp855.py extracting Python/Lib/encodings/cp852.py extracting Python/Lib/encodings/cp850.pyc extracting Python/Lib/encodings/cp850.py extracting Python/Lib/encodings/cp775.py extracting Python/Lib/encodings/cp737.py extracting Python/Lib/encodings/cp720.py extracting Python/Lib/encodings/cp500.py extracting Python/Lib/encodings/cp437.py extracting Python/Lib/encodings/cp424.py extracting Python/Lib/encodings/cp1258.py extracting Python/Lib/encodings/cp1257.py extracting Python/Lib/encodings/cp1256.py extracting Python/Lib/encodings/cp1255.py extracting Python/Lib/encodings/cp1254.py extracting Python/Lib/encodings/cp1253.py extracting Python/Lib/encodings/cp1252.pyc extracting Python/Lib/encodings/cp1252.py extracting Python/Lib/encodings/cp1251.py extracting Python/Lib/encodings/cp1250.py extracting Python/Lib/encodings/cp1140.py extracting Python/Lib/encodings/cp1026.py extracting Python/Lib/encodings/cp1006.py extracting Python/Lib/encodings/cp037.py extracting Python/Lib/encodings/charmap.py extracting Python/Lib/encodings/bz2_codec.py extracting Python/Lib/encodings/big5hkscs.py extracting Python/Lib/encodings/big5.py extracting Python/Lib/encodings/base64_codec.py extracting Python/Lib/encodings/ascii.pyc extracting Python/Lib/encodings/ascii.py extracting Python/Lib/encodings/aliases.pyc extracting Python/Lib/encodings/aliases.py extracting Python/Lib/encodings/__init__.pyc extracting Python/Lib/encodings/__init__.py extracting Python/Lib/email/ extracting Python/Lib/email/utils.pyc extracting Python/Lib/email/utils.py extracting Python/Lib/email/test/ extracting Python/Lib/email/test/test_email_torture.py extracting Python/Lib/email/test/test_email_renamed.py extracting Python/Lib/email/test/test_email_codecs_renamed.py extracting Python/Lib/email/test/test_email_codecs.py extracting Python/Lib/email/test/test_email.py extracting Python/Lib/email/test/data/ extracting Python/Lib/email/test/data/PyBanner048.gif extracting Python/Lib/email/test/data/msg_46.txt extracting Python/Lib/email/test/data/msg_45.txt extracting Python/Lib/email/test/data/msg_44.txt extracting Python/Lib/email/test/data/msg_43.txt extracting Python/Lib/email/test/data/msg_42.txt extracting Python/Lib/email/test/data/msg_41.txt extracting Python/Lib/email/test/data/msg_40.txt extracting Python/Lib/email/test/data/msg_39.txt extracting Python/Lib/email/test/data/msg_38.txt extracting Python/Lib/email/test/data/msg_37.txt extracting Python/Lib/email/test/data/msg_36.txt extracting Python/Lib/email/test/data/msg_35.txt extracting Python/Lib/email/test/data/msg_34.txt extracting Python/Lib/email/test/data/msg_33.txt extracting Python/Lib/email/test/data/msg_32.txt extracting Python/Lib/email/test/data/msg_31.txt extracting Python/Lib/email/test/data/msg_30.txt extracting Python/Lib/email/test/data/msg_29.txt extracting Python/Lib/email/test/data/msg_28.txt extracting Python/Lib/email/test/data/msg_27.txt extracting Python/Lib/email/test/data/msg_26.txt extracting Python/Lib/email/test/data/msg_25.txt extracting Python/Lib/email/test/data/msg_24.txt extracting Python/Lib/email/test/data/msg_23.txt extracting Python/Lib/email/test/data/msg_22.txt extracting Python/Lib/email/test/data/msg_21.txt extracting Python/Lib/email/test/data/msg_20.txt extracting Python/Lib/email/test/data/msg_19.txt extracting Python/Lib/email/test/data/msg_18.txt extracting Python/Lib/email/test/data/msg_17.txt extracting Python/Lib/email/test/data/msg_16.txt extracting Python/Lib/email/test/data/msg_15.txt extracting Python/Lib/email/test/data/msg_14.txt extracting Python/Lib/email/test/data/msg_13.txt extracting Python/Lib/email/test/data/msg_12a.txt extracting Python/Lib/email/test/data/msg_12.txt extracting Python/Lib/email/test/data/msg_11.txt extracting Python/Lib/email/test/data/msg_10.txt extracting Python/Lib/email/test/data/msg_09.txt extracting Python/Lib/email/test/data/msg_08.txt extracting Python/Lib/email/test/data/msg_07.txt extracting Python/Lib/email/test/data/msg_06.txt extracting Python/Lib/email/test/data/msg_05.txt extracting Python/Lib/email/test/data/msg_04.txt extracting Python/Lib/email/test/data/msg_03.txt extracting Python/Lib/email/test/data/msg_02.txt extracting Python/Lib/email/test/data/msg_01.txt extracting Python/Lib/email/test/data/audiotest.au extracting Python/Lib/email/test/__init__.py extracting Python/Lib/email/quoprimime.pyc extracting Python/Lib/email/quoprimime.py extracting Python/Lib/email/parser.pyc extracting Python/Lib/email/parser.py extracting Python/Lib/email/mime/ extracting Python/Lib/email/mime/text.py extracting Python/Lib/email/mime/nonmultipart.py extracting Python/Lib/email/mime/multipart.py extracting Python/Lib/email/mime/message.py extracting Python/Lib/email/mime/image.py extracting Python/Lib/email/mime/base.py extracting Python/Lib/email/mime/audio.py extracting Python/Lib/email/mime/application.py extracting Python/Lib/email/mime/__init__.pyc extracting Python/Lib/email/mime/__init__.py extracting Python/Lib/email/message.pyc extracting Python/Lib/email/message.py extracting Python/Lib/email/iterators.pyc extracting Python/Lib/email/iterators.py extracting Python/Lib/email/header.py extracting Python/Lib/email/generator.py extracting Python/Lib/email/feedparser.pyc extracting Python/Lib/email/feedparser.py extracting Python/Lib/email/errors.pyc extracting Python/Lib/email/errors.py extracting Python/Lib/email/encoders.pyc extracting Python/Lib/email/encoders.py extracting Python/Lib/email/charset.pyc extracting Python/Lib/email/charset.py extracting Python/Lib/email/base64mime.pyc extracting Python/Lib/email/base64mime.py extracting Python/Lib/email/_parseaddr.pyc extracting Python/Lib/email/_parseaddr.py extracting Python/Lib/email/__init__.pyc extracting Python/Lib/email/__init__.py extracting Python/Lib/dummy_threading.py extracting Python/Lib/dummy_thread.py extracting Python/Lib/dumbdbm.py extracting Python/Lib/DocXMLRPCServer.py extracting Python/Lib/doctest.py extracting Python/Lib/distutils/ extracting Python/Lib/distutils/versionpredicate.py extracting Python/Lib/distutils/version.pyc extracting Python/Lib/distutils/version.py extracting Python/Lib/distutils/util.pyc extracting Python/Lib/distutils/util.py extracting Python/Lib/distutils/unixccompiler.py extracting Python/Lib/distutils/text_file.pyc extracting Python/Lib/distutils/text_file.py extracting Python/Lib/distutils/tests/ extracting Python/Lib/distutils/tests/test_versionpredicate.py extracting Python/Lib/distutils/tests/test_version.py extracting Python/Lib/distutils/tests/test_util.py extracting Python/Lib/distutils/tests/test_upload.py extracting Python/Lib/distutils/tests/test_unixccompiler.py extracting Python/Lib/distutils/tests/test_text_file.py extracting Python/Lib/distutils/tests/test_sysconfig.py extracting Python/Lib/distutils/tests/test_spawn.py extracting Python/Lib/distutils/tests/test_sdist.py extracting Python/Lib/distutils/tests/test_register.py extracting Python/Lib/distutils/tests/test_msvc9compiler.py extracting Python/Lib/distutils/tests/test_install_scripts.py extracting Python/Lib/distutils/tests/test_install_lib.py extracting Python/Lib/distutils/tests/test_install_headers.py extracting Python/Lib/distutils/tests/test_install_data.py extracting Python/Lib/distutils/tests/test_install.py extracting Python/Lib/distutils/tests/test_filelist.py extracting Python/Lib/distutils/tests/test_file_util.py extracting Python/Lib/distutils/tests/test_dist.py extracting Python/Lib/distutils/tests/test_dir_util.py extracting Python/Lib/distutils/tests/test_dep_util.py extracting Python/Lib/distutils/tests/test_core.py extracting Python/Lib/distutils/tests/test_config_cmd.py extracting Python/Lib/distutils/tests/test_config.py extracting Python/Lib/distutils/tests/test_cmd.py extracting Python/Lib/distutils/tests/test_clean.py extracting Python/Lib/distutils/tests/test_check.py extracting Python/Lib/distutils/tests/test_ccompiler.py extracting Python/Lib/distutils/tests/test_build_scripts.py extracting Python/Lib/distutils/tests/test_build_py.py extracting Python/Lib/distutils/tests/test_build_ext.py extracting Python/Lib/distutils/tests/test_build_clib.py extracting Python/Lib/distutils/tests/test_build.py extracting Python/Lib/distutils/tests/test_bdist_wininst.py extracting Python/Lib/distutils/tests/test_bdist_rpm.py extracting Python/Lib/distutils/tests/test_bdist_msi.py extracting Python/Lib/distutils/tests/test_bdist_dumb.py extracting Python/Lib/distutils/tests/test_bdist.py extracting Python/Lib/distutils/tests/test_archive_util.py extracting Python/Lib/distutils/tests/support.py extracting Python/Lib/distutils/tests/setuptools_extension.py extracting Python/Lib/distutils/tests/setuptools_build_ext.py extracting Python/Lib/distutils/tests/Setup.sample extracting Python/Lib/distutils/tests/__init__.py extracting Python/Lib/distutils/sysconfig.pyc extracting Python/Lib/distutils/sysconfig.py extracting Python/Lib/distutils/spawn.pyc extracting Python/Lib/distutils/spawn.py extracting Python/Lib/distutils/msvccompiler.pyc extracting Python/Lib/distutils/msvccompiler.py extracting Python/Lib/distutils/msvc9compiler.pyc extracting Python/Lib/distutils/msvc9compiler.py extracting Python/Lib/distutils/log.pyc extracting Python/Lib/distutils/log.py extracting Python/Lib/distutils/filelist.pyc extracting Python/Lib/distutils/filelist.py extracting Python/Lib/distutils/file_util.pyc extracting Python/Lib/distutils/file_util.py extracting Python/Lib/distutils/fancy_getopt.pyc extracting Python/Lib/distutils/fancy_getopt.py extracting Python/Lib/distutils/extension.pyc extracting Python/Lib/distutils/extension.py extracting Python/Lib/distutils/errors.pyc extracting Python/Lib/distutils/errors.py extracting Python/Lib/distutils/emxccompiler.py extracting Python/Lib/distutils/dist.pyc extracting Python/Lib/distutils/dist.py extracting Python/Lib/distutils/dir_util.pyc extracting Python/Lib/distutils/dir_util.py extracting Python/Lib/distutils/dep_util.pyc extracting Python/Lib/distutils/dep_util.py extracting Python/Lib/distutils/debug.pyc extracting Python/Lib/distutils/debug.py extracting Python/Lib/distutils/cygwinccompiler.py extracting Python/Lib/distutils/core.pyc extracting Python/Lib/distutils/core.py extracting Python/Lib/distutils/config.pyc extracting Python/Lib/distutils/config.py extracting Python/Lib/distutils/command/ extracting Python/Lib/distutils/command/wininst-9.0-amd64.exe extracting Python/Lib/distutils/command/wininst-9.0.exe extracting Python/Lib/distutils/command/wininst-8.0.exe extracting Python/Lib/distutils/command/wininst-7.1.exe extracting Python/Lib/distutils/command/wininst-6.0.exe extracting Python/Lib/distutils/command/upload.py extracting Python/Lib/distutils/command/sdist.pyc extracting Python/Lib/distutils/command/sdist.py extracting Python/Lib/distutils/command/register.py extracting Python/Lib/distutils/command/install_scripts.pyc extracting Python/Lib/distutils/command/install_scripts.py extracting Python/Lib/distutils/command/install_lib.pyc extracting Python/Lib/distutils/command/install_lib.py extracting Python/Lib/distutils/command/install_headers.py extracting Python/Lib/distutils/command/install_egg_info.py extracting Python/Lib/distutils/command/install_data.py extracting Python/Lib/distutils/command/install.pyc extracting Python/Lib/distutils/command/install.py extracting Python/Lib/distutils/command/config.py extracting Python/Lib/distutils/command/clean.py extracting Python/Lib/distutils/command/check.py extracting Python/Lib/distutils/command/build_scripts.pyc extracting Python/Lib/distutils/command/build_scripts.py extracting Python/Lib/distutils/command/build_py.pyc extracting Python/Lib/distutils/command/build_py.py extracting Python/Lib/distutils/command/build_ext.pyc extracting Python/Lib/distutils/command/build_ext.py extracting Python/Lib/distutils/command/build_clib.pyc extracting Python/Lib/distutils/command/build_clib.py extracting Python/Lib/distutils/command/build.pyc extracting Python/Lib/distutils/command/build.py extracting Python/Lib/distutils/command/bdist_wininst.pyc extracting Python/Lib/distutils/command/bdist_wininst.py extracting Python/Lib/distutils/command/bdist_rpm.py extracting Python/Lib/distutils/command/bdist_msi.py extracting Python/Lib/distutils/command/bdist_dumb.py extracting Python/Lib/distutils/command/bdist.pyc extracting Python/Lib/distutils/command/bdist.py extracting Python/Lib/distutils/command/__init__.pyc extracting Python/Lib/distutils/command/__init__.py extracting Python/Lib/distutils/cmd.pyc extracting Python/Lib/distutils/cmd.py extracting Python/Lib/distutils/ccompiler.pyc extracting Python/Lib/distutils/ccompiler.py extracting Python/Lib/distutils/bcppcompiler.py extracting Python/Lib/distutils/archive_util.pyc extracting Python/Lib/distutils/archive_util.py extracting Python/Lib/distutils/__init__.pyc extracting Python/Lib/distutils/__init__.py extracting Python/Lib/dis.pyc extracting Python/Lib/dis.py extracting Python/Lib/dircache.py extracting Python/Lib/difflib.py extracting Python/Lib/decimal.py extracting Python/Lib/dbhash.py extracting Python/Lib/curses/ extracting Python/Lib/curses/wrapper.py extracting Python/Lib/curses/textpad.py extracting Python/Lib/curses/panel.py extracting Python/Lib/curses/has_key.py extracting Python/Lib/curses/ascii.py extracting Python/Lib/curses/__init__.py extracting Python/Lib/ctypes/ extracting Python/Lib/ctypes/wintypes.pyc extracting Python/Lib/ctypes/wintypes.py extracting Python/Lib/ctypes/util.pyc extracting Python/Lib/ctypes/util.py extracting Python/Lib/ctypes/test/ extracting Python/Lib/ctypes/test/test_wintypes.py extracting Python/Lib/ctypes/test/test_win32.py extracting Python/Lib/ctypes/test/test_varsize_struct.py extracting Python/Lib/ctypes/test/test_values.py extracting Python/Lib/ctypes/test/test_unicode.py extracting Python/Lib/ctypes/test/test_unaligned_structures.py extracting Python/Lib/ctypes/test/test_structures.py extracting Python/Lib/ctypes/test/test_struct_fields.py extracting Python/Lib/ctypes/test/test_strings.py extracting Python/Lib/ctypes/test/test_stringptr.py extracting Python/Lib/ctypes/test/test_slicing.py extracting Python/Lib/ctypes/test/test_sizes.py extracting Python/Lib/ctypes/test/test_simplesubclasses.py extracting Python/Lib/ctypes/test/test_returnfuncptrs.py extracting Python/Lib/ctypes/test/test_repr.py extracting Python/Lib/ctypes/test/test_refcounts.py extracting Python/Lib/ctypes/test/test_random_things.py extracting Python/Lib/ctypes/test/test_python_api.py extracting Python/Lib/ctypes/test/test_prototypes.py extracting Python/Lib/ctypes/test/test_pointers.py extracting Python/Lib/ctypes/test/test_pickling.py extracting Python/Lib/ctypes/test/test_pep3118.py extracting Python/Lib/ctypes/test/test_parameters.py extracting Python/Lib/ctypes/test/test_objects.py extracting Python/Lib/ctypes/test/test_numbers.py extracting Python/Lib/ctypes/test/test_memfunctions.py extracting Python/Lib/ctypes/test/test_macholib.py extracting Python/Lib/ctypes/test/test_loading.py extracting Python/Lib/ctypes/test/test_libc.py extracting Python/Lib/ctypes/test/test_keeprefs.py extracting Python/Lib/ctypes/test/test_internals.py extracting Python/Lib/ctypes/test/test_init.py extracting Python/Lib/ctypes/test/test_incomplete.py extracting Python/Lib/ctypes/test/test_functions.py extracting Python/Lib/ctypes/test/test_funcptr.py extracting Python/Lib/ctypes/test/test_frombuffer.py extracting Python/Lib/ctypes/test/test_find.py extracting Python/Lib/ctypes/test/test_errno.py extracting Python/Lib/ctypes/test/test_delattr.py extracting Python/Lib/ctypes/test/test_checkretval.py extracting Python/Lib/ctypes/test/test_cfuncs.py extracting Python/Lib/ctypes/test/test_cast.py extracting Python/Lib/ctypes/test/test_callbacks.py extracting Python/Lib/ctypes/test/test_byteswap.py extracting Python/Lib/ctypes/test/test_buffers.py extracting Python/Lib/ctypes/test/test_bitfields.py extracting Python/Lib/ctypes/test/test_as_parameter.py extracting Python/Lib/ctypes/test/test_arrays.py extracting Python/Lib/ctypes/test/test_array_in_pointer.py extracting Python/Lib/ctypes/test/test_anon.py extracting Python/Lib/ctypes/test/runtests.py extracting Python/Lib/ctypes/test/__init__.py extracting Python/Lib/ctypes/macholib/ extracting Python/Lib/ctypes/macholib/framework.py extracting Python/Lib/ctypes/macholib/dylib.py extracting Python/Lib/ctypes/macholib/dyld.py extracting Python/Lib/ctypes/macholib/__init__.py extracting Python/Lib/ctypes/_endian.pyc extracting Python/Lib/ctypes/_endian.py extracting Python/Lib/ctypes/__init__.pyc extracting Python/Lib/ctypes/__init__.py extracting Python/Lib/csv.pyc extracting Python/Lib/csv.py extracting Python/Lib/cProfile.py extracting Python/Lib/copy_reg.pyc extracting Python/Lib/copy_reg.py extracting Python/Lib/copy.pyc extracting Python/Lib/copy.py extracting Python/Lib/cookielib.pyc extracting Python/Lib/cookielib.py extracting Python/Lib/Cookie.pyc extracting Python/Lib/Cookie.py extracting Python/Lib/contextlib.pyc extracting Python/Lib/contextlib.py extracting Python/Lib/ConfigParser.pyc extracting Python/Lib/ConfigParser.py extracting Python/Lib/compiler/ extracting Python/Lib/compiler/visitor.py extracting Python/Lib/compiler/transformer.py extracting Python/Lib/compiler/syntax.py extracting Python/Lib/compiler/symbols.py extracting Python/Lib/compiler/pycodegen.py extracting Python/Lib/compiler/pyassem.py extracting Python/Lib/compiler/misc.py extracting Python/Lib/compiler/future.py extracting Python/Lib/compiler/consts.py extracting Python/Lib/compiler/ast.py extracting Python/Lib/compiler/__init__.py extracting Python/Lib/compileall.pyc extracting Python/Lib/compileall.py extracting Python/Lib/commands.py extracting Python/Lib/colorsys.py extracting Python/Lib/collections.pyc extracting Python/Lib/collections.py extracting Python/Lib/codeop.py extracting Python/Lib/codecs.pyc extracting Python/Lib/codecs.py extracting Python/Lib/code.py extracting Python/Lib/cmd.py extracting Python/Lib/chunk.py extracting Python/Lib/cgitb.py extracting Python/Lib/CGIHTTPServer.py extracting Python/Lib/cgi.pyc extracting Python/Lib/cgi.py extracting Python/Lib/calendar.pyc extracting Python/Lib/calendar.py extracting Python/Lib/bsddb/ extracting Python/Lib/bsddb/test/ extracting Python/Lib/bsddb/test/test_thread.py extracting Python/Lib/bsddb/test/test_sequence.py extracting Python/Lib/bsddb/test/test_replication.py extracting Python/Lib/bsddb/test/test_recno.py extracting Python/Lib/bsddb/test/test_queue.py extracting Python/Lib/bsddb/test/test_pickle.py extracting Python/Lib/bsddb/test/test_misc.py extracting Python/Lib/bsddb/test/test_lock.py extracting Python/Lib/bsddb/test/test_join.py extracting Python/Lib/bsddb/test/test_get_none.py extracting Python/Lib/bsddb/test/test_fileid.py extracting Python/Lib/bsddb/test/test_early_close.py extracting Python/Lib/bsddb/test/test_distributed_transactions.py extracting Python/Lib/bsddb/test/test_dbtables.py extracting Python/Lib/bsddb/test/test_dbshelve.py extracting Python/Lib/bsddb/test/test_dbobj.py extracting Python/Lib/bsddb/test/test_dbenv.py extracting Python/Lib/bsddb/test/test_db.py extracting Python/Lib/bsddb/test/test_cursor_pget_bug.py extracting Python/Lib/bsddb/test/test_compat.py extracting Python/Lib/bsddb/test/test_compare.py extracting Python/Lib/bsddb/test/test_basics.py extracting Python/Lib/bsddb/test/test_associate.py extracting Python/Lib/bsddb/test/test_all.py extracting Python/Lib/bsddb/test/__init__.py extracting Python/Lib/bsddb/dbutils.py extracting Python/Lib/bsddb/dbtables.py extracting Python/Lib/bsddb/dbshelve.py extracting Python/Lib/bsddb/dbrecio.py extracting Python/Lib/bsddb/dbobj.py extracting Python/Lib/bsddb/db.py extracting Python/Lib/bsddb/__init__.py extracting Python/Lib/bisect.pyc extracting Python/Lib/bisect.py extracting Python/Lib/binhex.py extracting Python/Lib/bdb.py extracting Python/Lib/Bastion.py extracting Python/Lib/BaseHTTPServer.py extracting Python/Lib/base64.pyc extracting Python/Lib/base64.py extracting Python/Lib/audiodev.py extracting Python/Lib/atexit.pyc extracting Python/Lib/atexit.py extracting Python/Lib/asyncore.py extracting Python/Lib/asynchat.py extracting Python/Lib/ast.py extracting Python/Lib/argparse.py extracting Python/Lib/anydbm.py extracting Python/Lib/antigravity.py extracting Python/Lib/aifc.py extracting Python/Lib/abc.pyc extracting Python/Lib/abc.py extracting Python/Lib/_weakrefset.pyc extracting Python/Lib/_weakrefset.py extracting Python/Lib/_threading_local.py extracting Python/Lib/_strptime.pyc extracting Python/Lib/_strptime.py extracting Python/Lib/_pyio.py extracting Python/Lib/_osx_support.py extracting Python/Lib/_MozillaCookieJar.pyc extracting Python/Lib/_MozillaCookieJar.py extracting Python/Lib/_LWPCookieJar.pyc extracting Python/Lib/_LWPCookieJar.py extracting Python/Lib/_abcoll.pyc extracting Python/Lib/_abcoll.py extracting Python/Lib/__phello__.foo.py extracting Python/Lib/__future__.pyc extracting Python/Lib/__future__.py extracting Python/include/ extracting Python/include/weakrefobject.h extracting Python/include/warnings.h extracting Python/include/unicodeobject.h extracting Python/include/ucnhash.h extracting Python/include/tupleobject.h extracting Python/include/traceback.h extracting Python/include/token.h extracting Python/include/timefuncs.h extracting Python/include/sysmodule.h extracting Python/include/symtable.h extracting Python/include/structseq.h extracting Python/include/structmember.h extracting Python/include/stringobject.h extracting Python/include/sliceobject.h extracting Python/include/setobject.h extracting Python/include/rangeobject.h extracting Python/include/pythread.h extracting Python/include/pythonrun.h extracting Python/include/Python-ast.h extracting Python/include/Python.h extracting Python/include/pystrtod.h extracting Python/include/pystrcmp.h extracting Python/include/pystate.h extracting Python/include/pyport.h extracting Python/include/pymem.h extracting Python/include/pymath.h extracting Python/include/pymactoolbox.h extracting Python/include/pymacconfig.h extracting Python/include/pygetopt.h extracting Python/include/pyfpe.h extracting Python/include/pyexpat.h extracting Python/include/pyerrors.h extracting Python/include/pydebug.h extracting Python/include/pyctype.h extracting Python/include/pyconfig.h extracting Python/include/pycapsule.h extracting Python/include/pyarena.h extracting Python/include/py_curses.h extracting Python/include/pgenheaders.h extracting Python/include/pgen.h extracting Python/include/patchlevel.h extracting Python/include/parsetok.h extracting Python/include/osdefs.h extracting Python/include/opcode.h extracting Python/include/objimpl.h extracting Python/include/object.h extracting Python/include/node.h extracting Python/include/moduleobject.h extracting Python/include/modsupport.h extracting Python/include/methodobject.h extracting Python/include/metagrammar.h extracting Python/include/memoryobject.h extracting Python/include/marshal.h extracting Python/include/longobject.h extracting Python/include/longintrepr.h extracting Python/include/listobject.h extracting Python/include/iterobject.h extracting Python/include/intrcheck.h extracting Python/include/intobject.h extracting Python/include/import.h extracting Python/include/grammar.h extracting Python/include/graminit.h extracting Python/include/genobject.h extracting Python/include/funcobject.h extracting Python/include/frameobject.h extracting Python/include/floatobject.h extracting Python/include/fileobject.h extracting Python/include/eval.h extracting Python/include/errcode.h extracting Python/include/enumobject.h extracting Python/include/dtoa.h extracting Python/include/dictobject.h extracting Python/include/descrobject.h extracting Python/include/datetime.h extracting Python/include/cStringIO.h extracting Python/include/complexobject.h extracting Python/include/compile.h extracting Python/include/codecs.h extracting Python/include/code.h extracting Python/include/cobject.h extracting Python/include/classobject.h extracting Python/include/ceval.h extracting Python/include/cellobject.h extracting Python/include/bytesobject.h extracting Python/include/bytes_methods.h extracting Python/include/bytearrayobject.h extracting Python/include/bufferobject.h extracting Python/include/boolobject.h extracting Python/include/bitset.h extracting Python/include/ast.h extracting Python/include/asdl.h extracting Python/include/abstract.h extracting Python/Doc/ extracting Python/Doc/python2715.chm extracting Python/DLLs/ extracting Python/DLLs/winsound.pyd extracting Python/DLLs/unicodedata.pyd extracting Python/DLLs/tk85.dll extracting Python/DLLs/tclpip85.dll extracting Python/DLLs/tcl85.dll extracting Python/DLLs/sqlite3.dll extracting Python/DLLs/select.pyd extracting Python/DLLs/pyexpat.pyd extracting Python/DLLs/pyc.ico extracting Python/DLLs/py.ico extracting Python/DLLs/bz2.pyd extracting Python/DLLs/_tkinter.pyd extracting Python/DLLs/_testcapi.pyd extracting Python/DLLs/_ssl.pyd extracting Python/DLLs/_sqlite3.pyd extracting Python/DLLs/_socket.pyd extracting Python/DLLs/_multiprocessing.pyd extracting Python/DLLs/_msi.pyd extracting Python/DLLs/_hashlib.pyd extracting Python/DLLs/_elementtree.pyd extracting Python/DLLs/_ctypes_test.pyd extracting Python/DLLs/_ctypes.pyd extracting Python/DLLs/_bsddb.pyd getting package HDF5-1.8.16-win64.zip... downloading from http://cci.lbl.gov/cctbx_dependencies/HDF5-1.8.16-win64.zip : 12.6 MB [0%.........20%.........40%.........60%.........80%.........100%] extracting HDF5-1.8.16/bin/ extracting HDF5-1.8.16/bin/gif2h5.exe extracting HDF5-1.8.16/bin/h52gif.exe extracting HDF5-1.8.16/bin/h5copy.exe extracting HDF5-1.8.16/bin/h5debug.exe extracting HDF5-1.8.16/bin/h5diff.exe extracting HDF5-1.8.16/bin/h5dump.exe extracting HDF5-1.8.16/bin/h5import.exe extracting HDF5-1.8.16/bin/h5jam.exe extracting HDF5-1.8.16/bin/h5ls.exe extracting HDF5-1.8.16/bin/h5mkgrp.exe extracting HDF5-1.8.16/bin/h5repack.exe extracting HDF5-1.8.16/bin/h5repart.exe extracting HDF5-1.8.16/bin/h5stat.exe extracting HDF5-1.8.16/bin/h5unjam.exe extracting HDF5-1.8.16/bin/Microsoft.VC90.CRT.manifest extracting HDF5-1.8.16/bin/msvcm90.dll extracting HDF5-1.8.16/bin/msvcp90.dll extracting HDF5-1.8.16/bin/msvcr90.dll extracting HDF5-1.8.16/cmake/ extracting HDF5-1.8.16/cmake/FindHDF5.cmake extracting HDF5-1.8.16/cmake/hdf5-config.cmake extracting HDF5-1.8.16/cmake/hdf5-config-version.cmake extracting HDF5-1.8.16/cmake/hdf5-targets.cmake extracting HDF5-1.8.16/cmake/hdf5-targets-release.cmake extracting HDF5-1.8.16/COPYING extracting HDF5-1.8.16/include/ extracting HDF5-1.8.16/include/H5AbstractDs.h extracting HDF5-1.8.16/include/H5ACpkg.h extracting HDF5-1.8.16/include/H5ACpublic.h extracting HDF5-1.8.16/include/H5Alltypes.h extracting HDF5-1.8.16/include/H5api_adpt.h extracting HDF5-1.8.16/include/H5Apkg.h extracting HDF5-1.8.16/include/H5Apublic.h extracting HDF5-1.8.16/include/H5ArrayType.h extracting HDF5-1.8.16/include/H5AtomType.h extracting HDF5-1.8.16/include/H5Attribute.h extracting HDF5-1.8.16/include/H5B2pkg.h extracting HDF5-1.8.16/include/H5B2public.h extracting HDF5-1.8.16/include/H5Bpkg.h extracting HDF5-1.8.16/include/H5Bpublic.h extracting HDF5-1.8.16/include/H5Classes.h extracting HDF5-1.8.16/include/H5CommonFG.h extracting HDF5-1.8.16/include/H5CompType.h extracting HDF5-1.8.16/include/H5Cpkg.h extracting HDF5-1.8.16/include/H5Cpp.h extracting HDF5-1.8.16/include/H5CppDoc.h extracting HDF5-1.8.16/include/H5Cpublic.h extracting HDF5-1.8.16/include/H5DataSet.h extracting HDF5-1.8.16/include/H5DataSpace.h extracting HDF5-1.8.16/include/H5DataType.h extracting HDF5-1.8.16/include/H5DcreatProp.h extracting HDF5-1.8.16/include/h5diff.h extracting HDF5-1.8.16/include/H5DOpublic.h extracting HDF5-1.8.16/include/H5Dpkg.h extracting HDF5-1.8.16/include/H5Dpublic.h extracting HDF5-1.8.16/include/H5DSpublic.h extracting HDF5-1.8.16/include/H5DxferProp.h extracting HDF5-1.8.16/include/H5Edefin.h extracting HDF5-1.8.16/include/H5Einit.h extracting HDF5-1.8.16/include/H5EnumType.h extracting HDF5-1.8.16/include/H5Epkg.h extracting HDF5-1.8.16/include/H5Epubgen.h extracting HDF5-1.8.16/include/H5Epublic.h extracting HDF5-1.8.16/include/H5Eterm.h extracting HDF5-1.8.16/include/H5Exception.h extracting HDF5-1.8.16/include/H5FaccProp.h extracting HDF5-1.8.16/include/H5FcreatProp.h extracting HDF5-1.8.16/include/H5FDcore.h extracting HDF5-1.8.16/include/H5FDdirect.h extracting HDF5-1.8.16/include/H5FDfamily.h extracting HDF5-1.8.16/include/H5FDlog.h extracting HDF5-1.8.16/include/H5FDmpi.h extracting HDF5-1.8.16/include/H5FDmpio.h extracting HDF5-1.8.16/include/H5FDmulti.h extracting HDF5-1.8.16/include/H5FDpkg.h extracting HDF5-1.8.16/include/H5FDpublic.h extracting HDF5-1.8.16/include/H5FDsec2.h extracting HDF5-1.8.16/include/H5FDstdio.h extracting HDF5-1.8.16/include/H5FDwindows.h extracting HDF5-1.8.16/include/H5File.h extracting HDF5-1.8.16/include/H5FloatType.h extracting HDF5-1.8.16/include/H5Fpkg.h extracting HDF5-1.8.16/include/H5Fpublic.h extracting HDF5-1.8.16/include/H5FSpkg.h extracting HDF5-1.8.16/include/H5FSpublic.h extracting HDF5-1.8.16/include/H5Gpkg.h extracting HDF5-1.8.16/include/H5Gpublic.h extracting HDF5-1.8.16/include/H5Group.h extracting HDF5-1.8.16/include/H5HFpkg.h extracting HDF5-1.8.16/include/H5HFpublic.h extracting HDF5-1.8.16/include/H5HGpkg.h extracting HDF5-1.8.16/include/H5HGpublic.h extracting HDF5-1.8.16/include/H5HLpkg.h extracting HDF5-1.8.16/include/H5HLpublic.h extracting HDF5-1.8.16/include/H5IdComponent.h extracting HDF5-1.8.16/include/H5IMpublic.h extracting HDF5-1.8.16/include/H5Include.h extracting HDF5-1.8.16/include/H5IntType.h extracting HDF5-1.8.16/include/H5Ipkg.h extracting HDF5-1.8.16/include/H5Ipublic.h extracting HDF5-1.8.16/include/H5Library.h extracting HDF5-1.8.16/include/H5Location.h extracting HDF5-1.8.16/include/H5Lpkg.h extracting HDF5-1.8.16/include/H5Lpublic.h extracting HDF5-1.8.16/include/H5LTparse.h extracting HDF5-1.8.16/include/H5LTpublic.h extracting HDF5-1.8.16/include/H5MMpublic.h extracting HDF5-1.8.16/include/H5MPpkg.h extracting HDF5-1.8.16/include/H5Object.h extracting HDF5-1.8.16/include/H5OcreatProp.h extracting HDF5-1.8.16/include/H5Opkg.h extracting HDF5-1.8.16/include/H5Opublic.h extracting HDF5-1.8.16/include/H5Oshared.h extracting HDF5-1.8.16/include/H5overflow.h extracting HDF5-1.8.16/include/H5PacketTable.h extracting HDF5-1.8.16/include/H5PLextern.h extracting HDF5-1.8.16/include/H5PLpublic.h extracting HDF5-1.8.16/include/H5Ppkg.h extracting HDF5-1.8.16/include/H5Ppublic.h extracting HDF5-1.8.16/include/H5PredType.h extracting HDF5-1.8.16/include/H5PropList.h extracting HDF5-1.8.16/include/H5PTpublic.h extracting HDF5-1.8.16/include/H5pubconf.h extracting HDF5-1.8.16/include/H5public.h extracting HDF5-1.8.16/include/H5Rpkg.h extracting HDF5-1.8.16/include/H5Rpublic.h extracting HDF5-1.8.16/include/H5SMpkg.h extracting HDF5-1.8.16/include/H5Spkg.h extracting HDF5-1.8.16/include/H5Spublic.h extracting HDF5-1.8.16/include/H5StrType.h extracting HDF5-1.8.16/include/H5TBpublic.h extracting HDF5-1.8.16/include/h5tools.h extracting HDF5-1.8.16/include/h5tools_dump.h extracting HDF5-1.8.16/include/h5tools_ref.h extracting HDF5-1.8.16/include/h5tools_str.h extracting HDF5-1.8.16/include/h5tools_utils.h extracting HDF5-1.8.16/include/H5Tpkg.h extracting HDF5-1.8.16/include/H5Tpublic.h extracting HDF5-1.8.16/include/h5trav.h extracting HDF5-1.8.16/include/H5VarLenType.h extracting HDF5-1.8.16/include/H5version.h extracting HDF5-1.8.16/include/H5Zpkg.h extracting HDF5-1.8.16/include/H5Zpublic.h extracting HDF5-1.8.16/include/hdf5.h extracting HDF5-1.8.16/include/hdf5_hl.h extracting HDF5-1.8.16/lib/ extracting HDF5-1.8.16/lib/libhdf5.lib extracting HDF5-1.8.16/lib/libhdf5.settings extracting HDF5-1.8.16/lib/libhdf5_cpp.lib extracting HDF5-1.8.16/lib/libhdf5_hl.lib extracting HDF5-1.8.16/lib/libhdf5_hl_cpp.lib extracting HDF5-1.8.16/lib/libhdf5_tools.lib extracting HDF5-1.8.16/RELEASE.txt extracting HDF5-1.8.16/USING_HDF5_CMake.txt extracting HDF5-1.8.16/USING_HDF5_VS.txt getting package libtiff4.0.6x64.zip... downloading from http://cci.lbl.gov/cctbx_dependencies/libtiff4.0.6x64.zip : 379.4 kB [0%.........20%.........40%.........60%.........80%.........100%] extracting libtiff/libtiff.dll extracting libtiff/libtiff.lib extracting libtiff/libtiff_i.lib extracting libtiff/t4.h extracting libtiff/tif_config.h extracting libtiff/tif_config.vc.h extracting libtiff/tif_config.wince.h extracting libtiff/tif_dir.h extracting libtiff/tif_fax3.h extracting libtiff/tif_predict.h extracting libtiff/tiff.h extracting libtiff/tiffconf.h extracting libtiff/tiffconf.vc.h extracting libtiff/tiffconf.wince.h extracting libtiff/tiffio.h extracting libtiff/tiffiop.h extracting libtiff/tiffvers.h extracting libtiff/uvcode.h getting package vcredist_x64.exe... downloading from http://cci.lbl.gov/cctbx_dependencies/vcredist_x64.exe : 5.0 MB [0%.........20%.........40%.........60%.........80%.........100%] Python: 2.7.15 "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\python.exe" Compiler: default Build mode: release Warning level: 0 Precompiled Headers: False Static libraries: False Static exe: False Scan Boost headers: False Write full flex_fwd.h files: False Build Boost.Python extensions: True Define BOOST_PYTHON_NO_PY_SIGNATURES: False Define BOOST_PYTHON_BOOL_INT_STRICT: True Enable OpenMP if possible: True Boost threads enabled: True Enable CUDA: False Use conda: False Use opt_resources if available: False Use environment flags: False Enable C++11: False command_version_suffix: None Relocatable paths anchored at: c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build Top-down list of all modules involved: iota "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iota" xia2 "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\xia2" dials "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials" xfel "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel" prime "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\prime" simtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\simtbx" cma_es "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cma_es" amber_adaptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\amber_adaptbx" labelit "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\labelit" rstbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\rstbx" spotfinder "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\spotfinder" annlib+adaptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib" "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx" phenix_examples "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_examples" phenix "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix" reel "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\reel" phaser "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser" phaser_regression "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser_regression" tntbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx" solve_resolve "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\solve_resolve" muscle "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\muscle" ksdssp "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ksdssp" pulchra "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\pulchra" phenix_html "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_html" phenix_regression "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_regression" elbow "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\elbow" Plex "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\Plex" PyQuante "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\PyQuante" crys3d "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\crys3d" chem_data "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\chem_data" wxtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\wxtbx" gltbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\gltbx" mmtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\mmtbx" suitename "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\suitename" king "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\king" probe "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\probe" reduce "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\reduce" dxtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx" iotbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx" ccp4io+adaptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io" "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io_adaptbx" smtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\smtbx" ucif "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif" cbflib+adaptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib" "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx" cctbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cctbx" scitbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx" fable "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable" omptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\omptbx" boost+adaptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost" "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\boost_adaptbx" tbxx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\tbxx" chiltbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\chiltbx" libtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\libtbx" Creating files in build directory: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build" dispatcher_include_template.bat setpaths.bat setpaths_all.bat setpaths_debug.bat unsetpaths.bat SConstruct Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\libtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\boost_adaptbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cctbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\smtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\reduce\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\probe\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\king\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\suitename\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\mmtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\gltbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\wxtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\crys3d\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\elbow\elbow\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_regression\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_html\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ksdssp\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\muscle\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\solve_resolve\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser_regression\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\phaser\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\reel\reel\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix\phenix\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\spotfinder\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\rstbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\labelit\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\amber_adaptbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\simtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\prime\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\ui\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\cxi\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\clustering\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\merging\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\small_cell\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\xia2\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iota\command_line" requirement dials-data>=2.0,>=2.0.30,>=2.0.38 is not currently met, package not installed attempting install of dials-data>=2.0,>=2.0.30,>=2.0.38... Collecting dials-data>=2.0,>=2.0.30,>=2.0.38 Downloading https://files.pythonhosted.org/packages/a2/91/a5ea81d335bff01a97c024555b1a82e5211a6ee6e6cc74d9ece3cea8def4/dials_data-2.0.52-py2.py3-none-any.whl (108kB) Requirement already satisfied: pytest in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from dials-data>=2.0,>=2.0.30,>=2.0.38) (3.5.0) Collecting pyyaml (from dials-data>=2.0,>=2.0.30,>=2.0.38) Using cached https://files.pythonhosted.org/packages/da/7e/b82dad5d7343eb3d53cf84aaefb53515a659c55b1cb7c328287256c1c156/PyYAML-5.1.2-cp27-cp27m-win_amd64.whl Requirement already satisfied: setuptools in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from dials-data>=2.0,>=2.0.30,>=2.0.38) (39.0.1) Requirement already satisfied: six in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from dials-data>=2.0,>=2.0.30,>=2.0.38) (1.11.0) Requirement already satisfied: attrs>=17.4.0 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest->dials-data>=2.0,>=2.0.30,>=2.0.38) (17.4.0) Requirement already satisfied: funcsigs; python_version < "3.0" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest->dials-data>=2.0,>=2.0.30,>=2.0.38) (1.0.2) Requirement already satisfied: py>=1.5.0 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest->dials-data>=2.0,>=2.0.30,>=2.0.38) (1.5.3) Requirement already satisfied: more-itertools>=4.0.0 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest->dials-data>=2.0,>=2.0.30,>=2.0.38) (4.1.0) Requirement already satisfied: colorama; sys_platform == "win32" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest->dials-data>=2.0,>=2.0.30,>=2.0.38) (0.3.9) Requirement already satisfied: pluggy<0.7,>=0.5 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest->dials-data>=2.0,>=2.0.30,>=2.0.38) (0.6.0) Installing collected packages: pyyaml, dials-data The script dials.data.exe is installed in 'C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed dials-data-2.0.52 pyyaml-5.1.2 You are using pip version 10.0.1, however version 19.3.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. install successful requires mock>=2.0, has 2.0.0 requirement procrunner>=1.0.2 is not currently met, current version 0.6.1 attempting update of procrunner>=1.0.2... Collecting procrunner>=1.0.2 Using cached https://files.pythonhosted.org/packages/f8/06/a43cd91daec9585abbbcd25511f29235a16e375f4d1115c50d9fd6bdb2cd/procrunner-1.1.0-py2.py3-none-any.whl Requirement already satisfied: six in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from procrunner>=1.0.2) (1.11.0) Requirement already satisfied: pywin32; sys_platform == "win32" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from procrunner>=1.0.2) (223) Installing collected packages: procrunner Found existing installation: procrunner 0.6.1 Uninstalling procrunner-0.6.1: Successfully uninstalled procrunner-0.6.1 Successfully installed procrunner-1.1.0 You are using pip version 10.0.1, however version 19.3.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. update successful requirement pytest<5.0,>=3.1,>=4.5 is not currently met, current version 3.5.0 attempting update of pytest<5.0,>=3.1,>=4.5... Collecting pytest<5.0,>=3.1,>=4.5 Using cached https://files.pythonhosted.org/packages/64/f1/187a98b8f913a8f3a53d213cca2fae19718565f36165804d7f4f91fe5b76/pytest-4.6.6-py2.py3-none-any.whl Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest<5.0,>=3.1,>=4.5) Using cached https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl Requirement already satisfied: funcsigs>=1.0; python_version < "3.0" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest<5.0,>=3.1,>=4.5) (1.0.2) Requirement already satisfied: packaging in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest<5.0,>=3.1,>=4.5) (17.1) Requirement already satisfied: six>=1.10.0 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest<5.0,>=3.1,>=4.5) (1.11.0) Collecting pluggy<1.0,>=0.12 (from pytest<5.0,>=3.1,>=4.5) Using cached https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl Requirement already satisfied: attrs>=17.4.0 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest<5.0,>=3.1,>=4.5) (17.4.0) Collecting pathlib2>=2.2.0; python_version < "3.6" (from pytest<5.0,>=3.1,>=4.5) Using cached https://files.pythonhosted.org/packages/e9/45/9c82d3666af4ef9f221cbb954e1d77ddbb513faf552aea6df5f37f1a4859/pathlib2-2.3.5-py2.py3-none-any.whl Requirement already satisfied: py>=1.5.0 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest<5.0,>=3.1,>=4.5) (1.5.3) Collecting atomicwrites>=1.0 (from pytest<5.0,>=3.1,>=4.5) Using cached https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl Collecting wcwidth (from pytest<5.0,>=3.1,>=4.5) Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl Requirement already satisfied: colorama; sys_platform == "win32" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest<5.0,>=3.1,>=4.5) (0.3.9) Requirement already satisfied: more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest<5.0,>=3.1,>=4.5) (4.1.0) Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest<5.0,>=3.1,>=4.5) Using cached https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl Collecting contextlib2; python_version < "3" (from importlib-metadata>=0.12; python_version < "3.8"->pytest<5.0,>=3.1,>=4.5) Using cached https://files.pythonhosted.org/packages/85/60/370352f7ef6aa96c52fb001831622f50f923c1d575427d021b8ab3311236/contextlib2-0.6.0.post1-py2.py3-none-any.whl Collecting configparser>=3.5; python_version < "3" (from importlib-metadata>=0.12; python_version < "3.8"->pytest<5.0,>=3.1,>=4.5) Using cached https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl Requirement already satisfied: pyparsing>=2.0.2 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from packaging->pytest<5.0,>=3.1,>=4.5) (2.2.0) Collecting scandir; python_version < "3.5" (from pathlib2>=2.2.0; python_version < "3.6"->pytest<5.0,>=3.1,>=4.5) Using cached https://files.pythonhosted.org/packages/f9/d0/6b7b38eaf9964510f5c32aa5aaf9f419864d2e0ebe34274e6cba5689a0c5/scandir-1.10.0-cp27-cp27m-win_amd64.whl Installing collected packages: zipp, contextlib2, scandir, pathlib2, configparser, importlib-metadata, pluggy, atomicwrites, wcwidth, pytest Found existing installation: pluggy 0.6.0 Uninstalling pluggy-0.6.0: Successfully uninstalled pluggy-0.6.0 Found existing installation: pytest 3.5.0 Uninstalling pytest-3.5.0: Successfully uninstalled pytest-3.5.0 The scripts py.test.exe and pytest.exe are installed in 'C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed atomicwrites-1.3.0 configparser-4.0.2 contextlib2-0.6.0.post1 importlib-metadata-0.23 pathlib2-2.3.5 pluggy-0.13.0 pytest-4.6.6 scandir-1.10.0 wcwidth-0.1.7 zipp-0.6.0 You are using pip version 10.0.1, however version 19.3.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. update successful requires Jinja2, has 2.10 requirement pytest-mock is not currently met, package not installed attempting install of pytest-mock... Collecting pytest-mock Using cached https://files.pythonhosted.org/packages/7a/67/d527b9cd470e41e51436eb09b6af343828ae0ffbed9673ef03d75a0b6e6c/pytest_mock-1.11.2-py2.py3-none-any.whl Requirement already satisfied: pytest>=2.7 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest-mock) (3.5.0) Exception: Traceback (most recent call last): File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\pip\_internal\basecommand.py", line 228, in main status = self.run(options, args) File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\pip\_internal\commands\install.py", line 291, in run resolver.resolve(requirement_set) File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\pip\_internal\resolve.py", line 103, in resolve self._resolve_one(requirement_set, req) File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\pip\_internal\resolve.py", line 262, in _resolve_one check_dist_requires_python(dist) File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\pip\_internal\utils\packaging.py", line 46, in check_dist_requires_python feed_parser.feed(metadata) File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\email\feedparser.py", line 177, in feed self._input.push(data) File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\email\feedparser.py", line 99, in push parts = data.splitlines(True) AttributeError: 'NoneType' object has no attribute 'splitlines' You are using pip version 10.0.1, however version 19.3.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. install failed. please check manually requires msgpack, has 0.6.1 requires orderedset, has 2.0.1 requires psutil, has 5.4.5 requires scikit_learn[alldeps]<0.21, has 0.19.1 requires scipy, has 1.0.1 requires tqdm==4.23.4, has 4.23.4 requirement futures is not currently met, package not installed attempting install of futures; python_version <= "2.7"... Collecting futures Using cached https://files.pythonhosted.org/packages/d8/a6/f46ae3f1da0cd4361c344888f59ec2f5785e69c872e175a748ef6071cdb5/futures-3.3.0-py2-none-any.whl Installing collected packages: futures Successfully installed futures-3.3.0 You are using pip version 10.0.1, however version 19.3.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. install successful requires tabulate, has 0.8.2 Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\boost_adaptbx\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx\libtbx_refresh.py" Generating C++ header files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include\scitbx\array_family" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include\scitbx\array_family\boost_python" Using fable to convert scitbx\lbfgs.f Updating entry points for scitbx 1 entries for entry point pytest_randomly.random_seeder Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cctbx\libtbx_refresh.py" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\cctbx\eltbx" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include\cctbx\boost_python" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx\libtbx_refresh.py" Copying to lib: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\pycbf\pycbf.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\smtbx\libtbx_refresh.py" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include\smtbx\boost_python" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\libtbx_refresh.py" Using fable to convert iotbx\pdb\hybrid_36_f.f Writing: iotbx\pdb\hybrid_36_fem.cpp Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx\libtbx_refresh.py" Generating grammar tables from C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\lib2to3\Grammar.txt Writing grammar tables to C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\lib2to3\Grammar2.7.15.final.0.pickle Generating grammar tables from C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\lib2to3\PatternGrammar.txt Writing grammar tables to C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\lib2to3\PatternGrammar2.7.15.final.0.pickle Enumerating format classes: found FormatBruker based on ['Format'] found FormatBrukerFixedChi based on ['FormatBruker'] found FormatBrukerPhotonII based on ['FormatBruker'] found FormatCBF based on ['Format'] found FormatCBFCspad based on ['FormatCBFMultiTileHierarchyStill'] found FormatCBFFullStillInMemory based on ['FormatCBFFullStill'] found FormatCBFMultiTileHierarchyStillInMemory based on ['FormatCBFFullStillInMemory', 'FormatCBFMultiTileHierarchyStill'] found FormatCBFCspadInMemory based on ['FormatCBFMultiTileHierarchyStillInMemory', 'FormatCBFCspad'] found FormatCBFFull based on ['FormatCBF'] found FormatCBFFullStill based on ['FormatStill', 'FormatCBFFull'] found FormatCBFFullPilatus based on ['FormatCBFFull'] found FormatCBFFullPilatusDLS300KSN104 based on ['FormatCBFFullPilatus'] found FormatCBFFullPilatusDLS6MSN100 based on ['FormatCBFFullPilatus'] found FormatCBFFullPilatusDLS6MSN126 based on ['FormatCBFFullPilatus'] found FormatCBFMini based on ['FormatCBF'] found FormatCBFMiniADSCHF4M based on ['FormatCBFMini'] found FormatCBFMiniEiger based on ['FormatCBFMini'] found FormatCBFMiniEigerDLS16MSN160 based on ['FormatCBFMiniEiger'] found FormatCBFMiniEigerMaxIVBio based on ['FormatCBFMiniEiger'] found FormatCBFMiniEigerPetraP14 based on ['FormatCBFMiniEiger'] found FormatCBFMiniEigerPhotonFactory based on ['FormatCBFMini'] found FormatCBFMiniPilatus based on ['FormatCBFMini'] found FormatCBFMiniPilatus3AOS19ID6MSN132 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusCHESS_6MSN127 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDESY6MSN115 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS12M based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN100 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN114 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN114DMM based on ['FormatCBFMiniPilatus', 'FormatStill'] found FormatCBFMiniPilatusDLS6MSN119 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN126 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusSOLEILPX16MSN106 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusSPring8_6MSN125 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusXXX based on ['FormatCBFMiniPilatus'] found FormatCBFMultiTile based on ['FormatCBFFull'] found FormatCBFMultiTileStill based on ['FormatStill', 'FormatCBFMultiTile'] found FormatCBFMultiTileHierarchy based on ['FormatCBFMultiTile'] found FormatCBFMultiTileHierarchyStill based on ['FormatCBFMultiTileStill', 'FormatCBFMultiTileHierarchy'] found FormatDIP2030b based on ['Format'] found FormatEDFALS733 based on ['Format'] found FormatEiger0MQDump based on ['Format'] found FormatEigerStream based on ['FormatMultiImage', 'Format'] found FormatGatanDM4 based on ['FormatMultiImage', 'Format'] found FormatHDF5 based on ['FormatMultiImage', 'Format'] found FormatHDF5EigerNearlyNexus based on ['FormatHDF5'] found FormatHDF5EigerNearlyNexusSPring8 based on ['FormatHDF5EigerNearlyNexus'] found FormatHDF5Lambda based on ['FormatHDF5'] found FormatHDF5PAL based on ['FormatHDF5'] found FormatRawData based on ['FormatHDF5'] found FormatHDF5Sacla based on ['FormatHDF5', 'FormatStill'] found FormatHDF5SaclaMPCCD based on ['FormatHDF5', 'FormatStill'] found FormatHDF5SaclaRayonix based on ['FormatHDF5', 'FormatStill'] found FormatMarIP based on ['Format'] found FormatMultiImage based on ['Format'] found FormatMultiImageLazy based on ['FormatMultiImage'] found FormatNexus based on ['FormatHDF5'] found FormatNexusStill based on ['FormatMultiImageLazy', 'FormatNexus', 'FormatStill'] found FormatNexusEigerDLS16M based on ['FormatNexus'] found FormatNexusExternalDataFile based on ['FormatHDF5'] found FormatNexusJungfrauHack based on ['FormatNexus'] found FormatPY based on ['Format'] found FormatPYmultitile based on ['FormatPY'] found FormatPYunspecified based on ['FormatPY'] found FormatPYunspecifiedInMemory based on ['FormatPYunspecified'] found FormatPYunspecifiedStill based on ['FormatStill', 'FormatPYunspecified'] found FormatPYunspecifiedStillInMemory based on ['FormatStill', 'FormatPYunspecifiedInMemory'] found FormatRAXIS based on ['Format'] found FormatRAXISII based on ['Format'] found FormatRAXISIVSPring8 based on ['Format'] found FormatSER based on ['FormatMultiImage', 'Format'] found FormatSEReBIC based on ['FormatSER'] found FormatSMV based on ['Format'] found FormatSMVADSC based on ['FormatSMV'] found FormatSMVADSCDBG based on ['FormatSMVADSC'] found FormatSMVADSCNoDateStamp based on ['FormatSMVADSC'] found FormatSMVADSCSN based on ['FormatSMVADSC'] found FormatSMVADSCSN445 based on ['FormatSMVADSCSN'] found FormatSMVADSCSNSN457 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN905 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN915 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN920 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN926 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN928 based on ['FormatSMVADSCSN'] found FormatSMVADSCSNAPSID19 based on ['FormatSMVADSCSN'] found FormatSMVADSCmlfsom based on ['FormatSMVADSC'] found FormatSMVCMOS1 based on ['FormatSMV'] found FormatSMVHamamatsu based on ['FormatSMVADSC'] found FormatSMVHamamatsuSPring8BL32XU based on ['FormatSMVHamamatsu'] found FormatSMVJHSim based on ['FormatSMV'] found FormatSMVNOIR based on ['FormatSMVRigaku'] found FormatSMVRigaku based on ['FormatSMV'] found FormatSMVRigakuA200 based on ['FormatSMVRigaku'] found FormatSMVRigakuA200SPring8BL26B1 based on ['FormatSMVRigakuA200'] found FormatSMVRigakuEiger based on ['FormatSMVRigaku'] found FormatSMVRigakuPilatus based on ['FormatSMVRigaku'] found FormatSMVRigakuSaturn based on ['FormatSMVRigaku'] found FormatSMVRigakuSaturnNoTS based on ['FormatSMVRigaku'] found FormatSMVRigakuSaturnSN07400090 based on ['FormatSMVRigakuSaturn'] found FormatSMVRigakuSaturn09040159 based on ['FormatSMVRigakuSaturnNoTS'] found FormatSMVRigakuSaturnSN11480296 based on ['FormatSMVRigakuSaturn'] found FormatSMVTimePix_SU based on ['FormatSMV'] found FormatSMVTimePix_SU_512x512 based on ['FormatSMVTimePix_SU'] found FormatSMVTimePix_SU_516x516 based on ['FormatSMVTimePix_SU'] found FormatStill based on ['Format'] found FormatTIFF based on ['Format'] found FormatTIFFBruker based on ['FormatTIFF'] found FormatTIFFRayonix based on ['FormatTIFF'] found FormatTIFFRayonixESRF based on ['FormatTIFFRayonix'] found FormatTIFFRayonixSPring8 based on ['FormatTIFFRayonix'] found FormatTIFFRayonixXPP based on ['FormatTIFFRayonix'] found FormatXDS based on ['Format'] found FormatXTC based on ['FormatMultiImageLazy', 'FormatStill', 'Format'] found FormatXTCCspad based on ['FormatXTC'] found FormatXTCJungfrau based on ['FormatXTC'] found FormatXTCJungfrauMonolithic based on ['FormatXTCJungfrau'] found FormatXTCMultipleDetectors based on ['FormatXTCRayonix', 'FormatXTCCspad', 'FormatXTCJungfrau'] found FormatXTCRayonix based on ['FormatXTC'] Updating entry points for dxtbx 117 entries for entry point dxtbx.format Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\reduce\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\probe\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\mmtbx\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\gltbx\libtbx_refresh.py" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\gltbx" fonts: 8x13 9x15 10x20 Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\crys3d\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_regression\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\solve_resolve\libtbx_refresh.py" Number of hpp files generated from resolve cpp files: 721 Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\libtbx_refresh.py" Generating C++ files for self-inclusive approximate nearest neighbour Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials\libtbx_refresh.py" Updating entry points for dials 3 entries for entry point dials.index.basis_vector_search 1 entries for entry point dials.index.lattice_search 3 entries for entry point dxtbx.scaling_model_ext 1 entries for entry point dxtbx.profile_model DIALS 2.dev.1099-g438a9cc3c Identified autocompletable commands: dials.find_spots dials.geometry_viewer dials.index dials.integrate dials.reciprocal_lattice_viewer dials.refine dials.reindex dials.rl_png Installing autocompletion script into: Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\xia2\libtbx_refresh.py" XIA2 0.6.312-g4d8cfa80 This script is only applicable to Linux - exiting. Done. scons: Reading SConscript files ... scons: warning: VC version 9.0 not installed. C/C++ compilers are most likely not set correctly. Installed versions are: ['14.1', '14.0'] File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\libtbx\SConscript", line 330, in scons: warning: VC version 9.0 not installed. C/C++ compilers are most likely not set correctly. Installed versions are: ['14.1', '14.0'] File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\libtbx\SConscript", line 330, in MSVC_VERSION: 9.0 libtbx.scons: OpenMP is available. BOOST_VERSION: 106300 libtbx.scons: implicit dependency scan disabled for directory c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost future.cpp thread.cpp tss_pe.cpp tss_dll.cpp tss_pe.obj : warning LNK4221: no public symbols found; archive member will be inaccessible error_code.cpp chrono.cpp process_cpu_clocks.cpp thread_clock.cpp phaser: Distributed version phaser: Generating C++ and libtbx.phil defaults files phaser: Building shared version scons: done reading SConscript files. scons: Building targets ... cl /Foannlib\src\ANN.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\ANN.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib\src\bd_fix_rad_search.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\bd_fix_rad_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib\src\bd_pr_search.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\bd_pr_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib\src\bd_search.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\bd_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib\src\bd_tree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\bd_tree.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib\src\brute.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\brute.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib\src\kd_dump.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\kd_dump.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib\src\kd_fix_rad_search.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\kd_fix_rad_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include ANN.cpp cl /Foannlib\src\kd_pr_search.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\kd_pr_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include bd_fix_rad_search.cpp cl /Foannlib\src\kd_search.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\kd_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include bd_pr_search.cpp cl /Foannlib\src\kd_split.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\kd_split.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include bd_tree.cpp cl /Foannlib\src\kd_tree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\kd_tree.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include brute.cpp cl /Foannlib\src\kd_util.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\kd_util.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include bd_search.cpp kd_dump.cpp cl /Foannlib\src\perf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib\src\perf.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include kd_fix_rad_search.cpp kd_pr_search.cpp kd_tree.cpp kd_search.cpp kd_split.cpp kd_util.cpp perf.cpp cl /Foannlib_adaptbx\ann\ann_adaptor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib_adaptbx\ann\ann_adaptor.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib_adaptbx\ann\boost_python\annlib_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\annlib_adaptbx\ann\boost_python\annlib_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foannlib_adaptbx\self_include\ANN.obj /c annlib_adaptbx\self_include\ANN.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib_adaptbx\self_include\bd_fix_rad_search.obj /c annlib_adaptbx\self_include\bd_fix_rad_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib_adaptbx\self_include\bd_pr_search.obj /c annlib_adaptbx\self_include\bd_pr_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib_adaptbx\self_include\bd_search.obj /c annlib_adaptbx\self_include\bd_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include ann_adaptor.cpp annlib_ext.cpp cl /Foannlib_adaptbx\self_include\bd_tree.obj /c annlib_adaptbx\self_include\bd_tree.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib_adaptbx\self_include\brute.obj /c annlib_adaptbx\self_include\brute.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib_adaptbx\self_include\kd_dump.obj /c annlib_adaptbx\self_include\kd_dump.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib_adaptbx\self_include\kd_fix_rad_search.obj /c annlib_adaptbx\self_include\kd_fix_rad_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include bd_pr_search.cpp ANN.cpp cl /Foannlib_adaptbx\self_include\kd_pr_search.obj /c annlib_adaptbx\self_include\kd_pr_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include bd_search.cpp bd_fix_rad_search.cpp cl /Foannlib_adaptbx\self_include\kd_search.obj /c annlib_adaptbx\self_include\kd_search.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib_adaptbx\self_include\kd_split.obj /c annlib_adaptbx\self_include\kd_split.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include bd_tree.cpp cl /Foannlib_adaptbx\self_include\kd_tree.obj /c annlib_adaptbx\self_include\kd_tree.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include brute.cpp cl /Foannlib_adaptbx\self_include\kd_util.obj /c annlib_adaptbx\self_include\kd_util.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foannlib_adaptbx\self_include\perf.obj /c annlib_adaptbx\self_include\perf.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foboost\libs\date_time\src\gregorian\date_generators.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\date_time\src\gregorian\date_generators.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include kd_pr_search.cpp kd_dump.cpp cl /Foboost\libs\date_time\src\gregorian\greg_month.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\date_time\src\gregorian\greg_month.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include kd_search.cpp cl /Foboost\libs\date_time\src\gregorian\greg_weekday.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\date_time\src\gregorian\greg_weekday.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include kd_split.cpp cl /Foboost\libs\filesystem\src\codecvt_error_category.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\filesystem\src\codecvt_error_category.cpp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DBOOST_FILESYSTEM_DYN_LINK=1 kd_fix_rad_search.cpp kd_util.cpp kd_tree.cpp date_generators.cpp codecvt_error_category.cpp greg_weekday.cpp greg_month.cpp perf.cpp cl /Foboost\libs\filesystem\src\operations.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\filesystem\src\operations.cpp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DBOOST_FILESYSTEM_DYN_LINK=1 cl /Foboost\libs\filesystem\src\path.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\filesystem\src\path.cpp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DBOOST_FILESYSTEM_DYN_LINK=1 cl /Foboost\libs\filesystem\src\path_traits.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\filesystem\src\path_traits.cpp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DBOOST_FILESYSTEM_DYN_LINK=1 cl /Foboost\libs\filesystem\src\portability.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\filesystem\src\portability.cpp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DBOOST_FILESYSTEM_DYN_LINK=1 cl /Foboost\libs\filesystem\src\unique_path.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\filesystem\src\unique_path.cpp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DBOOST_FILESYSTEM_DYN_LINK=1 operations.cpp cl /Foboost\libs\filesystem\src\utf8_codecvt_facet.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\filesystem\src\utf8_codecvt_facet.cpp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DBOOST_FILESYSTEM_DYN_LINK=1 cl /Foboost\libs\filesystem\src\windows_file_codecvt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\filesystem\src\windows_file_codecvt.cpp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DBOOST_FILESYSTEM_DYN_LINK=1 path_traits.cpp portability.cpp cl /Foboost\libs\python\src\converter\arg_to_python_base.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\converter\arg_to_python_base.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include path.cpp cl /Foboost\libs\python\src\converter\builtin_converters.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\converter\builtin_converters.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost\libs\python\src\converter\from_python.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\converter\from_python.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include unique_path.cpp cl /Foboost\libs\python\src\converter\registry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\converter\registry.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include utf8_codecvt_facet.cpp windows_file_codecvt.cpp cl /Foboost\libs\python\src\converter\type_id.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\converter\type_id.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost\libs\python\src\dict.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\dict.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include builtin_converters.cpp arg_to_python_base.cpp from_python.cpp registry.cpp type_id.cpp cl /Foboost\libs\python\src\errors.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\errors.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include dict.cpp cl /Foboost\libs\python\src\exec.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\exec.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include errors.cpp exec.cpp cl /Foboost\libs\python\src\import.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\import.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include import.cpp cl /Foboost\libs\python\src\list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\list.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost\libs\python\src\long.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\long.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost\libs\python\src\module.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\module.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include list.cpp long.cpp module.cpp cl /Foboost\libs\python\src\numeric.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\numeric.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include numeric.cpp cl /Foboost\libs\python\src\numpy\dtype.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\numpy\dtype.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\numpy\core\include cl /Foboost\libs\python\src\numpy\matrix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\numpy\matrix.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\numpy\core\include dtype.cpp cl /Foboost\libs\python\src\numpy\ndarray.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\numpy\ndarray.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\numpy\core\include cl /Foboost\libs\python\src\numpy\numpy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\numpy\numpy.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\numpy\core\include matrix.cpp ndarray.cpp numpy.cpp cl /Foboost\libs\python\src\numpy\scalars.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\numpy\scalars.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\numpy\core\include cl /Foboost\libs\python\src\numpy\ufunc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\numpy\ufunc.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\numpy\core\include ufunc.cpp scalars.cpp cl /Foboost\libs\python\src\object\class.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object\class.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost\libs\python\src\object\enum.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object\enum.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include class.cpp enum.cpp cl /Foboost\libs\python\src\object\function.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object\function.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost\libs\python\src\object\function_doc_signature.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object\function_doc_signature.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include function.cpp cl /Foboost\libs\python\src\object\inheritance.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object\inheritance.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include function_doc_signature.cpp inheritance.cpp cl /Foboost\libs\python\src\object\iterator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object\iterator.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include iterator.cpp cl /Foboost\libs\python\src\object\life_support.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object\life_support.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost\libs\python\src\object\pickle_support.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object\pickle_support.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include life_support.cpp pickle_support.cpp cl /Foboost\libs\python\src\object\stl_iterator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object\stl_iterator.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost\libs\python\src\object_operators.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object_operators.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include stl_iterator.cpp object_operators.cpp cl /Foboost\libs\python\src\object_protocol.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\object_protocol.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost\libs\python\src\slice.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\slice.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost\libs\python\src\str.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\str.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include object_protocol.cpp slice.cpp str.cpp cl /Foboost\libs\python\src\tuple.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\tuple.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include tuple.cpp cl /Foboost\libs\python\src\wrapper.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\boost\libs\python\src\wrapper.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 -DBOOST_PYTHON_BOOL_INT_STRICT /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DBOOST_PYTHON_SOURCE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost_adaptbx\graph\breadth_first_search_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\graph\breadth_first_search_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include wrapper.cpp breadth_first_search_ext.cpp cl /Foboost_adaptbx\graph\clustering_algorithm_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\graph\clustering_algorithm_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include clustering_algorithm_ext.cpp cl /Foboost_adaptbx\graph\connected_component_algorithm_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\graph\connected_component_algorithm_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost_adaptbx\graph\graph_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\graph\graph_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include graph_ext.cpp connected_component_algorithm_ext.cpp cl /Foboost_adaptbx\graph\graph_structure_comparison_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\graph\graph_structure_comparison_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include graph_structure_comparison_ext.cpp c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION cl /Foboost_adaptbx\graph\maximum_clique_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\graph\maximum_clique_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost_adaptbx\graph\metric_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\graph\metric_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost_adaptbx\graph\min_cut_max_flow_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\graph\min_cut_max_flow_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost_adaptbx\graph\utility_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\graph\utility_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION cl /Foboost_adaptbx\hybrid_times_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\hybrid_times_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost_adaptbx\meta_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\meta_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include maximum_clique_ext.cpp cl /Foboost_adaptbx\optional_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\optional_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include min_cut_max_flow_ext.cpp metric_ext.cpp hybrid_times_ext.cpp utility_ext.cpp cl /Foboost_adaptbx\rational_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\rational_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foboost_adaptbx\std_pair_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\std_pair_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include meta_ext.cpp optional_ext.cpp cl /Foboost_adaptbx\tests\boost_thread_test.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\tests\boost_thread_test.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project rational_ext.cpp cl /Foboost_adaptbx\tests\python_streambuf_test_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\tests\python_streambuf_test_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include std_pair_ext.cpp cl /Foboost_adaptbx\tests\tst_optional_copy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\tests\tst_optional_copy.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project boost_thread_test.cpp cl /Foboost_adaptbx\tuple_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\boost_adaptbx\tuple_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include python_streambuf_test_ext.cpp tst_optional_copy.cpp tuple_ext.cpp link /nologo /OUT:boost_adaptbx\tests\tst_optional_copy.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib boost_adaptbx\tests\tst_optional_copy.obj cl /Focbflib\pycbf\pycbf_wrap.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\pycbf\pycbf_wrap.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DSWIG_PYTHON_STRICT_BYTE_CHAR /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focbflib\src\cbf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include pycbf_wrap.c cbf.c cl /Focbflib\src\cbf_airy_disk.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_airy_disk.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DSWIG_PYTHON_STRICT_BYTE_CHAR /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cbf_airy_disk.c cl /Focbflib\src\cbf_alloc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_alloc.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\cbf_ascii.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_ascii.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_alloc.c cbf_ascii.c cl /Focbflib\src\cbf_binary.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_binary.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\cbf_byte_offset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_byte_offset.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\cbf_canonical.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_canonical.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_binary.c cbf_byte_offset.c cbf_canonical.c cl /Focbflib\src\cbf_codes.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_codes.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\cbf_compress.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_compress.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_codes.c cl /Focbflib\src\cbf_context.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_context.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_compress.c cbf_context.c cl /Focbflib\src\cbf_file.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_file.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Importing getopt library cl /Focbflib\src\cbf_lex.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_lex.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\cbf_nibble_offset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_nibble_offset.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_file.c cbf_lex.c cbf_nibble_offset.c cl /Focbflib\src\cbf_packed.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_packed.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_nibble_offset.c(1396) : warning C4293: '>>' : shift count negative or too big, undefined behavior C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_nibble_offset.c(1400) : warning C4293: '>>' : shift count negative or too big, undefined behavior cbf_packed.c cl /Focbflib\src\cbf_predictor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_predictor.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\cbf_read_binary.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_read_binary.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\cbf_read_mime.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_read_mime.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_predictor.c cbf_read_binary.c cbf_read_mime.c cl /Focbflib\src\cbf_simple.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_simple.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\cbf_string.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_string.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_simple.c cbf_string.c cl /Focbflib\src\cbf_stx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_stx.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\cbf_tree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_tree.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_stx.c cl /Focbflib\src\cbf_uncompressed.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_uncompressed.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_tree.c cbf_uncompressed.c cl /Focbflib\src\cbf_write.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_write.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\cbf_write_binary.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_write_binary.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_write.c cl /Focbflib\src\cbf_ws.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\cbf_ws.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cbf_write_binary.c cbf_ws.c cl /Focbflib\src\img.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\img.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib\src\md5c.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cbflib\src\md5c.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib_adaptbx\detectors\boost_python\cbflib_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cbflib_adaptbx\detectors\boost_python\cbflib_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DSWIG_PYTHON_STRICT_BYTE_CHAR /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focbflib_adaptbx\detectors\buffer_based_service.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cbflib_adaptbx\detectors\buffer_based_service.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include img.c md5c.c cbflib_ext.cpp buffer_based_service.cpp cl /Focbflib_adaptbx\detectors\cbf_adaptor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cbflib_adaptbx\detectors\cbf_adaptor.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib_adaptbx\detectors\cbf_byte_offset_optimized.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cbflib_adaptbx\detectors\cbf_byte_offset_optimized.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib_adaptbx\detectors\mar_adaptor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cbflib_adaptbx\detectors\mar_adaptor.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Focbflib_adaptbx\detectors\tst_memory.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cbflib_adaptbx\detectors\tst_memory.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DCBF_NO_REGEX /Dmalloc=malloc /Dfree=free /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Foccp4io\libccp4\ccp4\ccp4_array.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\ccp4_array.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cbf_adaptor.cpp cl /Foccp4io\libccp4\ccp4\ccp4_parser.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\ccp4_parser.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cbf_byte_offset_optimized.cpp tst_memory.cpp mar_adaptor.cpp ccp4_array.c ccp4_parser.c cl /Foccp4io\libccp4\ccp4\ccp4_unitcell.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\ccp4_unitcell.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\libccp4\ccp4\cmap_accessor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cmap_accessor.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\libccp4\ccp4\cmap_close.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cmap_close.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project ccp4_unitcell.c cmap_accessor.c cl /Foccp4io\libccp4\ccp4\cmap_data.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cmap_data.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\libccp4\ccp4\cmap_header.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cmap_header.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cmap_close.c cl /Foccp4io\libccp4\ccp4\cmap_labels.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cmap_labels.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\libccp4\ccp4\cmap_open.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cmap_open.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cmap_header.c cmap_data.c cl /Foccp4io\libccp4\ccp4\cmap_skew.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cmap_skew.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\libccp4\ccp4\cmap_stats.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cmap_stats.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cmap_labels.c cl /Foccp4io\libccp4\ccp4\cmap_symop.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cmap_symop.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cmap_open.c cmap_skew.c cl /Foccp4io\libccp4\ccp4\cmtzlib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cmtzlib.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cmap_symop.c cmap_stats.c cl /Foccp4io\libccp4\ccp4\cvecmat.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\cvecmat.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\libccp4\ccp4\library_err.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\library_err.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\libccp4\ccp4\library_file.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\library_file.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cmtzlib.c cl /Foccp4io\libccp4\ccp4\library_utils.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\libccp4\ccp4\library_utils.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project library_err.c cvecmat.c library_file.c cl /Foccp4io\mmdb\hybrid_36.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\hybrid_36.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project library_utils.c cl /Foccp4io\mmdb\mmdb_atom.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_atom.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project hybrid_36.cpp cl /Foccp4io\mmdb\mmdb_bondmngr.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_bondmngr.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_atom.cpp cl /Foccp4io\mmdb\mmdb_chain.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_chain.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_bondmngr.cpp mmdb_chain.cpp cl /Foccp4io\mmdb\mmdb_cifdefs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_cifdefs.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_coormngr.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_coormngr.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_cryst.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_cryst.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_cifdefs.cpp cl /Foccp4io\mmdb\mmdb_ficif.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_ficif.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_io_file.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_io_file.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_coormngr.cpp cl /Foccp4io\mmdb\mmdb_io_stream.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_io_stream.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_cryst.cpp mmdb_ficif.cpp mmdb_io_file.cpp cl /Foccp4io\mmdb\mmdb_machine_.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_machine_.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_io_stream.cpp cl /Foccp4io\mmdb\mmdb_manager.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_manager.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_mask.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_machine_.cpp cl /Foccp4io\mmdb\mmdb_math_.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_math_.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_manager.cpp mmdb_mask.cpp cl /Foccp4io\mmdb\mmdb_math_align.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_math_align.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_math_.cpp cl /Foccp4io\mmdb\mmdb_math_bfgsmin.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_math_bfgsmin.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_math_fft.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_math_fft.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_math_align.cpp cl /Foccp4io\mmdb\mmdb_math_graph.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_math_graph.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_math_linalg.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_math_linalg.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_math_bfgsmin.cpp mmdb_math_fft.cpp mmdb_math_graph.cpp cl /Foccp4io\mmdb\mmdb_math_rand.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_math_rand.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_math_linalg.cpp cl /Foccp4io\mmdb\mmdb_mattype.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_mattype.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_mmcif_.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_mmcif_.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_model.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_root.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_root.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_math_rand.cpp mmdb_mattype.cpp mmdb_mmcif_.cpp cl /Foccp4io\mmdb\mmdb_rwbrook.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_rwbrook.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_root.cpp cl /Foccp4io\mmdb\mmdb_selmngr.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_selmngr.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_seqsuperpose.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_seqsuperpose.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_model.cpp cl /Foccp4io\mmdb\mmdb_symop.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_symop.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_rwbrook.cpp cl /Foccp4io\mmdb\mmdb_tables.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_tables.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_selmngr.cpp mmdb_seqsuperpose.cpp mmdb_symop.cpp cl /Foccp4io\mmdb\mmdb_title.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_title.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_tables.cpp cl /Foccp4io\mmdb\mmdb_uddata.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_uddata.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_title.cpp cl /Foccp4io\mmdb\mmdb_utils.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_utils.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\mmdb\mmdb_xml_.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\mmdb\mmdb_xml_.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\ssm\ssm_align.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\ssm\ssm_align.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\ssm\ssm_csia.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\ssm\ssm_csia.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_uddata.cpp cl /Foccp4io\ssm\ssm_graph.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\ssm\ssm_graph.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project mmdb_utils.cpp ssm_align.cpp mmdb_xml_.cpp ssm_csia.cpp ssm_graph.cpp cl /Foccp4io\ssm\ssm_malign.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\ssm\ssm_malign.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\ssm\ssm_superpose.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\ssm\ssm_superpose.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io\ssm\ssm_vxedge.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io\ssm\ssm_vxedge.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io_adaptbx\ccp4_diskio_f.obj /c ccp4io_adaptbx\ccp4_diskio_f.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project ssm_malign.cpp ssm_superpose.cpp ssm_vxedge.cpp cl /Foccp4io_adaptbx\ccp4_fftlib_fem.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx\ccp4_fftlib_fem.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx ccp4_diskio_f.c cl /Foccp4io_adaptbx\ccp4_general.obj /c ccp4io_adaptbx\ccp4_general.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io_adaptbx\ccp4_general_f.obj /c ccp4io_adaptbx\ccp4_general_f.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io_adaptbx\ccp4_parser_f.obj /c ccp4io_adaptbx\ccp4_parser_f.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io_adaptbx\ccp4_program.obj /c ccp4io_adaptbx\ccp4_program.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project ccp4_fftlib_fem.cpp cl /Foccp4io_adaptbx\ccp4_unitcell_f.obj /c ccp4io_adaptbx\ccp4_unitcell_f.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project ccp4_general_f.c ccp4_parser_f.c ccp4_general.c ccp4_program.c cl /Foccp4io_adaptbx\cmaplib_f.obj /c ccp4io_adaptbx\cmaplib_f.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project ccp4_unitcell_f.c cl /Foccp4io_adaptbx\cmtzlib_f.obj /c ccp4io_adaptbx\cmtzlib_f.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io_adaptbx\csymlib.obj /c ccp4io_adaptbx\csymlib.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io_adaptbx\csymlib_f.obj /c ccp4io_adaptbx\csymlib_f.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io_adaptbx\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cmaplib_f.c csymlib.c cl /Foccp4io_adaptbx\fortran_call_stubs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx\fortran_call_stubs.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cl /Foccp4io_adaptbx\library_f.obj /c ccp4io_adaptbx\library_f.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project cmtzlib_f.c csymlib_f.c ccp4io_adaptbx\cmtzlib_f.c(278) : warning C4047: 'function' : 'char (*)[80]' differs in levels of indirection from 'fpstr' ccp4io_adaptbx\cmtzlib_f.c(278) : warning C4024: 'ccp4_lrhist' : different types for formal and actual parameter 2 ccp4io_adaptbx\cmtzlib_f.c(633) : warning C4047: 'function' : 'const char (*)[31]' differs in levels of indirection from 'char *' ccp4io_adaptbx\cmtzlib_f.c(633) : warning C4024: 'MtzParseLabin' : different types for formal and actual parameter 2 ccp4io_adaptbx\cmtzlib_f.c(687) : warning C4047: 'function' : 'const char (*)[31]' differs in levels of indirection from 'char *' ccp4io_adaptbx\cmtzlib_f.c(687) : warning C4024: 'MtzParseLabin' : different types for formal and actual parameter 2 ccp4io_adaptbx\cmtzlib_f.c(732) : warning C4047: 'function' : 'const char (*)[31]' differs in levels of indirection from 'char *' ccp4io_adaptbx\cmtzlib_f.c(732) : warning C4024: 'MtzParseLabin' : different types for formal and actual parameter 2 ccp4io_adaptbx\cmtzlib_f.c(732) : warning C4047: 'function' : 'char (*)[2][31]' differs in levels of indirection from 'char *' ccp4io_adaptbx\cmtzlib_f.c(732) : warning C4024: 'MtzParseLabin' : different types for formal and actual parameter 4 ccp4io_adaptbx\cmtzlib_f.c(831) : warning C4047: 'function' : 'const char (*)[31]' differs in levels of indirection from 'char *' ccp4io_adaptbx\cmtzlib_f.c(831) : warning C4024: 'ccp4_lrassn' : different types for formal and actual parameter 2 ccp4io_adaptbx\cmtzlib_f.c(831) : warning C4047: 'function' : 'char (*)[3]' differs in levels of indirection from 'char *' ccp4io_adaptbx\cmtzlib_f.c(831) : warning C4024: 'ccp4_lrassn' : different types for formal and actual parameter 4 ccp4io_adaptbx\cmtzlib_f.c(1808) : warning C4047: 'function' : 'const char (*)[80]' differs in levels of indirection from 'fpstr' ccp4io_adaptbx\cmtzlib_f.c(1808) : warning C4024: 'MtzAddHistory' : different types for formal and actual parameter 2 ccp4io_adaptbx\cmtzlib_f.c(1860) : warning C4047: 'function' : 'const char (*)[80]' differs in levels of indirection from 'char [80]' ccp4io_adaptbx\cmtzlib_f.c(1860) : warning C4024: 'MtzAddHistory' : different types for formal and actual parameter 2 ccp4io_adaptbx\cmtzlib_f.c(2433) : warning C4047: 'function' : 'const char (*)[31]' differs in levels of indirection from 'char *' ccp4io_adaptbx\cmtzlib_f.c(2433) : warning C4024: 'ccp4_lwassn' : different types for formal and actual parameter 2 ccp4io_adaptbx\cmtzlib_f.c(2433) : warning C4047: 'function' : 'const char (*)[3]' differs in levels of indirection from 'char *' ccp4io_adaptbx\cmtzlib_f.c(2433) : warning C4024: 'ccp4_lwassn' : different types for formal and actual parameter 4 ccp4io_adaptbx\cmtzlib_f.c(2511) : warning C4047: 'function' : 'const char (*)[31]' differs in levels of indirection from 'char *' ccp4io_adaptbx\cmtzlib_f.c(2511) : warning C4024: 'ccp4_lwassn' : different types for formal and actual parameter 2 ccp4io_adaptbx\cmtzlib_f.c(2511) : warning C4047: 'function' : 'const char (*)[3]' differs in levels of indirection from 'char *' ccp4io_adaptbx\cmtzlib_f.c(2511) : warning C4024: 'ccp4_lwassn' : different types for formal and actual parameter 4 ext.cpp cl /Foccp4io_adaptbx\printf_wrappers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx\printf_wrappers.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io /I. /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project fortran_call_stubs.c library_f.c cl /Focctbx\adptbx\boost_python\adptbx_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\adptbx\boost_python\adptbx_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include printf_wrappers.c cl /Focctbx\adptbx\boost_python\hirshfeld.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\adptbx\boost_python\hirshfeld.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\adp_restraints\adp_restraints_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\adp_restraints\adp_restraints_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\adp_restraints\adp_restraints_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\adp_restraints\adp_restraints_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include adptbx_ext.cpp cl /Focctbx\adp_restraints\adp_similarity_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\adp_restraints\adp_similarity_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include hirshfeld.cpp cl /Focctbx\adp_restraints\aniso_restraints_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\adp_restraints\aniso_restraints_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\adp_restraints\fixed_u_eq_adp_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\adp_restraints\fixed_u_eq_adp_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include adp_restraints_bpl.cpp adp_restraints_ext.cpp cl /Focctbx\adp_restraints\isotropic_adp_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\adp_restraints\isotropic_adp_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include adp_similarity_bpl.cpp aniso_restraints_bpl.cpp fixed_u_eq_adp_bpl.cpp isotropic_adp_bpl.cpp cl /Focctbx\adp_restraints\rigid_bond_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\adp_restraints\rigid_bond_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include rigid_bond_bpl.cpp cl /Focctbx\adp_restraints\rigu_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\adp_restraints\rigu_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include rigu_bpl.cpp cl /Focctbx\array_family\boost_python\flex_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\array_family\boost_python\flex_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\array_family\boost_python\flex_hendrickson_lattman.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\array_family\boost_python\flex_hendrickson_lattman.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_ext.cpp flex_hendrickson_lattman.cpp cl /Focctbx\array_family\boost_python\flex_miller_index.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\array_family\boost_python\flex_miller_index.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_miller_index.cpp cl /Focctbx\array_family\boost_python\flex_xray_scatterer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\array_family\boost_python\flex_xray_scatterer.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\boost_python\emma_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\boost_python\emma_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_xray_scatterer.cpp emma_ext.cpp cl /Focctbx\boost_python\french_wilson_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\boost_python\french_wilson_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include french_wilson_ext.cpp cl /Focctbx\boost_python\orientation_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\boost_python\orientation_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include orientation_ext.cpp cl /Focctbx\boost_python\statistics_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\boost_python\statistics_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include statistics_ext.cpp cl /Focctbx\covariance\boost_python\covariance_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\covariance\boost_python\covariance_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include covariance_ext.cpp cl /Focctbx\crystal\asu_clusters_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\crystal\asu_clusters_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include asu_clusters_bpl.cpp cl /Focctbx\crystal\close_packing_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\crystal\close_packing_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include close_packing_bpl.cpp cl /Focctbx\crystal\coordination_sequences_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\crystal\coordination_sequences_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include coordination_sequences_bpl.cpp cl /Focctbx\crystal\crystal_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\crystal\crystal_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include crystal_ext.cpp cl /Focctbx\crystal\direct_space_asu_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\crystal\direct_space_asu_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include direct_space_asu_bpl.cpp cl /Focctbx\crystal\incremental_pairs_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\crystal\incremental_pairs_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\crystal\neighbors_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\crystal\neighbors_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include incremental_pairs_bpl.cpp neighbors_bpl.cpp cl /Focctbx\crystal\pair_tables_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\crystal\pair_tables_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include pair_tables_bpl.cpp cl /Focctbx\crystal\site_cluster_analysis_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\crystal\site_cluster_analysis_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include site_cluster_analysis_bpl.cpp cl /Focctbx\crystal\symmetry_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\crystal\symmetry_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include symmetry_bpl.cpp cl /Focctbx\dmtbx\boost_python\dmtbx_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\dmtbx\boost_python\dmtbx_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include dmtbx_ext.cpp cl /Focctbx\dmtbx\boost_python\triplet_generator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\dmtbx\boost_python\triplet_generator.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\dmtbx\boost_python\triplet_phase_relation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\dmtbx\boost_python\triplet_phase_relation.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include triplet_generator.cpp triplet_phase_relation.cpp cl /Focctbx\eltbx\attenuation_coefficient.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\attenuation_coefficient.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project attenuation_coefficient.cpp cl /Focctbx\eltbx\basic.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\basic.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project basic.cpp cl /Focctbx\eltbx\boost_python\attenuation_coefficient_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\attenuation_coefficient_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\eltbx\boost_python\chemical_elements_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\chemical_elements_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\eltbx\boost_python\covalent_radii_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\covalent_radii_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include attenuation_coefficient_ext.cpp chemical_elements_ext.cpp covalent_radii_ext.cpp cl /Focctbx\eltbx\boost_python\fp_fdp_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\fp_fdp_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include fp_fdp_ext.cpp cl /Focctbx\eltbx\boost_python\henke_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\henke_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include henke_ext.cpp cl /Focctbx\eltbx\boost_python\icsd_radii_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\icsd_radii_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include icsd_radii_ext.cpp cl /Focctbx\eltbx\boost_python\neutron_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\neutron_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include neutron_ext.cpp cl /Focctbx\eltbx\boost_python\sasaki_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\sasaki_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\eltbx\boost_python\tiny_pse_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\tiny_pse_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include sasaki_ext.cpp tiny_pse_ext.cpp cl /Focctbx\eltbx\boost_python\wavelengths_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\wavelengths_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include wavelengths_ext.cpp cl /Focctbx\eltbx\boost_python\xray_scattering_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\boost_python\xray_scattering_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include xray_scattering_ext.cpp cl /Focctbx\eltbx\covalent_radii.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\covalent_radii.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project covalent_radii.cpp cl /Focctbx\eltbx\electron_scattering\peng1996.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\electron_scattering\peng1996.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project peng1996.cpp cl /Focctbx\eltbx\fp_fdp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\fp_fdp.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\henke.obj /c cctbx\eltbx\henke.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project fp_fdp.cpp henke.cpp cl /Focctbx\eltbx\henke_tables_01_12.obj /c cctbx\eltbx\henke_tables_01_12.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\henke_tables_13_24.obj /c cctbx\eltbx\henke_tables_13_24.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project henke_tables_01_12.cpp henke_tables_13_24.cpp cl /Focctbx\eltbx\henke_tables_25_36.obj /c cctbx\eltbx\henke_tables_25_36.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\henke_tables_37_48.obj /c cctbx\eltbx\henke_tables_37_48.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\henke_tables_49_60.obj /c cctbx\eltbx\henke_tables_49_60.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project henke_tables_37_48.cpp henke_tables_25_36.cpp cl /Focctbx\eltbx\henke_tables_61_72.obj /c cctbx\eltbx\henke_tables_61_72.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\henke_tables_73_84.obj /c cctbx\eltbx\henke_tables_73_84.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project henke_tables_49_60.cpp cl /Focctbx\eltbx\henke_tables_85_92.obj /c cctbx\eltbx\henke_tables_85_92.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project henke_tables_61_72.cpp cl /Focctbx\eltbx\icsd_radii.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\icsd_radii.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project henke_tables_73_84.cpp henke_tables_85_92.cpp icsd_radii.cpp cl /Focctbx\eltbx\neutron.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\neutron.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\sasaki.obj /c cctbx\eltbx\sasaki.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project neutron.cpp sasaki.cpp cl /Focctbx\eltbx\sasaki_tables_01_12.obj /c cctbx\eltbx\sasaki_tables_01_12.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\sasaki_tables_13_24.obj /c cctbx\eltbx\sasaki_tables_13_24.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\sasaki_tables_25_36.obj /c cctbx\eltbx\sasaki_tables_25_36.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\sasaki_tables_37_48.obj /c cctbx\eltbx\sasaki_tables_37_48.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\sasaki_tables_49_60.obj /c cctbx\eltbx\sasaki_tables_49_60.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\sasaki_tables_61_72.obj /c cctbx\eltbx\sasaki_tables_61_72.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project sasaki_tables_13_24.cpp sasaki_tables_01_12.cpp sasaki_tables_25_36.cpp cl /Focctbx\eltbx\sasaki_tables_73_82.obj /c cctbx\eltbx\sasaki_tables_73_82.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project sasaki_tables_37_48.cpp sasaki_tables_49_60.cpp sasaki_tables_61_72.cpp sasaki_tables_73_82.cpp cl /Focctbx\eltbx\tiny_pse.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\tiny_pse.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project tiny_pse.cpp cl /Focctbx\eltbx\wavelengths.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\wavelengths.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\xray_scattering\it1992.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\xray_scattering\it1992.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\xray_scattering\n_gaussian.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\xray_scattering\n_gaussian.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\xray_scattering\n_gaussian_raw.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\xray_scattering\n_gaussian_raw.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\eltbx\xray_scattering\wk1995.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\eltbx\xray_scattering\wk1995.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project wavelengths.cpp it1992.cpp cl /Focctbx\examples\convert_ccp4_symop_lib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples\convert_ccp4_symop_lib.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Icctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples n_gaussian_raw.cpp cl /Focctbx\examples\find_distances.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples\find_distances.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Icctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples n_gaussian.cpp convert_ccp4_symop_lib.cpp wk1995.cpp cl /Focctbx\examples\getting_started.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples\getting_started.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Icctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples find_distances.cpp cl /Focctbx\examples\lattice_symmetry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples\lattice_symmetry.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Icctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples getting_started.cpp lattice_symmetry.cpp cl /Focctbx\examples\merging\large_scale_merging_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples\merging\large_scale_merging_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\eigen /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\examples\sym_equiv_sites.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples\sym_equiv_sites.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Icctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples cl /Focctbx\examples\sys_abs_equiv_space_groups.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples\sys_abs_equiv_space_groups.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Icctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx\examples /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\examples cl /Focctbx\geometry\boost_python\geometry_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry\boost_python\geometry_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\geometry_restraints\angle_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\angle_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include large_scale_merging_ext.cpp cl /Focctbx\geometry_restraints\bond_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\bond_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include sym_equiv_sites.cpp sys_abs_equiv_space_groups.cpp cl /Focctbx\geometry_restraints\bond_similarity_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\bond_similarity_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include angle_bpl.cpp geometry_ext.cpp cl /Focctbx\geometry_restraints\bond_sorted_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\bond_sorted_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include bond_bpl.cpp bond_similarity_bpl.cpp cl /Focctbx\geometry_restraints\chirality_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\chirality_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include bond_sorted_bpl.cpp cl /Focctbx\geometry_restraints\dihedral_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\dihedral_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include chirality_bpl.cpp cl /Focctbx\geometry_restraints\geometry_restraints_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\geometry_restraints_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include dihedral_bpl.cpp geometry_restraints_ext.cpp cl /Focctbx\geometry_restraints\motif_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\motif_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include motif_bpl.cpp cl /Focctbx\geometry_restraints\nonbonded_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\nonbonded_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\geometry_restraints\nonbonded_sorted_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\nonbonded_sorted_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\geometry_restraints\parallelity_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\parallelity_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include nonbonded_bpl.cpp nonbonded_sorted_bpl.cpp parallelity_bpl.cpp cl /Focctbx\geometry_restraints\planarity_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\geometry_restraints\planarity_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include planarity_bpl.cpp cl /Focctbx\maptbx\asymmetric_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\asymmetric_map.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project asymmetric_map.cpp cl /Focctbx\maptbx\asymmetric_map_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\asymmetric_map_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project asymmetric_map_ext.cpp cl /Focctbx\maptbx\boost_python\coordinate_transformers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\coordinate_transformers.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include coordinate_transformers.cpp cl /Focctbx\maptbx\boost_python\gridding.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\gridding.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gridding.cpp cl /Focctbx\maptbx\boost_python\grid_indices_around_sites.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\grid_indices_around_sites.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include grid_indices_around_sites.cpp cl /Focctbx\maptbx\boost_python\grid_tags.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\grid_tags.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include grid_tags.cpp cl /Focctbx\maptbx\boost_python\maptbx_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\maptbx_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include maptbx_ext.cpp cl /Focctbx\maptbx\boost_python\misc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\misc.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include misc.cpp C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2472) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2589) : see reference to function template instantiation '_OutIt std::_Copy_opt<_InIt,_OutIt,std::_Iter_random_helper::_Iter_random_cat>(_InIt,_InIt,_OutIt,_InOutItCat,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _OutIt=int *, _InIt=const size_t *, _InOutItCat=std::_Iter_random_helper::_Iter_random_cat ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/detail/misc.h(94) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=int *, InputElementType=size_t, OutputElementType=int, _InIt=const size_t * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/tiny.h(31) : see reference to function template instantiation 'OutputElementType *scitbx::af::copy_typeconv(const InputElementType *,const InputElementType *,OutputElementType *)' being compiled with [ OutputElementType=int, ElementType=size_t, InputElementType=size_t ] C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\asymmetric_map.cpp(23) : see reference to function template instantiation 'scitbx::af::tiny::tiny(const scitbx::af::tiny_plain &)' being compiled with [ ElementType=int, N=0x03 ] cl /Focctbx\maptbx\boost_python\peak_search.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\peak_search.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include peak_search.cpp cl /Focctbx\maptbx\boost_python\pymol_interface.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\pymol_interface.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include pymol_interface.cpp cl /Focctbx\maptbx\boost_python\statistics.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\statistics.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include statistics.cpp cl /Focctbx\maptbx\boost_python\structure_factors.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\structure_factors.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\masks\boost_python\masks_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\masks\boost_python\masks_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\math\boost_python\math_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\math\boost_python\math_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include structure_factors.cpp cl /Focctbx\math\time_trigonometry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\math\time_trigonometry.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project masks_ext.cpp math_ext.cpp cl /Focctbx\miller\asu.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\asu.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project time_trigonometry.cpp cl /Focctbx\miller\bins.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\bins.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project asu.cpp bins.cpp cl /Focctbx\miller\index_generator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\index_generator.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\miller\index_span.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\index_span.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project index_generator.cpp cl /Focctbx\miller\match_bijvoet_mates.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\match_bijvoet_mates.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project index_span.cpp cl /Focctbx\miller\match_indices.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\match_indices.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project match_bijvoet_mates.cpp match_indices.cpp cl /Focctbx\miller\match_multi_indices.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\match_multi_indices.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\miller\sym_equiv.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\sym_equiv.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project match_multi_indices.cpp sym_equiv.cpp cl /Focctbx\sgtbx\bricks.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\bricks.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project bricks.cpp cl /Focctbx\sgtbx\change_of_basis_op.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\change_of_basis_op.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project change_of_basis_op.cpp cl /Focctbx\sgtbx\find_affine.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\find_affine.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project find_affine.cpp cl /Focctbx\sgtbx\group_codes.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\group_codes.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\hall_in.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\hall_in.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\lattice_tr.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\lattice_tr.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project group_codes.cpp cl /Focctbx\sgtbx\lattice_symmetry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\lattice_symmetry.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project hall_in.cpp cl /Focctbx\sgtbx\miller.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\miller.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project lattice_tr.cpp lattice_symmetry.cpp miller.cpp cl /Focctbx\sgtbx\reciprocal_space_asu.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\reciprocal_space_asu.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project reciprocal_space_asu.cpp cl /Focctbx\sgtbx\reciprocal_space_ref_asu.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\reciprocal_space_ref_asu.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project reciprocal_space_ref_asu.cpp C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2472) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2589) : see reference to function template instantiation '_OutIt std::_Copy_opt<_InIt,_OutIt,std::_Iter_random_helper::_Iter_random_cat>(_InIt,_InIt,_OutIt,_InOutItCat,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _OutIt=int *, _InIt=const size_t *, _InOutItCat=std::_Iter_random_helper::_Iter_random_cat ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/detail/misc.h(94) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=int *, InputElementType=size_t, OutputElementType=int, _InIt=const size_t * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/tiny.h(31) : see reference to function template instantiation 'OutputElementType *scitbx::af::copy_typeconv(const InputElementType *,const InputElementType *,OutputElementType *)' being compiled with [ OutputElementType=int, ElementType=size_t, InputElementType=size_t ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cctbx/maptbx/sphericity.h(30) : see reference to function template instantiation 'scitbx::af::tiny::tiny(const scitbx::af::tiny_plain &)' being compiled with [ ElementType=int, N=0x03 ] C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\maptbx\boost_python\maptbx_ext.cpp(695) : see reference to function template instantiation 'scitbx::sym_mat3 cctbx::maptbx::sphericity_tensor(const scitbx::af::const_ref &,const cctbx::uctbx::unit_cell &,const FloatType &,const cctbx::fractional<> &)' being compiled with [ NumType=double, ElementType=double, AccessorType=scitbx::af::c_grid<0x03>, FloatType=double ] cl /Focctbx\sgtbx\rot_mx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\rot_mx.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\rot_mx_info.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\rot_mx_info.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\row_echelon_solve.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\row_echelon_solve.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project rot_mx.cpp rot_mx_info.cpp row_echelon_solve.cpp cl /Focctbx\sgtbx\rt_mx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\rt_mx.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project rt_mx.cpp cl /Focctbx\sgtbx\select_generators.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\select_generators.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\seminvariant.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\seminvariant.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project select_generators.cpp cl /Focctbx\sgtbx\site_symmetry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\site_symmetry.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project seminvariant.cpp cl /Focctbx\sgtbx\space_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\space_group.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project site_symmetry.cpp space_group.cpp cl /Focctbx\sgtbx\space_group_type.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\space_group_type.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\symbols.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\symbols.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\tensor_rank_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\tensor_rank_2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project space_group_type.cpp cl /Focctbx\sgtbx\tr_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\tr_group.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project symbols.cpp tensor_rank_2.cpp tr_group.cpp cl /Focctbx\sgtbx\tr_vec.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\tr_vec.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\utils.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\utils.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project tr_vec.cpp utils.cpp cl /Focctbx\sgtbx\wyckoff.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\wyckoff.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\reference_settings\hall_symbol_table.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\reference_settings\hall_symbol_table.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project wyckoff.cpp cl /Focctbx\sgtbx\reference_settings\matrix_group_code_table.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\reference_settings\matrix_group_code_table.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project hall_symbol_table.cpp cl /Focctbx\sgtbx\reference_settings\normalizer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\reference_settings\normalizer.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\reference_settings\wyckoff.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\reference_settings\wyckoff.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project matrix_group_code_table.cpp wyckoff.cpp normalizer.cpp cl /Focctbx\uctbx\uctbx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\uctbx\uctbx.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\uctbx\spoil_optimization.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\uctbx\spoil_optimization.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project uctbx.cpp spoil_optimization.cpp cl /Focctbx\uctbx\crystal_orientation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\uctbx\crystal_orientation.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project crystal_orientation.cpp cl /Focctbx\merging\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\merging\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp cl /Focctbx\miller\boost_python\amplitude_normalisation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\amplitude_normalisation.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\miller\boost_python\asu.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\asu.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include amplitude_normalisation.cpp asu.cpp cl /Focctbx\miller\boost_python\bins.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\bins.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\miller\boost_python\change_basis.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\change_basis.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include bins.cpp cl /Focctbx\miller\boost_python\expand_to_p1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\expand_to_p1.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\miller\boost_python\f_calc_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\f_calc_map.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\miller\boost_python\index_generator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\index_generator.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\miller\boost_python\index_span.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\index_span.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\miller\boost_python\lookup_utils.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\lookup_utils.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\miller\boost_python\match_bijvoet_mates.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\match_bijvoet_mates.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include change_basis.cpp cl /Focctbx\miller\boost_python\match_indices.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\match_indices.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include expand_to_p1.cpp index_generator.cpp cl /Focctbx\miller\boost_python\match_multi_indices.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\match_multi_indices.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include f_calc_map.cpp lookup_utils.cpp index_span.cpp match_bijvoet_mates.cpp match_indices.cpp match_multi_indices.cpp cl /Focctbx\miller\boost_python\merge_equivalents.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\merge_equivalents.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include merge_equivalents.cpp cl /Focctbx\miller\boost_python\miller_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\miller_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include miller_ext.cpp cl /Focctbx\miller\boost_python\phase_integrator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\phase_integrator.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\miller\boost_python\phase_transfer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\phase_transfer.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\miller\boost_python\randomize_amplitude_and_phase.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\randomize_amplitude_and_phase.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpgxijpf.lnk for command line: lib /nologo /OUT:lib\cctbx.lib cctbx\eltbx\basic.obj cctbx\eltbx\xray_scattering\it1992.obj cctbx\eltbx\xray_scattering\wk1995.obj cctbx\eltbx\xray_scattering\n_gaussian_raw.obj cctbx\eltbx\xray_scattering\n_gaussian.obj cctbx\eltbx\fp_fdp.obj cctbx\eltbx\henke.obj cctbx\eltbx\henke_tables_01_12.obj cctbx\eltbx\henke_tables_13_24.obj cctbx\eltbx\henke_tables_25_36.obj cctbx\eltbx\henke_tables_37_48.obj cctbx\eltbx\henke_tables_49_60.obj cctbx\eltbx\henke_tables_61_72.obj cctbx\eltbx\henke_tables_73_84.obj cctbx\eltbx\henke_tables_85_92.obj cctbx\eltbx\icsd_radii.obj cctbx\eltbx\covalent_radii.obj cctbx\eltbx\neutron.obj cctbx\eltbx\sasaki.obj cctbx\eltbx\sasaki_tables_01_12.obj cctbx\eltbx\sasaki_tables_13_24.obj cctbx\eltbx\sasaki_tables_25_36.obj cctbx\eltbx\sasaki_tables_37_48.obj cctbx\eltbx\sasaki_tables_49_60.obj cctbx\eltbx\sasaki_tables_61_72.obj cctbx\eltbx\sasaki_tables_73_82.obj cctbx\eltbx\tiny_pse.obj cctbx\eltbx\wavelengths.obj cctbx\eltbx\electron_scattering\peng1996.obj cctbx\eltbx\attenuation_coefficient.obj cctbx\miller\asu.obj cctbx\miller\bins.obj cctbx\miller\index_generator.obj cctbx\miller\index_span.obj cctbx\miller\match_bijvoet_mates.obj cctbx\miller\match_indices.obj cctbx\miller\match_multi_indices.obj cctbx\miller\sym_equiv.obj cctbx\sgtbx\bricks.obj cctbx\sgtbx\change_of_basis_op.obj cctbx\sgtbx\find_affine.obj cctbx\sgtbx\group_codes.obj cctbx\sgtbx\hall_in.obj cctbx\sgtbx\lattice_tr.obj cctbx\sgtbx\lattice_symmetry.obj cctbx\sgtbx\miller.obj cctbx\sgtbx\reciprocal_space_asu.obj cctbx\sgtbx\reciprocal_space_ref_asu.obj cctbx\sgtbx\rot_mx.obj cctbx\sgtbx\rot_mx_info.obj cctbx\sgtbx\row_echelon_solve.obj cctbx\sgtbx\rt_mx.obj cctbx\sgtbx\select_generators.obj cctbx\sgtbx\seminvariant.obj cctbx\sgtbx\site_symmetry.obj cctbx\sgtbx\space_group.obj cctbx\sgtbx\space_group_type.obj cctbx\sgtbx\symbols.obj cctbx\sgtbx\tensor_rank_2.obj cctbx\sgtbx\tr_group.obj cctbx\sgtbx\tr_vec.obj cctbx\sgtbx\utils.obj cctbx\sgtbx\wyckoff.obj cctbx\sgtbx\reference_settings\hall_symbol_table.obj cctbx\sgtbx\reference_settings\matrix_group_code_table.obj cctbx\sgtbx\reference_settings\normalizer.obj cctbx\sgtbx\reference_settings\wyckoff.obj cctbx\uctbx\uctbx.obj cctbx\uctbx\spoil_optimization.obj cctbx\uctbx\crystal_orientation.obj lib @c:\users\phaserbuilder\appdata\local\temp\tmpgxijpf.lnk phase_integrator.cpp randomize_amplitude_and_phase.cpp phase_transfer.cpp link /nologo /OUT:cctbx\math\time_trigonometry.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib cctbx\math\time_trigonometry.obj cl /Focctbx\miller\boost_python\slices.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\slices.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include slices.cpp cl /Focctbx\miller\boost_python\sym_equiv.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\miller\boost_python\sym_equiv.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include sym_equiv.cpp cl /Focctbx\multipolar\aspherical_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\multipolar\aspherical_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include aspherical_ext.cpp cl /Focctbx\sgtbx\boost_python\brick.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\brick.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include brick.cpp cl /Focctbx\sgtbx\boost_python\change_of_basis.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\change_of_basis.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\sgtbx\boost_python\find_affine.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\find_affine.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include change_of_basis.cpp find_affine.cpp cl /Focctbx\sgtbx\boost_python\lattice_symmetry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\lattice_symmetry.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\sgtbx\boost_python\phase_info.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\phase_info.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\sgtbx\boost_python\reciprocal_space_asu.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\reciprocal_space_asu.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include lattice_symmetry.cpp cl /Focctbx\sgtbx\boost_python\rot_mx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\rot_mx.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include phase_info.cpp reciprocal_space_asu.cpp cl /Focctbx\sgtbx\boost_python\rt_mx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\rt_mx.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\sgtbx\boost_python\search_symmetry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\search_symmetry.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include rot_mx.cpp rt_mx.cpp search_symmetry.cpp cl /Focctbx\sgtbx\boost_python\select_generators.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\select_generators.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include select_generators.cpp cl /Focctbx\sgtbx\boost_python\seminvariant.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\seminvariant.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include seminvariant.cpp cl /Focctbx\sgtbx\boost_python\sgtbx_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\sgtbx_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\sgtbx\boost_python\site_symmetry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\site_symmetry.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include sgtbx_ext.cpp site_symmetry.cpp cl /Focctbx\sgtbx\boost_python\space_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\space_group.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\sgtbx\boost_python\space_group_type.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\space_group_type.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include space_group.cpp space_group_type.cpp cl /Focctbx\sgtbx\boost_python\symbols.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\symbols.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include symbols.cpp cl /Focctbx\sgtbx\boost_python\sym_equiv_sites.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\sym_equiv_sites.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include sym_equiv_sites.cpp cl /Focctbx\sgtbx\boost_python\tensor_rank_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\tensor_rank_2.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\sgtbx\boost_python\tr_vec.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\tr_vec.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include tensor_rank_2.cpp tr_vec.cpp cl /Focctbx\sgtbx\boost_python\wyckoff.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\boost_python\wyckoff.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include wyckoff.cpp cl /Focctbx\sgtbx\direct_space_asu\proto\asu_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\direct_space_asu\proto\asu_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\direct_space_asu\proto\cut.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\direct_space_asu\proto\cut.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project asu_ext.cpp cut.cpp cl /Focctbx\sgtbx\direct_space_asu\proto\direct_space_asu.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\direct_space_asu\proto\direct_space_asu.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Focctbx\sgtbx\direct_space_asu\proto\reference_table.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\direct_space_asu\proto\reference_table.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project direct_space_asu.cpp reference_table.cpp cl /Focctbx\sgtbx\direct_space_asu\proto\tst_asu.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\sgtbx\direct_space_asu\proto\tst_asu.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project tst_asu.cpp cl /Focctbx\symmetry_search\boost_python\symmetry_search_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\symmetry_search\boost_python\symmetry_search_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\translation_search\boost_python\fast_nv1995.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\translation_search\boost_python\fast_nv1995.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include symmetry_search_ext.cpp fast_nv1995.cpp cl /Focctbx\translation_search\boost_python\fast_terms.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\translation_search\boost_python\fast_terms.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\translation_search\boost_python\symmetry_flags.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\translation_search\boost_python\symmetry_flags.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include fast_terms.cpp cl /Focctbx\translation_search\boost_python\translation_search_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\translation_search\boost_python\translation_search_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\uctbx\boost_python\fast_minimum_reduction.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\uctbx\boost_python\fast_minimum_reduction.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Focctbx\uctbx\boost_python\uctbx_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\uctbx\boost_python\uctbx_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include symmetry_flags.cpp translation_search_ext.cpp fast_minimum_reduction.cpp uctbx_ext.cpp cl /Focctbx\uctbx\determine_unit_cell\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\uctbx\determine_unit_cell\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DHAVE_SINGLEFILE_NCDIST /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp cl /Focctbx\xray\boost_python\conversions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\conversions.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable cl /Focctbx\xray\boost_python\curvatures_simple.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\curvatures_simple.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable conversions.cpp curvatures_simple.cpp cl /Focctbx\xray\boost_python\each_hkl_gradients_direct.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\each_hkl_gradients_direct.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable cl /Focctbx\xray\boost_python\extinction.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\extinction.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable each_hkl_gradients_direct.cpp extinction.cpp cl /Focctbx\xray\boost_python\fast_gradients.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\fast_gradients.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable fast_gradients.cpp cl /Focctbx\xray\boost_python\f_model_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\f_model_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable cl /Focctbx\xray\boost_python\gradients_direct.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\gradients_direct.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable f_model_bpl.cpp gradients_direct.cpp cl /Focctbx\xray\boost_python\gradient_flags.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\gradient_flags.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable gradient_flags.cpp cl /Focctbx\xray\boost_python\grouped_data.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\grouped_data.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable grouped_data.cpp cl /Focctbx\xray\boost_python\minimization.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\minimization.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable minimization.cpp cl /Focctbx\xray\boost_python\parameter_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\parameter_map.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable parameter_map.cpp cl /Focctbx\xray\boost_python\sampled_model_density.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\sampled_model_density.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable sampled_model_density.cpp cl /Focctbx\xray\boost_python\sampling_base.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\sampling_base.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable sampling_base.cpp cl /Focctbx\xray\boost_python\scatterer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\scatterer.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable scatterer.cpp cl /Focctbx\xray\boost_python\scatterer_flags.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\scatterer_flags.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable scatterer_flags.cpp cl /Focctbx\xray\boost_python\scattering_type_registry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\scattering_type_registry.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable scattering_type_registry.cpp cl /Focctbx\xray\boost_python\sigmaa.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\sigmaa.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable sigmaa.cpp cl /Focctbx\xray\boost_python\structure_factors_direct.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\structure_factors_direct.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable structure_factors_direct.cpp cl /Focctbx\xray\boost_python\structure_factors_simple.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\structure_factors_simple.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable cl /Focctbx\xray\boost_python\targets.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\targets.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable structure_factors_simple.cpp targets.cpp cl /Focctbx\xray\boost_python\twin_components.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\twin_components.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable cl /Focctbx\xray\boost_python\twin_targets.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\twin_targets.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable twin_components.cpp twin_targets.cpp lib /nologo /OUT:lib\cctbx_sgtbx_asu.lib cctbx\sgtbx\direct_space_asu\proto\cut.obj cctbx\sgtbx\direct_space_asu\proto\reference_table.obj cctbx\sgtbx\direct_space_asu\proto\direct_space_asu.obj link /nologo /OUT:cctbx\sgtbx\direct_space_asu\proto\tst_asu.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx_sgtbx_asu.lib cctbx.lib cctbx\sgtbx\direct_space_asu\proto\tst_asu.obj cl /Focctbx\xray\boost_python\xray_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\boost_python\xray_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable cl /Focctbx\xray\observations\boost_python\observations.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\observations\boost_python\observations.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include xray_ext.cpp cl /Focctbx\xray\observations\boost_python\observations_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\observations\boost_python\observations_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include observations.cpp observations_ext.cpp cl /Focctbx\xray\targets\shelxl_wght_ls_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cctbx\xray\targets\shelxl_wght_ls_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable cl /Fochiltbx\handle_test.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\chiltbx\handle_test.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project shelxl_wght_ls_bpl.cpp handle_test.cpp cl /Focma_es\cma\cmaes.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cma_es\cma\cmaes.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cmaes.cpp cl /Focma_es\cma_es_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\cma_es\cma_es_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project link /nologo /OUT:chiltbx\handle_test.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib chiltbx\handle_test.obj cma_es_ext.cpp Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpvjowcq.lnk for command line: cl /Fodials\algorithms\background\boost_python\background_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\background\boost_python\background_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpvjowcq.lnk background_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpu2eqej.lnk for command line: cl /Fodials\algorithms\background\boost_python\helpers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\background\boost_python\helpers.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpu2eqej.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpdowb_s.lnk for command line: cl /Fodials\algorithms\background\boost_python\modeller_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\background\boost_python\modeller_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpdowb_s.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpeg_orq.lnk for command line: cl /Fodials\algorithms\background\glm\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\background\glm\boost_python\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpeg_orq.lnk helpers.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpkbgnrt.lnk for command line: cl /Fodials\algorithms\background\gmodel\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\background\gmodel\boost_python\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpkbgnrt.lnk modeller_ext.cc ext.cc ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpbfsupo.lnk for command line: cl /Fodials\algorithms\background\median\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\background\median\boost_python\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpbfsupo.lnk ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmprpsc8s.lnk for command line: cl /Fodials\algorithms\background\simple\boost_python\background_simple_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\background\simple\boost_python\background_simple_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmprpsc8s.lnk background_simple_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmphgab0a.lnk for command line: cl /Fodials\algorithms\background\simple\boost_python\creator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\background\simple\boost_python\creator.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmphgab0a.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp_akb15.lnk for command line: cl /Fodials\algorithms\background\simple\boost_python\modeller.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\background\simple\boost_python\modeller.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp_akb15.lnk creator.cc modeller.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmptesev_.lnk for command line: cl /Fodials\algorithms\background\simple\boost_python\outlier_rejector.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\background\simple\boost_python\outlier_rejector.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmptesev_.lnk outlier_rejector.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp6euqhz.lnk for command line: cl /Fodials\algorithms\centroid\simple\boost_python\simple_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\centroid\simple\boost_python\simple_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp6euqhz.lnk simple_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpzkdo0f.lnk for command line: cl /Fodials\algorithms\filtering\boost_python\filter_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\filtering\boost_python\filter_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpzkdo0f.lnk filter_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpgleuai.lnk for command line: cl /Fodials\algorithms\image\centroid\boost_python\centroid_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\centroid\boost_python\centroid_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpgleuai.lnk centroid_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpbovohv.lnk for command line: cl /Fodials\algorithms\image\connected_components\boost_python\connected_components_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\connected_components\boost_python\connected_components_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpbovohv.lnk connected_components_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpbqndzx.lnk for command line: cl /Fodials\algorithms\image\fill_holes\boost_python\fill_holes_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\fill_holes\boost_python\fill_holes_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpbqndzx.lnk fill_holes_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp_9izt9.lnk for command line: cl /Fodials\algorithms\image\filter\boost_python\anisotropic_diffusion.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\filter\boost_python\anisotropic_diffusion.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp_9izt9.lnk anisotropic_diffusion.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp0ictqo.lnk for command line: cl /Fodials\algorithms\image\filter\boost_python\convolve.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\filter\boost_python\convolve.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp0ictqo.lnk convolve.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpf8qm17.lnk for command line: cl /Fodials\algorithms\image\filter\boost_python\distance.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\filter\boost_python\distance.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpf8qm17.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpqaym6a.lnk for command line: cl /Fodials\algorithms\image\filter\boost_python\filter_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\filter\boost_python\filter_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpqaym6a.lnk distance.cc filter_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpbm1wnu.lnk for command line: cl /Fodials\algorithms\image\filter\boost_python\index_of_dispersion_filter.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\filter\boost_python\index_of_dispersion_filter.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpbm1wnu.lnk index_of_dispersion_filter.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpp95yxf.lnk for command line: cl /Fodials\algorithms\image\filter\boost_python\mean_and_variance.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\filter\boost_python\mean_and_variance.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpp95yxf.lnk mean_and_variance.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpfbxbvt.lnk for command line: cl /Fodials\algorithms\image\filter\boost_python\median.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\filter\boost_python\median.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpfbxbvt.lnk median.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpu3afsk.lnk for command line: cl /Fodials\algorithms\image\filter\boost_python\summed_area.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\filter\boost_python\summed_area.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpu3afsk.lnk summed_area.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpqod05e.lnk for command line: cl /Fodials\algorithms\image\threshold\boost_python\local.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\threshold\boost_python\local.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpqod05e.lnk local.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmptmuq8u.lnk for command line: cl /Fodials\algorithms\image\threshold\boost_python\threshold_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\threshold\boost_python\threshold_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmptmuq8u.lnk threshold_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpnrisbu.lnk for command line: cl /Fodials\algorithms\image\threshold\boost_python\unimodal.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\threshold\boost_python\unimodal.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpnrisbu.lnk unimodal.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmprscy8e.lnk for command line: cl /Fodials\algorithms\indexing\boost_python\fft3d.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\indexing\boost_python\fft3d.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmprscy8e.lnk fft3d.cc C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2472) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2589) : see reference to function template instantiation '_OutIt std::_Copy_opt<_InIt,_OutIt,std::_Iter_random_helper::_Iter_random_cat>(_InIt,_InIt,_OutIt,_InOutItCat,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _OutIt=int *, _InIt=const size_t *, _InOutItCat=std::_Iter_random_helper::_Iter_random_cat ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/detail/misc.h(94) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=int *, InputElementType=size_t, OutputElementType=int, _InIt=const size_t * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/tiny.h(31) : see reference to function template instantiation 'OutputElementType *scitbx::af::copy_typeconv(const InputElementType *,const InputElementType *,OutputElementType *)' being compiled with [ OutputElementType=int, ElementType=size_t, InputElementType=size_t ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials/algorithms/image/filter/convolve.h(42) : see reference to function template instantiation 'scitbx::af::tiny::tiny(const scitbx::af::tiny_plain &)' being compiled with [ ElementType=int, N=0x02 ] C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\filter\boost_python\convolve.cc(21) : see reference to function template instantiation 'scitbx::af::versa dials::algorithms::convolve(const scitbx::af::const_ref &,const scitbx::af::const_ref &)' being compiled with [ ElementType=float, AccessorType=scitbx::af::c_grid<0x02>, FloatType=float ] C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\image\filter\boost_python\convolve.cc(29) : see reference to function template instantiation 'void dials::algorithms::boost_python::convolve_suite(void)' being compiled Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpccufkv.lnk for command line: cl /Fodials\algorithms\indexing\boost_python\indexing_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\indexing\boost_python\indexing_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpccufkv.lnk indexing_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmprk4oyq.lnk for command line: cl /Fodials\algorithms\integration\bayes\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\integration\bayes\boost_python\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmprk4oyq.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpunq0oi.lnk for command line: cl /Fodials\algorithms\integration\boost_python\corrections.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\integration\boost_python\corrections.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpunq0oi.lnk ext.cc corrections.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpkgnnce.lnk for command line: cl /Fodials\algorithms\integration\boost_python\integration_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\integration\boost_python\integration_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpkgnnce.lnk integration_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpfsyb6h.lnk for command line: cl /Fodials\algorithms\integration\boost_python\integration_integrator_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\integration\boost_python\integration_integrator_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpfsyb6h.lnk integration_integrator_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpuu0vq4.lnk for command line: cl /Fodials\algorithms\integration\boost_python\kapton_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\integration\boost_python\kapton_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpuu0vq4.lnk kapton_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpdpdfte.lnk for command line: cl /Fodials\algorithms\integration\boost_python\parallel_integrator_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\integration\boost_python\parallel_integrator_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpdpdfte.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpq7dfdr.lnk for command line: cl /Fodials\algorithms\integration\fit\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\integration\fit\boost_python\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpq7dfdr.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmppt_8_c.lnk for command line: cl /Fodials\algorithms\integration\sum\boost_python\integration_sum_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\integration\sum\boost_python\integration_sum_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmppt_8_c.lnk parallel_integrator_ext.cc ext.cc integration_sum_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpfnuple.lnk for command line: cl /Fodials\algorithms\integration\sum\boost_python\summation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\integration\sum\boost_python\summation.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpfnuple.lnk summation.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpkgj0tx.lnk for command line: cl /Fodials\algorithms\polygon\boost_python\polygon_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\polygon\boost_python\polygon_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpkgj0tx.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpdknxvx.lnk for command line: cl /Fodials\algorithms\polygon\boost_python\spatial_interpolation_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\polygon\boost_python\spatial_interpolation_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpdknxvx.lnk polygon_ext.cc spatial_interpolation_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmptethej.lnk for command line: cl /Fodials\algorithms\polygon\clip\boost_python\clip_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\polygon\clip\boost_python\clip_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmptethej.lnk clip_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpthange.lnk for command line: cl /Fodials\algorithms\profile_model\gaussian_rs\boost_python\gaussian_rs_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\profile_model\gaussian_rs\boost_python\gaussian_rs_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpthange.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpnrzwgg.lnk for command line: cl /Fodials\algorithms\profile_model\gaussian_rs\transform\boost_python\transform_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\profile_model\gaussian_rs\transform\boost_python\transform_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpnrzwgg.lnk gaussian_rs_ext.cc transform_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp6eq4jg.lnk for command line: cl /Fodials\algorithms\profile_model\modeller\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\profile_model\modeller\boost_python\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp6eq4jg.lnk ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp57v3ho.lnk for command line: cl /Fodials\algorithms\profile_model\modeller\boost_python\modeller.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\profile_model\modeller\boost_python\modeller.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp57v3ho.lnk modeller.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpt85fen.lnk for command line: cl /Fodials\algorithms\profile_model\modeller\boost_python\sampler.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\profile_model\modeller\boost_python\sampler.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpt85fen.lnk sampler.cc C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2472) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2589) : see reference to function template instantiation '_OutIt std::_Copy_opt<_InIt,_OutIt,std::_Iter_random_helper::_Iter_random_cat>(_InIt,_InIt,_OutIt,_InOutItCat,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _OutIt=int *, _InIt=const size_t *, _InOutItCat=std::_Iter_random_helper::_Iter_random_cat ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/detail/misc.h(94) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=int *, InputElementType=size_t, OutputElementType=int, _InIt=const size_t * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/tiny_plain.h(41) : see reference to function template instantiation 'OutputElementType *scitbx::af::copy_typeconv(const InputElementType *,const InputElementType *,OutputElementType *)' being compiled with [ OutputElementType=int, ElementType=size_t, InputElementType=size_t ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials/algorithms/indexing/fft3d.h(127) : see reference to function template instantiation 'scitbx::af::tiny_plain::tiny_plain(const scitbx::af::tiny_plain &)' being compiled with [ ElementType=int, N=0x03 ] Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpftnlpn.lnk for command line: cl /Fodials\algorithms\refinement\boost_python\autoreduce_helpers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\autoreduce_helpers.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpftnlpn.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpz65kll.lnk for command line: cl /Fodials\algorithms\refinement\boost_python\gallego_yezzi.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\gallego_yezzi.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpz65kll.lnk autoreduce_helpers.cc gallego_yezzi.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmphv34eq.lnk for command line: cl /Fodials\algorithms\refinement\boost_python\gaussian_smoother.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\gaussian_smoother.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmphv34eq.lnk gaussian_smoother.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpjrt9je.lnk for command line: cl /Fodials\algorithms\refinement\boost_python\gaussian_smoother_2D.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\gaussian_smoother_2D.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpjrt9je.lnk gaussian_smoother_2D.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpdxey66.lnk for command line: cl /Fodials\algorithms\refinement\boost_python\gaussian_smoother_3D.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\gaussian_smoother_3D.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpdxey66.lnk gaussian_smoother_3D.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpawxvsf.lnk for command line: cl /Fodials\algorithms\refinement\boost_python\mahalanobis.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\mahalanobis.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpawxvsf.lnk mahalanobis.cc cl /Fodials\algorithms\refinement\boost_python\outlier_helpers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\outlier_helpers.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include outlier_helpers.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpcve3xh.lnk for command line: cl /Fodials\algorithms\refinement\boost_python\parameterisation_helpers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\parameterisation_helpers.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpcve3xh.lnk parameterisation_helpers.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpfk4qrk.lnk for command line: cl /Fodials\algorithms\refinement\boost_python\refinement_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\refinement_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpfk4qrk.lnk refinement_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpdtutld.lnk for command line: cl /Fodials\algorithms\refinement\boost_python\restraints_helpers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\restraints_helpers.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpdtutld.lnk restraints_helpers.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpge0u2g.lnk for command line: cl /Fodials\algorithms\refinement\boost_python\rtmats.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\refinement\boost_python\rtmats.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpge0u2g.lnk rtmats.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmprjwxcw.lnk for command line: cl /Fodials\algorithms\rs_mapper\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\rs_mapper\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmprjwxcw.lnk ext.cpp Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpoife3b.lnk for command line: cl /Fodials\algorithms\scaling\boost_python\scaling_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\scaling\boost_python\scaling_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpoife3b.lnk scaling_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpjsoujo.lnk for command line: cl /Fodials\algorithms\scaling\boost_python\scaling_helper.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\scaling\boost_python\scaling_helper.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpjsoujo.lnk scaling_helper.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpksgiin.lnk for command line: cl /Fodials\algorithms\shoebox\boost_python\find_overlapping.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\shoebox\boost_python\find_overlapping.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpksgiin.lnk find_overlapping.cc C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2472) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2589) : see reference to function template instantiation '_OutIt std::_Copy_opt<_InIt,_OutIt,std::_Iter_random_helper::_Iter_random_cat>(_InIt,_InIt,_OutIt,_InOutItCat,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _OutIt=int *, _InIt=const size_t *, _InOutItCat=std::_Iter_random_helper::_Iter_random_cat ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/detail/misc.h(94) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=int *, InputElementType=size_t, OutputElementType=int, _InIt=const size_t * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/tiny.h(31) : see reference to function template instantiation 'OutputElementType *scitbx::af::copy_typeconv(const InputElementType *,const InputElementType *,OutputElementType *)' being compiled with [ OutputElementType=int, ElementType=size_t, InputElementType=size_t ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/smart_ptr/make_shared_object.hpp(444) : see reference to function template instantiation 'scitbx::af::tiny::tiny(const scitbx::af::tiny_plain &)' being compiled with [ ElementType=int, N=0x02 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials/algorithms/profile_model/gaussian_rs/modeller.h(100) : see reference to function template instantiation 'boost::shared_ptr boost::make_shared,scitbx::af::int2,scitbx::af::tiny>(const A1 &,const A2 &,const A3 &)' being compiled with [ T=dials::algorithms::GridSampler, ElementType=size_t, N=0x02, A1=scitbx::af::tiny, A2=scitbx::af::int2, A3=scitbx::af::tiny ] Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpo1nfk9.lnk for command line: cl /Fodials\algorithms\shoebox\boost_python\mask_builder.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\shoebox\boost_python\mask_builder.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpo1nfk9.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpcpz6c6.lnk for command line: cl /Fodials\algorithms\shoebox\boost_python\mask_code.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\shoebox\boost_python\mask_code.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpcpz6c6.lnk mask_builder.cc mask_code.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpaokpwd.lnk for command line: cl /Fodials\algorithms\shoebox\boost_python\mask_empirical.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\shoebox\boost_python\mask_empirical.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpaokpwd.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpfzgdx6.lnk for command line: cl /Fodials\algorithms\shoebox\boost_python\mask_overlapping.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\shoebox\boost_python\mask_overlapping.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpfzgdx6.lnk mask_empirical.cc mask_overlapping.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpvghgyo.lnk for command line: cl /Fodials\algorithms\shoebox\boost_python\overload_checker.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\shoebox\boost_python\overload_checker.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpvghgyo.lnk overload_checker.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpubu2ms.lnk for command line: cl /Fodials\algorithms\shoebox\boost_python\shoebox_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\shoebox\boost_python\shoebox_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpubu2ms.lnk shoebox_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp2itlrz.lnk for command line: cl /Fodials\algorithms\simulation\boost_python\simulation_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\simulation\boost_python\simulation_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp2itlrz.lnk simulation_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmple2vok.lnk for command line: cl /Fodials\algorithms\spatial_indexing\boost_python\octree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spatial_indexing\boost_python\octree.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmple2vok.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpsmituq.lnk for command line: cl /Fodials\algorithms\spatial_indexing\boost_python\quadtree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spatial_indexing\boost_python\quadtree.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpsmituq.lnk octree.cc quadtree.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmphfjpv4.lnk for command line: cl /Fodials\algorithms\spatial_indexing\boost_python\spatial_indexing_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spatial_indexing\boost_python\spatial_indexing_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmphfjpv4.lnk spatial_indexing_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpgcxg51.lnk for command line: cl /Fodials\algorithms\spot_finding\boost_python\spot_finding_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_finding\boost_python\spot_finding_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpgcxg51.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpxaf19o.lnk for command line: cl /Fodials\algorithms\spot_finding\helen\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_finding\helen\boost_python\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpxaf19o.lnk spot_finding_ext.cc ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp2d1nr4.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\index_generator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\index_generator.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp2d1nr4.lnk index_generator.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp43ycgj.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\pixel_labeller.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\pixel_labeller.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp43ycgj.lnk pixel_labeller.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpql4e2u.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\pixel_to_miller_index.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\pixel_to_miller_index.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpql4e2u.lnk pixel_to_miller_index.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpawzda5.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\ray_intersection.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\ray_intersection.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpawzda5.lnk ray_intersection.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpqcbm41.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\ray_predictor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\ray_predictor.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpqcbm41.lnk ray_predictor.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpi7cdgv.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\reeke_index_generator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\reeke_index_generator.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpi7cdgv.lnk reeke_index_generator.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpki0hwp.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\reflection_predictor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\reflection_predictor.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpki0hwp.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpmspidy.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\rotation_angles.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\rotation_angles.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpmspidy.lnk reflection_predictor.cc rotation_angles.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpjayvsk.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\scan_varying_helpers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\scan_varying_helpers.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpjayvsk.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmptpwth2.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\scan_varying_ray_predictor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\scan_varying_ray_predictor.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmptpwth2.lnk scan_varying_helpers.cc scan_varying_ray_predictor.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmporo0dp.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\spot_prediction_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\spot_prediction_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmporo0dp.lnk spot_prediction_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpchwze7.lnk for command line: cl /Fodials\algorithms\spot_prediction\boost_python\stills_ray_predictor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\spot_prediction\boost_python\stills_ray_predictor.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpchwze7.lnk stills_ray_predictor.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpnrlehi.lnk for command line: cl /Fodials\algorithms\statistics\boost_python\statistics_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\algorithms\statistics\boost_python\statistics_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpnrlehi.lnk statistics_ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpvhhlhs.lnk for command line: cl /Fodials\array_family\boost_python\flex_binner.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_binner.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpvhhlhs.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpbxic0a.lnk for command line: cl /Fodials\array_family\boost_python\flex_centroid.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_centroid.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpbxic0a.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpo10jjw.lnk for command line: cl /Fodials\array_family\boost_python\flex_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpo10jjw.lnk flex_binner.cc flex_ext.cc flex_centroid.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpfhd9kz.lnk for command line: cl /Fodials\array_family\boost_python\flex_int6.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_int6.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpfhd9kz.lnk flex_int6.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpcwgmlh.lnk for command line: cl /Fodials\array_family\boost_python\flex_intensity.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_intensity.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpcwgmlh.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpjtwwyx.lnk for command line: cl /Fodials\array_family\boost_python\flex_observation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_observation.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpjtwwyx.lnk flex_observation.cc flex_intensity.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpoablvc.lnk for command line: cl /Fodials\array_family\boost_python\flex_prediction.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_prediction.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpoablvc.lnk flex_prediction.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpw_qcyx.lnk for command line: cl /Fodials\array_family\boost_python\flex_reflection_table.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_reflection_table.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpw_qcyx.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpz0zhrr.lnk for command line: cl /Fodials\array_family\boost_python\flex_shoebox.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_shoebox.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpz0zhrr.lnk flex_reflection_table.cc flex_shoebox.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpw602jw.lnk for command line: cl /Fodials\array_family\boost_python\flex_shoebox_extractor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_shoebox_extractor.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpw602jw.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpnuusif.lnk for command line: cl /Fodials\array_family\boost_python\flex_unit_cell.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\array_family\boost_python\flex_unit_cell.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpnuusif.lnk flex_shoebox_extractor.cc flex_unit_cell.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpkvpsp4.lnk for command line: cl /Fodials\model\data\boost_python\adjacency_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\model\data\boost_python\adjacency_list.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpkvpsp4.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpaldugm.lnk for command line: cl /Fodials\model\data\boost_python\data_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\model\data\boost_python\data_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpaldugm.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpq3sq9l.lnk for command line: cl /Fodials\model\data\boost_python\image.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\model\data\boost_python\image.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpq3sq9l.lnk adjacency_list.cc data_ext.cc image.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpgttdmn.lnk for command line: cl /Fodials\model\data\boost_python\image_volume.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\model\data\boost_python\image_volume.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpgttdmn.lnk image_volume.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpj3jmr1.lnk for command line: cl /Fodials\model\data\boost_python\observation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\model\data\boost_python\observation.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpj3jmr1.lnk observation.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp63f3cw.lnk for command line: cl /Fodials\model\data\boost_python\pixel_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\model\data\boost_python\pixel_list.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp63f3cw.lnk pixel_list.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpdmr2cr.lnk for command line: cl /Fodials\model\data\boost_python\prediction.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\model\data\boost_python\prediction.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpdmr2cr.lnk prediction.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp5uajaa.lnk for command line: cl /Fodials\model\data\boost_python\ray.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\model\data\boost_python\ray.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp5uajaa.lnk ray.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpd18wmv.lnk for command line: cl /Fodials\model\data\boost_python\shoebox.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\model\data\boost_python\shoebox.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpd18wmv.lnk shoebox.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpdim1cf.lnk for command line: cl /Fodials\pychef\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\pychef\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpdim1cf.lnk ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpvw3mbe.lnk for command line: cl /Fodials\test\algorithms\spatial_indexing\tst_collision_detection.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\test\algorithms\spatial_indexing\tst_collision_detection.cc /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpvw3mbe.lnk tst_collision_detection.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpuelj0w.lnk for command line: cl /Fodials\test\algorithms\spatial_indexing\tst_octree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\test\algorithms\spatial_indexing\tst_octree.cc /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpuelj0w.lnk tst_octree.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp6znito.lnk for command line: cl /Fodials\test\algorithms\spatial_indexing\tst_quadtree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\test\algorithms\spatial_indexing\tst_quadtree.cc /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp6znito.lnk tst_quadtree.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp8uhqd5.lnk for command line: cl /Fodials\test\algorithms\spot_prediction\tst_reeke_model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\test\algorithms\spot_prediction\tst_reeke_model.cc /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp8uhqd5.lnk tst_reeke_model.cc link /nologo /OUT:dials\test\algorithms\spatial_indexing\tst_collision_detection.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs dials\test\algorithms\spatial_indexing\tst_collision_detection.obj mt /nologo -manifest dials\test\algorithms\spatial_indexing\tst_collision_detection.exe.manifest -outputresource:dials\test\algorithms\spatial_indexing\tst_collision_detection.exe;1 Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpgsxq46.lnk for command line: cl /Fodials\util\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\util\boost_python\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpgsxq46.lnk Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpg0tcnq.lnk for command line: cl /Fodials\viewer\boost_python\RGB_2d.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\viewer\boost_python\RGB_2d.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmpg0tcnq.lnk ext.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmp4v4cv3.lnk for command line: cl /Fodials\viewer\boost_python\RGB_2d_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dials\viewer\boost_python\RGB_2d_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl @c:\users\phaserbuilder\appdata\local\temp\tmp4v4cv3.lnk RGB_2d.cc RGB_2d_ext.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\msgpack-3.1.1\include\msgpack/sysdep.h(17) : warning C4005: 'snprintf' : macro redefinition c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\include\pyerrors.h(316) : see previous definition of 'snprintf' link /nologo /OUT:dials\test\algorithms\spatial_indexing\tst_octree.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs dials\test\algorithms\spatial_indexing\tst_octree.obj mt /nologo -manifest dials\test\algorithms\spatial_indexing\tst_octree.exe.manifest -outputresource:dials\test\algorithms\spatial_indexing\tst_octree.exe;1 cl /Fodxtbx\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\boost_python\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] cl /Fodxtbx\boost_python\imageset_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\boost_python\imageset_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fodxtbx\boost_python\to_ewald_sphere_helpers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\boost_python\to_ewald_sphere_helpers.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp imageset_ext.cc to_ewald_sphere_helpers.cc link /nologo /OUT:dials\test\algorithms\spatial_indexing\tst_quadtree.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs dials\test\algorithms\spatial_indexing\tst_quadtree.obj mt /nologo -manifest dials\test\algorithms\spatial_indexing\tst_quadtree.exe.manifest -outputresource:dials\test\algorithms\spatial_indexing\tst_quadtree.exe;1 cl /Fodxtbx\format\boost_python\cbf_read_buffer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\format\boost_python\cbf_read_buffer.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cbf_read_buffer.cpp cl /Fodxtbx\format\boost_python\image_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\format\boost_python\image_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include image_ext.cc cl /Fodxtbx\format\boost_python\nexus_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\format\boost_python\nexus_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fodxtbx\masking\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\masking\boost_python\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include nexus_ext.cc C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2472) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2589) : see reference to function template instantiation '_OutIt std::_Copy_opt<_InIt,_OutIt,std::_Iter_random_helper::_Iter_random_cat>(_InIt,_InIt,_OutIt,_InOutItCat,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _OutIt=int *, _InIt=const size_t *, _InOutItCat=std::_Iter_random_helper::_Iter_random_cat ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/detail/misc.h(94) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=int *, InputElementType=size_t, OutputElementType=int, _InIt=const size_t * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/tiny.h(31) : see reference to function template instantiation 'OutputElementType *scitbx::af::copy_typeconv(const InputElementType *,const InputElementType *,OutputElementType *)' being compiled with [ OutputElementType=int, ElementType=size_t, InputElementType=size_t ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials/model/data/pixel_list.h(66) : see reference to function template instantiation 'scitbx::af::tiny &scitbx::af::tiny::operator =(const scitbx::af::tiny_plain &)' being compiled with [ ElementType=int, N=0x02 ] ext.cc C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2472) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2589) : see reference to function template instantiation '_OutIt std::_Copy_opt<_InIt,_OutIt,std::_Iter_random_helper::_Iter_random_cat>(_InIt,_InIt,_OutIt,_InOutItCat,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _OutIt=int *, _InIt=const size_t *, _InOutItCat=std::_Iter_random_helper::_Iter_random_cat ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/detail/misc.h(94) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=int *, InputElementType=size_t, OutputElementType=int, _InIt=const size_t * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/tiny.h(31) : see reference to function template instantiation 'OutputElementType *scitbx::af::copy_typeconv(const InputElementType *,const InputElementType *,OutputElementType *)' being compiled with [ OutputElementType=int, ElementType=size_t, InputElementType=size_t ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials/model/data/pixel_list.h(66) : see reference to function template instantiation 'scitbx::af::tiny &scitbx::af::tiny::operator =(const scitbx::af::tiny_plain &)' being compiled with [ ElementType=int, N=0x02 ] link /nologo /OUT:dials\test\algorithms\spot_prediction\tst_reeke_model.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs dials\test\algorithms\spot_prediction\tst_reeke_model.obj mt /nologo -manifest dials\test\algorithms\spot_prediction\tst_reeke_model.exe.manifest -outputresource:dials\test\algorithms\spot_prediction\tst_reeke_model.exe;1 cl /Fodxtbx\model\boost_python\beam.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\beam.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fodxtbx\model\boost_python\crystal.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\crystal.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include crystal.cc beam.cc cl /Fodxtbx\model\boost_python\detector.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\detector.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include detector.cc cl /Fodxtbx\model\boost_python\experiment.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\experiment.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include experiment.cc cl /Fodxtbx\model\boost_python\experiment_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\experiment_list.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include experiment_list.cc cl /Fodxtbx\model\boost_python\goniometer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\goniometer.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include goniometer.cc cl /Fodxtbx\model\boost_python\kappa_goniometer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\kappa_goniometer.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include kappa_goniometer.cc cl /Fodxtbx\model\boost_python\model_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\model_ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fodxtbx\model\boost_python\multi_axis_goniometer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\multi_axis_goniometer.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include model_ext.cc cl /Fodxtbx\model\boost_python\panel.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\panel.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fodxtbx\model\boost_python\parallax_correction.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\parallax_correction.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include multi_axis_goniometer.cc panel.cc parallax_correction.cc Importing getopt library cl /Fodxtbx\model\boost_python\pixel_to_millimeter.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\pixel_to_millimeter.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include pixel_to_millimeter.cc cl /Fodxtbx\model\boost_python\scan.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\scan.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include scan.cc cl /Fodxtbx\model\boost_python\scan_helpers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\dxtbx\model\boost_python\scan_helpers.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\hdf5-1.8.16\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\libtiff /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\examples /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include scan_helpers.cc cl /Foelbow\elbow\am1_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\elbow\elbow\am1_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\elbow /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project am1_ext.cpp C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] cl /Foelbow\elbow\basis_functions_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\elbow\elbow\basis_functions_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\elbow /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project basis_functions_ext.cpp C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] cl /Foelbow\elbow\conformations_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\elbow\elbow\conformations_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\elbow /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project conformations_ext.cpp cl /Foelbow\elbow\mindo3_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\elbow\elbow\mindo3_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\elbow /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project lib /nologo /OUT:lib\cbf.lib cbflib\src\img.obj cbflib\src\cbf.obj cbflib\src\cbf_alloc.obj cbflib\src\cbf_ascii.obj cbflib\src\cbf_binary.obj cbflib\src\cbf_byte_offset.obj cbflib\src\cbf_canonical.obj cbflib\src\cbf_codes.obj cbflib\src\cbf_compress.obj cbflib\src\cbf_context.obj cbflib\src\cbf_file.obj cbflib\src\cbf_lex.obj cbflib\src\cbf_nibble_offset.obj cbflib\src\cbf_packed.obj cbflib\src\cbf_predictor.obj cbflib\src\cbf_read_binary.obj cbflib\src\cbf_read_mime.obj cbflib\src\cbf_simple.obj cbflib\src\cbf_string.obj cbflib\src\cbf_stx.obj cbflib\src\cbf_tree.obj cbflib\src\cbf_uncompressed.obj cbflib\src\cbf_write.obj cbflib\src\cbf_write_binary.obj cbflib\src\md5c.obj cbflib\src\cbf_ws.obj cbflib_adaptbx\detectors\mar_adaptor.obj cbflib_adaptbx\detectors\cbf_adaptor.obj cbflib_adaptbx\detectors\cbf_byte_offset_optimized.obj cbflib_adaptbx\detectors\buffer_based_service.obj mindo3_ext.cpp link /nologo /OUT:exe_dev\cctbx.convert_ccp4_symop_lib.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx_sgtbx_asu.lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib cctbx\examples\convert_ccp4_symop_lib.obj link /nologo /OUT:exe_dev\cbflib.tst_memory.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cbf.lib cbflib_adaptbx\detectors\tst_memory.obj link /nologo /OUT:exe_dev\cctbx.find_distances.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx_sgtbx_asu.lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib cctbx\examples\find_distances.obj C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] link /nologo /OUT:exe_dev\cctbx.getting_started.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx_sgtbx_asu.lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib cctbx\examples\getting_started.obj link /nologo /OUT:exe_dev\cctbx.lattice_symmetry.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx_sgtbx_asu.lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib cctbx\examples\lattice_symmetry.obj link /nologo /OUT:exe_dev\cctbx.sym_equiv_sites.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx_sgtbx_asu.lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib cctbx\examples\sym_equiv_sites.obj Creating library exe_dev\cctbx.lattice_symmetry.lib and object exe_dev\cctbx.lattice_symmetry.exp link /nologo /OUT:exe_dev\cctbx.sys_abs_equiv_space_groups.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx_sgtbx_asu.lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib cctbx\examples\sys_abs_equiv_space_groups.obj cl /Fofable\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\fonts_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\gltbx\fonts_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] ext.cpp fonts_ext.cpp cl /Fogltbx\font_ucs_10x20.obj /c gltbx\font_ucs_10x20.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\font_ucs_8x13.obj /c gltbx\font_ucs_8x13.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include font_ucs_10x20.cpp font_ucs_8x13.cpp cl /Fogltbx\font_ucs_9x15.obj /c gltbx\font_ucs_9x15.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include font_ucs_9x15.cpp C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] cl /Fogltbx\glu_defines_00_bpl.obj /c gltbx\glu_defines_00_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\glu_defines_01_bpl.obj /c gltbx\glu_defines_01_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\glu_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\gltbx\glu_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include glu_defines_00_bpl.cpp glu_defines_01_bpl.cpp glu_ext.cpp cl /Fogltbx\glu_functions_00_bpl.obj /c gltbx\glu_functions_00_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include glu_functions_00_bpl.cpp cl /Fogltbx\glu_functions_01_bpl.obj /c gltbx\glu_functions_01_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\glu_functions_02_bpl.obj /c gltbx\glu_functions_02_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include glu_functions_01_bpl.cpp glu_functions_02_bpl.cpp cl /Fogltbx\glu_functions_03_bpl.obj /c gltbx\glu_functions_03_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] glu_functions_03_bpl.cpp C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] cl /Fogltbx\gl_defines_00_bpl.obj /c gltbx\gl_defines_00_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_defines_00_bpl.cpp C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const float' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=float ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=float, _InIt=float * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T2, OtherImageType=T2 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=int, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(310) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=int, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=int, _T1=int, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=int *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=int *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=int, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=int, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const int' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=int ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=int, _InIt=int * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T1, OtherImageType=T1 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2389) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl::has_fallback_type_>(const int,const int,Visitor &,VoidPtrCV,boost::mpl::false_,NoBackupFlag,Which *,step0 *)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, NoBackupFlag=boost::variant::has_fallback_type_, Which=first_which, step0=first_step ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2411) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor_impl(int,int,Visitor &,VoidPtrCV)' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(2433) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::internal_apply_visitor>(boost::detail::variant::invoke_visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/apply_visitor_unary.hpp(84) : see reference to function template instantiation 'dxtbx::format::Image boost::variant::apply_visitor(Visitor &) const' being compiled with [ T=float, T0_=dxtbx::format::ImageBuffer::empty_type, T1=dxtbx::format::ImageBuffer::int_image_type, T2=dxtbx::format::ImageBuffer::float_image_type, T3=dxtbx::format::ImageBuffer::double_image_type, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(317) : see reference to function template instantiation 'dxtbx::format::Image boost::apply_visitor,const dxtbx::format::ImageBuffer::variant_type>(const Visitor &,Visitable &)' being compiled with [ T=float, ImageType=dxtbx::format::Image, Visitor=dxtbx::format::ImageBuffer::ConverterVisitor>, Visitable=const dxtbx::format::ImageBuffer::variant_type ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const double' to 'float', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ ElementType=float, _T1=float, _T2=double ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=float *, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx/format/image.h(201) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=float *, ElementType=double, _InIt=double * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/variant.hpp(1046) : see reference to function template instantiation 'ImageType dxtbx::format::ImageBuffer::ConverterVisitor::operator ()(const OtherImageType &) const' being compiled with [ ImageType=dxtbx::format::Image, T=T3, OtherImageType=T3 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(114) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::invoke_visitor::internal_visit>(const dxtbx::format::Image &,int)' being compiled with [ T=float, Visitor=const dxtbx::format::ImageBuffer::ConverterVisitor> ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(157) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke_impl>(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,boost::mpl::true_)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost\boost/variant/detail/visitation_impl.hpp(238) : see reference to function template instantiation 'dxtbx::format::Image boost::detail::variant::visitation_impl_invoke(int,Visitor &,VoidPtrCV,dxtbx::format::Image *,NoBackupFlag,int)' being compiled with [ T=float, Visitor=boost::detail::variant::invoke_visitor>>, VoidPtrCV=const void *, NoBackupFlag=boost::variant::has_fallback_type_ ] cl /Fogltbx\gl_defines_01_bpl.obj /c gltbx\gl_defines_01_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_defines_01_bpl.cpp cl /Fogltbx\gl_defines_02_bpl.obj /c gltbx\gl_defines_02_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\gl_defines_03_bpl.obj /c gltbx\gl_defines_03_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_defines_02_bpl.cpp gl_defines_03_bpl.cpp cl /Fogltbx\gl_defines_04_bpl.obj /c gltbx\gl_defines_04_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\gl_defines_05_bpl.obj /c gltbx\gl_defines_05_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\gl_defines_06_bpl.obj /c gltbx\gl_defines_06_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_defines_04_bpl.cpp gl_defines_05_bpl.cpp gl_defines_06_bpl.cpp cl /Fogltbx\gl_defines_07_bpl.obj /c gltbx\gl_defines_07_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\gl_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\gltbx\gl_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_defines_07_bpl.cpp gl_ext.cpp cl /Fogltbx\gl_functions_00_bpl.obj /c gltbx\gl_functions_00_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_00_bpl.cpp cl /Fogltbx\gl_functions_01_bpl.obj /c gltbx\gl_functions_01_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_01_bpl.cpp cl /Fogltbx\gl_functions_02_bpl.obj /c gltbx\gl_functions_02_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_02_bpl.cpp cl /Fogltbx\gl_functions_03_bpl.obj /c gltbx\gl_functions_03_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\gl_functions_04_bpl.obj /c gltbx\gl_functions_04_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\gl_functions_05_bpl.obj /c gltbx\gl_functions_05_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_03_bpl.cpp cl /Fogltbx\gl_functions_06_bpl.obj /c gltbx\gl_functions_06_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_04_bpl.cpp gl_functions_05_bpl.cpp cl /Fogltbx\gl_functions_07_bpl.obj /c gltbx\gl_functions_07_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_06_bpl.cpp gl_functions_07_bpl.cpp cl /Fogltbx\gl_functions_08_bpl.obj /c gltbx\gl_functions_08_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_08_bpl.cpp cl /Fogltbx\gl_functions_09_bpl.obj /c gltbx\gl_functions_09_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\gl_functions_10_bpl.obj /c gltbx\gl_functions_10_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_09_bpl.cpp gl_functions_10_bpl.cpp cl /Fogltbx\gl_functions_11_bpl.obj /c gltbx\gl_functions_11_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\gl_functions_12_bpl.obj /c gltbx\gl_functions_12_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fogltbx\gl_functions_13_bpl.obj /c gltbx\gl_functions_13_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_11_bpl.cpp gl_functions_12_bpl.cpp cl /Fogltbx\gl_functions_14_bpl.obj /c gltbx\gl_functions_14_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_13_bpl.cpp gl_functions_14_bpl.cpp cl /Fogltbx\gl_functions_15_bpl.obj /c gltbx\gl_functions_15_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl_functions_15_bpl.cpp cl /Fogltbx\quadrics_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\gltbx\quadrics_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include quadrics_ext.cpp cl /Fogltbx\util_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\gltbx\util_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -DGLTBX_HAVE_GL2PS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include util_ext.cpp cl /Fogltbx\viewer_utils_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\gltbx\viewer_utils_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include viewer_utils_ext.cpp cl /Fogui_resources\gl2ps\gl2ps.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\gui_resources\gl2ps\gl2ps.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\gui_resources\gl2ps /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include gl2ps.c cl /Foiotbx\ccp4_map\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\ccp4_map\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foiotbx\cif\boost_python\cif_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\cif\boost_python\cif_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foiotbx\detectors\bruker.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\detectors\bruker.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp cl /Foiotbx\detectors\bruker_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\detectors\bruker_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foiotbx\detectors\detectors_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\detectors\detectors_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cif_ext.cpp bruker.cpp bruker_ext.cpp detectors_ext.cpp cl /Foiotbx\detectors\image_divider.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\detectors\image_divider.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include image_divider.cpp cl /Foiotbx\dsn6\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\dsn6\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp cl /Foiotbx\misc\boost_python\dtrek_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\misc\boost_python\dtrek_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foiotbx\misc\boost_python\scalepack_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\misc\boost_python\scalepack_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include scalepack_ext.cpp dtrek_ext.cpp cl /Foiotbx\mtz\batch_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\mtz\batch_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include batch_bpl.cpp cl /Foiotbx\mtz\column.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\mtz\column.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 cl /Foiotbx\mtz\column_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\mtz\column_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include column.cpp column_bpl.cpp cl /Foiotbx\mtz\crystal.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\mtz\crystal.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 cl /Foiotbx\mtz\crystal_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\mtz\crystal_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foiotbx\mtz\dataset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\mtz\dataset.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 crystal.cpp crystal_bpl.cpp dataset.cpp cl /Foiotbx\mtz\dataset_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\mtz\dataset_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foiotbx\mtz\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\mtz\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include dataset_bpl.cpp ext.cpp cl /Foiotbx\mtz\object.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\mtz\object.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 object.cpp cl /Foiotbx\mtz\object_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\mtz\object_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foiotbx\pdb\atom_selection.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\atom_selection.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 object_bpl.cpp cl /Foiotbx\pdb\common_residue_names_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\common_residue_names_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include atom_selection.cpp common_residue_names_bpl.cpp cl /Foiotbx\pdb\construct_hierarchy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\construct_hierarchy.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 construct_hierarchy.cpp cl /Foiotbx\pdb\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp cl /Foiotbx\pdb\hierarchy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\hierarchy.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 hierarchy.cpp cl /Foiotbx\pdb\hierarchy_atoms.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\hierarchy_atoms.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 cl /Foiotbx\pdb\hierarchy_atoms_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\hierarchy_atoms_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foiotbx\pdb\hierarchy_atom_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\hierarchy_atom_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include hierarchy_atoms.cpp hierarchy_atoms_bpl.cpp cl /Foiotbx\pdb\hierarchy_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\hierarchy_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include hierarchy_atom_bpl.cpp cl /Foiotbx\pdb\hierarchy_select.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\hierarchy_select.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 cl /Foiotbx\pdb\hierarchy_write.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\hierarchy_write.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 hierarchy_ext.cpp hierarchy_select.cpp hierarchy_write.cpp cl /Foiotbx\pdb\hybrid_36_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\hybrid_36_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include hybrid_36_bpl.cpp cl /Foiotbx\pdb\hybrid_36_c.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\hybrid_36_c.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 hybrid_36_c.c cl /Foiotbx\pdb\hybrid_36_cpp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\hybrid_36_cpp.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 hybrid_36_cpp.cpp cl /Foiotbx\pdb\hybrid_36_fem.obj /c iotbx\pdb\hybrid_36_fem.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable cl /Foiotbx\pdb\input.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\input.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 hybrid_36_fem.cpp cl /Foiotbx\pdb\input_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\input_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include input.cpp input_bpl.cpp cl /Foiotbx\pdb\input_write.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\input_write.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 input_write.cpp cl /Foiotbx\pdb\overall_counts.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\overall_counts.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 overall_counts.cpp cl /Foiotbx\pdb\rna_dna_atom_names_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\rna_dna_atom_names_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include rna_dna_atom_names_bpl.cpp cl /Foiotbx\pdb\utils.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\utils.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 utils.cpp cl /Foiotbx\pdb\write_utils.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\write_utils.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 write_utils.cpp cl /Foiotbx\pdb\xray_structure_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\pdb\xray_structure_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include xray_structure_bpl.cpp cl /Foiotbx\shelx\shelx_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\shelx\shelx_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable shelx_ext.cpp link /nologo /OUT:iotbx\pdb\hybrid_36_fem.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib iotbx\pdb\hybrid_36_fem.obj cl /Foiotbx\wildcard_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\wildcard_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include wildcard_ext.cpp cl /Foiotbx\xplor\boost_python\xplor_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\xplor\boost_python\xplor_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foiotbx\xplor\map_reader.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\xplor\map_reader.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project xplor_ext.cpp map_reader.cpp cl /Foiotbx\xplor\map_writer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\iotbx\xplor\map_writer.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Foksdssp\ksdssp_src\Model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\ksdssp_src\Model.cpp /GR /EHsc -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ksdssp\libpdb++ /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foksdssp\ksdssp_src\Residue.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\ksdssp_src\Residue.cpp /GR /EHsc -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ksdssp\libpdb++ /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp map_writer.cpp Model.cpp Residue.cpp cl /Foksdssp\ksdssp_src\Structure.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\ksdssp_src\Structure.cpp /GR /EHsc -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ksdssp\libpdb++ /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foksdssp\ksdssp_src\misc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\ksdssp_src\misc.cpp /GR /EHsc -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ksdssp\libpdb++ /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp Structure.cpp misc.cpp cl /Foksdssp\ksdssp_src\XGetopt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\ksdssp_src\XGetopt.cpp /GR /EHsc -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ksdssp\libpdb++ /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foksdssp\ksdssp_src\ksdssp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\ksdssp_src\ksdssp.cpp /GR /EHsc -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ksdssp\libpdb++ /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foksdssp\libpdb++\pdb_read.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\libpdb++\pdb_read.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foksdssp\libpdb++\pdb_sprntf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\libpdb++\pdb_sprntf.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foksdssp\libpdb++\pdb_sscanf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\libpdb++\pdb_sscanf.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foksdssp\libpdb++\pdb_chars.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\libpdb++\pdb_chars.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp ksdssp.cpp pdb_sprntf.cpp pdb_sscanf.cpp XGetopt.cpp pdb_read.cpp pdb_chars.cpp cl /Foksdssp\libpdb++\pdb_type.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\libpdb++\pdb_type.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp pdb_type.cpp cl /Foksdssp\libpdb++\pdb++.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\libpdb++\pdb++.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foksdssp\libpdb++\pdbinput.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\libpdb++\pdbinput.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Folabelit\detectors\detectors.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\detectors\detectors.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include pdb++.cpp cl /Folabelit\detectors\detectorsquick.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\detectors\detectorsquick.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include pdbinput.cpp cl /Folabelit\detectors\detectors_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\detectors\detectors_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include detectors.cpp cl /Folabelit\diffraction\precession_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\diffraction\precession_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Folabelit\dptbx\basis_refine.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\basis_refine.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include detectorsquick.cpp detectors_ext.cpp cl /Folabelit\dptbx\beamplotter.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\beamplotter.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include precession_ext.cpp basis_refine.cpp cl /Folabelit\dptbx\boost_python\dptbx_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\boost_python\dptbx_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include beamplotter.cpp lib /nologo /OUT:ksdssp\lib\pdb++.lib ksdssp\libpdb++\pdb_read.obj ksdssp\libpdb++\pdb_sprntf.obj ksdssp\libpdb++\pdb_sscanf.obj ksdssp\libpdb++\pdb_chars.obj ksdssp\libpdb++\pdb_type.obj ksdssp\libpdb++\pdb++.obj ksdssp\libpdb++\pdbinput.obj dptbx_ext.cpp link /nologo /OUT:ksdssp\exe\ksdssp.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:ksdssp\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ksdssp\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ksdssp\lib pdb++.lib ksdssp\ksdssp_src\Model.obj ksdssp\ksdssp_src\Residue.obj ksdssp\ksdssp_src\Structure.obj ksdssp\ksdssp_src\misc.obj ksdssp\ksdssp_src\XGetopt.obj ksdssp\ksdssp_src\ksdssp.obj cl /Folabelit\dptbx\boost_python\resolution_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\boost_python\resolution_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include resolution_ext.cpp cl /Folabelit\dptbx\debug_test.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\debug_test.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include debug_test.cpp cl /Folabelit\dptbx\dptbx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\dptbx.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Folabelit\dptbx\modelcalculator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\modelcalculator.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include dptbx.cpp modelcalculator.cpp cl /Folabelit\dptbx\modelled_dataset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\modelled_dataset.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include modelled_dataset.cpp cl /Folabelit\dptbx\model_details.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\model_details.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Folabelit\dptbx\mosaicity.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\mosaicity.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include model_details.cpp mosaicity.cpp cl /Folabelit\dptbx\possible_reflections.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\possible_reflections.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include possible_reflections.cpp cl /Folabelit\dptbx\resolution.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\resolution.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include resolution.cpp cl /Folabelit\dptbx\sublatticescorer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\dptbx\sublatticescorer.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Folabelit\hidden_symmetry\boost_python\superflip_functions_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\hidden_symmetry\boost_python\superflip_functions_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include sublatticescorer.cpp superflip_functions_ext.cpp cl /Folabelit\hidden_symmetry\hidden_symmetry_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\hidden_symmetry\hidden_symmetry_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include hidden_symmetry_ext.cpp cl /Folabelit\hidden_symmetry\superflip_functions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\hidden_symmetry\superflip_functions.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include superflip_functions.cpp cl /Folabelit\mathsupport\mathsupport_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\mathsupport\mathsupport_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Folabelit\strategy\strategy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\strategy\strategy.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include mathsupport_ext.cpp strategy.cpp cl /Folabelit\strategy\strategy_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\strategy\strategy_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Folabelit\symmetry\mark3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\symmetry\mark3.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Folabelit\symmetry\rmerge.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\symmetry\rmerge.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Folabelit\symmetry\symmetry_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\symmetry\symmetry_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include strategy_ext.cpp mark3.cpp symmetry_ext.cpp rmerge.cpp cl /Folabelit\webice_support\webice_support_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\labelit\webice_support\webice_support_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\distl /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include webice_support_ext.cpp cl /Foxfel\acqiris_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\acqiris_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include acqiris_ext.cpp cl /Foscitbx\boost_python\utils.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\boost_python\utils.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\boost_python\slice.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\boost_python\slice.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include utils.cpp slice.cpp cl /Foscitbx\array_family\boost_python\utils.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\utils.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include utils.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_python.dll /implib:lib\boost_python.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs python27.lib boost\libs\python\src\numeric.obj boost\libs\python\src\list.obj boost\libs\python\src\long.obj boost\libs\python\src\dict.obj boost\libs\python\src\tuple.obj boost\libs\python\src\str.obj boost\libs\python\src\slice.obj boost\libs\python\src\converter\from_python.obj boost\libs\python\src\converter\registry.obj boost\libs\python\src\converter\type_id.obj boost\libs\python\src\object\enum.obj boost\libs\python\src\object\class.obj boost\libs\python\src\object\function.obj boost\libs\python\src\object\inheritance.obj boost\libs\python\src\object\life_support.obj boost\libs\python\src\object\pickle_support.obj boost\libs\python\src\errors.obj boost\libs\python\src\module.obj boost\libs\python\src\converter\builtin_converters.obj boost\libs\python\src\converter\arg_to_python_base.obj boost\libs\python\src\object\iterator.obj boost\libs\python\src\object\stl_iterator.obj boost\libs\python\src\object_protocol.obj boost\libs\python\src\object_operators.obj boost\libs\python\src\wrapper.obj boost\libs\python\src\import.obj boost\libs\python\src\exec.obj boost\libs\python\src\object\function_doc_signature.obj lib /nologo /OUT:lib\ann.lib annlib\src\ANN.obj annlib\src\bd_fix_rad_search.obj annlib\src\bd_pr_search.obj annlib\src\bd_search.obj annlib\src\bd_tree.obj annlib\src\brute.obj annlib\src\kd_dump.obj annlib\src\kd_fix_rad_search.obj annlib\src\kd_pr_search.obj annlib\src\kd_search.obj annlib\src\kd_split.obj annlib\src\kd_tree.obj annlib\src\kd_util.obj annlib\src\perf.obj annlib_adaptbx\self_include\ANN.obj annlib_adaptbx\self_include\bd_fix_rad_search.obj annlib_adaptbx\self_include\bd_pr_search.obj annlib_adaptbx\self_include\bd_search.obj annlib_adaptbx\self_include\bd_tree.obj annlib_adaptbx\self_include\brute.obj annlib_adaptbx\self_include\kd_dump.obj annlib_adaptbx\self_include\kd_fix_rad_search.obj annlib_adaptbx\self_include\kd_pr_search.obj annlib_adaptbx\self_include\kd_search.obj annlib_adaptbx\self_include\kd_split.obj annlib_adaptbx\self_include\kd_tree.obj annlib_adaptbx\self_include\kd_util.obj annlib_adaptbx\self_include\perf.obj annlib_adaptbx\ann\ann_adaptor.obj Creating library lib\boost_python.lib and object lib\boost_python.exp lib /nologo /OUT:lib\asymmetric_map.lib cctbx\maptbx\asymmetric_map.obj lib /nologo /OUT:lib\boost_adaptbx_boost_thread_test_ext.lib boost_adaptbx\tests\boost_thread_test.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\annlib_ext.pyd /implib:lib\annlib_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs ann.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib annlib_adaptbx\ann\boost_python\annlib_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_adaptbx_graph_breadth_first_search_ext.pyd /implib:lib\boost_adaptbx_graph_breadth_first_search_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\graph\breadth_first_search_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_adaptbx_graph_clustering_algorithm_ext.pyd /implib:lib\boost_adaptbx_graph_clustering_algorithm_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\graph\clustering_algorithm_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_adaptbx_graph_connected_component_algorithm_ext.pyd /implib:lib\boost_adaptbx_graph_connected_component_algorithm_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\graph\connected_component_algorithm_ext.obj Creating library lib\annlib_ext.lib and object lib\annlib_ext.exp Creating library lib\boost_adaptbx_graph_breadth_first_search_ext.lib and object lib\boost_adaptbx_graph_breadth_first_search_ext.exp mt /nologo -manifest lib\annlib_ext.pyd.manifest -outputresource:lib\annlib_ext.pyd;2 mt /nologo -manifest lib\boost_adaptbx_graph_breadth_first_search_ext.pyd.manifest -outputresource:lib\boost_adaptbx_graph_breadth_first_search_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_adaptbx_graph_ext.pyd /implib:lib\boost_adaptbx_graph_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\graph\graph_ext.obj Creating library lib\boost_adaptbx_graph_clustering_algorithm_ext.lib and object lib\boost_adaptbx_graph_clustering_algorithm_ext.exp mt /nologo -manifest lib\boost_adaptbx_graph_clustering_algorithm_ext.pyd.manifest -outputresource:lib\boost_adaptbx_graph_clustering_algorithm_ext.pyd;2 Creating library lib\boost_adaptbx_graph_connected_component_algorithm_ext.lib and object lib\boost_adaptbx_graph_connected_component_algorithm_ext.exp mt /nologo -manifest lib\boost_adaptbx_graph_connected_component_algorithm_ext.pyd.manifest -outputresource:lib\boost_adaptbx_graph_connected_component_algorithm_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_adaptbx_graph_graph_structure_comparison_ext.pyd /implib:lib\boost_adaptbx_graph_graph_structure_comparison_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\graph\graph_structure_comparison_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_adaptbx_graph_maximum_clique_ext.pyd /implib:lib\boost_adaptbx_graph_maximum_clique_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\graph\maximum_clique_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_adaptbx_graph_metric_ext.pyd /implib:lib\boost_adaptbx_graph_metric_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\graph\metric_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_adaptbx_graph_min_cut_max_flow_ext.pyd /implib:lib\boost_adaptbx_graph_min_cut_max_flow_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\graph\min_cut_max_flow_ext.obj Creating library lib\boost_adaptbx_graph_graph_structure_comparison_ext.lib and object lib\boost_adaptbx_graph_graph_structure_comparison_ext.exp Creating library lib\boost_adaptbx_graph_ext.lib and object lib\boost_adaptbx_graph_ext.exp mt /nologo -manifest lib\boost_adaptbx_graph_graph_structure_comparison_ext.pyd.manifest -outputresource:lib\boost_adaptbx_graph_graph_structure_comparison_ext.pyd;2 Creating library lib\boost_adaptbx_graph_maximum_clique_ext.lib and object lib\boost_adaptbx_graph_maximum_clique_ext.exp Creating library lib\boost_adaptbx_graph_metric_ext.lib and object lib\boost_adaptbx_graph_metric_ext.exp mt /nologo -manifest lib\boost_adaptbx_graph_metric_ext.pyd.manifest -outputresource:lib\boost_adaptbx_graph_metric_ext.pyd;2 mt /nologo -manifest lib\boost_adaptbx_graph_ext.pyd.manifest -outputresource:lib\boost_adaptbx_graph_ext.pyd;2 Creating library lib\boost_adaptbx_graph_min_cut_max_flow_ext.lib and object lib\boost_adaptbx_graph_min_cut_max_flow_ext.exp mt /nologo -manifest lib\boost_adaptbx_graph_min_cut_max_flow_ext.pyd.manifest -outputresource:lib\boost_adaptbx_graph_min_cut_max_flow_ext.pyd;2 mt /nologo -manifest lib\boost_adaptbx_graph_maximum_clique_ext.pyd.manifest -outputresource:lib\boost_adaptbx_graph_maximum_clique_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_adaptbx_graph_utility_ext.pyd /implib:lib\boost_adaptbx_graph_utility_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\graph\utility_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_adaptbx_python_streambuf_test_ext.pyd /implib:lib\boost_adaptbx_python_streambuf_test_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\tests\python_streambuf_test_ext.obj lib /nologo /OUT:lib\boost_filesystem.lib boost\libs\filesystem\src\operations.obj boost\libs\filesystem\src\path.obj boost\libs\filesystem\src\path_traits.obj boost\libs\filesystem\src\portability.obj boost\libs\filesystem\src\unique_path.obj boost\libs\filesystem\src\utf8_codecvt_facet.obj boost\libs\filesystem\src\codecvt_error_category.obj boost\libs\filesystem\src\windows_file_codecvt.obj Creating library lib\boost_adaptbx_graph_utility_ext.lib and object lib\boost_adaptbx_graph_utility_ext.exp lib /nologo /OUT:lib\boost_numpy.lib boost\libs\python\src\numpy\dtype.obj boost\libs\python\src\numpy\matrix.obj boost\libs\python\src\numpy\ndarray.obj boost\libs\python\src\numpy\numpy.obj boost\libs\python\src\numpy\scalars.obj boost\libs\python\src\numpy\ufunc.obj Creating library lib\boost_adaptbx_python_streambuf_test_ext.lib and object lib\boost_adaptbx_python_streambuf_test_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_optional_ext.pyd /implib:lib\boost_optional_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\optional_ext.obj mt /nologo -manifest lib\boost_adaptbx_python_streambuf_test_ext.pyd.manifest -outputresource:lib\boost_adaptbx_python_streambuf_test_ext.pyd;2 mt /nologo -manifest lib\boost_adaptbx_graph_utility_ext.pyd.manifest -outputresource:lib\boost_adaptbx_graph_utility_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_python_hybrid_times_ext.pyd /implib:lib\boost_python_hybrid_times_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\hybrid_times_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_python_meta_ext.pyd /implib:lib\boost_python_meta_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\meta_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_rational_ext.pyd /implib:lib\boost_rational_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\rational_ext.obj Creating library lib\boost_optional_ext.lib and object lib\boost_optional_ext.exp mt /nologo -manifest lib\boost_optional_ext.pyd.manifest -outputresource:lib\boost_optional_ext.pyd;2 Creating library lib\boost_python_meta_ext.lib and object lib\boost_python_meta_ext.exp Creating library lib\boost_python_hybrid_times_ext.lib and object lib\boost_python_hybrid_times_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\boost_tuple_ext.pyd /implib:lib\boost_tuple_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\tuple_ext.obj mt /nologo -manifest lib\boost_python_meta_ext.pyd.manifest -outputresource:lib\boost_python_meta_ext.pyd;2 mt /nologo -manifest lib\boost_python_hybrid_times_ext.pyd.manifest -outputresource:lib\boost_python_hybrid_times_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cbflib_ext.pyd /implib:lib\cbflib_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cbf.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cbflib_adaptbx\detectors\boost_python\cbflib_ext.obj Creating library lib\boost_rational_ext.lib and object lib\boost_rational_ext.exp mt /nologo -manifest lib\boost_rational_ext.pyd.manifest -outputresource:lib\boost_rational_ext.pyd;2 lib /nologo /OUT:lib\iotbx_xplor.lib iotbx\xplor\map_reader.obj iotbx\xplor\map_writer.obj cl /Foomptbx\stubs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\omptbx\stubs.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpzj2ceu.lnk for command line: lib /nologo /OUT:lib\ccp4io.lib ccp4io_adaptbx\csymlib.obj ccp4io\libccp4\ccp4\library_err.obj ccp4io\libccp4\ccp4\library_file.obj ccp4io\libccp4\ccp4\library_utils.obj ccp4io\libccp4\ccp4\ccp4_array.obj ccp4io\libccp4\ccp4\ccp4_parser.obj ccp4io\libccp4\ccp4\ccp4_unitcell.obj ccp4io\libccp4\ccp4\cvecmat.obj ccp4io\libccp4\ccp4\cmtzlib.obj ccp4io\libccp4\ccp4\cmap_accessor.obj ccp4io\libccp4\ccp4\cmap_close.obj ccp4io\libccp4\ccp4\cmap_data.obj ccp4io\libccp4\ccp4\cmap_header.obj ccp4io\libccp4\ccp4\cmap_labels.obj ccp4io\libccp4\ccp4\cmap_open.obj ccp4io\libccp4\ccp4\cmap_skew.obj ccp4io\libccp4\ccp4\cmap_stats.obj ccp4io\libccp4\ccp4\cmap_symop.obj ccp4io\mmdb\hybrid_36.obj ccp4io\mmdb\mmdb_atom.obj ccp4io\mmdb\mmdb_bondmngr.obj ccp4io\mmdb\mmdb_chain.obj ccp4io\mmdb\mmdb_cifdefs.obj ccp4io\mmdb\mmdb_coormngr.obj ccp4io\mmdb\mmdb_cryst.obj ccp4io\mmdb\mmdb_ficif.obj ccp4io\mmdb\mmdb_io_file.obj ccp4io\mmdb\mmdb_io_stream.obj ccp4io\mmdb\mmdb_machine_.obj ccp4io\mmdb\mmdb_manager.obj ccp4io\mmdb\mmdb_mask.obj ccp4io\mmdb\mmdb_math_align.obj ccp4io\mmdb\mmdb_math_bfgsmin.obj ccp4io\mmdb\mmdb_math_.obj ccp4io\mmdb\mmdb_math_fft.obj ccp4io\mmdb\mmdb_math_graph.obj ccp4io\mmdb\mmdb_math_linalg.obj ccp4io\mmdb\mmdb_math_rand.obj ccp4io\mmdb\mmdb_mattype.obj ccp4io\mmdb\mmdb_mmcif_.obj ccp4io\mmdb\mmdb_model.obj ccp4io\mmdb\mmdb_root.obj ccp4io\mmdb\mmdb_rwbrook.obj ccp4io\mmdb\mmdb_selmngr.obj ccp4io\mmdb\mmdb_seqsuperpose.obj ccp4io\mmdb\mmdb_symop.obj ccp4io\mmdb\mmdb_tables.obj ccp4io\mmdb\mmdb_title.obj ccp4io\mmdb\mmdb_uddata.obj ccp4io\mmdb\mmdb_utils.obj ccp4io\mmdb\mmdb_xml_.obj ccp4io\ssm\ssm_csia.obj ccp4io\ssm\ssm_graph.obj ccp4io\ssm\ssm_vxedge.obj ccp4io\ssm\ssm_align.obj ccp4io\ssm\ssm_superpose.obj ccp4io\ssm\ssm_malign.obj ccp4io_adaptbx\fortran_call_stubs.obj ccp4io_adaptbx\ccp4_diskio_f.obj ccp4io_adaptbx\ccp4_general.obj ccp4io_adaptbx\ccp4_general_f.obj ccp4io_adaptbx\ccp4_parser_f.obj ccp4io_adaptbx\ccp4_program.obj ccp4io_adaptbx\ccp4_unitcell_f.obj ccp4io_adaptbx\cmaplib_f.obj ccp4io_adaptbx\cmtzlib_f.obj ccp4io_adaptbx\csymlib_f.obj ccp4io_adaptbx\library_f.obj ccp4io_adaptbx\printf_wrappers.obj lib @c:\users\phaserbuilder\appdata\local\temp\tmpzj2ceu.lnk Creating library lib\boost_tuple_ext.lib and object lib\boost_tuple_ext.exp mt /nologo -manifest lib\boost_tuple_ext.pyd.manifest -outputresource:lib\boost_tuple_ext.pyd;2 Creating library lib\cbflib_ext.lib and object lib\cbflib_ext.exp mt /nologo -manifest lib\cbflib_ext.pyd.manifest -outputresource:lib\cbflib_ext.pyd;2 stubs.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_large_scale_merging_ext.pyd /implib:lib\cctbx_large_scale_merging_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\examples\merging\large_scale_merging_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cma_es_ext.pyd /implib:lib\cma_es_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cma_es\cma_es_ext.obj cma_es\cma\cmaes.obj Creating library lib\cctbx_large_scale_merging_ext.lib and object lib\cctbx_large_scale_merging_ext.exp lib /nologo /OUT:lib\omptbx.lib omptbx\stubs.obj mt /nologo -manifest lib\cctbx_large_scale_merging_ext.pyd.manifest -outputresource:lib\cctbx_large_scale_merging_ext.pyd;2 Creating library lib\cma_es_ext.lib and object lib\cma_es_ext.exp mt /nologo -manifest lib\cma_es_ext.pyd.manifest -outputresource:lib\cma_es_ext.pyd;2 cl /Fospotfinder\dxtbx_toolbox\libdistl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\dxtbx_toolbox\libdistl.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Fospotfinder\dxtbx_toolbox\distl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\dxtbx_toolbox\distl.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules link /nologo /incremental:no /dll /MANIFEST /out:lib\dxtbx_ext.pyd /implib:lib\dxtbx_ext.lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\libtiff python27.lib libtiff.lib cbf.lib boost_python.lib dxtbx\boost_python\to_ewald_sphere_helpers.obj dxtbx\boost_python\ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dxtbx_format_image_ext.pyd /implib:lib\dxtbx_format_image_ext.lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\libtiff /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\hdf5-1.8.16\lib python27.lib libtiff.lib cbf.lib boost_python.lib libhdf5.lib dxtbx\format\boost_python\image_ext.obj dxtbx\format\boost_python\cbf_read_buffer.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dxtbx_format_nexus_ext.pyd /implib:lib\dxtbx_format_nexus_ext.lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\libtiff /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\hdf5-1.8.16\lib python27.lib libtiff.lib cbf.lib boost_python.lib libhdf5.lib dxtbx\format\boost_python\nexus_ext.obj libdistl.cpp distl.cpp lib /nologo /OUT:lib\scitbx_boost_python.lib scitbx\boost_python\utils.obj scitbx\boost_python\slice.obj scitbx\array_family\boost_python\utils.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\ccp4io_adaptbx_ext.pyd /implib:lib\ccp4io_adaptbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs ccp4io.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib ccp4io_adaptbx\ext.obj Creating library lib\dxtbx_ext.lib and object lib\dxtbx_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dxtbx_imageset_ext.pyd /implib:lib\dxtbx_imageset_ext.lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\libtiff /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\hdf5-1.8.16\lib python27.lib libtiff.lib cbf.lib boost_python.lib libhdf5.lib dxtbx\boost_python\imageset_ext.obj mt /nologo -manifest lib\dxtbx_ext.pyd.manifest -outputresource:lib\dxtbx_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\fable_ext.pyd /implib:lib\fable_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib fable\ext.obj cl /Fosolve_resolve\demo\factorial_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\demo\factorial_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Iinclude /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\include link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_ccp4_map_ext.pyd /implib:lib\iotbx_ccp4_map_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs Advapi32.lib cctbx.lib ccp4io.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\ccp4_map\ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_image_filter_ext.pyd /implib:lib\dials_algorithms_image_filter_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\image\filter\boost_python\summed_area.obj dials\algorithms\image\filter\boost_python\mean_and_variance.obj dials\algorithms\image\filter\boost_python\index_of_dispersion_filter.obj dials\algorithms\image\filter\boost_python\convolve.obj dials\algorithms\image\filter\boost_python\median.obj dials\algorithms\image\filter\boost_python\distance.obj dials\algorithms\image\filter\boost_python\anisotropic_diffusion.obj dials\algorithms\image\filter\boost_python\filter_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_chemical_elements_ext.pyd /implib:lib\cctbx_eltbx_chemical_elements_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\chemical_elements_ext.obj factorial_ext.cpp Creating library lib\fable_ext.lib and object lib\fable_ext.exp Creating library lib\dxtbx_format_nexus_ext.lib and object lib\dxtbx_format_nexus_ext.exp Creating library lib\ccp4io_adaptbx_ext.lib and object lib\ccp4io_adaptbx_ext.exp Creating library lib\dxtbx_format_image_ext.lib and object lib\dxtbx_format_image_ext.exp Creating library lib\dxtbx_imageset_ext.lib and object lib\dxtbx_imageset_ext.exp mt /nologo -manifest lib\fable_ext.pyd.manifest -outputresource:lib\fable_ext.pyd;2 mt /nologo -manifest lib\dxtbx_format_nexus_ext.pyd.manifest -outputresource:lib\dxtbx_format_nexus_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_profile_model_modeller_ext.pyd /implib:lib\dials_algorithms_profile_model_modeller_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\profile_model\modeller\boost_python\sampler.obj dials\algorithms\profile_model\modeller\boost_python\modeller.obj dials\algorithms\profile_model\modeller\boost_python\ext.obj mt /nologo -manifest lib\ccp4io_adaptbx_ext.pyd.manifest -outputresource:lib\ccp4io_adaptbx_ext.pyd;2 Creating library lib\iotbx_ccp4_map_ext.lib and object lib\iotbx_ccp4_map_ext.exp mt /nologo -manifest lib\dxtbx_format_image_ext.pyd.manifest -outputresource:lib\dxtbx_format_image_ext.pyd;2 Creating library lib\cctbx_eltbx_chemical_elements_ext.lib and object lib\cctbx_eltbx_chemical_elements_ext.exp mt /nologo -manifest lib\iotbx_ccp4_map_ext.pyd.manifest -outputresource:lib\iotbx_ccp4_map_ext.pyd;2 mt /nologo -manifest lib\cctbx_eltbx_chemical_elements_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_chemical_elements_ext.pyd;2 mt /nologo -manifest lib\dxtbx_imageset_ext.pyd.manifest -outputresource:lib\dxtbx_imageset_ext.pyd;2 Creating library lib\dials_algorithms_image_filter_ext.lib and object lib\dials_algorithms_image_filter_ext.exp Creating library lib\dials_algorithms_profile_model_modeller_ext.lib and object lib\dials_algorithms_profile_model_modeller_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dxtbx_masking_ext.pyd /implib:lib\dxtbx_masking_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\libtiff boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx.lib scitbx_boost_python.lib libtiff.lib cbf.lib boost_python.lib dxtbx\masking\boost_python\ext.obj mt /nologo -manifest lib\dials_algorithms_image_filter_ext.pyd.manifest -outputresource:lib\dials_algorithms_image_filter_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_background_ext.pyd /implib:lib\dials_algorithms_background_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\background\boost_python\helpers.obj dials\algorithms\background\boost_python\background_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_polygon_ext.pyd /implib:lib\dials_algorithms_polygon_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\polygon\boost_python\polygon_ext.obj mt /nologo -manifest lib\dials_algorithms_profile_model_modeller_ext.pyd.manifest -outputresource:lib\dials_algorithms_profile_model_modeller_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_math_ext.pyd /implib:lib\cctbx_math_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\math\boost_python\math_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_merging_ext.pyd /implib:lib\cctbx_merging_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\merging\ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_background_gmodel_ext.pyd /implib:lib\dials_algorithms_background_gmodel_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\background\gmodel\boost_python\ext.obj Creating library lib\dials_algorithms_background_ext.lib and object lib\dials_algorithms_background_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_tiny_pse_ext.pyd /implib:lib\cctbx_eltbx_tiny_pse_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\tiny_pse_ext.obj Creating library lib\dials_algorithms_polygon_ext.lib and object lib\dials_algorithms_polygon_ext.exp mt /nologo -manifest lib\dials_algorithms_background_ext.pyd.manifest -outputresource:lib\dials_algorithms_background_ext.pyd;2 mt /nologo -manifest lib\dials_algorithms_polygon_ext.pyd.manifest -outputresource:lib\dials_algorithms_polygon_ext.pyd;2 Creating library lib\dxtbx_masking_ext.lib and object lib\dxtbx_masking_ext.exp Creating library lib\cctbx_math_ext.lib and object lib\cctbx_math_ext.exp mt /nologo -manifest lib\cctbx_math_ext.pyd.manifest -outputresource:lib\cctbx_math_ext.pyd;2 Creating library lib\cctbx_merging_ext.lib and object lib\cctbx_merging_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_spatial_indexing_ext.pyd /implib:lib\dials_algorithms_spatial_indexing_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\spatial_indexing\boost_python\quadtree.obj dials\algorithms\spatial_indexing\boost_python\octree.obj dials\algorithms\spatial_indexing\boost_python\spatial_indexing_ext.obj mt /nologo -manifest lib\cctbx_merging_ext.pyd.manifest -outputresource:lib\cctbx_merging_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_integration_fit_ext.pyd /implib:lib\dials_algorithms_integration_fit_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\integration\fit\boost_python\ext.obj mt /nologo -manifest lib\dxtbx_masking_ext.pyd.manifest -outputresource:lib\dxtbx_masking_ext.pyd;2 Creating library lib\dials_algorithms_background_gmodel_ext.lib and object lib\dials_algorithms_background_gmodel_ext.exp Creating library lib\cctbx_eltbx_tiny_pse_ext.lib and object lib\cctbx_eltbx_tiny_pse_ext.exp mt /nologo -manifest lib\dials_algorithms_background_gmodel_ext.pyd.manifest -outputresource:lib\dials_algorithms_background_gmodel_ext.pyd;2 mt /nologo -manifest lib\cctbx_eltbx_tiny_pse_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_tiny_pse_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dxtbx_model_ext.pyd /implib:lib\dxtbx_model_ext.lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\libtiff python27.lib libtiff.lib cbf.lib boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx.lib scitbx_boost_python.lib libtiff.lib cbf.lib boost_python.lib dxtbx\model\boost_python\beam.obj dxtbx\model\boost_python\goniometer.obj dxtbx\model\boost_python\kappa_goniometer.obj dxtbx\model\boost_python\multi_axis_goniometer.obj dxtbx\model\boost_python\panel.obj dxtbx\model\boost_python\detector.obj dxtbx\model\boost_python\scan.obj dxtbx\model\boost_python\scan_helpers.obj dxtbx\model\boost_python\crystal.obj dxtbx\model\boost_python\parallax_correction.obj dxtbx\model\boost_python\pixel_to_millimeter.obj dxtbx\model\boost_python\experiment.obj dxtbx\model\boost_python\experiment_list.obj dxtbx\model\boost_python\model_ext.obj Creating library lib\dials_algorithms_integration_fit_ext.lib and object lib\dials_algorithms_integration_fit_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\gltbx_gl_ext.pyd /implib:lib\gltbx_gl_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib glu32.lib opengl32.lib gltbx\gl_ext.obj gltbx\gl_defines_00_bpl.obj gltbx\gl_defines_01_bpl.obj gltbx\gl_defines_02_bpl.obj gltbx\gl_defines_03_bpl.obj gltbx\gl_defines_04_bpl.obj gltbx\gl_defines_05_bpl.obj gltbx\gl_defines_06_bpl.obj gltbx\gl_defines_07_bpl.obj gltbx\gl_functions_00_bpl.obj gltbx\gl_functions_01_bpl.obj gltbx\gl_functions_02_bpl.obj gltbx\gl_functions_03_bpl.obj gltbx\gl_functions_04_bpl.obj gltbx\gl_functions_05_bpl.obj gltbx\gl_functions_06_bpl.obj gltbx\gl_functions_07_bpl.obj gltbx\gl_functions_08_bpl.obj gltbx\gl_functions_09_bpl.obj gltbx\gl_functions_10_bpl.obj gltbx\gl_functions_11_bpl.obj gltbx\gl_functions_12_bpl.obj gltbx\gl_functions_13_bpl.obj gltbx\gl_functions_14_bpl.obj gltbx\gl_functions_15_bpl.obj mt /nologo -manifest lib\dials_algorithms_integration_fit_ext.pyd.manifest -outputresource:lib\dials_algorithms_integration_fit_ext.pyd;2 Creating library lib\dials_algorithms_spatial_indexing_ext.lib and object lib\dials_algorithms_spatial_indexing_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_sgtbx_ext.pyd /implib:lib\cctbx_sgtbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\sgtbx\boost_python\sgtbx_ext.obj cctbx\sgtbx\boost_python\brick.obj cctbx\sgtbx\boost_python\change_of_basis.obj cctbx\sgtbx\boost_python\find_affine.obj cctbx\sgtbx\boost_python\lattice_symmetry.obj cctbx\sgtbx\boost_python\phase_info.obj cctbx\sgtbx\boost_python\reciprocal_space_asu.obj cctbx\sgtbx\boost_python\rot_mx.obj cctbx\sgtbx\boost_python\rt_mx.obj cctbx\sgtbx\boost_python\search_symmetry.obj cctbx\sgtbx\boost_python\seminvariant.obj cctbx\sgtbx\boost_python\site_symmetry.obj cctbx\sgtbx\boost_python\space_group.obj cctbx\sgtbx\boost_python\space_group_type.obj cctbx\sgtbx\boost_python\sym_equiv_sites.obj cctbx\sgtbx\boost_python\symbols.obj cctbx\sgtbx\boost_python\tensor_rank_2.obj cctbx\sgtbx\boost_python\tr_vec.obj cctbx\sgtbx\boost_python\wyckoff.obj cctbx\sgtbx\boost_python\select_generators.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_model_data_ext.pyd /implib:lib\dials_model_data_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\model\data\boost_python\image_volume.obj dials\model\data\boost_python\adjacency_list.obj dials\model\data\boost_python\shoebox.obj dials\model\data\boost_python\observation.obj dials\model\data\boost_python\prediction.obj dials\model\data\boost_python\pixel_list.obj dials\model\data\boost_python\ray.obj dials\model\data\boost_python\image.obj dials\model\data\boost_python\data_ext.obj mt /nologo -manifest lib\dials_algorithms_spatial_indexing_ext.pyd.manifest -outputresource:lib\dials_algorithms_spatial_indexing_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_image_threshold_ext.pyd /implib:lib\dials_algorithms_image_threshold_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\image\threshold\boost_python\unimodal.obj dials\algorithms\image\threshold\boost_python\local.obj dials\algorithms\image\threshold\boost_python\threshold_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_symmetry_search_ext.pyd /implib:lib\cctbx_symmetry_search_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\symmetry_search\boost_python\symmetry_search_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_profile_model_gaussian_rs_ext.pyd /implib:lib\dials_algorithms_profile_model_gaussian_rs_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\profile_model\gaussian_rs\boost_python\gaussian_rs_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\gltbx_viewer_utils_ext.pyd /implib:lib\gltbx_viewer_utils_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib glu32.lib opengl32.lib gltbx\viewer_utils_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\elbow_conformations_ext.pyd /implib:lib\elbow_conformations_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib elbow\elbow\conformations_ext.obj Creating library lib\gltbx_gl_ext.lib and object lib\gltbx_gl_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_geometry_ext.pyd /implib:lib\cctbx_geometry_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\geometry\boost_python\geometry_ext.obj Creating library lib\dials_algorithms_image_threshold_ext.lib and object lib\dials_algorithms_image_threshold_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_attenuation_coefficient_ext.pyd /implib:lib\cctbx_eltbx_attenuation_coefficient_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\attenuation_coefficient_ext.obj Creating library lib\cctbx_symmetry_search_ext.lib and object lib\cctbx_symmetry_search_ext.exp mt /nologo -manifest lib\dials_algorithms_image_threshold_ext.pyd.manifest -outputresource:lib\dials_algorithms_image_threshold_ext.pyd;2 mt /nologo -manifest lib\cctbx_symmetry_search_ext.pyd.manifest -outputresource:lib\cctbx_symmetry_search_ext.pyd;2 Creating library lib\gltbx_viewer_utils_ext.lib and object lib\gltbx_viewer_utils_ext.exp mt /nologo -manifest lib\gltbx_viewer_utils_ext.pyd.manifest -outputresource:lib\gltbx_viewer_utils_ext.pyd;2 Creating library lib\dials_model_data_ext.lib and object lib\dials_model_data_ext.exp Creating library lib\dials_algorithms_profile_model_gaussian_rs_ext.lib and object lib\dials_algorithms_profile_model_gaussian_rs_ext.exp mt /nologo -manifest lib\gltbx_gl_ext.pyd.manifest -outputresource:lib\gltbx_gl_ext.pyd;2 mt /nologo -manifest lib\dials_model_data_ext.pyd.manifest -outputresource:lib\dials_model_data_ext.pyd;2 Creating library lib\dxtbx_model_ext.lib and object lib\dxtbx_model_ext.exp Creating library lib\cctbx_geometry_ext.lib and object lib\cctbx_geometry_ext.exp Creating library lib\elbow_conformations_ext.lib and object lib\elbow_conformations_ext.exp mt /nologo -manifest lib\cctbx_geometry_ext.pyd.manifest -outputresource:lib\cctbx_geometry_ext.pyd;2 Creating library lib\cctbx_eltbx_attenuation_coefficient_ext.lib and object lib\cctbx_eltbx_attenuation_coefficient_ext.exp mt /nologo -manifest lib\cctbx_eltbx_attenuation_coefficient_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_attenuation_coefficient_ext.pyd;2 mt /nologo -manifest lib\elbow_conformations_ext.pyd.manifest -outputresource:lib\elbow_conformations_ext.pyd;2 Creating library lib\cctbx_sgtbx_ext.lib and object lib\cctbx_sgtbx_ext.exp mt /nologo -manifest lib\dials_algorithms_profile_model_gaussian_rs_ext.pyd.manifest -outputresource:lib\dials_algorithms_profile_model_gaussian_rs_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_miller_ext.pyd /implib:lib\cctbx_miller_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\miller\boost_python\miller_ext.obj cctbx\miller\boost_python\asu.obj cctbx\miller\boost_python\bins.obj cctbx\miller\boost_python\change_basis.obj cctbx\miller\boost_python\expand_to_p1.obj cctbx\miller\boost_python\index_generator.obj cctbx\miller\boost_python\index_span.obj cctbx\miller\boost_python\match_bijvoet_mates.obj cctbx\miller\boost_python\match_indices.obj cctbx\miller\boost_python\match_multi_indices.obj cctbx\miller\boost_python\merge_equivalents.obj cctbx\miller\boost_python\phase_integrator.obj cctbx\miller\boost_python\phase_transfer.obj cctbx\miller\boost_python\sym_equiv.obj cctbx\miller\boost_python\f_calc_map.obj cctbx\miller\boost_python\lookup_utils.obj cctbx\miller\boost_python\amplitude_normalisation.obj cctbx\miller\boost_python\randomize_amplitude_and_phase.obj cctbx\miller\boost_python\slices.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_array_family_flex_ext.pyd /implib:lib\cctbx_array_family_flex_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\array_family\boost_python\flex_ext.obj cctbx\array_family\boost_python\flex_hendrickson_lattman.obj cctbx\array_family\boost_python\flex_miller_index.obj cctbx\array_family\boost_python\flex_xray_scatterer.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_xray_ext.pyd /implib:lib\cctbx_xray_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\xray\boost_python\xray_ext.obj cctbx\xray\boost_python\conversions.obj cctbx\xray\boost_python\gradient_flags.obj cctbx\xray\boost_python\gradients_direct.obj cctbx\xray\boost_python\each_hkl_gradients_direct.obj cctbx\xray\boost_python\fast_gradients.obj cctbx\xray\boost_python\minimization.obj cctbx\xray\boost_python\scatterer_flags.obj cctbx\xray\boost_python\scatterer.obj cctbx\xray\boost_python\scattering_type_registry.obj cctbx\xray\boost_python\sampling_base.obj cctbx\xray\boost_python\sampled_model_density.obj cctbx\xray\boost_python\structure_factors_direct.obj cctbx\xray\boost_python\structure_factors_simple.obj cctbx\xray\boost_python\curvatures_simple.obj cctbx\xray\boost_python\targets.obj cctbx\xray\boost_python\f_model_bpl.obj cctbx\xray\boost_python\twin_targets.obj cctbx\xray\boost_python\grouped_data.obj cctbx\xray\boost_python\parameter_map.obj cctbx\xray\boost_python\twin_components.obj cctbx\xray\boost_python\extinction.obj cctbx\xray\boost_python\sigmaa.obj cctbx\xray\targets\shelxl_wght_ls_bpl.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\elbow_basis_functions_ext.pyd /implib:lib\elbow_basis_functions_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib elbow\elbow\basis_functions_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_centroid_simple_ext.pyd /implib:lib\dials_algorithms_centroid_simple_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\centroid\simple\boost_python\simple_ext.obj Creating library lib\elbow_basis_functions_ext.lib and object lib\elbow_basis_functions_ext.exp mt /nologo -manifest lib\elbow_basis_functions_ext.pyd.manifest -outputresource:lib\elbow_basis_functions_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_background_simple_ext.pyd /implib:lib\dials_algorithms_background_simple_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\background\simple\boost_python\outlier_rejector.obj dials\algorithms\background\simple\boost_python\modeller.obj dials\algorithms\background\simple\boost_python\creator.obj dials\algorithms\background\simple\boost_python\background_simple_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_dmtbx_ext.pyd /implib:lib\cctbx_dmtbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\dmtbx\boost_python\dmtbx_ext.obj cctbx\dmtbx\boost_python\triplet_phase_relation.obj cctbx\dmtbx\boost_python\triplet_generator.obj mt /nologo -manifest lib\dxtbx_model_ext.pyd.manifest -outputresource:lib\dxtbx_model_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_wavelengths_ext.pyd /implib:lib\cctbx_eltbx_wavelengths_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\wavelengths_ext.obj Creating library lib\dials_algorithms_centroid_simple_ext.lib and object lib\dials_algorithms_centroid_simple_ext.exp Creating library lib\cctbx_array_family_flex_ext.lib and object lib\cctbx_array_family_flex_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_sasaki_ext.pyd /implib:lib\cctbx_eltbx_sasaki_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\sasaki_ext.obj mt /nologo -manifest lib\dials_algorithms_centroid_simple_ext.pyd.manifest -outputresource:lib\dials_algorithms_centroid_simple_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\acqiris_ext.pyd /implib:lib\acqiris_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib xfel\acqiris_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_integration_integrator_ext.pyd /implib:lib\dials_algorithms_integration_integrator_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\integration\boost_python\integration_integrator_ext.obj Creating library lib\cctbx_miller_ext.lib and object lib\cctbx_miller_ext.exp Creating library lib\dials_algorithms_background_simple_ext.lib and object lib\dials_algorithms_background_simple_ext.exp Creating library lib\cctbx_eltbx_wavelengths_ext.lib and object lib\cctbx_eltbx_wavelengths_ext.exp mt /nologo -manifest lib\cctbx_eltbx_wavelengths_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_wavelengths_ext.pyd;2 mt /nologo -manifest lib\cctbx_sgtbx_ext.pyd.manifest -outputresource:lib\cctbx_sgtbx_ext.pyd;2 mt /nologo -manifest lib\dials_algorithms_background_simple_ext.pyd.manifest -outputresource:lib\dials_algorithms_background_simple_ext.pyd;2 Creating library lib\cctbx_dmtbx_ext.lib and object lib\cctbx_dmtbx_ext.exp mt /nologo -manifest lib\cctbx_array_family_flex_ext.pyd.manifest -outputresource:lib\cctbx_array_family_flex_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_statistics_ext.pyd /implib:lib\dials_algorithms_statistics_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\statistics\boost_python\statistics_ext.obj Creating library lib\acqiris_ext.lib and object lib\acqiris_ext.exp Creating library lib\cctbx_eltbx_sasaki_ext.lib and object lib\cctbx_eltbx_sasaki_ext.exp mt /nologo -manifest lib\acqiris_ext.pyd.manifest -outputresource:lib\acqiris_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_adptbx_ext.pyd /implib:lib\cctbx_adptbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\adptbx\boost_python\adptbx_ext.obj cctbx\adptbx\boost_python\hirshfeld.obj mt /nologo -manifest lib\cctbx_eltbx_sasaki_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_sasaki_ext.pyd;2 mt /nologo -manifest lib\cctbx_dmtbx_ext.pyd.manifest -outputresource:lib\cctbx_dmtbx_ext.pyd;2 Creating library lib\dials_algorithms_integration_integrator_ext.lib and object lib\dials_algorithms_integration_integrator_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_geometry_restraints_ext.pyd /implib:lib\cctbx_geometry_restraints_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\geometry_restraints\geometry_restraints_ext.obj cctbx\geometry_restraints\bond_bpl.obj cctbx\geometry_restraints\bond_similarity_bpl.obj cctbx\geometry_restraints\bond_sorted_bpl.obj cctbx\geometry_restraints\nonbonded_bpl.obj cctbx\geometry_restraints\nonbonded_sorted_bpl.obj cctbx\geometry_restraints\angle_bpl.obj cctbx\geometry_restraints\dihedral_bpl.obj cctbx\geometry_restraints\chirality_bpl.obj cctbx\geometry_restraints\planarity_bpl.obj cctbx\geometry_restraints\parallelity_bpl.obj cctbx\geometry_restraints\motif_bpl.obj Creating library lib\cctbx_xray_ext.lib and object lib\cctbx_xray_ext.exp mt /nologo -manifest lib\dials_algorithms_integration_integrator_ext.pyd.manifest -outputresource:lib\dials_algorithms_integration_integrator_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\determine_unit_cell_ext.pyd /implib:lib\determine_unit_cell_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\uctbx\determine_unit_cell\ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_integration_sum_ext.pyd /implib:lib\dials_algorithms_integration_sum_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\integration\sum\boost_python\summation.obj dials\algorithms\integration\sum\boost_python\integration_sum_ext.obj Creating library lib\dials_algorithms_statistics_ext.lib and object lib\dials_algorithms_statistics_ext.exp Creating library lib\cctbx_adptbx_ext.lib and object lib\cctbx_adptbx_ext.exp mt /nologo -manifest lib\dials_algorithms_statistics_ext.pyd.manifest -outputresource:lib\dials_algorithms_statistics_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_simulation_ext.pyd /implib:lib\dials_algorithms_simulation_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\simulation\boost_python\simulation_ext.obj mt /nologo -manifest lib\cctbx_adptbx_ext.pyd.manifest -outputresource:lib\cctbx_adptbx_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_refinement_helpers_ext.pyd /implib:lib\dials_refinement_helpers_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\refinement\boost_python\parameterisation_helpers.obj dials\algorithms\refinement\boost_python\gallego_yezzi.obj dials\algorithms\refinement\boost_python\mahalanobis.obj dials\algorithms\refinement\boost_python\outlier_helpers.obj dials\algorithms\refinement\boost_python\restraints_helpers.obj dials\algorithms\refinement\boost_python\rtmats.obj dials\algorithms\refinement\boost_python\gaussian_smoother.obj dials\algorithms\refinement\boost_python\gaussian_smoother_2D.obj dials\algorithms\refinement\boost_python\gaussian_smoother_3D.obj dials\algorithms\refinement\boost_python\refinement_ext.obj dials\algorithms\refinement\boost_python\autoreduce_helpers.obj mt /nologo -manifest lib\cctbx_miller_ext.pyd.manifest -outputresource:lib\cctbx_miller_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_sgtbx_asu_ext.pyd /implib:lib\cctbx_sgtbx_asu_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx_sgtbx_asu.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\sgtbx\direct_space_asu\proto\asu_ext.obj lib /nologo /OUT:lib\dxtbxspotfinder.lib spotfinder\dxtbx_toolbox\libdistl.obj spotfinder\dxtbx_toolbox\distl.obj Creating library lib\determine_unit_cell_ext.lib and object lib\determine_unit_cell_ext.exp mt /nologo -manifest lib\determine_unit_cell_ext.pyd.manifest -outputresource:lib\determine_unit_cell_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_uctbx_ext.pyd /implib:lib\cctbx_uctbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\uctbx\boost_python\uctbx_ext.obj cctbx\uctbx\boost_python\fast_minimum_reduction.obj Creating library lib\dials_algorithms_integration_sum_ext.lib and object lib\dials_algorithms_integration_sum_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_integration_ext.pyd /implib:lib\dials_algorithms_integration_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\integration\boost_python\corrections.obj dials\algorithms\integration\boost_python\integration_ext.obj Creating library lib\dials_algorithms_simulation_ext.lib and object lib\dials_algorithms_simulation_ext.exp mt /nologo -manifest lib\dials_algorithms_simulation_ext.pyd.manifest -outputresource:lib\dials_algorithms_simulation_ext.pyd;2 mt /nologo -manifest lib\dials_algorithms_integration_sum_ext.pyd.manifest -outputresource:lib\dials_algorithms_integration_sum_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_viewer_ext.pyd /implib:lib\dials_viewer_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\viewer\boost_python\RGB_2d.obj dials\viewer\boost_python\RGB_2d_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_crystal_ext.pyd /implib:lib\cctbx_crystal_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\crystal\crystal_ext.obj cctbx\crystal\asu_clusters_bpl.obj cctbx\crystal\close_packing_bpl.obj cctbx\crystal\coordination_sequences_bpl.obj cctbx\crystal\direct_space_asu_bpl.obj cctbx\crystal\incremental_pairs_bpl.obj cctbx\crystal\neighbors_bpl.obj cctbx\crystal\pair_tables_bpl.obj cctbx\crystal\site_cluster_analysis_bpl.obj cctbx\crystal\symmetry_bpl.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_array_family_flex_ext.pyd /implib:lib\dials_array_family_flex_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\array_family\boost_python\flex_int6.obj dials\array_family\boost_python\flex_shoebox.obj dials\array_family\boost_python\flex_centroid.obj dials\array_family\boost_python\flex_intensity.obj dials\array_family\boost_python\flex_observation.obj dials\array_family\boost_python\flex_prediction.obj dials\array_family\boost_python\flex_reflection_table.obj dials\array_family\boost_python\flex_unit_cell.obj dials\array_family\boost_python\flex_shoebox_extractor.obj dials\array_family\boost_python\flex_binner.obj dials\array_family\boost_python\flex_ext.obj Creating library lib\dials_refinement_helpers_ext.lib and object lib\dials_refinement_helpers_ext.exp Creating library lib\dials_algorithms_integration_ext.lib and object lib\dials_algorithms_integration_ext.exp Creating library lib\cctbx_uctbx_ext.lib and object lib\cctbx_uctbx_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_profile_model_gaussian_rs_transform_ext.pyd /implib:lib\dials_algorithms_profile_model_gaussian_rs_transform_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\profile_model\gaussian_rs\transform\boost_python\transform_ext.obj mt /nologo -manifest lib\dials_algorithms_integration_ext.pyd.manifest -outputresource:lib\dials_algorithms_integration_ext.pyd;2 mt /nologo -manifest lib\dials_refinement_helpers_ext.pyd.manifest -outputresource:lib\dials_refinement_helpers_ext.pyd;2 mt /nologo -manifest lib\cctbx_uctbx_ext.pyd.manifest -outputresource:lib\cctbx_uctbx_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_icsd_radii_ext.pyd /implib:lib\cctbx_eltbx_icsd_radii_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\icsd_radii_ext.obj Creating library lib\dials_viewer_ext.lib and object lib\dials_viewer_ext.exp mt /nologo -manifest lib\dials_viewer_ext.pyd.manifest -outputresource:lib\dials_viewer_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_pychef_ext.pyd /implib:lib\dials_pychef_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\pychef\ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_neutron_ext.pyd /implib:lib\cctbx_eltbx_neutron_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\neutron_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\elbow_mindo3_ext.pyd /implib:lib\elbow_mindo3_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib elbow\elbow\mindo3_ext.obj Creating library lib\cctbx_sgtbx_asu_ext.lib and object lib\cctbx_sgtbx_asu_ext.exp mt /nologo -manifest lib\cctbx_xray_ext.pyd.manifest -outputresource:lib\cctbx_xray_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_image_fill_holes_ext.pyd /implib:lib\dials_algorithms_image_fill_holes_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\image\fill_holes\boost_python\fill_holes_ext.obj Creating library lib\dials_algorithms_profile_model_gaussian_rs_transform_ext.lib and object lib\dials_algorithms_profile_model_gaussian_rs_transform_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_fp_fdp_ext.pyd /implib:lib\cctbx_eltbx_fp_fdp_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\fp_fdp_ext.obj mt /nologo -manifest lib\dials_algorithms_profile_model_gaussian_rs_transform_ext.pyd.manifest -outputresource:lib\dials_algorithms_profile_model_gaussian_rs_transform_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_integration_kapton_ext.pyd /implib:lib\dials_algorithms_integration_kapton_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\integration\boost_python\kapton_ext.obj Creating library lib\cctbx_eltbx_neutron_ext.lib and object lib\cctbx_eltbx_neutron_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_scaling_ext.pyd /implib:lib\dials_scaling_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\scaling\boost_python\scaling_helper.obj dials\algorithms\scaling\boost_python\scaling_ext.obj mt /nologo -manifest lib\cctbx_eltbx_neutron_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_neutron_ext.pyd;2 Creating library lib\cctbx_eltbx_icsd_radii_ext.lib and object lib\cctbx_eltbx_icsd_radii_ext.exp Creating library lib\dials_pychef_ext.lib and object lib\dials_pychef_ext.exp mt /nologo -manifest lib\cctbx_eltbx_icsd_radii_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_icsd_radii_ext.pyd;2 Creating library lib\cctbx_geometry_restraints_ext.lib and object lib\cctbx_geometry_restraints_ext.exp mt /nologo -manifest lib\dials_pychef_ext.pyd.manifest -outputresource:lib\dials_pychef_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\gltbx_fonts_ext.pyd /implib:lib\gltbx_fonts_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib glu32.lib opengl32.lib gltbx\fonts_ext.obj gltbx\font_ucs_8x13.obj gltbx\font_ucs_9x15.obj gltbx\font_ucs_10x20.obj Creating library lib\elbow_mindo3_ext.lib and object lib\elbow_mindo3_ext.exp Creating library lib\cctbx_crystal_ext.lib and object lib\cctbx_crystal_ext.exp Creating library lib\cctbx_eltbx_fp_fdp_ext.lib and object lib\cctbx_eltbx_fp_fdp_ext.exp mt /nologo -manifest lib\elbow_mindo3_ext.pyd.manifest -outputresource:lib\elbow_mindo3_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_background_glm_ext.pyd /implib:lib\dials_algorithms_background_glm_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\background\glm\boost_python\ext.obj mt /nologo -manifest lib\cctbx_eltbx_fp_fdp_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_fp_fdp_ext.pyd;2 mt /nologo -manifest lib\cctbx_sgtbx_asu_ext.pyd.manifest -outputresource:lib\cctbx_sgtbx_asu_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_polygon_clip_ext.pyd /implib:lib\dials_algorithms_polygon_clip_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\polygon\clip\boost_python\clip_ext.obj Creating library lib\dials_algorithms_image_fill_holes_ext.lib and object lib\dials_algorithms_image_fill_holes_ext.exp mt /nologo -manifest lib\dials_algorithms_image_fill_holes_ext.pyd.manifest -outputresource:lib\dials_algorithms_image_fill_holes_ext.pyd;2 Creating library lib\dials_algorithms_integration_kapton_ext.lib and object lib\dials_algorithms_integration_kapton_ext.exp mt /nologo -manifest lib\dials_algorithms_integration_kapton_ext.pyd.manifest -outputresource:lib\dials_algorithms_integration_kapton_ext.pyd;2 Creating library lib\dials_scaling_ext.lib and object lib\dials_scaling_ext.exp mt /nologo -manifest lib\dials_scaling_ext.pyd.manifest -outputresource:lib\dials_scaling_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_henke_ext.pyd /implib:lib\cctbx_eltbx_henke_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\henke_ext.obj Creating library lib\gltbx_fonts_ext.lib and object lib\gltbx_fonts_ext.exp Creating library lib\dials_array_family_flex_ext.lib and object lib\dials_array_family_flex_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_image_centroid_ext.pyd /implib:lib\dials_algorithms_image_centroid_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\image\centroid\boost_python\centroid_ext.obj mt /nologo -manifest lib\gltbx_fonts_ext.pyd.manifest -outputresource:lib\gltbx_fonts_ext.pyd;2 Creating library lib\dials_algorithms_background_glm_ext.lib and object lib\dials_algorithms_background_glm_ext.exp Creating library lib\dials_algorithms_polygon_clip_ext.lib and object lib\dials_algorithms_polygon_clip_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_xray_observations_ext.pyd /implib:lib\cctbx_xray_observations_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\xray\observations\boost_python\observations.obj cctbx\xray\observations\boost_python\observations_ext.obj mt /nologo -manifest lib\dials_algorithms_background_glm_ext.pyd.manifest -outputresource:lib\dials_algorithms_background_glm_ext.pyd;2 mt /nologo -manifest lib\dials_algorithms_polygon_clip_ext.pyd.manifest -outputresource:lib\dials_algorithms_polygon_clip_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_spot_finding_helen_ext.pyd /implib:lib\dials_algorithms_spot_finding_helen_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\spot_finding\helen\boost_python\ext.obj mt /nologo -manifest lib\cctbx_crystal_ext.pyd.manifest -outputresource:lib\cctbx_crystal_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_indexing_ext.pyd /implib:lib\dials_algorithms_indexing_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs ann.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\indexing\boost_python\fft3d.obj dials\algorithms\indexing\boost_python\indexing_ext.obj Creating library lib\cctbx_eltbx_henke_ext.lib and object lib\cctbx_eltbx_henke_ext.exp mt /nologo -manifest lib\cctbx_eltbx_henke_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_henke_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_translation_search_ext.pyd /implib:lib\cctbx_translation_search_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\translation_search\boost_python\translation_search_ext.obj cctbx\translation_search\boost_python\fast_nv1995.obj cctbx\translation_search\boost_python\fast_terms.obj cctbx\translation_search\boost_python\symmetry_flags.obj Creating library lib\dials_algorithms_image_centroid_ext.lib and object lib\dials_algorithms_image_centroid_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_maptbx_ext.pyd /implib:lib\cctbx_maptbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\maptbx\boost_python\maptbx_ext.obj cctbx\maptbx\boost_python\grid_indices_around_sites.obj cctbx\maptbx\boost_python\grid_tags.obj cctbx\maptbx\boost_python\gridding.obj cctbx\maptbx\boost_python\misc.obj cctbx\maptbx\boost_python\peak_search.obj cctbx\maptbx\boost_python\pymol_interface.obj cctbx\maptbx\boost_python\statistics.obj cctbx\maptbx\boost_python\structure_factors.obj cctbx\maptbx\boost_python\coordinate_transformers.obj mt /nologo -manifest lib\dials_algorithms_image_centroid_ext.pyd.manifest -outputresource:lib\dials_algorithms_image_centroid_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_multipolar_ext.pyd /implib:lib\cctbx_multipolar_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\multipolar\aspherical_ext.obj Creating library lib\cctbx_xray_observations_ext.lib and object lib\cctbx_xray_observations_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_integration_bayes_ext.pyd /implib:lib\dials_algorithms_integration_bayes_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\integration\bayes\boost_python\ext.obj Creating library lib\dials_algorithms_spot_finding_helen_ext.lib and object lib\dials_algorithms_spot_finding_helen_ext.exp mt /nologo -manifest lib\dials_algorithms_spot_finding_helen_ext.pyd.manifest -outputresource:lib\dials_algorithms_spot_finding_helen_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_spot_prediction_ext.pyd /implib:lib\dials_algorithms_spot_prediction_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\spot_prediction\boost_python\index_generator.obj dials\algorithms\spot_prediction\boost_python\reeke_index_generator.obj dials\algorithms\spot_prediction\boost_python\scan_varying_helpers.obj dials\algorithms\spot_prediction\boost_python\rotation_angles.obj dials\algorithms\spot_prediction\boost_python\ray_predictor.obj dials\algorithms\spot_prediction\boost_python\scan_varying_ray_predictor.obj dials\algorithms\spot_prediction\boost_python\stills_ray_predictor.obj dials\algorithms\spot_prediction\boost_python\ray_intersection.obj dials\algorithms\spot_prediction\boost_python\reflection_predictor.obj dials\algorithms\spot_prediction\boost_python\pixel_labeller.obj dials\algorithms\spot_prediction\boost_python\pixel_to_miller_index.obj dials\algorithms\spot_prediction\boost_python\spot_prediction_ext.obj mt /nologo -manifest lib\cctbx_xray_observations_ext.pyd.manifest -outputresource:lib\cctbx_xray_observations_ext.pyd;2 Creating library lib\dials_algorithms_indexing_ext.lib and object lib\dials_algorithms_indexing_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_util_ext.pyd /implib:lib\dials_util_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs Advapi32.lib cctbx.lib ccp4io.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\util\boost_python\ext.obj mt /nologo -manifest lib\dials_algorithms_indexing_ext.pyd.manifest -outputresource:lib\dials_algorithms_indexing_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_background_modeller_ext.pyd /implib:lib\dials_algorithms_background_modeller_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\background\boost_python\modeller_ext.obj Creating library lib\cctbx_multipolar_ext.lib and object lib\cctbx_multipolar_ext.exp mt /nologo -manifest lib\cctbx_multipolar_ext.pyd.manifest -outputresource:lib\cctbx_multipolar_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_masks_ext.pyd /implib:lib\cctbx_masks_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\masks\boost_python\masks_ext.obj Creating library lib\dials_algorithms_integration_bayes_ext.lib and object lib\dials_algorithms_integration_bayes_ext.exp Creating library lib\cctbx_translation_search_ext.lib and object lib\cctbx_translation_search_ext.exp mt /nologo -manifest lib\dials_algorithms_integration_bayes_ext.pyd.manifest -outputresource:lib\dials_algorithms_integration_bayes_ext.pyd;2 mt /nologo -manifest lib\cctbx_translation_search_ext.pyd.manifest -outputresource:lib\cctbx_translation_search_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_asymmetric_map_ext.pyd /implib:lib\cctbx_asymmetric_map_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs asymmetric_map.lib iotbx_xplor.lib cctbx_sgtbx_asu.lib cctbx.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\maptbx\asymmetric_map_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_french_wilson_ext.pyd /implib:lib\cctbx_french_wilson_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\boost_python\french_wilson_ext.obj Creating library lib\dials_util_ext.lib and object lib\dials_util_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_orientation_ext.pyd /implib:lib\cctbx_orientation_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\boost_python\orientation_ext.obj mt /nologo -manifest lib\dials_util_ext.pyd.manifest -outputresource:lib\dials_util_ext.pyd;2 Creating library lib\dials_algorithms_background_modeller_ext.lib and object lib\dials_algorithms_background_modeller_ext.exp mt /nologo -manifest lib\dials_algorithms_background_modeller_ext.pyd.manifest -outputresource:lib\dials_algorithms_background_modeller_ext.pyd;2 Creating library lib\cctbx_masks_ext.lib and object lib\cctbx_masks_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_integration_parallel_integrator_ext.pyd /implib:lib\dials_algorithms_integration_parallel_integrator_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\integration\boost_python\parallel_integrator_ext.obj Creating library lib\dials_algorithms_spot_prediction_ext.lib and object lib\dials_algorithms_spot_prediction_ext.exp mt /nologo -manifest lib\cctbx_masks_ext.pyd.manifest -outputresource:lib\cctbx_masks_ext.pyd;2 Creating library lib\cctbx_maptbx_ext.lib and object lib\cctbx_maptbx_ext.exp mt /nologo -manifest lib\dials_array_family_flex_ext.pyd.manifest -outputresource:lib\dials_array_family_flex_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_adp_restraints_ext.pyd /implib:lib\cctbx_adp_restraints_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\adp_restraints\adp_restraints_bpl.obj cctbx\adp_restraints\adp_restraints_ext.obj cctbx\adp_restraints\rigid_bond_bpl.obj cctbx\adp_restraints\rigu_bpl.obj cctbx\adp_restraints\adp_similarity_bpl.obj cctbx\adp_restraints\isotropic_adp_bpl.obj cctbx\adp_restraints\aniso_restraints_bpl.obj cctbx\adp_restraints\fixed_u_eq_adp_bpl.obj Creating library lib\cctbx_french_wilson_ext.lib and object lib\cctbx_french_wilson_ext.exp mt /nologo -manifest lib\cctbx_geometry_restraints_ext.pyd.manifest -outputresource:lib\cctbx_geometry_restraints_ext.pyd;2 mt /nologo -manifest lib\cctbx_french_wilson_ext.pyd.manifest -outputresource:lib\cctbx_french_wilson_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_filter_ext.pyd /implib:lib\dials_algorithms_filter_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\filtering\boost_python\filter_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\gltbx_util_ext.pyd /implib:lib\gltbx_util_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib glu32.lib opengl32.lib gltbx\util_ext.obj gui_resources\gl2ps\gl2ps.obj Creating library lib\cctbx_asymmetric_map_ext.lib and object lib\cctbx_asymmetric_map_ext.exp mt /nologo -manifest lib\dials_algorithms_spot_prediction_ext.pyd.manifest -outputresource:lib\dials_algorithms_spot_prediction_ext.pyd;2 Creating library lib\cctbx_orientation_ext.lib and object lib\cctbx_orientation_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_background_median_ext.pyd /implib:lib\dials_algorithms_background_median_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\background\median\boost_python\ext.obj mt /nologo -manifest lib\cctbx_orientation_ext.pyd.manifest -outputresource:lib\cctbx_orientation_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_xray_scattering_ext.pyd /implib:lib\cctbx_eltbx_xray_scattering_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\xray_scattering_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\gltbx_glu_ext.pyd /implib:lib\gltbx_glu_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib glu32.lib opengl32.lib gltbx\glu_ext.obj gltbx\glu_defines_00_bpl.obj gltbx\glu_defines_01_bpl.obj gltbx\glu_functions_00_bpl.obj gltbx\glu_functions_01_bpl.obj gltbx\glu_functions_02_bpl.obj gltbx\glu_functions_03_bpl.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_shoebox_ext.pyd /implib:lib\dials_algorithms_shoebox_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs ann.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\shoebox\boost_python\mask_code.obj dials\algorithms\shoebox\boost_python\find_overlapping.obj dials\algorithms\shoebox\boost_python\overload_checker.obj dials\algorithms\shoebox\boost_python\mask_empirical.obj dials\algorithms\shoebox\boost_python\mask_overlapping.obj dials\algorithms\shoebox\boost_python\mask_builder.obj dials\algorithms\shoebox\boost_python\shoebox_ext.obj Creating library lib\dials_algorithms_filter_ext.lib and object lib\dials_algorithms_filter_ext.exp mt /nologo -manifest lib\dials_algorithms_filter_ext.pyd.manifest -outputresource:lib\dials_algorithms_filter_ext.pyd;2 mt /nologo -manifest lib\cctbx_maptbx_ext.pyd.manifest -outputresource:lib\cctbx_maptbx_ext.pyd;2 mt /nologo -manifest lib\cctbx_asymmetric_map_ext.pyd.manifest -outputresource:lib\cctbx_asymmetric_map_ext.pyd;2 Creating library lib\dials_algorithms_background_median_ext.lib and object lib\dials_algorithms_background_median_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\elbow_am1_ext.pyd /implib:lib\elbow_am1_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib elbow\elbow\am1_ext.obj Creating library lib\gltbx_util_ext.lib and object lib\gltbx_util_ext.exp mt /nologo -manifest lib\dials_algorithms_background_median_ext.pyd.manifest -outputresource:lib\dials_algorithms_background_median_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_eltbx_covalent_radii_ext.pyd /implib:lib\cctbx_eltbx_covalent_radii_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\eltbx\boost_python\covalent_radii_ext.obj mt /nologo -manifest lib\gltbx_util_ext.pyd.manifest -outputresource:lib\gltbx_util_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_statistics_ext.pyd /implib:lib\cctbx_statistics_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\boost_python\statistics_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_polygon_spatial_interpolation_ext.pyd /implib:lib\dials_algorithms_polygon_spatial_interpolation_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\polygon\boost_python\spatial_interpolation_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\gltbx_quadrics_ext.pyd /implib:lib\gltbx_quadrics_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib glu32.lib opengl32.lib gltbx\quadrics_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_image_connected_components_ext.pyd /implib:lib\dials_algorithms_image_connected_components_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\image\connected_components\boost_python\connected_components_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_emma_ext.pyd /implib:lib\cctbx_emma_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\boost_python\emma_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\cctbx_covariance_ext.pyd /implib:lib\cctbx_covariance_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib cctbx\covariance\boost_python\covariance_ext.obj Creating library lib\cctbx_adp_restraints_ext.lib and object lib\cctbx_adp_restraints_ext.exp Creating library lib\cctbx_eltbx_xray_scattering_ext.lib and object lib\cctbx_eltbx_xray_scattering_ext.exp Creating library lib\elbow_am1_ext.lib and object lib\elbow_am1_ext.exp Creating library lib\dials_algorithms_shoebox_ext.lib and object lib\dials_algorithms_shoebox_ext.exp Creating library lib\cctbx_eltbx_covalent_radii_ext.lib and object lib\cctbx_eltbx_covalent_radii_ext.exp Creating library lib\gltbx_glu_ext.lib and object lib\gltbx_glu_ext.exp Creating library lib\cctbx_statistics_ext.lib and object lib\cctbx_statistics_ext.exp mt /nologo -manifest lib\cctbx_eltbx_covalent_radii_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_covalent_radii_ext.pyd;2 mt /nologo -manifest lib\elbow_am1_ext.pyd.manifest -outputresource:lib\elbow_am1_ext.pyd;2 mt /nologo -manifest lib\cctbx_statistics_ext.pyd.manifest -outputresource:lib\cctbx_statistics_ext.pyd;2 Creating library lib\gltbx_quadrics_ext.lib and object lib\gltbx_quadrics_ext.exp mt /nologo -manifest lib\cctbx_eltbx_xray_scattering_ext.pyd.manifest -outputresource:lib\cctbx_eltbx_xray_scattering_ext.pyd;2 mt /nologo -manifest lib\gltbx_glu_ext.pyd.manifest -outputresource:lib\gltbx_glu_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\dials_algorithms_spot_finding_ext.pyd /implib:lib\dials_algorithms_spot_finding_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\spot_finding\boost_python\spot_finding_ext.obj mt /nologo -manifest lib\dials_algorithms_shoebox_ext.pyd.manifest -outputresource:lib\dials_algorithms_shoebox_ext.pyd;2 Creating library lib\dials_algorithms_polygon_spatial_interpolation_ext.lib and object lib\dials_algorithms_polygon_spatial_interpolation_ext.exp mt /nologo -manifest lib\gltbx_quadrics_ext.pyd.manifest -outputresource:lib\gltbx_quadrics_ext.pyd;2 mt /nologo -manifest lib\dials_algorithms_polygon_spatial_interpolation_ext.pyd.manifest -outputresource:lib\dials_algorithms_polygon_spatial_interpolation_ext.pyd;2 cl /Foucif\antlr3\src\antlr3baserecognizer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3baserecognizer.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 Creating library lib\cctbx_covariance_ext.lib and object lib\cctbx_covariance_ext.exp Creating library lib\cctbx_emma_ext.lib and object lib\cctbx_emma_ext.exp mt /nologo -manifest lib\cctbx_covariance_ext.pyd.manifest -outputresource:lib\cctbx_covariance_ext.pyd;2 mt /nologo -manifest lib\cctbx_emma_ext.pyd.manifest -outputresource:lib\cctbx_emma_ext.pyd;2 Creating library lib\dials_algorithms_image_connected_components_ext.lib and object lib\dials_algorithms_image_connected_components_ext.exp mt /nologo -manifest lib\cctbx_adp_restraints_ext.pyd.manifest -outputresource:lib\cctbx_adp_restraints_ext.pyd;2 mt /nologo -manifest lib\dials_algorithms_image_connected_components_ext.pyd.manifest -outputresource:lib\dials_algorithms_image_connected_components_ext.pyd;2 Creating library lib\dials_algorithms_spot_finding_ext.lib and object lib\dials_algorithms_spot_finding_ext.exp mt /nologo -manifest lib\dials_algorithms_spot_finding_ext.pyd.manifest -outputresource:lib\dials_algorithms_spot_finding_ext.pyd;2 antlr3baserecognizer.c cl /Foucif\antlr3\src\antlr3basetree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3basetree.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\antlr3\src\antlr3basetreeadaptor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3basetreeadaptor.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\antlr3\src\antlr3bitset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3bitset.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\antlr3\src\antlr3collections.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3collections.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\antlr3\src\antlr3commontoken.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3commontoken.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3bitset.c antlr3basetree.c cl /Foucif\antlr3\src\antlr3commontree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3commontree.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3basetreeadaptor.c cl /Foucif\antlr3\src\antlr3commontreeadaptor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3commontreeadaptor.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\antlr3\src\antlr3commontreenodestream.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3commontreenodestream.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\antlr3\src\antlr3convertutf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3convertutf.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\antlr3\src\antlr3cyclicdfa.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3cyclicdfa.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\antlr3\src\antlr3debughandlers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3debughandlers.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3collections.c cl /Foucif\antlr3\src\antlr3encodings.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3encodings.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3commontoken.c antlr3commontree.c cl /Foucif\antlr3\src\antlr3exception.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3exception.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3commontreeadaptor.c cl /Foucif\antlr3\src\antlr3filestream.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3filestream.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3commontreenodestream.c antlr3convertutf.c cl /Foucif\antlr3\src\antlr3inputstream.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3inputstream.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3cyclicdfa.c cl /Foucif\antlr3\src\antlr3intstream.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3intstream.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\antlr3\src\antlr3lexer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3lexer.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\antlr3\src\antlr3parser.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3parser.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3debughandlers.c cl /Foucif\antlr3\src\antlr3rewritestreams.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3rewritestreams.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3filestream.c cl /Foucif\antlr3\src\antlr3string.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3string.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3exception.c cl /Foucif\antlr3\src\antlr3tokenstream.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3tokenstream.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3encodings.c antlr3inputstream.c antlr3lexer.c antlr3parser.c antlr3intstream.c antlr3tokenstream.c antlr3rewritestreams.c Creating library lib\dials_algorithms_integration_parallel_integrator_ext.lib and object lib\dials_algorithms_integration_parallel_integrator_ext.exp antlr3string.c link /nologo /incremental:no /dll /MANIFEST /out:lib\factorial_ext.pyd /implib:lib\factorial_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib solve_resolve\demo\factorial_ext.obj Creating library lib\factorial_ext.lib and object lib\factorial_ext.exp mt /nologo -manifest lib\factorial_ext.pyd.manifest -outputresource:lib\factorial_ext.pyd;2 mt /nologo -manifest lib\dials_algorithms_integration_parallel_integrator_ext.pyd.manifest -outputresource:lib\dials_algorithms_integration_parallel_integrator_ext.pyd;2 cl /Foucif\antlr3\src\antlr3treeparser.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\antlr3\src\antlr3treeparser.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 antlr3treeparser.c cl /Foucif\cifParser.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\cifParser.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 cl /Foucif\cifLexer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ucif\cifLexer.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DANTLR3_NODEBUGGER /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif\antlr3 link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_detectors_bruker_ext.pyd /implib:lib\iotbx_detectors_bruker_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\detectors\bruker_ext.obj iotbx\detectors\bruker.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_detectors_ext.pyd /implib:lib\iotbx_detectors_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\detectors\detectors_ext.obj iotbx\detectors\image_divider.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_dsn6_map_ext.pyd /implib:lib\iotbx_dsn6_map_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs Advapi32.lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\dsn6\ext.obj cifParser.cpp Creating library lib\iotbx_detectors_bruker_ext.lib and object lib\iotbx_detectors_bruker_ext.exp Creating library lib\iotbx_dsn6_map_ext.lib and object lib\iotbx_dsn6_map_ext.exp cifLexer.cpp Creating library lib\iotbx_detectors_ext.lib and object lib\iotbx_detectors_ext.exp mt /nologo -manifest lib\iotbx_detectors_bruker_ext.pyd.manifest -outputresource:lib\iotbx_detectors_bruker_ext.pyd;2 mt /nologo -manifest lib\iotbx_dsn6_map_ext.pyd.manifest -outputresource:lib\iotbx_dsn6_map_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_dtrek_ext.pyd /implib:lib\iotbx_dtrek_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\misc\boost_python\dtrek_ext.obj lib /nologo /OUT:lib\iotbx_mtz.lib iotbx\mtz\object.obj iotbx\mtz\crystal.obj iotbx\mtz\dataset.obj iotbx\mtz\column.obj mt /nologo -manifest lib\iotbx_detectors_ext.pyd.manifest -outputresource:lib\iotbx_detectors_ext.pyd;2 lib /nologo /OUT:lib\iotbx_pdb.lib iotbx\pdb\hybrid_36_c.obj iotbx\pdb\hybrid_36_cpp.obj iotbx\pdb\utils.obj iotbx\pdb\write_utils.obj iotbx\pdb\hierarchy.obj iotbx\pdb\hierarchy_select.obj iotbx\pdb\hierarchy_atoms.obj iotbx\pdb\construct_hierarchy.obj iotbx\pdb\overall_counts.obj iotbx\pdb\hierarchy_write.obj iotbx\pdb\atom_selection.obj iotbx\pdb\input.obj iotbx\pdb\input_write.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_scalepack_ext.pyd /implib:lib\iotbx_scalepack_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\misc\boost_python\scalepack_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_shelx_ext.pyd /implib:lib\iotbx_shelx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\shelx\shelx_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_wildcard_ext.pyd /implib:lib\iotbx_wildcard_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\wildcard_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_xplor_ext.pyd /implib:lib\iotbx_xplor_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs iotbx_xplor.lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\xplor\boost_python\xplor_ext.obj lib /nologo /OUT:lib\labelit.lib labelit\detectors\detectors.obj labelit\detectors\detectorsquick.obj labelit\dptbx\dptbx.obj labelit\dptbx\debug_test.obj labelit\dptbx\modelcalculator.obj labelit\dptbx\model_details.obj labelit\dptbx\modelled_dataset.obj labelit\dptbx\basis_refine.obj labelit\dptbx\beamplotter.obj labelit\dptbx\resolution.obj labelit\dptbx\mosaicity.obj labelit\dptbx\possible_reflections.obj labelit\dptbx\sublatticescorer.obj labelit\hidden_symmetry\superflip_functions.obj labelit\symmetry\mark3.obj labelit\symmetry\rmerge.obj labelit\strategy\strategy.obj boost\libs\date_time\src\gregorian\greg_month.obj boost\libs\date_time\src\gregorian\greg_weekday.obj boost\libs\date_time\src\gregorian\date_generators.obj cl /Forstbx\dps_core\dps_core.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\dps_core\dps_core.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules Creating library lib\iotbx_scalepack_ext.lib and object lib\iotbx_scalepack_ext.exp cl /Forstbx\dps_core\directional_fft.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\dps_core\directional_fft.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules mt /nologo -manifest lib\iotbx_scalepack_ext.pyd.manifest -outputresource:lib\iotbx_scalepack_ext.pyd;2 Creating library lib\iotbx_shelx_ext.lib and object lib\iotbx_shelx_ext.exp cl /Forstbx\dps_core\direction.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\dps_core\direction.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules mt /nologo -manifest lib\iotbx_shelx_ext.pyd.manifest -outputresource:lib\iotbx_shelx_ext.pyd;2 Creating library lib\iotbx_dtrek_ext.lib and object lib\iotbx_dtrek_ext.exp Creating library lib\iotbx_wildcard_ext.lib and object lib\iotbx_wildcard_ext.exp mt /nologo -manifest lib\iotbx_wildcard_ext.pyd.manifest -outputresource:lib\iotbx_wildcard_ext.pyd;2 mt /nologo -manifest lib\iotbx_dtrek_ext.pyd.manifest -outputresource:lib\iotbx_dtrek_ext.pyd;2 Creating library lib\iotbx_xplor_ext.lib and object lib\iotbx_xplor_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_pdb_ext.pyd /implib:lib\iotbx_pdb_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs iotbx_pdb.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\pdb\ext.obj iotbx\pdb\hybrid_36_bpl.obj iotbx\pdb\common_residue_names_bpl.obj iotbx\pdb\rna_dna_atom_names_bpl.obj iotbx\pdb\input_bpl.obj iotbx\pdb\xray_structure_bpl.obj mt /nologo -manifest lib\iotbx_xplor_ext.pyd.manifest -outputresource:lib\iotbx_xplor_ext.pyd;2 dps_core.cpp directional_fft.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_pdb_hierarchy_ext.pyd /implib:lib\iotbx_pdb_hierarchy_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs iotbx_pdb.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\pdb\hierarchy_ext.obj iotbx\pdb\hierarchy_atom_bpl.obj iotbx\pdb\hierarchy_atoms_bpl.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_mtz_ext.pyd /implib:lib\iotbx_mtz_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs Advapi32.lib iotbx_mtz.lib cctbx.lib ccp4io.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib iotbx\mtz\ext.obj iotbx\mtz\object_bpl.obj iotbx\mtz\crystal_bpl.obj iotbx\mtz\dataset_bpl.obj iotbx\mtz\column_bpl.obj iotbx\mtz\batch_bpl.obj direction.cpp cl /Forstbx\indexing_api\indexing_api.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\indexing_api\indexing_api.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Forstbx\diffraction\ewald_sphere.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\diffraction\ewald_sphere.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Forstbx\diffraction\partial_spot_position_partial_H.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\diffraction\partial_spot_position_partial_H.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Fospotfinder\core_toolbox\spot.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\core_toolbox\spot.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules indexing_api.cpp cl /Fospotfinder\core_toolbox\libdistl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\core_toolbox\libdistl.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Fospotfinder\core_toolbox\hough.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\core_toolbox\hough.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Fospotfinder\core_toolbox\distl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\core_toolbox\distl.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules spot.cpp Creating library lib\iotbx_pdb_ext.lib and object lib\iotbx_pdb_ext.exp ewald_sphere.cpp partial_spot_position_partial_H.cpp Creating library lib\iotbx_mtz_ext.lib and object lib\iotbx_mtz_ext.exp libdistl.cpp hough.cpp distl.cpp mt /nologo -manifest lib\iotbx_pdb_ext.pyd.manifest -outputresource:lib\iotbx_pdb_ext.pyd;2 Creating library lib\iotbx_pdb_hierarchy_ext.lib and object lib\iotbx_pdb_hierarchy_ext.exp cl /Fospotfinder\core_toolbox\spotfilter.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\core_toolbox\spotfilter.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules link /nologo /incremental:no /dll /MANIFEST /out:lib\iotbx_cif_ext.pyd /implib:lib\iotbx_cif_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib ucif\antlr3\src\antlr3baserecognizer.obj ucif\antlr3\src\antlr3basetree.obj ucif\antlr3\src\antlr3basetreeadaptor.obj ucif\antlr3\src\antlr3bitset.obj ucif\antlr3\src\antlr3collections.obj ucif\antlr3\src\antlr3commontoken.obj ucif\antlr3\src\antlr3commontree.obj ucif\antlr3\src\antlr3commontreeadaptor.obj ucif\antlr3\src\antlr3commontreenodestream.obj ucif\antlr3\src\antlr3convertutf.obj ucif\antlr3\src\antlr3cyclicdfa.obj ucif\antlr3\src\antlr3debughandlers.obj ucif\antlr3\src\antlr3encodings.obj ucif\antlr3\src\antlr3exception.obj ucif\antlr3\src\antlr3filestream.obj ucif\antlr3\src\antlr3inputstream.obj ucif\antlr3\src\antlr3intstream.obj ucif\antlr3\src\antlr3lexer.obj ucif\antlr3\src\antlr3parser.obj ucif\antlr3\src\antlr3rewritestreams.obj ucif\antlr3\src\antlr3string.obj ucif\antlr3\src\antlr3tokenstream.obj ucif\antlr3\src\antlr3treeparser.obj iotbx\cif\boost_python\cif_ext.obj ucif\cifParser.obj ucif\cifLexer.obj mt /nologo -manifest lib\iotbx_mtz_ext.pyd.manifest -outputresource:lib\iotbx_mtz_ext.pyd;2 spotfilter.cpp Creating library lib\iotbx_cif_ext.lib and object lib\iotbx_cif_ext.exp mt /nologo -manifest lib\iotbx_pdb_hierarchy_ext.pyd.manifest -outputresource:lib\iotbx_pdb_hierarchy_ext.pyd;2 mt /nologo -manifest lib\iotbx_cif_ext.pyd.manifest -outputresource:lib\iotbx_cif_ext.pyd;2 cl /Foxfel\metrology\legacy_scale\scale_core.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\metrology\legacy_scale\scale_core.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foxfel\metrology\legacy_scale\bandpass_gaussian.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\metrology\legacy_scale\bandpass_gaussian.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Fommtbx\alignment\alignment_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\alignment\alignment_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include cl /Fommtbx\building\loop_closure\ccd_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\building\loop_closure\ccd_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project scale_core.cpp bandpass_gaussian.cpp cl /Fommtbx\bulk_solvent\bulk_solvent_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\bulk_solvent\bulk_solvent_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project alignment_ext.cpp cl /Fommtbx\bulk_solvent\bulk_solvent.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\bulk_solvent\bulk_solvent.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project ccd_bpl.cpp cl /Fommtbx\cablam\boost_python\cablam_align_utils_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\cablam\boost_python\cablam_align_utils_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include bulk_solvent_ext.cpp cl /Fommtbx\den\boost_python\den_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\den\boost_python\den_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fommtbx\secondary_structure\dssp_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\secondary_structure\dssp_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cablam_align_utils_ext.cpp den_ext.cpp bulk_solvent.cpp dssp_ext.cpp cl /Fommtbx\dynamics\dynamics_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\dynamics\dynamics_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project dynamics_ext.cpp cl /Fommtbx\dynamics\dynamics.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\dynamics\dynamics.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Fommtbx\f_model\f_model_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\f_model\f_model_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project dynamics.cpp f_model_ext.cpp cl /Fommtbx\geometry\boost_python\asa_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\geometry\boost_python\asa_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fommtbx\geometry\boost_python\clash_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\geometry\boost_python\clash_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include asa_ext.cpp cl /Fommtbx\geometry\boost_python\indexing_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\geometry\boost_python\indexing_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fommtbx\geometry\boost_python\primitive_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\geometry\boost_python\primitive_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include clash_ext.cpp indexing_ext.cpp primitive_ext.cpp cl /Fommtbx\geometry\boost_python\shared_types_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\geometry\boost_python\shared_types_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fommtbx\geometry\boost_python\sphere_surface_sampling_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\geometry\boost_python\sphere_surface_sampling_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include shared_types_ext.cpp lib /nologo /OUT:lib\spotfinder.lib spotfinder\core_toolbox\spot.obj spotfinder\core_toolbox\libdistl.obj spotfinder\core_toolbox\hough.obj spotfinder\core_toolbox\distl.obj spotfinder\core_toolbox\spotfilter.obj sphere_surface_sampling_ext.cpp cl /Fommtbx\hydrogens\hydrogens_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\hydrogens\hydrogens_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project hydrogens_ext.cpp cl /Fommtbx\masks\atom_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\masks\atom_mask.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project atom_mask.cpp cl /Fommtbx\masks\masks_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\masks\masks_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project masks_ext.cpp lib /nologo /OUT:lib\legacy_scale.lib xfel\metrology\legacy_scale\scale_core.obj xfel\metrology\legacy_scale\bandpass_gaussian.obj cl /Fommtbx\max_lik\max_lik_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\max_lik\max_lik_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Fommtbx\max_lik\max_lik.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\max_lik\max_lik.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project max_lik.cpp max_lik_ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_dssp_ext.pyd /implib:lib\mmtbx_dssp_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs iotbx_pdb.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\secondary_structure\dssp_ext.obj Creating library lib\mmtbx_dssp_ext.lib and object lib\mmtbx_dssp_ext.exp mt /nologo -manifest lib\mmtbx_dssp_ext.pyd.manifest -outputresource:lib\mmtbx_dssp_ext.pyd;2 cl /Fommtbx\ncs\cartesian_restraints_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\ncs\cartesian_restraints_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cartesian_restraints_ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_alignment_ext.pyd /implib:lib\mmtbx_alignment_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\alignment\alignment_ext.obj Creating library lib\mmtbx_alignment_ext.lib and object lib\mmtbx_alignment_ext.exp mt /nologo -manifest lib\mmtbx_alignment_ext.pyd.manifest -outputresource:lib\mmtbx_alignment_ext.pyd;2 cl /Fommtbx\ncs\tncs_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\ncs\tncs_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project tncs_ext.cpp lib /nologo /OUT:lib\rstbx.lib rstbx\dps_core\dps_core.obj rstbx\dps_core\directional_fft.obj rstbx\dps_core\direction.obj rstbx\indexing_api\indexing_api.obj rstbx\diffraction\ewald_sphere.obj rstbx\diffraction\partial_spot_position_partial_H.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\labelit_symmetry_ext.pyd /implib:lib\labelit_symmetry_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs labelit.lib omptbx.lib rstbx.lib ann.lib cctbx.lib spotfinder.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib labelit\symmetry\symmetry_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\labelit_dptbx_ext.pyd /implib:lib\labelit_dptbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs labelit.lib ann.lib omptbx.lib rstbx.lib ann.lib cctbx.lib spotfinder.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib labelit\dptbx\boost_python\dptbx_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_cablam_align_utils_ext.pyd /implib:lib\mmtbx_cablam_align_utils_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\cablam\boost_python\cablam_align_utils_ext.obj Creating library lib\labelit_symmetry_ext.lib and object lib\labelit_symmetry_ext.exp mt /nologo -manifest lib\labelit_symmetry_ext.pyd.manifest -outputresource:lib\labelit_symmetry_ext.pyd;2 Creating library lib\mmtbx_cablam_align_utils_ext.lib and object lib\mmtbx_cablam_align_utils_ext.exp mt /nologo -manifest lib\mmtbx_cablam_align_utils_ext.pyd.manifest -outputresource:lib\mmtbx_cablam_align_utils_ext.pyd;2 Creating library lib\labelit_dptbx_ext.lib and object lib\labelit_dptbx_ext.exp mt /nologo -manifest lib\labelit_dptbx_ext.pyd.manifest -outputresource:lib\labelit_dptbx_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\labelit_resolution_ext.pyd /implib:lib\labelit_resolution_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs labelit.lib ann.lib omptbx.lib rstbx.lib ann.lib cctbx.lib spotfinder.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib labelit\dptbx\boost_python\resolution_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\labelit_precession_photo_ext.pyd /implib:lib\labelit_precession_photo_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs labelit.lib ann.lib omptbx.lib rstbx.lib ann.lib cctbx.lib spotfinder.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib labelit\diffraction\precession_ext.obj Creating library lib\labelit_resolution_ext.lib and object lib\labelit_resolution_ext.exp mt /nologo -manifest lib\labelit_resolution_ext.pyd.manifest -outputresource:lib\labelit_resolution_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\labelit_hidden_symmetry_superflip_ext.pyd /implib:lib\labelit_hidden_symmetry_superflip_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs labelit.lib omptbx.lib rstbx.lib ann.lib cctbx.lib spotfinder.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib labelit\hidden_symmetry\boost_python\superflip_functions_ext.obj Creating library lib\labelit_precession_photo_ext.lib and object lib\labelit_precession_photo_ext.exp Creating library lib\labelit_hidden_symmetry_superflip_ext.lib and object lib\labelit_hidden_symmetry_superflip_ext.exp mt /nologo -manifest lib\labelit_precession_photo_ext.pyd.manifest -outputresource:lib\labelit_precession_photo_ext.pyd;2 mt /nologo -manifest lib\labelit_hidden_symmetry_superflip_ext.pyd.manifest -outputresource:lib\labelit_hidden_symmetry_superflip_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\labelit_webice_support_ext.pyd /implib:lib\labelit_webice_support_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs labelit.lib omptbx.lib rstbx.lib ann.lib cctbx.lib spotfinder.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib labelit\webice_support\webice_support_ext.obj Creating library lib\labelit_webice_support_ext.lib and object lib\labelit_webice_support_ext.exp mt /nologo -manifest lib\labelit_webice_support_ext.pyd.manifest -outputresource:lib\labelit_webice_support_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\labelit_strategy_ext.pyd /implib:lib\labelit_strategy_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs labelit.lib ann.lib omptbx.lib rstbx.lib ann.lib cctbx.lib spotfinder.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib labelit\strategy\strategy_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\labelit_mathsupport_ext.pyd /implib:lib\labelit_mathsupport_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs labelit.lib omptbx.lib rstbx.lib ann.lib cctbx.lib spotfinder.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib labelit\mathsupport\mathsupport_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_dynamics_ext.pyd /implib:lib\mmtbx_dynamics_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\dynamics\dynamics_ext.obj mmtbx\dynamics\dynamics.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\labelit_hidden_symmetry_ext.pyd /implib:lib\labelit_hidden_symmetry_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs labelit.lib omptbx.lib rstbx.lib ann.lib cctbx.lib spotfinder.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib labelit\hidden_symmetry\hidden_symmetry_ext.obj Creating library lib\labelit_mathsupport_ext.lib and object lib\labelit_mathsupport_ext.exp Creating library lib\mmtbx_dynamics_ext.lib and object lib\mmtbx_dynamics_ext.exp Creating library lib\labelit_strategy_ext.lib and object lib\labelit_strategy_ext.exp mt /nologo -manifest lib\mmtbx_dynamics_ext.pyd.manifest -outputresource:lib\mmtbx_dynamics_ext.pyd;2 mt /nologo -manifest lib\labelit_mathsupport_ext.pyd.manifest -outputresource:lib\labelit_mathsupport_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_den_restraints_ext.pyd /implib:lib\mmtbx_den_restraints_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\den\boost_python\den_ext.obj mt /nologo -manifest lib\labelit_strategy_ext.pyd.manifest -outputresource:lib\labelit_strategy_ext.pyd;2 Creating library lib\labelit_hidden_symmetry_ext.lib and object lib\labelit_hidden_symmetry_ext.exp mt /nologo -manifest lib\labelit_hidden_symmetry_ext.pyd.manifest -outputresource:lib\labelit_hidden_symmetry_ext.pyd;2 Creating library lib\mmtbx_den_restraints_ext.lib and object lib\mmtbx_den_restraints_ext.exp mt /nologo -manifest lib\mmtbx_den_restraints_ext.pyd.manifest -outputresource:lib\mmtbx_den_restraints_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\labelit_detectors_ext.pyd /implib:lib\labelit_detectors_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs labelit.lib omptbx.lib rstbx.lib ann.lib cctbx.lib spotfinder.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib labelit\detectors\detectors_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_building_loop_closure_ext.pyd /implib:lib\mmtbx_building_loop_closure_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib iotbx_pdb.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\building\loop_closure\ccd_bpl.obj cl /Fommtbx\pair_interaction\interaction_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\pair_interaction\interaction_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Fommtbx\geometry_restraints\boost_python\ramachandran_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\geometry_restraints\boost_python\ramachandran_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_geometry_primitive_ext.pyd /implib:lib\mmtbx_geometry_primitive_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\geometry\boost_python\primitive_ext.obj Creating library lib\labelit_detectors_ext.lib and object lib\labelit_detectors_ext.exp cl /Fommtbx\geometry_restraints\boost_python\reference_coordinate_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\geometry_restraints\boost_python\reference_coordinate_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include mt /nologo -manifest lib\labelit_detectors_ext.pyd.manifest -outputresource:lib\labelit_detectors_ext.pyd;2 interaction_ext.cpp Creating library lib\mmtbx_building_loop_closure_ext.lib and object lib\mmtbx_building_loop_closure_ext.exp mt /nologo -manifest lib\mmtbx_building_loop_closure_ext.pyd.manifest -outputresource:lib\mmtbx_building_loop_closure_ext.pyd;2 Creating library lib\mmtbx_geometry_primitive_ext.lib and object lib\mmtbx_geometry_primitive_ext.exp reference_coordinate_ext.cpp mt /nologo -manifest lib\mmtbx_geometry_primitive_ext.pyd.manifest -outputresource:lib\mmtbx_geometry_primitive_ext.pyd;2 ramachandran_ext.cpp cl /Fommtbx\rotamer\fit_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\rotamer\fit_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Fommtbx\rsr\rsr_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\rsr\rsr_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project fit_ext.cpp cl /Fommtbx\scaling\scaling_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\scaling\scaling_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project rsr_ext.cpp scaling_ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_geometry_shared_types_ext.pyd /implib:lib\mmtbx_geometry_shared_types_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\geometry\boost_python\shared_types_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_geometry_sphere_surface_sampling_ext.pyd /implib:lib\mmtbx_geometry_sphere_surface_sampling_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\geometry\boost_python\sphere_surface_sampling_ext.obj Creating library lib\mmtbx_geometry_shared_types_ext.lib and object lib\mmtbx_geometry_shared_types_ext.exp mt /nologo -manifest lib\mmtbx_geometry_shared_types_ext.pyd.manifest -outputresource:lib\mmtbx_geometry_shared_types_ext.pyd;2 Creating library lib\mmtbx_geometry_sphere_surface_sampling_ext.lib and object lib\mmtbx_geometry_sphere_surface_sampling_ext.exp mt /nologo -manifest lib\mmtbx_geometry_sphere_surface_sampling_ext.pyd.manifest -outputresource:lib\mmtbx_geometry_sphere_surface_sampling_ext.pyd;2 cl /Fommtbx\scaling\twinning_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\scaling\twinning_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Fommtbx\scaling\relative_scaling_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\scaling\relative_scaling_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project twinning_bpl.cpp relative_scaling_bpl.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_f_model_ext.pyd /implib:lib\mmtbx_f_model_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\f_model\f_model_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_ncs_cartesian_restraints_ext.pyd /implib:lib\mmtbx_ncs_cartesian_restraints_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\ncs\cartesian_restraints_ext.obj Creating library lib\mmtbx_f_model_ext.lib and object lib\mmtbx_f_model_ext.exp mt /nologo -manifest lib\mmtbx_f_model_ext.pyd.manifest -outputresource:lib\mmtbx_f_model_ext.pyd;2 cl /Fommtbx\scaling\outlier_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\scaling\outlier_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project Creating library lib\mmtbx_ncs_cartesian_restraints_ext.lib and object lib\mmtbx_ncs_cartesian_restraints_ext.exp mt /nologo -manifest lib\mmtbx_ncs_cartesian_restraints_ext.pyd.manifest -outputresource:lib\mmtbx_ncs_cartesian_restraints_ext.pyd;2 outlier_bpl.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_hydrogens_ext.pyd /implib:lib\mmtbx_hydrogens_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\hydrogens\hydrogens_ext.obj cl /Fommtbx\secondary_structure\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\secondary_structure\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Creating library lib\mmtbx_hydrogens_ext.lib and object lib\mmtbx_hydrogens_ext.exp mt /nologo -manifest lib\mmtbx_hydrogens_ext.pyd.manifest -outputresource:lib\mmtbx_hydrogens_ext.pyd;2 ext.cpp cl /Fommtbx\tls\decompose.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\tls\decompose.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_bulk_solvent_ext.pyd /implib:lib\mmtbx_bulk_solvent_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\bulk_solvent\bulk_solvent_ext.obj mmtbx\bulk_solvent\bulk_solvent.obj decompose.cpp cl /Fommtbx\tls\decompose_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\tls\decompose_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project Creating library lib\mmtbx_bulk_solvent_ext.lib and object lib\mmtbx_bulk_solvent_ext.exp mt /nologo -manifest lib\mmtbx_bulk_solvent_ext.pyd.manifest -outputresource:lib\mmtbx_bulk_solvent_ext.pyd;2 decompose_ext.cpp cl /Fommtbx\tls\tls_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\tls\tls_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project tls_ext.cpp cl /Fommtbx\tls\optimise_amplitudes.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\tls\optimise_amplitudes.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project optimise_amplitudes.cpp lib /nologo /OUT:lib\mmtbx_tls.lib mmtbx\tls\decompose.obj cl /Fommtbx\tls\optimise_amplitudes_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\tls\optimise_amplitudes_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project optimise_amplitudes_ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_ncs_ext.pyd /implib:lib\mmtbx_ncs_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\ncs\tncs_ext.obj Creating library lib\mmtbx_ncs_ext.lib and object lib\mmtbx_ncs_ext.exp mt /nologo -manifest lib\mmtbx_ncs_ext.pyd.manifest -outputresource:lib\mmtbx_ncs_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_max_lik_ext.pyd /implib:lib\mmtbx_max_lik_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\max_lik\max_lik_ext.obj mmtbx\max_lik\max_lik.obj cl /Fommtbx\tls\utils.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\tls\utils.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project Creating library lib\mmtbx_max_lik_ext.lib and object lib\mmtbx_max_lik_ext.exp mt /nologo -manifest lib\mmtbx_max_lik_ext.pyd.manifest -outputresource:lib\mmtbx_max_lik_ext.pyd;2 utils.cpp cl /Fommtbx\tls\utils_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\tls\utils_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project utils_ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_geometry_indexing_ext.pyd /implib:lib\mmtbx_geometry_indexing_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\geometry\boost_python\indexing_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_rsr_ext.pyd /implib:lib\mmtbx_rsr_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\rsr\rsr_ext.obj Creating library lib\mmtbx_geometry_indexing_ext.lib and object lib\mmtbx_geometry_indexing_ext.exp Creating library lib\mmtbx_rsr_ext.lib and object lib\mmtbx_rsr_ext.exp mt /nologo -manifest lib\mmtbx_rsr_ext.pyd.manifest -outputresource:lib\mmtbx_rsr_ext.pyd;2 mt /nologo -manifest lib\mmtbx_geometry_indexing_ext.pyd.manifest -outputresource:lib\mmtbx_geometry_indexing_ext.pyd;2 cl /Fommtbx\utils\utils_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\utils\utils_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Fommtbx\validation\ramachandran\rama_eval_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\validation\ramachandran\rama_eval_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2472) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xutility(2589) : see reference to function template instantiation '_OutIt std::_Copy_opt<_InIt,_OutIt,std::_Iter_random_helper::_Iter_random_cat>(_InIt,_InIt,_OutIt,_InOutItCat,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _OutIt=int *, _InIt=const size_t *, _InOutItCat=std::_Iter_random_helper::_Iter_random_cat ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/detail/misc.h(94) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=int *, InputElementType=size_t, OutputElementType=int, _InIt=const size_t * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/tiny.h(31) : see reference to function template instantiation 'OutputElementType *scitbx::af::copy_typeconv(const InputElementType *,const InputElementType *,OutputElementType *)' being compiled with [ OutputElementType=int, ElementType=size_t, InputElementType=size_t ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\mmtbx/rotamer/fit.h(137) : see reference to function template instantiation 'scitbx::af::tiny::tiny(const scitbx::af::tiny_plain &)' being compiled with [ ElementType=int, N=0x03 ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\mmtbx/rotamer/fit.h(106) : while compiling class template member function 'mmtbx::rotamer::fit<>::fit(FloatType,const mmtbx::rotamer::xyzrad &,const boost::python::list &,const boost::python::list &,const boost::python::list &,const scitbx::af::const_ref &,const mmtbx::rotamer::xyzrad &,const cctbx::uctbx::unit_cell &,const scitbx::af::const_ref &,const scitbx::af::const_ref &,const scitbx::af::const_ref &,const scitbx::af::const_ref &,const FloatType &,const int &)' with [ FloatType=double, ElementType=double, AccessorType=scitbx::af::c_grid_padded<0x03> ] C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\rotamer\fit_ext.cpp(56) : see reference to class template instantiation 'mmtbx::rotamer::fit<>' being compiled link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_secondary_structure_ext.pyd /implib:lib\mmtbx_secondary_structure_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs iotbx_pdb.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\secondary_structure\ext.obj rama_eval_bpl.cpp utils_ext.cpp Creating library lib\mmtbx_secondary_structure_ext.lib and object lib\mmtbx_secondary_structure_ext.exp mt /nologo -manifest lib\mmtbx_secondary_structure_ext.pyd.manifest -outputresource:lib\mmtbx_secondary_structure_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_reference_coordinate_ext.pyd /implib:lib\mmtbx_reference_coordinate_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\geometry_restraints\boost_python\reference_coordinate_ext.obj cl /Fosolve_resolve\ObjexxFCL\Cstring.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\Cstring.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve Cstring.cc Creating library lib\mmtbx_reference_coordinate_ext.lib and object lib\mmtbx_reference_coordinate_ext.exp mt /nologo -manifest lib\mmtbx_reference_coordinate_ext.pyd.manifest -outputresource:lib\mmtbx_reference_coordinate_ext.pyd;2 cl /Fosolve_resolve\ObjexxFCL\Dimension.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\Dimension.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\ObjexxFCL\DimensionExpression.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\DimensionExpression.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve Dimension.cc link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_geometry_clash_ext.pyd /implib:lib\mmtbx_geometry_clash_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\geometry\boost_python\clash_ext.obj DimensionExpression.cc Creating library lib\mmtbx_geometry_clash_ext.lib and object lib\mmtbx_geometry_clash_ext.exp mt /nologo -manifest lib\mmtbx_geometry_clash_ext.pyd.manifest -outputresource:lib\mmtbx_geometry_clash_ext.pyd;2 cl /Fosolve_resolve\ObjexxFCL\DimensionExpressionRef.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\DimensionExpressionRef.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_rotamer_fit_ext.pyd /implib:lib\mmtbx_rotamer_fit_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\rotamer\fit_ext.obj cl /Fosolve_resolve\ObjexxFCL\DynamicIndexRange.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\DynamicIndexRange.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve DimensionExpressionRef.cc cl /Fosolve_resolve\ObjexxFCL\Fstring.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\Fstring.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve Creating library lib\mmtbx_rotamer_fit_ext.lib and object lib\mmtbx_rotamer_fit_ext.exp mt /nologo -manifest lib\mmtbx_rotamer_fit_ext.pyd.manifest -outputresource:lib\mmtbx_rotamer_fit_ext.pyd;2 DynamicIndexRange.cc lib /nologo /OUT:lib\mmtbx_masks.lib mmtbx\masks\atom_mask.obj Fstring.cc cl /Fosolve_resolve\ObjexxFCL\IndexRange.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\IndexRange.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_masks_ext.pyd /implib:lib\mmtbx_masks_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs mmtbx_masks.lib cctbx_sgtbx_asu.lib cctbx.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\masks\masks_ext.obj cl /Fosolve_resolve\ObjexxFCL\Observer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\Observer.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve IndexRange.cc Observer.cc link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_ramachandran_restraints_ext.pyd /implib:lib\mmtbx_ramachandran_restraints_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\geometry_restraints\boost_python\ramachandran_ext.obj cl /Fosolve_resolve\ObjexxFCL\ObserverGraph.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\ObserverGraph.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\ObjexxFCL\ObserverMediator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\ObserverMediator.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\ObjexxFCL\ObserverMulti.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\ObserverMulti.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve ObserverMediator.cc Creating library lib\mmtbx_ramachandran_restraints_ext.lib and object lib\mmtbx_ramachandran_restraints_ext.exp cl /Fosolve_resolve\ObjexxFCL\Star.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\Star.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve ObserverGraph.cc mt /nologo -manifest lib\mmtbx_ramachandran_restraints_ext.pyd.manifest -outputresource:lib\mmtbx_ramachandran_restraints_ext.pyd;2 Creating library lib\mmtbx_masks_ext.lib and object lib\mmtbx_masks_ext.exp cl /Fosolve_resolve\ObjexxFCL\Time_Date.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\Time_Date.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve ObserverMulti.cc cl /Fosolve_resolve\ObjexxFCL\char.functions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\char.functions.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve Time_Date.cc Star.cc char.functions.cc cl /Fosolve_resolve\ObjexxFCL\format.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\format.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\ObjexxFCL\string.functions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\ObjexxFCL\string.functions.cc /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mt /nologo -manifest lib\mmtbx_masks_ext.pyd.manifest -outputresource:lib\mmtbx_masks_ext.pyd;2 string.functions.cc format.cc cl /Foomptbx\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\omptbx\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Fophaser\codebase\phaser\cctbx_project\iotbx\ccp4_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\cctbx_project\iotbx\ccp4_map.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ext.cpp cl /Fophaser\codebase\phaser\ep_objects\ep_solution.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\ep_objects\ep_solution.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_pair_interaction_ext.pyd /implib:lib\mmtbx_pair_interaction_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\pair_interaction\interaction_ext.obj ccp4_map.cc ep_solution.cc cl /Fophaser\codebase\phaser\ep_objects\ep_search.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\ep_objects\ep_search.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Creating library lib\mmtbx_pair_interaction_ext.lib and object lib\mmtbx_pair_interaction_ext.exp mt /nologo -manifest lib\mmtbx_pair_interaction_ext.pyd.manifest -outputresource:lib\mmtbx_pair_interaction_ext.pyd;2 ep_search.cc cl /Fophaser\codebase\phaser\ep_objects\data_atom.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\ep_objects\data_atom.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\ep_objects\data_ep.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\ep_objects\data_ep.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\ep_objects\af_atom.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\ep_objects\af_atom.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\ep_objects\data_wave.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\ep_objects\data_wave.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include data_ep.cc data_atom.cc af_atom.cc link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_tls_decompose_ext.pyd /implib:lib\mmtbx_tls_decompose_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs mmtbx_tls.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\tls\decompose_ext.obj data_wave.cc lib /nologo /OUT:lib\objexxfcl.lib solve_resolve\ObjexxFCL\Cstring.obj solve_resolve\ObjexxFCL\Dimension.obj solve_resolve\ObjexxFCL\DimensionExpression.obj solve_resolve\ObjexxFCL\DimensionExpressionRef.obj solve_resolve\ObjexxFCL\DynamicIndexRange.obj solve_resolve\ObjexxFCL\Fstring.obj solve_resolve\ObjexxFCL\IndexRange.obj solve_resolve\ObjexxFCL\Observer.obj solve_resolve\ObjexxFCL\ObserverGraph.obj solve_resolve\ObjexxFCL\ObserverMediator.obj solve_resolve\ObjexxFCL\ObserverMulti.obj solve_resolve\ObjexxFCL\Star.obj solve_resolve\ObjexxFCL\Time_Date.obj solve_resolve\ObjexxFCL\char.functions.obj solve_resolve\ObjexxFCL\format.obj solve_resolve\ObjexxFCL\string.functions.obj Creating library lib\mmtbx_tls_decompose_ext.lib and object lib\mmtbx_tls_decompose_ext.exp mt /nologo -manifest lib\mmtbx_tls_decompose_ext.pyd.manifest -outputresource:lib\mmtbx_tls_decompose_ext.pyd;2 cl /Fophaser\codebase\phaser\ep_objects\data_xtal.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\ep_objects\data_xtal.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include data_xtal.cc cl /Fophaser\codebase\phaser\include\data_refl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\include\data_refl.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\include\data_asu.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\include\data_asu.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include data_refl.cc data_asu.cc cl /Fophaser\codebase\phaser\io\END.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\END.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include END.cc link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_tls_optimise_amplitudes_ext.pyd /implib:lib\mmtbx_tls_optimise_amplitudes_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs mmtbx_tls.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\tls\optimise_amplitudes.obj mmtbx\tls\optimise_amplitudes_ext.obj Creating library lib\mmtbx_tls_optimise_amplitudes_ext.lib and object lib\mmtbx_tls_optimise_amplitudes_ext.exp mt /nologo -manifest lib\mmtbx_tls_optimise_amplitudes_ext.pyd.manifest -outputresource:lib\mmtbx_tls_optimise_amplitudes_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_scaling_ext.pyd /implib:lib\mmtbx_scaling_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\scaling\scaling_ext.obj mmtbx\scaling\twinning_bpl.obj mmtbx\scaling\relative_scaling_bpl.obj mmtbx\scaling\outlier_bpl.obj cl /Fophaser\codebase\phaser\io\Errors.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\Errors.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\CCP4base.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\CCP4base.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Errors.cc CCP4base.cc Creating library lib\mmtbx_scaling_ext.lib and object lib\mmtbx_scaling_ext.exp lib /nologo /OUT:lib\phasercmap.lib phaser\codebase\phaser\cctbx_project\iotbx\ccp4_map.obj mt /nologo -manifest lib\mmtbx_scaling_ext.pyd.manifest -outputresource:lib\mmtbx_scaling_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_validation_ramachandran_ext.pyd /implib:lib\mmtbx_validation_ramachandran_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\validation\ramachandran\rama_eval_bpl.obj cl /Fophaser\codebase\phaser\io\Preprocessor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\Preprocessor.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\Output.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\Output.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\Memory.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\Memory.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_geometry_asa_ext.pyd /implib:lib\mmtbx_geometry_asa_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\geometry\boost_python\asa_ext.obj Preprocessor.cc Creating library lib\mmtbx_validation_ramachandran_ext.lib and object lib\mmtbx_validation_ramachandran_ext.exp mt /nologo -manifest lib\mmtbx_validation_ramachandran_ext.pyd.manifest -outputresource:lib\mmtbx_validation_ramachandran_ext.pyd;2 Memory.cc Output.cc cl /Fophaser\codebase\phaser\io\phenix_out.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\phenix_out.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Creating library lib\mmtbx_geometry_asa_ext.lib and object lib\mmtbx_geometry_asa_ext.exp phenix_out.cc mt /nologo -manifest lib\mmtbx_geometry_asa_ext.pyd.manifest -outputresource:lib\mmtbx_geometry_asa_ext.pyd;2 cl /Fophaser\codebase\phaser\io\InputMR_AUTO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputMR_AUTO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\InputMR_ATOM.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputMR_ATOM.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\InputMR_DAT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputMR_DAT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\InputANO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputANO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include InputMR_AUTO.cc link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_utils_ext.pyd /implib:lib\mmtbx_utils_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\utils\utils_ext.obj cl /Fophaser\codebase\phaser\io\InputMR_ELLG.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputMR_ELLG.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include InputMR_ATOM.cc InputANO.cc InputMR_DAT.cc InputMR_ELLG.cc Creating library lib\mmtbx_utils_ext.lib and object lib\mmtbx_utils_ext.exp mt /nologo -manifest lib\mmtbx_utils_ext.pyd.manifest -outputresource:lib\mmtbx_utils_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\omptbx_ext.pyd /implib:lib\omptbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs omptbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib omptbx\ext.obj cl /Fophaser\codebase\phaser\io\InputMR_FRF.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputMR_FRF.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\InputMR_FTF.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputMR_FTF.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Creating library lib\omptbx_ext.lib and object lib\omptbx_ext.exp mt /nologo -manifest lib\omptbx_ext.pyd.manifest -outputresource:lib\omptbx_ext.pyd;2 InputMR_FRF.cc InputMR_FTF.cc cl /Fophaser\codebase\phaser\io\InputMR_PAK.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputMR_PAK.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\InputMR_RNP.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputMR_RNP.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include InputMR_PAK.cc InputMR_RNP.cc cl /Fophaser\codebase\phaser\io\InputMR_OCC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputMR_OCC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include InputMR_OCC.cc cl /Fophaser\codebase\phaser\io\InputNMA.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputNMA.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\InputCCA.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputCCA.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include InputNMA.cc InputCCA.cc cl /Fophaser\codebase\phaser\io\InputNCS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputNCS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include lib /nologo /OUT:lib\phaserep.lib phaser\codebase\phaser\ep_objects\ep_solution.obj phaser\codebase\phaser\ep_objects\ep_search.obj phaser\codebase\phaser\ep_objects\data_atom.obj phaser\codebase\phaser\ep_objects\data_ep.obj phaser\codebase\phaser\ep_objects\af_atom.obj phaser\codebase\phaser\ep_objects\data_wave.obj phaser\codebase\phaser\ep_objects\data_xtal.obj InputNCS.cc link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_tls_ext.pyd /implib:lib\mmtbx_tls_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs mmtbx_tls.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\tls\tls_ext.obj cl /Fophaser\codebase\phaser\io\InputDFAC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputDFAC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\ResultMR_DAT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultMR_DAT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Creating library lib\mmtbx_tls_ext.lib and object lib\mmtbx_tls_ext.exp mt /nologo -manifest lib\mmtbx_tls_ext.pyd.manifest -outputresource:lib\mmtbx_tls_ext.pyd;2 InputDFAC.cc ResultMR_DAT.cc lib /nologo /OUT:lib\phaserinc.lib phaser\codebase\phaser\include\data_refl.obj phaser\codebase\phaser\include\data_asu.obj cl /Fophaser\codebase\phaser\io\ResultANO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultANO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\ResultMR_RF.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultMR_RF.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\ResultMR_TF.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultMR_TF.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ResultANO.cc cl /Fophaser\codebase\phaser\io\ResultMR.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultMR.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ResultMR_RF.cc ResultMR_TF.cc ResultMR.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\io\ResultGYRE.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultGYRE.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\ResultCCA.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultCCA.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ResultGYRE.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation ResultCCA.cc link /nologo /incremental:no /dll /MANIFEST /out:lib\mmtbx_tls_utils_ext.pyd /implib:lib\mmtbx_tls_utils_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs mmtbx_tls.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib mmtbx\tls\utils.obj mmtbx\tls\utils_ext.obj c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\io\ResultNMA.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultNMA.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Creating library lib\mmtbx_tls_utils_ext.lib and object lib\mmtbx_tls_utils_ext.exp c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\io\ResultNCS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultNCS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include mt /nologo -manifest lib\mmtbx_tls_utils_ext.pyd.manifest -outputresource:lib\mmtbx_tls_utils_ext.pyd;2 ResultNMA.cc ResultNCS.cc cl /Fophaser\codebase\phaser\io\ResultDFAC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultDFAC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\ResultELLG.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultELLG.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\PdbHandler.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\PdbHandler.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ResultDFAC.cc ResultELLG.cc cl /Fophaser\codebase\phaser\io\MtzHandler.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\MtzHandler.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include PdbHandler.cc cl /Fophaser\codebase\phaser\io\InputEP_DAT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputEP_DAT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include MtzHandler.cc InputEP_DAT.cc cl /Fophaser\codebase\phaser\io\InputEP_SAD.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputEP_SAD.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\InputEP_AUTO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputEP_AUTO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\ResultEP_DAT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultEP_DAT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include InputEP_SAD.cc cl /Fophaser\codebase\phaser\io\ResultEP.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultEP.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include InputEP_AUTO.cc cl /Fophaser\codebase\phaser\io\ResultFile.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultFile.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ResultEP_DAT.cc cl /Fophaser\codebase\phaser\io\hybrid_36_c.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\hybrid_36_c.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ResultEP.cc ResultFile.cc hybrid_36_c.c cl /Fophaser\codebase\phaser\io\InputMR_FUSE.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputMR_FUSE.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\InputEP_SSD.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\InputEP_SSD.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\io\ResultSSD.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultSSD.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include InputMR_FUSE.cc InputEP_SSD.cc ResultSSD.cc cl /Fophaser\codebase\phaser\io\ResultCore.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\io\ResultCore.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\ATOM.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\ATOM.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ResultCore.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation ATOM.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\keywords\BINS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\BINS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include BINS.cc cl /Fophaser\codebase\phaser\keywords\BFAC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\BFAC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include BFAC.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\keywords\BOXS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\BOXS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include BOXS.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\keywords\CELL.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\CELL.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include CELL.cc cl /Fophaser\codebase\phaser\keywords\CLUS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\CLUS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation CLUS.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\keywords\COMP.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\COMP.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\CRYS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\CRYS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\DDM.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\DDM.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation COMP.cc CRYS.cc DDM.cc cl /Fophaser\codebase\phaser\keywords\EIGE.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\EIGE.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\ELLG.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\ELLG.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\ENSE.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\ENSE.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include EIGE.cc cl /Fophaser\codebase\phaser\keywords\ENM.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\ENM.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation ENSE.cc ELLG.cc ENM.cc cl /Fophaser\codebase\phaser\keywords\FFTS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\FFTS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\FIND.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\FIND.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include FFTS.cc FIND.cc cl /Fophaser\codebase\phaser\keywords\FORM.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\FORM.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include FORM.cc cl /Fophaser\codebase\phaser\keywords\HAND.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\HAND.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include HAND.cc cl /Fophaser\codebase\phaser\keywords\HKLI.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\HKLI.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\HKLO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\HKLO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include HKLI.cc HKLO.cc cl /Fophaser\codebase\phaser\keywords\INFO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\INFO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include INFO.cc cl /Fophaser\codebase\phaser\keywords\JOBS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\JOBS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include JOBS.cc cl /Fophaser\codebase\phaser\keywords\KEYW.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\KEYW.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include KEYW.cc cl /Fophaser\codebase\phaser\keywords\KILL.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\KILL.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\LABI.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\LABI.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\keywords\LLGC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\LLGC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include lib /nologo /OUT:lib\phaserio.lib phaser\codebase\phaser\io\END.obj phaser\codebase\phaser\io\Errors.obj phaser\codebase\phaser\io\CCP4base.obj phaser\codebase\phaser\io\Preprocessor.obj phaser\codebase\phaser\io\Output.obj phaser\codebase\phaser\io\Memory.obj phaser\codebase\phaser\io\phenix_out.obj phaser\codebase\phaser\io\InputMR_AUTO.obj phaser\codebase\phaser\io\InputMR_ATOM.obj phaser\codebase\phaser\io\InputMR_DAT.obj phaser\codebase\phaser\io\InputANO.obj phaser\codebase\phaser\io\InputMR_ELLG.obj phaser\codebase\phaser\io\InputMR_FRF.obj phaser\codebase\phaser\io\InputMR_FTF.obj phaser\codebase\phaser\io\InputMR_PAK.obj phaser\codebase\phaser\io\InputMR_RNP.obj phaser\codebase\phaser\io\InputMR_OCC.obj phaser\codebase\phaser\io\InputNMA.obj phaser\codebase\phaser\io\InputCCA.obj phaser\codebase\phaser\io\InputNCS.obj phaser\codebase\phaser\io\InputDFAC.obj phaser\codebase\phaser\io\ResultMR_DAT.obj phaser\codebase\phaser\io\ResultANO.obj phaser\codebase\phaser\io\ResultMR_RF.obj phaser\codebase\phaser\io\ResultMR_TF.obj phaser\codebase\phaser\io\ResultMR.obj phaser\codebase\phaser\io\ResultGYRE.obj phaser\codebase\phaser\io\ResultCCA.obj phaser\codebase\phaser\io\ResultNMA.obj phaser\codebase\phaser\io\ResultNCS.obj phaser\codebase\phaser\io\ResultDFAC.obj phaser\codebase\phaser\io\ResultELLG.obj phaser\codebase\phaser\io\PdbHandler.obj phaser\codebase\phaser\io\MtzHandler.obj phaser\codebase\phaser\io\InputEP_DAT.obj phaser\codebase\phaser\io\InputEP_SAD.obj phaser\codebase\phaser\io\InputEP_AUTO.obj phaser\codebase\phaser\io\ResultEP_DAT.obj phaser\codebase\phaser\io\ResultEP.obj phaser\codebase\phaser\io\ResultFile.obj phaser\codebase\phaser\io\hybrid_36_c.obj phaser\codebase\phaser\io\InputMR_FUSE.obj phaser\codebase\phaser\io\InputEP_SSD.obj phaser\codebase\phaser\io\ResultSSD.obj phaser\codebase\phaser\io\ResultCore.obj c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation KILL.cc LABI.cc LLGC.cc cl /Fophaser\codebase\phaser\keywords\LLGM.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\LLGM.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\MACA.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\MACA.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include LLGM.cc cl /Fophaser\codebase\phaser\keywords\MACJ.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\MACJ.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\MACM.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\MACM.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include MACA.cc MACJ.cc cl /Fophaser\codebase\phaser\keywords\MACO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\MACO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include MACM.cc cl /Fophaser\codebase\phaser\keywords\MACG.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\MACG.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include MACO.cc MACG.cc cl /Fophaser\codebase\phaser\keywords\MACS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\MACS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\MACT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\MACT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include MACT.cc MACS.cc cl /Fophaser\codebase\phaser\keywords\MUTE.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\MUTE.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include MUTE.cc cl /Fophaser\codebase\phaser\keywords\NMA.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\NMA.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\NORM.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\NORM.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include NMA.cc NORM.cc cl /Fophaser\codebase\phaser\keywords\OCCU.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\OCCU.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\OUTL.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\OUTL.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include OCCU.cc OUTL.cc cl /Fophaser\codebase\phaser\keywords\PACK.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\PACK.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include PACK.cc cl /Fophaser\codebase\phaser\keywords\PART.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\PART.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\PEAK.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\PEAK.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include PART.cc PEAK.cc cl /Fophaser\codebase\phaser\keywords\PERM.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\PERM.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include PERM.cc cl /Fophaser\codebase\phaser\keywords\PERT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\PERT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include PERT.cc cl /Fophaser\codebase\phaser\keywords\PURG.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\PURG.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\RESC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\RESC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include PURG.cc cl /Fophaser\codebase\phaser\keywords\RESH.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\RESH.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RESC.cc cl /Fophaser\codebase\phaser\keywords\RESO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\RESO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\RFAC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\RFAC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RESH.cc RESO.cc RFAC.cc cl /Fophaser\codebase\phaser\keywords\ROOT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\ROOT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\ROTA.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\ROTA.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ROOT.cc cl /Fophaser\codebase\phaser\keywords\SAMP.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\SAMP.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ROTA.cc SAMP.cc cl /Fophaser\codebase\phaser\keywords\SCAT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\SCAT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\SCED.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\SCED.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SCAT.cc SCED.cc cl /Fophaser\codebase\phaser\keywords\SEAR.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\SEAR.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\SGAL.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\SGAL.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SEAR.cc cl /Fophaser\codebase\phaser\keywords\SOLP.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\SOLP.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SGAL.cc cl /Fophaser\codebase\phaser\keywords\SOLU.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\SOLU.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SOLP.cc cl /Fophaser\codebase\phaser\keywords\SORT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\SORT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SOLU.cc SORT.cc cl /Fophaser\codebase\phaser\keywords\SPAC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\SPAC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SPAC.cc cl /Fophaser\codebase\phaser\keywords\TARG.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\TARG.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include TARG.cc cl /Fophaser\codebase\phaser\keywords\TITL.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\TITL.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include TITL.cc cl /Fophaser\codebase\phaser\keywords\TNCS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\TNCS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\TOPF.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\TOPF.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\TRAN.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\TRAN.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\WAVE.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\WAVE.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include TNCS.cc TOPF.cc TRAN.cc WAVE.cc cl /Fophaser\codebase\phaser\keywords\VARS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\VARS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\keywords\VERB.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\VERB.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include VERB.cc VARS.cc cl /Fophaser\codebase\phaser\keywords\XYZO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\XYZO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include XYZO.cc cl /Fophaser\codebase\phaser\keywords\ZSCO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\keywords\ZSCO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\aniso.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\aniso.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ZSCO.cc aniso.cc cl /Fophaser\codebase\phaser\lib\best.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\best.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include best.cc cl /Fophaser\codebase\phaser\lib\consistentDLuz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\consistentDLuz.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include consistentDLuz.cc cl /Fophaser\codebase\phaser\lib\euler.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\euler.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include euler.cc cl /Fophaser\codebase\phaser\lib\eLLG.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\eLLG.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation eLLG.cc cl /Fophaser\codebase\phaser\lib\factor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\factor.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\func_ops.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\func_ops.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include factor.cc func_ops.cc cl /Fophaser\codebase\phaser\lib\is_pointgroup.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\is_pointgroup.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include is_pointgroup.cc cl /Fophaser\codebase\phaser\lib\jiffy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\jiffy.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\math_alogch.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_alogch.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation jiffy.cc math_alogch.cc cl /Fophaser\codebase\phaser\lib\math_besrat.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_besrat.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\math_eBesselI0.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_eBesselI0.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include math_besrat.cc cl /Fophaser\codebase\phaser\lib\math_eBesselI1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_eBesselI1.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include math_eBesselI0.cc cl /Fophaser\codebase\phaser\lib\math_RiceWoolfson.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_RiceWoolfson.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include math_eBesselI1.cc cl /Fophaser\codebase\phaser\lib\math_sim.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_sim.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\math_Gfunc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_Gfunc.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include math_sim.cc math_RiceWoolfson.cc cl /Fophaser\codebase\phaser\lib\math_DLuzzati.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_DLuzzati.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include math_Gfunc.cc math_DLuzzati.cc cl /Fophaser\codebase\phaser\lib\math_ParabolicCylinderD.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_ParabolicCylinderD.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\math_FrenchWilson.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_FrenchWilson.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\math_RiceLLG.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_RiceLLG.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include math_ParabolicCylinderD.cc math_FrenchWilson.cc math_RiceLLG.cc cl /Fophaser\codebase\phaser\lib\math_pIntensity.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_pIntensity.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include math_pIntensity.cc Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpndsfoo.lnk for command line: lib /nologo /OUT:lib\phaserkey.lib phaser\codebase\phaser\keywords\ATOM.obj phaser\codebase\phaser\keywords\BINS.obj phaser\codebase\phaser\keywords\BFAC.obj phaser\codebase\phaser\keywords\BOXS.obj phaser\codebase\phaser\keywords\CELL.obj phaser\codebase\phaser\keywords\CLUS.obj phaser\codebase\phaser\keywords\COMP.obj phaser\codebase\phaser\keywords\CRYS.obj phaser\codebase\phaser\keywords\DDM.obj phaser\codebase\phaser\keywords\EIGE.obj phaser\codebase\phaser\keywords\ELLG.obj phaser\codebase\phaser\keywords\ENSE.obj phaser\codebase\phaser\keywords\ENM.obj phaser\codebase\phaser\keywords\FFTS.obj phaser\codebase\phaser\keywords\FIND.obj phaser\codebase\phaser\keywords\FORM.obj phaser\codebase\phaser\keywords\HAND.obj phaser\codebase\phaser\keywords\HKLI.obj phaser\codebase\phaser\keywords\HKLO.obj phaser\codebase\phaser\keywords\INFO.obj phaser\codebase\phaser\keywords\JOBS.obj phaser\codebase\phaser\keywords\KEYW.obj phaser\codebase\phaser\keywords\KILL.obj phaser\codebase\phaser\keywords\LABI.obj phaser\codebase\phaser\keywords\LLGC.obj phaser\codebase\phaser\keywords\LLGM.obj phaser\codebase\phaser\keywords\MACA.obj phaser\codebase\phaser\keywords\MACJ.obj phaser\codebase\phaser\keywords\MACM.obj phaser\codebase\phaser\keywords\MACO.obj phaser\codebase\phaser\keywords\MACG.obj phaser\codebase\phaser\keywords\MACS.obj phaser\codebase\phaser\keywords\MACT.obj phaser\codebase\phaser\keywords\MUTE.obj phaser\codebase\phaser\keywords\NMA.obj phaser\codebase\phaser\keywords\NORM.obj phaser\codebase\phaser\keywords\OCCU.obj phaser\codebase\phaser\keywords\OUTL.obj phaser\codebase\phaser\keywords\PACK.obj phaser\codebase\phaser\keywords\PART.obj phaser\codebase\phaser\keywords\PEAK.obj phaser\codebase\phaser\keywords\PERM.obj phaser\codebase\phaser\keywords\PERT.obj phaser\codebase\phaser\keywords\PURG.obj phaser\codebase\phaser\keywords\RESC.obj phaser\codebase\phaser\keywords\RESH.obj phaser\codebase\phaser\keywords\RESO.obj phaser\codebase\phaser\keywords\RFAC.obj phaser\codebase\phaser\keywords\ROOT.obj phaser\codebase\phaser\keywords\ROTA.obj phaser\codebase\phaser\keywords\SAMP.obj phaser\codebase\phaser\keywords\SCAT.obj phaser\codebase\phaser\keywords\SCED.obj phaser\codebase\phaser\keywords\SEAR.obj phaser\codebase\phaser\keywords\SGAL.obj phaser\codebase\phaser\keywords\SOLP.obj phaser\codebase\phaser\keywords\SOLU.obj phaser\codebase\phaser\keywords\SORT.obj phaser\codebase\phaser\keywords\SPAC.obj phaser\codebase\phaser\keywords\TARG.obj phaser\codebase\phaser\keywords\TITL.obj phaser\codebase\phaser\keywords\TNCS.obj phaser\codebase\phaser\keywords\TOPF.obj phaser\codebase\phaser\keywords\TRAN.obj phaser\codebase\phaser\keywords\WAVE.obj phaser\codebase\phaser\keywords\VARS.obj phaser\codebase\phaser\keywords\VERB.obj phaser\codebase\phaser\keywords\XYZO.obj phaser\codebase\phaser\keywords\ZSCO.obj lib @c:\users\phaserbuilder\appdata\local\temp\tmpndsfoo.lnk cl /Fophaser\codebase\phaser\lib\math_info.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\math_info.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include math_info.cc cl /Fophaser\codebase\phaser\lib\matthewsProb.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\matthewsProb.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\rad2phi.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\rad2phi.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include matthewsProb.cc rad2phi.cc cl /Fophaser\codebase\phaser\lib\rmdirs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\rmdirs.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\rotationgroup.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\rotationgroup.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\rotdist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\rotdist.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\round.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\round.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include rmdirs.cc rotationgroup.cc rotdist.cc round.cc cl /Fophaser\codebase\phaser\lib\safe_mtz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\safe_mtz.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include safe_mtz.cc cl /Fophaser\codebase\phaser\lib\signal.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\signal.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\scattering.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\scattering.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include signal.cc scattering.cc cl /Fophaser\codebase\phaser\lib\sg_prior.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\sg_prior.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\sphericalY.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\sphericalY.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include sg_prior.cc sphericalY.cc cl /Fophaser\codebase\phaser\lib\xyzRotMatDeg.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\xyzRotMatDeg.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\lib\xyz_weight.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\xyz_weight.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include xyzRotMatDeg.cc cl /Fophaser\codebase\phaser\lib\fasta2str.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\lib\fasta2str.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include xyz_weight.cc fasta2str.cc cl /Fophaser\codebase\phaser\main\main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\main\main.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\main\phasermode.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\main\phasermode.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\main\MODE.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\main\MODE.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\mr_objects\mr_solution.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\mr_solution.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include main.cc phasermode.cc cl /Fophaser\codebase\phaser\mr_objects\mr_set.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\mr_set.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include MODE.cc mr_solution.cc mr_set.cc cl /Fophaser\codebase\phaser\mr_objects\mr_clash.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\mr_clash.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include mr_clash.cc cl /Fophaser\codebase\phaser\mr_objects\mr_ndim.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\mr_ndim.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include mr_ndim.cc cl /Fophaser\codebase\phaser\mr_objects\data_pdb.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\data_pdb.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\mr_objects\data_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\data_map.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include data_pdb.cc data_map.cc cl /Fophaser\codebase\phaser\mr_objects\data_trace.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\data_trace.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include data_trace.cc cl /Fophaser\codebase\phaser\mr_objects\search_component.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\search_component.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include search_component.cc cl /Fophaser\codebase\phaser\mr_objects\search_array.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\search_array.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include search_array.cc cl /Fophaser\codebase\phaser\mr_objects\rms_estimate.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\rms_estimate.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\mr_objects\drms_vrms.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\drms_vrms.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include rms_estimate.cc cl /Fophaser\codebase\phaser\mr_objects\overlap.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\mr_objects\overlap.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include drms_vrms.cc cl /Fophaser\ncs\Edge.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\Edge.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation overlap.cc cl /Fophaser\ncs\EnsembleSymmetry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\EnsembleSymmetry.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Edge.cpp EnsembleSymmetry.cpp cl /Fophaser\ncs\LCSTree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\LCSTree.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\ncs\MacromoleculeType.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\MacromoleculeType.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include LCSTree.cpp cl /Fophaser\ncs\NCSAssembly.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\NCSAssembly.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include MacromoleculeType.cpp NCSAssembly.cpp cl /Fophaser\ncs\NCSOperator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\NCSOperator.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\ncs\NCSSymmetry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\NCSSymmetry.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include NCSOperator.cpp NCSSymmetry.cpp lib /nologo /OUT:lib\phaserlib.lib phaser\codebase\phaser\lib\aniso.obj phaser\codebase\phaser\lib\best.obj phaser\codebase\phaser\lib\consistentDLuz.obj phaser\codebase\phaser\lib\euler.obj phaser\codebase\phaser\lib\eLLG.obj phaser\codebase\phaser\lib\factor.obj phaser\codebase\phaser\lib\func_ops.obj phaser\codebase\phaser\lib\is_pointgroup.obj phaser\codebase\phaser\lib\jiffy.obj phaser\codebase\phaser\lib\math_alogch.obj phaser\codebase\phaser\lib\math_besrat.obj phaser\codebase\phaser\lib\math_eBesselI0.obj phaser\codebase\phaser\lib\math_eBesselI1.obj phaser\codebase\phaser\lib\math_RiceWoolfson.obj phaser\codebase\phaser\lib\math_sim.obj phaser\codebase\phaser\lib\math_Gfunc.obj phaser\codebase\phaser\lib\math_DLuzzati.obj phaser\codebase\phaser\lib\math_ParabolicCylinderD.obj phaser\codebase\phaser\lib\math_FrenchWilson.obj phaser\codebase\phaser\lib\math_RiceLLG.obj phaser\codebase\phaser\lib\math_pIntensity.obj phaser\codebase\phaser\lib\math_info.obj phaser\codebase\phaser\lib\matthewsProb.obj phaser\codebase\phaser\lib\rad2phi.obj phaser\codebase\phaser\lib\rmdirs.obj phaser\codebase\phaser\lib\rotationgroup.obj phaser\codebase\phaser\lib\rotdist.obj phaser\codebase\phaser\lib\round.obj phaser\codebase\phaser\lib\safe_mtz.obj phaser\codebase\phaser\lib\signal.obj phaser\codebase\phaser\lib\scattering.obj phaser\codebase\phaser\lib\sg_prior.obj phaser\codebase\phaser\lib\sphericalY.obj phaser\codebase\phaser\lib\xyzRotMatDeg.obj phaser\codebase\phaser\lib\xyz_weight.obj phaser\codebase\phaser\lib\fasta2str.obj cl /Fophaser\ncs\Node.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\Node.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Node.cpp cl /Fophaser\ncs\PointGroup.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\PointGroup.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation PointGroup.cpp cl /Fophaser\ncs\ReferenceChain.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\ReferenceChain.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include ReferenceChain.cpp cl /Fophaser\ncs\Suffix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\Suffix.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\ncs\SuffixTree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\ncs\SuffixTree.cpp /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Suffix.cpp SuffixTree.cpp cl /Fophaser\codebase\phaser\run\runANO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runANO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\run\runCCA.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runCCA.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runANO.cc runCCA.cc cl /Fophaser\codebase\phaser\run\runNMA.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runNMA.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\run\runSCEDS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runSCEDS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runNMA.cc runSCEDS.cc cl /Fophaser\codebase\phaser\run\runNMAXYZ.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runNMAXYZ.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runNMAXYZ.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\run\runNCS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runNCS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\run\runDFAC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runDFAC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\run\runMR_ELLG.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_ELLG.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runNCS.cc cl /Fophaser\codebase\phaser\run\runMR_DAT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_DAT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runDFAC.cc runMR_ELLG.cc runMR_DAT.cc cl /Fophaser\codebase\phaser\run\runMR_PREP.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_PREP.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\run\runMR_AUTO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_AUTO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runMR_PREP.cc runMR_AUTO.cc cl /Fophaser\codebase\phaser\run\runMR_ATOM.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_ATOM.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\run\runMR_FULL.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_FULL.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runMR_ATOM.cc cl /Fophaser\codebase\phaser\run\runMR_FAST.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_FAST.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runMR_FULL.cc runMR_FAST.cc cl /Fophaser\codebase\phaser\run\runMR_PAK.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_PAK.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation runMR_PAK.cc cl /Fophaser\codebase\phaser\run\runMR_RNP.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_RNP.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include lib /nologo /OUT:lib\phasermr.lib phaser\codebase\phaser\mr_objects\mr_solution.obj phaser\codebase\phaser\mr_objects\mr_set.obj phaser\codebase\phaser\mr_objects\mr_clash.obj phaser\codebase\phaser\mr_objects\mr_ndim.obj phaser\codebase\phaser\mr_objects\mr_clash.obj phaser\codebase\phaser\mr_objects\data_pdb.obj phaser\codebase\phaser\mr_objects\data_map.obj phaser\codebase\phaser\mr_objects\data_trace.obj phaser\codebase\phaser\mr_objects\search_component.obj phaser\codebase\phaser\mr_objects\search_array.obj phaser\codebase\phaser\mr_objects\rms_estimate.obj phaser\codebase\phaser\mr_objects\drms_vrms.obj phaser\codebase\phaser\mr_objects\overlap.obj runMR_RNP.cc phaser\codebase\phaser\mr_objects\mr_clash.obj : warning LNK4042: object specified more than once; extras ignored cl /Fophaser\codebase\phaser\run\runMR_OCC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_OCC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\run\runMR_FRF.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_FRF.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runMR_OCC.cc runMR_FRF.cc lib /nologo /OUT:lib\phasermain.lib phaser\codebase\phaser\main\main.obj phaser\codebase\phaser\main\phasermode.obj phaser\codebase\phaser\main\MODE.obj lib /nologo /OUT:lib\phaserncs.lib phaser\ncs\Edge.obj phaser\ncs\EnsembleSymmetry.obj phaser\ncs\LCSTree.obj phaser\ncs\MacromoleculeType.obj phaser\ncs\NCSAssembly.obj phaser\ncs\NCSOperator.obj phaser\ncs\NCSSymmetry.obj phaser\ncs\Node.obj phaser\ncs\PointGroup.obj phaser\ncs\ReferenceChain.obj phaser\ncs\Suffix.obj phaser\ncs\SuffixTree.obj cl /Fophaser\codebase\phaser\run\runMR_FTF.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_FTF.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation runMR_FTF.cc cl /Fophaser\codebase\phaser\run\runMR_GYRE.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_GYRE.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runMR_GYRE.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runNCS.cc(193) : warning C4129: '%' : unrecognized character escape sequence c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\run\runMR_GMBL.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_GMBL.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runMR_GMBL.cc cl /Fophaser\codebase\phaser\run\runMR_FUSE.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runMR_FUSE.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runMR_FUSE.cc cl /Fophaser\codebase\phaser\run\runEP_DAT.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runEP_DAT.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\run\runEP_SAD.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runEP_SAD.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runEP_DAT.cc runEP_SAD.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\run\runEP_AUTO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runEP_AUTO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\run\runEP_SSD.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runEP_SSD.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runEP_AUTO.cc cl /Fophaser\codebase\phaser\run\runSANDBOX.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\run\runSANDBOX.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include runEP_SSD.cc runSANDBOX.cc cl /Fophaser\codebase\phaser\src\Brick.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Brick.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\src\Cluster.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Cluster.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Brick.cc Cluster.cc cl /Fophaser\codebase\phaser\src\Minimizer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Minimizer.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Minimizer.cc cl /Fophaser\codebase\phaser\src\Clmn.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Clmn.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Clmn.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\DataA.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\DataA.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include DataA.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\DataB.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\DataB.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include DataB.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\DataMR.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\DataMR.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation DataMR.cc cl /Fophaser\codebase\phaser\src\Ensemble.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Ensemble.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Ensemble.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\EnsembleMAP.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\EnsembleMAP.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation EnsembleMAP.cc cl /Fophaser\codebase\phaser\src\EnsemblePDB.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\EnsemblePDB.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include EnsemblePDB.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\Epsilon.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Epsilon.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Epsilon.cc cl /Fophaser\codebase\phaser\src\FastRot.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\FastRot.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include FastRot.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\Gfunction.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Gfunction.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\Hexagonal.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Hexagonal.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Gfunction.cc cl /Fophaser\codebase\phaser\src\Molecule.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Molecule.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation Hexagonal.cc Molecule.cc cl /Fophaser\codebase\phaser\src\TraceMol.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\TraceMol.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\src\RefineANO.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineANO.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include TraceMol.cc RefineANO.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\RefineBase.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineBase.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\src\RefineBase2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineBase2.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RefineBase.cc RefineBase2.cc C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\DataB.cc(653) : warning C4129: '%' : unrecognized character escape sequence c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\RefineMR.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineMR.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RefineMR.cc cl /Fophaser\codebase\phaser\src\RefineGYRE.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineGYRE.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RefineGYRE.cc cl /Fophaser\codebase\phaser\src\RefineOCC.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\src\SiteListAng.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\SiteListAng.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RefineOCC.cc cl /Fophaser\codebase\phaser\src\SiteList.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\SiteList.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SiteListAng.cc SiteList.cc cl /Fophaser\codebase\phaser\src\SiteListXyz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\SiteListXyz.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SiteListXyz.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\Sites.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Sites.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\src\LlgcMapSites.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\LlgcMapSites.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Sites.cc LlgcMapSites.cc cl /Fophaser\codebase\phaser\src\SpaceGroup.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\SpaceGroup.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SpaceGroup.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\UnitCell.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\UnitCell.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation UnitCell.cc cl /Fophaser\codebase\phaser\src\BinStats.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\BinStats.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include BinStats.cc cl /Fophaser\codebase\phaser\src\EqualUnity.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\EqualUnity.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include EqualUnity.cc cl /Fophaser\codebase\phaser\src\Integration.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Integration.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\src\RefineSADb.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADb.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Integration.cc RefineSADb.cc cl /Fophaser\codebase\phaser\src\RefineSADc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADc.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation RefineSADc.cc cl /Fophaser\codebase\phaser\src\RefineSADt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADt.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RefineSADt.cc cl /Fophaser\codebase\phaser\src\RefineSADg.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADg.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RefineSADg.cc cl /Fophaser\codebase\phaser\src\RefineSADh.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADh.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\src\RefineSADi.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADi.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RefineSADh.cc RefineSADi.cc cl /Fophaser\codebase\phaser\src\RefineSADf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADf.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RefineSADf.cc cl /Fophaser\codebase\phaser\src\RefineSADp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADp.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(904) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(944) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(947) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(949) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(951) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(953) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(956) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(958) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(961) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(962) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(963) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(970) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(971) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(972) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(973) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(974) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(987) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(992) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(994) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(997) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(886) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(875) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(1198) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(1170) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(1156) : definition of 's' used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(1199) : warning C4258: 's' : definition from the for loop is ignored; the definition from the enclosing scope is used C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(1170) : definition of 's' ignored C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineOCC.cc(1156) : definition of 's' used RefineSADp.cc cl /Fophaser\codebase\phaser\src\RefineSADl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADl.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\src\RefineSADm.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADm.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RefineSADl.cc RefineSADm.cc cl /Fophaser\codebase\phaser\src\RefineNCS.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineNCS.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include RefineNCS.cc cl /Fophaser\codebase\phaser\src\SAD2a.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\SAD2a.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SAD2a.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\SAD2c.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\SAD2c.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SAD2c.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\SAD2s.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\SAD2s.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SAD2s.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\SAD1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\SAD1.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include SAD1.cc cl /Fophaser\codebase\phaser\src\MapEnsemble.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\MapEnsemble.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include MapEnsemble.cc cl /Fophaser\codebase\phaser\src\MapTraceMol.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\MapTraceMol.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include MapTraceMol.cc cl /Fophaser\codebase\phaser\src\Solvent.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Solvent.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Solvent.cc cl /Fophaser\codebase\phaser\src\HandEP.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\HandEP.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation HandEP.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\ListEditing.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\ListEditing.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation ListEditing.cc cl /Fophaser\codebase\phaser\src\Dfactor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Dfactor.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Dfactor.cc cl /Fophaser\codebase\phaser\src\Bin.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Bin.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\src\Cubic.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Cubic.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Bin.cc Cubic.cc cl /Fophaser\codebase\phaser\src\Composition.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Composition.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include Composition.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\TncsVar.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\TncsVar.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include cl /Fophaser\codebase\phaser\src\RefineSADs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\RefineSADs.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include TncsVar.cc RefineSADs.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\DataSAD.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\DataSAD.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation DataSAD.cc c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\src\Patterson.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\src\Patterson.cc /GR /EHsc /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost -Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\include /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Di386 /D_MVS /DMXTALS=32 /DMSETS=32 /DMCOLUMNS=128 /DCALL_LIKE_SUN /wd4267 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation Patterson.cc cl /Fophaser\codebase\phaser\boost_python\phaser_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\phaser_ext.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include phaser_ext.cpp cl /Fophaser\codebase\phaser\boost_python\phaser_ncs_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\phaser_ncs_ext.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fophaser\codebase\phaser\boost_python\phaser_rotation_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\phaser_rotation_ext.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fophaser\codebase\phaser\boost_python\keywords_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\keywords_bpl.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include phaser_ncs_ext.cpp phaser_rotation_ext.cpp c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation keywords_bpl.cpp cl /Fophaser\codebase\phaser\boost_python\MRobjects_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\MRobjects_bpl.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fophaser\codebase\phaser\boost_python\EPobjects_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\EPobjects_bpl.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fophaser\codebase\phaser\boost_python\RefineSAD_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\RefineSAD_bpl.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include MRobjects_bpl.cpp RefineSAD_bpl.cpp EPobjects_bpl.cpp cl /Fophaser\codebase\phaser\boost_python\RefineNCS_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\RefineNCS_bpl.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include RefineNCS_bpl.cpp c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fophaser\codebase\phaser\boost_python\ProtocolSAD_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\ProtocolSAD_bpl.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ProtocolSAD_bpl.cpp cl /Fophaser\codebase\phaser\boost_python\Minimizer_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\Minimizer_bpl.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Minimizer_bpl.cpp cl /Fophaser\codebase\phaser\boost_python\Inputs_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\Inputs_bpl.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Inputs_bpl.cpp cl /Fophaser\codebase\phaser\boost_python\Outputs_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\phaser\codebase\phaser\boost_python\Outputs_bpl.cpp /DBOOST_PYTHON_MAX_ARITY=22 /GR /EHsc /DBOOST_PYTHON_MAX_BASES=48 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Outputs_bpl.cpp c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Foprime\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\prime\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include ext.cpp cl /Foprime\index_ambiguity\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\prime\index_ambiguity\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include ext.cpp c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /FoPyQuante\Src\chgp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\PyQuante\Src\chgp.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DPYQUANTE_FULLY_QUALIFIED_MODULE_NAME /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include chgp.c cl /FoPyQuante\Src\slatec_lgamma.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\PyQuante\Src\slatec_lgamma.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DPYQUANTE_FULLY_QUALIFIED_MODULE_NAME /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include slatec_lgamma.c c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Foscitbx\slatec\lib_c.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\slatec\lib_c.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp lib_c.c c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation lib /nologo /OUT:lib\scitbx_slatec.lib scitbx\slatec\lib_c.obj cl /FoPyQuante\Src\cints.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\PyQuante\Src\cints.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DPYQUANTE_FULLY_QUALIFIED_MODULE_NAME /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cints.c c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation link /nologo /incremental:no /dll /MANIFEST /out:lib\pyquante_cints_ext.pyd /implib:lib\pyquante_cints_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs python27.lib scitbx_slatec.lib PyQuante\Src\cints.obj PyQuante\Src\slatec_lgamma.obj c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation link /nologo /incremental:no /dll /MANIFEST /out:lib\pyquante_chgp_ext.pyd /implib:lib\pyquante_chgp_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs python27.lib scitbx_slatec.lib PyQuante\Src\chgp.obj PyQuante\Src\slatec_lgamma.obj Creating library lib\pyquante_cints_ext.lib and object lib\pyquante_cints_ext.exp mt /nologo -manifest lib\pyquante_cints_ext.pyd.manifest -outputresource:lib\pyquante_cints_ext.pyd;2 Creating library lib\pyquante_chgp_ext.lib and object lib\pyquante_chgp_ext.exp mt /nologo -manifest lib\pyquante_chgp_ext.pyd.manifest -outputresource:lib\pyquante_chgp_ext.pyd;2 cl /FoPyQuante\Src\crys.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\PyQuante\Src\crys.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DPYQUANTE_FULLY_QUALIFIED_MODULE_NAME /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include link /nologo /incremental:no /dll /MANIFEST /out:lib\recviewer_ext.pyd /implib:lib\recviewer_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib boost_thread.lib cctbx.lib dials\algorithms\rs_mapper\ext.obj crys.c Creating library lib\recviewer_ext.lib and object lib\recviewer_ext.exp mt /nologo -manifest lib\recviewer_ext.pyd.manifest -outputresource:lib\recviewer_ext.pyd;2 cl /Fosolve_resolve\resolve\copy_cell_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_cell_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve link /nologo /incremental:no /dll /MANIFEST /out:lib\pyquante_crys_ext.pyd /implib:lib\pyquante_crys_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs python27.lib scitbx_slatec.lib PyQuante\Src\crys.obj PyQuante\Src\slatec_lgamma.obj cl /Fosolve_resolve\resolve\finish_chains.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\finish_chains.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_cell_cgrd3.cpp Creating library lib\pyquante_crys_ext.lib and object lib\pyquante_crys_ext.exp mt /nologo -manifest lib\pyquante_crys_ext.pyd.manifest -outputresource:lib\pyquante_crys_ext.pyd;2 finish_chains.cpp cl /Fosolve_resolve\resolve\mark_linked.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mark_linked.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mark_linked.cpp c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fosolve_resolve\resolve\limit_nonamers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\limit_nonamers.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_nonas_containing_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_nonas_containing_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve limit_nonamers.cpp get_nonas_containing_points.cpp c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation cl /Fosolve_resolve\resolve\identify_connections.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\identify_connections.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase\phaser/include/data_tncs.h(161) : warning C4805: '!=' : unsafe mix of type 'phaser::floatType' and type 'bool' in operation identify_connections.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\prime_index_ambiguity_ext.pyd /implib:lib\prime_index_ambiguity_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib prime\index_ambiguity\ext.obj cl /Fosolve_resolve\resolve\read_line_from_string.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_line_from_string.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve Creating library lib\prime_index_ambiguity_ext.lib and object lib\prime_index_ambiguity_ext.exp mt /nologo -manifest lib\prime_index_ambiguity_ext.pyd.manifest -outputresource:lib\prime_index_ambiguity_ext.pyd;2 read_line_from_string.cpp cl /Fosolve_resolve\resolve\remove_zero_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\remove_zero_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve remove_zero_points.cpp cl /Fosolve_resolve\resolve\run_resolve_tests.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_resolve_tests.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve run_resolve_tests.cpp cl /Fosolve_resolve\resolve\tst_percentile_based_spread.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\tst_percentile_based_spread.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve tst_percentile_based_spread.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\prime_ext.pyd /implib:lib\prime_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib prime\ext.obj Creating library lib\prime_ext.lib and object lib\prime_ext.exp mt /nologo -manifest lib\prime_ext.pyd.manifest -outputresource:lib\prime_ext.pyd;2 cl /Fosolve_resolve\resolve\percentile_based_spread.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\percentile_based_spread.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve percentile_based_spread.cpp cl /Fosolve_resolve\resolve\dump_full_map_to_memory.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dump_full_map_to_memory.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\analyze_rho_near_atoms_top.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\analyze_rho_near_atoms_top.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve dump_full_map_to_memory.cpp analyze_rho_near_atoms_top.cpp cl /Fosolve_resolve\resolve\analyze_rho_near_atoms.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\analyze_rho_near_atoms.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve analyze_rho_near_atoms.cpp cl /Fosolve_resolve\resolve\fft_wrapper.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fft_wrapper.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fft_wrapper.cpp lib /nologo /OUT:lib\phaserrun.lib phaser\codebase\phaser\run\runANO.obj phaser\codebase\phaser\run\runCCA.obj phaser\codebase\phaser\run\runNMA.obj phaser\codebase\phaser\run\runSCEDS.obj phaser\codebase\phaser\run\runNMAXYZ.obj phaser\codebase\phaser\run\runNCS.obj phaser\codebase\phaser\run\runDFAC.obj phaser\codebase\phaser\run\runMR_ELLG.obj phaser\codebase\phaser\run\runMR_DAT.obj phaser\codebase\phaser\run\runMR_PREP.obj phaser\codebase\phaser\run\runMR_AUTO.obj phaser\codebase\phaser\run\runMR_ATOM.obj phaser\codebase\phaser\run\runMR_FULL.obj phaser\codebase\phaser\run\runMR_FAST.obj phaser\codebase\phaser\run\runMR_PAK.obj phaser\codebase\phaser\run\runMR_RNP.obj phaser\codebase\phaser\run\runMR_OCC.obj phaser\codebase\phaser\run\runMR_FRF.obj phaser\codebase\phaser\run\runMR_FTF.obj phaser\codebase\phaser\run\runMR_GYRE.obj phaser\codebase\phaser\run\runMR_GMBL.obj phaser\codebase\phaser\run\runMR_FUSE.obj phaser\codebase\phaser\run\runEP_DAT.obj phaser\codebase\phaser\run\runEP_SAD.obj phaser\codebase\phaser\run\runEP_AUTO.obj phaser\codebase\phaser\run\runEP_SSD.obj phaser\codebase\phaser\run\runSANDBOX.obj cl /Fosolve_resolve\resolve\convert_any.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\convert_any.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\cutout.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\cutout.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve convert_any.cpp cl /Fosolve_resolve\resolve\mark_mask_cutout.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mark_mask_cutout.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cutout.cpp mark_mask_cutout.cpp cl /Fosolve_resolve\resolve\copy_to_float_array.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_to_float_array.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_lookup.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_lookup.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_refl_data.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_refl_data.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_to_float_array.cpp get_refl_data.cpp get_lookup.cpp cl /Fosolve_resolve\resolve\get_sg_info.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_sg_info.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_centering.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_centering.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_sg_info.cpp get_centering.cpp cl /Fosolve_resolve\resolve\fill_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fill_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fill_cgrd3.cpp cl /Fosolve_resolve\resolve\get_origin_shifts_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_origin_shifts_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_origin_shifts_cgrd3.cpp cl /Fosolve_resolve\resolve\get_cc_offset_big_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_cc_offset_big_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_cc_offset_big_cgrd3.cpp cl /Fosolve_resolve\resolve\get_centroid_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_centroid_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_centroid_cgrd3.cpp cl /Fosolve_resolve\resolve\get_max_in_sphere_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_max_in_sphere_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_max_in_sphere_cgrd3.cpp cl /Fosolve_resolve\resolve\set_mean_non_zero_to_zero_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_mean_non_zero_to_zero_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_mean_non_zero_to_zero_cgrd3.cpp Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpputouk.lnk for command line: lib /nologo /OUT:lib\phasersrc.lib phaser\codebase\phaser\src\Brick.obj phaser\codebase\phaser\src\Cluster.obj phaser\codebase\phaser\src\Minimizer.obj phaser\codebase\phaser\src\Clmn.obj phaser\codebase\phaser\src\DataA.obj phaser\codebase\phaser\src\DataB.obj phaser\codebase\phaser\src\DataMR.obj phaser\codebase\phaser\src\Ensemble.obj phaser\codebase\phaser\src\EnsembleMAP.obj phaser\codebase\phaser\src\EnsemblePDB.obj phaser\codebase\phaser\src\Epsilon.obj phaser\codebase\phaser\src\FastRot.obj phaser\codebase\phaser\src\Gfunction.obj phaser\codebase\phaser\src\Hexagonal.obj phaser\codebase\phaser\src\Molecule.obj phaser\codebase\phaser\src\TraceMol.obj phaser\codebase\phaser\src\RefineANO.obj phaser\codebase\phaser\src\RefineBase.obj phaser\codebase\phaser\src\RefineBase2.obj phaser\codebase\phaser\src\RefineMR.obj phaser\codebase\phaser\src\RefineGYRE.obj phaser\codebase\phaser\src\RefineOCC.obj phaser\codebase\phaser\src\SiteListAng.obj phaser\codebase\phaser\src\SiteList.obj phaser\codebase\phaser\src\SiteListXyz.obj phaser\codebase\phaser\src\Sites.obj phaser\codebase\phaser\src\LlgcMapSites.obj phaser\codebase\phaser\src\SpaceGroup.obj phaser\codebase\phaser\src\UnitCell.obj phaser\codebase\phaser\src\BinStats.obj phaser\codebase\phaser\src\EqualUnity.obj phaser\codebase\phaser\src\Integration.obj phaser\codebase\phaser\src\RefineSADb.obj phaser\codebase\phaser\src\RefineSADc.obj phaser\codebase\phaser\src\RefineSADt.obj phaser\codebase\phaser\src\RefineSADg.obj phaser\codebase\phaser\src\RefineSADh.obj phaser\codebase\phaser\src\RefineSADi.obj phaser\codebase\phaser\src\RefineSADf.obj phaser\codebase\phaser\src\RefineSADp.obj phaser\codebase\phaser\src\RefineSADl.obj phaser\codebase\phaser\src\RefineSADm.obj phaser\codebase\phaser\src\RefineNCS.obj phaser\codebase\phaser\src\SAD2a.obj phaser\codebase\phaser\src\SAD2c.obj phaser\codebase\phaser\src\SAD2s.obj phaser\codebase\phaser\src\SAD1.obj phaser\codebase\phaser\src\MapEnsemble.obj phaser\codebase\phaser\src\MapTraceMol.obj phaser\codebase\phaser\src\Solvent.obj phaser\codebase\phaser\src\HandEP.obj phaser\codebase\phaser\src\ListEditing.obj phaser\codebase\phaser\src\Dfactor.obj phaser\codebase\phaser\src\Bin.obj phaser\codebase\phaser\src\Cubic.obj phaser\codebase\phaser\src\Composition.obj phaser\codebase\phaser\src\TncsVar.obj phaser\codebase\phaser\src\RefineSADs.obj phaser\codebase\phaser\src\DataSAD.obj phaser\codebase\phaser\src\Patterson.obj lib @c:\users\phaserbuilder\appdata\local\temp\tmpputouk.lnk write_version_cc(["phaser\exe\phaser.exe"], ["phaser\codebase\phaser\main\main.obj"]) cl /Fosolve_resolve\resolve\get_rho_c_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rho_c_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_refl_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_refl_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\asym_unit_to_refl_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\asym_unit_to_refl_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve asym_unit_to_refl_cgrd3.cpp get_rho_c_cgrd3.cpp cl /Fosolve_resolve\resolve\fill_cell_new_cell_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fill_cell_new_cell_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_refl_cgrd3.cpp fill_cell_new_cell_cgrd3.cpp cl /Fosolve_resolve\resolve\get_peaks_2aa_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_peaks_2aa_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_peaks_2aa_cgrd3.cpp cl /Fosolve_resolve\resolve\map_p1_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\map_p1_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\rotate_fft_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\rotate_fft_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve map_p1_cgrd3.cpp cl /Fosolve_resolve\resolve\get_conv_star_in_place_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_conv_star_in_place_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\map_stat2_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\map_stat2_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve rotate_fft_cgrd3.cpp get_conv_star_in_place_cgrd3.cpp map_stat2_cgrd3.cpp cl /Fosolve_resolve\resolve\get_peaks_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_peaks_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\scale1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\scale1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\fft_smooth_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fft_smooth_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_peaks_cgrd3.cpp scale1.cpp fft_smooth_cgrd3.cpp Git commit hash: 31930fc6f780ed50ecad6ecdba022777fd775984 Git commit date: 2019-10-29 10:09:29 +0000 Git svn info: 8455 Current branch: master Number of commits of current branch: 7477 Total number of commits of all branches: 7734 Phaser - 2.8.3 rc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /I C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\build\phaser /fo C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\build/phaser/phaser.res c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser/codebase/phaser/main/phaser.rc cl /Fosolve_resolve\resolve\fill_cell_p1_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fill_cell_p1_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\fill_cell_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fill_cell_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fill_cell_p1_cgrd3.cpp Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385 Copyright (C) Microsoft Corporation. All rights reserved. fill_cell_cgrd3.cpp cl /Fosolve_resolve\resolve\scale_map_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\scale_map_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve scale_map_cgrd3.cpp cl /Foc:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\phaser\Version_shared.obj /c /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\codebase /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\phaser\Version_shared.cc Version_shared.cc cl /Fosolve_resolve\resolve\scale_it_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\scale_it_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\extract_asym_unit_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\extract_asym_unit_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve scale_it_cgrd3.cpp extract_asym_unit_cgrd3.cpp cl /Fosolve_resolve\resolve\extract_asym_unit_flex_grid.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\extract_asym_unit_flex_grid.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve extract_asym_unit_flex_grid.cpp cl /Fosolve_resolve\resolve\fill_refl_wgt_opt_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fill_refl_wgt_opt_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_fft_cgrd3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_fft_cgrd3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\ccp4_calls.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\ccp4_calls.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fill_refl_wgt_opt_cgrd3.cpp ccp4_calls.cpp get_fft_cgrd3.cpp link /nologo /DEBUG c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\phaser\Version_shared.obj c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\phaser\phaser.res /OUT:phaser\exe\phaser.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib Advapi32.lib phaserrun.lib phaserio.lib phaserkey.lib phasersrc.lib phasermr.lib phaserlib.lib phaserinc.lib phaserep.lib phasermain.lib phaserncs.lib phasercmap.lib ccp4io.lib cctbx.lib iotbx_pdb.lib mmtbx_masks.lib cctbx_sgtbx_asu.lib boost_system.lib boost_filesystem.lib boost_chrono.lib boost_thread.lib omptbx.lib phaser\codebase\phaser\main\main.obj cl /Fosolve_resolve\resolve\call_stack.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\call_stack.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve call_stack.cpp cl /Fosolve_resolve\resolve\aaa_resolve.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\aaa_resolve.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\aaa_resolve_main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\aaa_resolve_main.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve aaa_resolve.cpp cl /Fosolve_resolve\resolve\abc_to_fract_crystal.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\abc_to_fract_crystal.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\add_abcd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_abcd.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\add_cycle_test.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_cycle_test.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve abc_to_fract_crystal.cpp aaa_resolve_main.cpp add_cycle_test.cpp add_abcd.cpp cl /Fosolve_resolve\resolve\add_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_group.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve add_group.cpp Creating library phaser\exe\phaser.lib and object phaser\exe\phaser.exp cl /Fosolve_resolve\resolve\add_ksym.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_ksym.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\add_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\add_location.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_location.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve add_ksym.cpp add_list.cpp add_location.cpp cl /Fosolve_resolve\resolve\add_ncs_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_ncs_group.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\add_nonamers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_nonamers.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve add_ncs_group.cpp add_nonamers.cpp cl /Fosolve_resolve\resolve\add_plac.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_plac.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve add_plac.cpp cl /Fosolve_resolve\resolve\add_quotes.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_quotes.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve add_quotes.cpp cl /Fosolve_resolve\resolve\add_sep.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_sep.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve add_sep.cpp cl /Fosolve_resolve\resolve\add_sites.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\add_sites.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve add_sites.cpp cl /Fosolve_resolve\resolve\adjust_peaks.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\adjust_peaks.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve adjust_peaks.cpp cl /Fosolve_resolve\resolve\adjust_small_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\adjust_small_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve adjust_small_map.cpp cl /Fosolve_resolve\resolve\ainside.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\ainside.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve ainside.cpp cl /Fosolve_resolve\resolve\align_bases.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\align_bases.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve align_bases.cpp cl /Fosolve_resolve\resolve\analyze_fragments.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\analyze_fragments.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve analyze_fragments.cpp cl /Fosolve_resolve\resolve\analyze_nc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\analyze_nc.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\angle_after_mapping.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\angle_after_mapping.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve angle_after_mapping.cpp analyze_nc.cpp cl /Fosolve_resolve\resolve\apply_best_center.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\apply_best_center.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve apply_best_center.cpp cl /Fosolve_resolve\resolve\apply_cutoff.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\apply_cutoff.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\apply_hist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\apply_hist.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve apply_cutoff.cpp apply_hist.cpp cl /Fosolve_resolve\resolve\apply_offsets.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\apply_offsets.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\apply_phase_offset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\apply_phase_offset.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve apply_offsets.cpp apply_phase_offset.cpp cl /Fosolve_resolve\resolve\apply_proxy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\apply_proxy.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve apply_proxy.cpp cl /Fosolve_resolve\resolve\apply_rot_trans_to_matrices.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\apply_rot_trans_to_matrices.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\apply_xl_symm.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\apply_xl_symm.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve apply_rot_trans_to_matrices.cpp cl /Fosolve_resolve\resolve\apply_xl_symm_rot.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\apply_xl_symm_rot.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve apply_xl_symm.cpp apply_xl_symm_rot.cpp cl /Fosolve_resolve\resolve\apply_xl_symm_to_matrices.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\apply_xl_symm_to_matrices.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve apply_xl_symm_to_matrices.cpp cl /Fosolve_resolve\resolve\arcos.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\arcos.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\assemble_model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\assemble_model.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve arcos.cpp assemble_model.cpp cl /Fosolve_resolve\resolve\assemble_molecule.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\assemble_molecule.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve assemble_molecule.cpp cl /Fosolve_resolve\resolve\assign.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\assign.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve assign.cpp mt.exe -nologo -manifest phaser\exe\phaser.exe.manifest -outputresource:phaser\exe\phaser.exe;1 cl /Fosolve_resolve\resolve\asym_unit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\asym_unit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\average_period.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\average_period.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve asym_unit.cpp cl /Fosolve_resolve\resolve\bang.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\bang.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve average_period.cpp cl /Fosolve_resolve\resolve\begin_big_cycle.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\begin_big_cycle.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve bang.cpp cl /Fosolve_resolve\resolve\big_cycle.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\big_cycle.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve begin_big_cycle.cpp big_cycle.cpp cl /Fosolve_resolve\resolve\bonding.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\bonding.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve bonding.cpp cl /Fosolve_resolve\resolve\bucket_sort.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\bucket_sort.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\build_model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\build_model.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve bucket_sort.cpp cl /Fosolve_resolve\resolve\central_atom.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\central_atom.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\centric_check.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\centric_check.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve central_atom.cpp build_model.cpp cl /Fosolve_resolve\resolve\centroid.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\centroid.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve centric_check.cpp centroid.cpp cl /Fosolve_resolve\resolve\chain_rt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\chain_rt.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\check_connect.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_connect.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve chain_rt.cpp check_connect.cpp cl /Fosolve_resolve\resolve\check_for_overlaps.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_for_overlaps.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\check_for_overlaps_between_groups.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_for_overlaps_between_groups.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve check_for_overlaps.cpp check_for_overlaps_between_groups.cpp cl /Fosolve_resolve\resolve\check_geometry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_geometry.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve check_geometry.cpp cl /Fosolve_resolve\resolve\check_n_nc_oper_use.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_n_nc_oper_use.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\check_phases.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_phases.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve check_n_nc_oper_use.cpp check_phases.cpp cl /Fosolve_resolve\resolve\check_point_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_point_group.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve check_point_group.cpp cl /Fosolve_resolve\resolve\check_required.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_required.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\check_rot.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_rot.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve check_required.cpp check_rot.cpp cl /Fosolve_resolve\resolve\check_screw.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_screw.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve check_screw.cpp cl /Fosolve_resolve\resolve\check_wizard.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\check_wizard.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve check_wizard.cpp link /nologo /incremental:no /dll /MANIFEST c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\phaser\Version_shared.obj /out:lib\phaser_ext.pyd /implib:lib\phaser_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs Advapi32.lib phaserrun.lib phaserio.lib phaserkey.lib phasersrc.lib phasermr.lib phaserlib.lib phaserinc.lib phaserep.lib phasermain.lib phaserncs.lib phasercmap.lib ccp4io.lib cctbx.lib iotbx_pdb.lib mmtbx_masks.lib cctbx_sgtbx_asu.lib boost_system.lib boost_filesystem.lib boost_chrono.lib boost_thread.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib phaser\codebase\phaser\boost_python\phaser_ext.obj phaser\codebase\phaser\boost_python\phaser_ncs_ext.obj phaser\codebase\phaser\boost_python\phaser_rotation_ext.obj phaser\codebase\phaser\boost_python\keywords_bpl.obj phaser\codebase\phaser\boost_python\MRobjects_bpl.obj phaser\codebase\phaser\boost_python\EPobjects_bpl.obj phaser\codebase\phaser\boost_python\RefineSAD_bpl.obj phaser\codebase\phaser\boost_python\RefineNCS_bpl.obj phaser\codebase\phaser\boost_python\ProtocolSAD_bpl.obj phaser\codebase\phaser\boost_python\Minimizer_bpl.obj phaser\codebase\phaser\boost_python\Inputs_bpl.obj phaser\codebase\phaser\boost_python\Outputs_bpl.obj cl /Fosolve_resolve\resolve\choose_param_value.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\choose_param_value.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve choose_param_value.cpp cl /Fosolve_resolve\resolve\cluster_groups.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\cluster_groups.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cluster_groups.cpp cl /Fosolve_resolve\resolve\cmn.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\cmn.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\combine_maps.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\combine_maps.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\combine_omit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\combine_omit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cmn.cpp cl /Fosolve_resolve\resolve\combine_phases.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\combine_phases.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve combine_maps.cpp combine_omit.cpp combine_phases.cpp cl /Fosolve_resolve\resolve\compare_it.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\compare_it.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve compare_it.cpp cl /Fosolve_resolve\resolve\compare_m_phi.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\compare_m_phi.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve compare_m_phi.cpp cl /Fosolve_resolve\resolve\compare_pdb.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\compare_pdb.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve compare_pdb.cpp cl /Fosolve_resolve\resolve\compare_pdb_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\compare_pdb_1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve compare_pdb_1.cpp Creating library lib\phaser_ext.lib and object lib\phaser_ext.exp cl /Fosolve_resolve\resolve\compare_pdb_flip.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\compare_pdb_flip.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve compare_pdb_flip.cpp cl /Fosolve_resolve\resolve\compare_rot.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\compare_rot.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve compare_rot.cpp cl /Fosolve_resolve\resolve\connect1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\connect1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\connect2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\connect2.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve connect1.cpp connect2.cpp cl /Fosolve_resolve\resolve\connect3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\connect3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve connect3.cpp cl /Fosolve_resolve\resolve\contain_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\contain_2.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\convert_fract_to_orth.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\convert_fract_to_orth.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve contain_2.cpp cl /Fosolve_resolve\resolve\convert_mat_fract_to_orth.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\convert_mat_fract_to_orth.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve convert_fract_to_orth.cpp convert_mat_fract_to_orth.cpp cl /Fosolve_resolve\resolve\convert_mat_orth_to_fract.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\convert_mat_orth_to_fract.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve convert_mat_orth_to_fract.cpp cl /Fosolve_resolve\resolve\convert_orth_to_fract.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\convert_orth_to_fract.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mt /nologo -manifest lib\phaser_ext.pyd.manifest -outputresource:lib\phaser_ext.pyd;2 convert_orth_to_fract.cpp cl /Fosolve_resolve\resolve\coord_plac.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\coord_plac.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve coord_plac.cpp cl /Fosolve_resolve\resolve\coord_flip.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\coord_flip.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve coord_flip.cpp cl /Fosolve_resolve\resolve\copy_abcd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_abcd.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\copy_aijk_seq.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_aijk_seq.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\copy_from_group_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_from_group_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_abcd.cpp copy_from_group_ncs.cpp cl /Fosolve_resolve\resolve\copy_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_group.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_aijk_seq.cpp copy_group.cpp cl /Fosolve_resolve\resolve\copy_ibin.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_ibin.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\copy_in_segment.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_in_segment.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_ibin.cpp copy_in_segment.cpp cl /Fosolve_resolve\resolve\copy_integer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_integer.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\copy_map_new_cell.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_map_new_cell.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_integer.cpp copy_map_new_cell.cpp cl /Fosolve_resolve\resolve\copy_offset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_offset.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_offset.cpp cl /Fosolve_resolve\resolve\copy_plac.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_plac.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\copy_plac_to_hold.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_plac_to_hold.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_plac.cpp copy_plac_to_hold.cpp cl /Fosolve_resolve\resolve\copy_refl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_refl.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\copy_scatt_factors.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_scatt_factors.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\copy_template.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_template.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_refl.cpp copy_scatt_factors.cpp copy_template.cpp cl /Fosolve_resolve\resolve\copy_to_group_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_to_group_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_to_group_ncs.cpp cl /Fosolve_resolve\resolve\copy_vector_n.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\copy_vector_n.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve copy_vector_n.cpp cl /Fosolve_resolve\resolve\count_atoms.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\count_atoms.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\count_bonds.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\count_bonds.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve count_atoms.cpp count_bonds.cpp cl /Fosolve_resolve\resolve\count_logical.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\count_logical.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve count_logical.cpp cl /Fosolve_resolve\resolve\count_q.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\count_q.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\count_subdiv.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\count_subdiv.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve count_q.cpp cl /Fosolve_resolve\resolve\create_au_p1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\create_au_p1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve count_subdiv.cpp create_au_p1.cpp cl /Fosolve_resolve\resolve\create_bins.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\create_bins.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve create_bins.cpp cl /Fosolve_resolve\resolve\create_composite_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\create_composite_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\create_hist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\create_hist.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve create_composite_map.cpp cl /Fosolve_resolve\resolve\create_ncs_au.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\create_ncs_au.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\cross_vector.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\cross_vector.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve create_hist.cpp create_ncs_au.cpp cross_vector.cpp cl /Fosolve_resolve\resolve\crossover.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\crossover.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve crossover.cpp cl /Fosolve_resolve\resolve\cut.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\cut.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cut.cpp cl /Fosolve_resolve\resolve\datetonumber.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\datetonumber.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\decrypt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\decrypt.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\demo_special_positions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\demo_special_positions.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve datetonumber.cpp decrypt.cpp demo_special_positions.cpp cl /Fosolve_resolve\resolve\density_search.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\density_search.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\extract_density.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\extract_density.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve density_search.cpp extract_density.cpp cl /Fosolve_resolve\resolve\derivs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\derivs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve derivs.cpp cl /Fosolve_resolve\resolve\derivs_sub_i.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\derivs_sub_i.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve derivs_sub_i.cpp cl /Fosolve_resolve\resolve\derivs_sub_ii.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\derivs_sub_ii.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve derivs_sub_ii.cpp cl /Fosolve_resolve\resolve\dis.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dis.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve dis.cpp cl /Fosolve_resolve\resolve\dist_from_line_between_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dist_from_line_between_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve dist_from_line_between_points.cpp cl /Fosolve_resolve\resolve\dist_line_line.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dist_line_line.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\dist_line_point.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dist_line_point.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve dist_line_point.cpp dist_line_line.cpp cl /Fosolve_resolve\resolve\dist_minimum_self.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dist_minimum_self.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve dist_minimum_self.cpp cl /Fosolve_resolve\resolve\dist_pair.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dist_pair.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve dist_pair.cpp cl /Fosolve_resolve\resolve\dist_to_ha_count_dups.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dist_to_ha_count_dups.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve dist_to_ha_count_dups.cpp cl /Fosolve_resolve\resolve\distance.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\distance.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve distance.cpp cl /Fosolve_resolve\resolve\distance_mod_cell.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\distance_mod_cell.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\distance_no_mod_cell.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\distance_no_mod_cell.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\distance_save_xyz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\distance_save_xyz.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve distance_mod_cell.cpp cl /Fosolve_resolve\resolve\distance_sym.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\distance_sym.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve distance_no_mod_cell.cpp cl /Fosolve_resolve\resolve\distance_sym_fract.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\distance_sym_fract.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve distance_save_xyz.cpp distance_sym.cpp cl /Fosolve_resolve\resolve\distance_sym_save_xyz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\distance_sym_save_xyz.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve distance_sym_fract.cpp distance_sym_save_xyz.cpp cl /Fosolve_resolve\resolve\dot_vector.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dot_vector.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\dump_fragment.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dump_fragment.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\dump_map_as_mtz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dump_map_as_mtz.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve dot_vector.cpp dump_fragment.cpp dump_map_as_mtz.cpp cl /Fosolve_resolve\resolve\dump_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dump_mask.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\dump_recover.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\dump_recover.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\end_of_residue.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\end_of_residue.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\enorm.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\enorm.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve dump_recover.cpp dump_mask.cpp end_of_residue.cpp enorm.cpp cl /Fosolve_resolve\resolve\evaluate_model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\evaluate_model.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve evaluate_model.cpp cl /Fosolve_resolve\resolve\expand_xyz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\expand_xyz.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve expand_xyz.cpp cl /Fosolve_resolve\resolve\extract_asym_unit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\extract_asym_unit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\extract_count.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\extract_count.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve extract_asym_unit.cpp extract_count.cpp cl /Fosolve_resolve\resolve\extract_match.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\extract_match.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve extract_match.cpp cl /Fosolve_resolve\resolve\extract_nomatch.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\extract_nomatch.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\fall_off.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fall_off.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve extract_nomatch.cpp fall_off.cpp cl /Fosolve_resolve\resolve\fcnhend.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fcnhend.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fcnhend.cpp cl /Fosolve_resolve\resolve\fcnhist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fcnhist.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\fcnhist1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fcnhist1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fcnhist.cpp fcnhist1.cpp cl /Fosolve_resolve\resolve\fcnquad_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fcnquad_2.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\fdjac2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fdjac2.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\fft_forward.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fft_forward.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fcnquad_2.cpp cl /Fosolve_resolve\resolve\fill_cell.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fill_cell.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fdjac2.cpp cl /Fosolve_resolve\resolve\fill_cell_p1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fill_cell_p1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fft_forward.cpp fill_cell.cpp fill_cell_p1.cpp cl /Fosolve_resolve\resolve\find_optimal_members.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_optimal_members.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_allowed_plac.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_allowed_plac.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_optimal_members.cpp find_allowed_plac.cpp cl /Fosolve_resolve\resolve\find_atom_number.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_atom_number.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_atom_number.cpp cl /Fosolve_resolve\resolve\find_available_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_available_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_b.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_b.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_available_points.cpp find_b.cpp cl /Fosolve_resolve\resolve\find_best_direction.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_best_direction.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_best_direction.cpp cl /Fosolve_resolve\resolve\find_best_offset_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_best_offset_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_best_pos_in_plane.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_best_pos_in_plane.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_best_offset_ncs.cpp find_best_pos_in_plane.cpp cl /Fosolve_resolve\resolve\find_best_segment.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_best_segment.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_best_segment.cpp cl /Fosolve_resolve\resolve\find_box.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_box.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_ca_in_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_ca_in_group.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_ca_in_group.cpp find_box.cpp cl /Fosolve_resolve\resolve\find_chains.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_chains.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_chains.cpp cl /Fosolve_resolve\resolve\find_closest.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_closest.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_closest.cpp cl /Fosolve_resolve\resolve\find_connected.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_connected.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_connected.cpp cl /Fosolve_resolve\resolve\find_cross.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_cross.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_dist_match.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_dist_match.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_edges.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_edges.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_cross.cpp find_dist_match.cpp find_edges.cpp cl /Fosolve_resolve\resolve\find_extra_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_extra_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_extra_points.cpp cl /Fosolve_resolve\resolve\find_first_atom_in_residue.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_first_atom_in_residue.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_first_atom_in_residue.cpp cl /Fosolve_resolve\resolve\find_gauss.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_gauss.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_gauss.cpp cl /Fosolve_resolve\resolve\find_helices.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_helices.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_i_at_max.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_i_at_max.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_helices.cpp find_i_at_max.cpp cl /Fosolve_resolve\resolve\find_largest_available_range.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_largest_available_range.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_last_atom_in_residue.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_last_atom_in_residue.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_match_flip.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_match_flip.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_largest_available_range.cpp cl /Fosolve_resolve\resolve\find_molecular_centers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_molecular_centers.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_last_atom_in_residue.cpp find_match_flip.cpp find_molecular_centers.cpp cl /Fosolve_resolve\resolve\find_next_available_range.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_next_available_range.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_next_n.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_next_n.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_next_available_range.cpp find_next_n.cpp cl /Fosolve_resolve\resolve\find_next_ss.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_next_ss.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_next_ss.cpp cl /Fosolve_resolve\resolve\find_omit_region.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_omit_region.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_omit_region.cpp cl /Fosolve_resolve\resolve\find_peaks.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_peaks.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_peaks.cpp cl /Fosolve_resolve\resolve\find_prev_n.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_prev_n.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_prev_n.cpp cl /Fosolve_resolve\resolve\find_ridgeline.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_ridgeline.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_ridgeline.cpp cl /Fosolve_resolve\resolve\find_ridges.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_ridges.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_ridges.cpp cl /Fosolve_resolve\resolve\find_sheets.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_sheets.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_sphere_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_sphere_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\find_sym_close.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_sym_close.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_sphere_points.cpp find_sheets.cpp find_sym_close.cpp cl /Fosolve_resolve\resolve\find_sym_match.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_sym_match.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_sym_match.cpp cl /Fosolve_resolve\resolve\find_triple.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_triple.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_triple.cpp cl /Fosolve_resolve\resolve\find_two_fold.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\find_two_fold.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve find_two_fold.cpp cl /Fosolve_resolve\resolve\finish.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\finish.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve finish.cpp cl /Fosolve_resolve\resolve\fit_ligand.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fit_ligand.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fit_ligand.cpp cl /Fosolve_resolve\resolve\fit_quadratic.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fit_quadratic.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\flush_output.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\flush_output.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fit_quadratic.cpp flush_output.cpp cl /Fosolve_resolve\resolve\fract_to_a.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\fract_to_a.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve fract_to_a.cpp cl /Fosolve_resolve\resolve\generate_lig.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\generate_lig.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\generate_small_plane.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\generate_small_plane.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve generate_lig.cpp cl /Fosolve_resolve\resolve\generate_small_sphere.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\generate_small_sphere.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve generate_small_plane.cpp cl /Fosolve_resolve\resolve\generate_sphere.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\generate_sphere.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\generate_sym_equiv.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\generate_sym_equiv.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve generate_small_sphere.cpp generate_sphere.cpp generate_sym_equiv.cpp cl /Fosolve_resolve\resolve\get_pair_id_from_ij.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_pair_id_from_ij.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_pair_id_from_ij.cpp cl /Fosolve_resolve\resolve\get_2_values.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_2_values.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_aijk_orth_cell1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_aijk_orth_cell1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_alpha.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_alpha.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_2_values.cpp get_aijk_orth_cell1.cpp get_alpha.cpp cl /Fosolve_resolve\resolve\get_alpha_helix_params.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_alpha_helix_params.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_alpha_helix_params.cpp cl /Fosolve_resolve\resolve\get_alpha_helix_params_b.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_alpha_helix_params_b.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_b_factor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_b_factor.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_alpha_helix_params_b.cpp get_b_factor.cpp cl /Fosolve_resolve\resolve\get_best_center.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_best_center.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_best_center.cpp cl /Fosolve_resolve\resolve\get_best_center_nc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_best_center_nc.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_best_center_nc.cpp cl /Fosolve_resolve\resolve\get_best_matrix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_best_matrix.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_bin.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_bin.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_best_matrix.cpp cl /Fosolve_resolve\resolve\get_c_term_caco.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_c_term_caco.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_cc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_cc.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_bin.cpp cl /Fosolve_resolve\resolve\get_cc_image_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_cc_image_mask.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_c_term_caco.cpp get_cc.cpp cl /Fosolve_resolve\resolve\get_cc_nozero.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_cc_nozero.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_cc_image_mask.cpp get_cc_nozero.cpp cl /Fosolve_resolve\resolve\get_cc_offset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_cc_offset.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_cc_offset.cpp cl /Fosolve_resolve\resolve\get_cc_scale.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_cc_scale.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_cc_scale.cpp cl /Fosolve_resolve\resolve\get_cc_segment.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_cc_segment.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_cc_segment.cpp cl /Fosolve_resolve\resolve\get_center_of_mass.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_center_of_mass.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_database.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_database.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_center_of_mass.cpp get_database.cpp cl /Fosolve_resolve\resolve\get_density.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_density.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_density.cpp cl /Fosolve_resolve\resolve\get_density_on_circle.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_density_on_circle.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_density_on_circle.cpp cl /Fosolve_resolve\resolve\get_density_at_midpoint_rna.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_density_at_midpoint_rna.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_density_at_midpoint.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_density_at_midpoint.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_density_at_midpoint_rna.cpp get_density_at_midpoint.cpp cl /Fosolve_resolve\resolve\get_diff_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_diff_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_diff_map.cpp cl /Fosolve_resolve\resolve\get_dist_matrix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_dist_matrix.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_dist_matrix.cpp cl /Fosolve_resolve\resolve\get_distrib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_distrib.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_distrib_2d.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_distrib_2d.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_fcalc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_fcalc.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_distrib.cpp get_distrib_2d.cpp cl /Fosolve_resolve\resolve\get_fft_cc_max.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_fft_cc_max.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_fcalc.cpp get_fft_cc_max.cpp cl /Fosolve_resolve\resolve\get_fom_hist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_fom_hist.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_fom_hist.cpp cl /Fosolve_resolve\resolve\get_fract_pzero.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_fract_pzero.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_fract_pzero.cpp cl /Fosolve_resolve\resolve\get_fragment_orientation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_fragment_orientation.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_fragment_orientation.cpp cl /Fosolve_resolve\resolve\get_fragments.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_fragments.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_fragments.cpp cl /Fosolve_resolve\resolve\get_freedom.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_freedom.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_group_link.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_group_link.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_freedom.cpp get_group_link.cpp cl /Fosolve_resolve\resolve\get_group_rmsd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_group_rmsd.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_group_rmsd.cpp cl /Fosolve_resolve\resolve\get_group_score.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_group_score.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_group_score.cpp cl /Fosolve_resolve\resolve\get_ha_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_ha_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_helix_orientation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_helix_orientation.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_ha_ncs.cpp get_helix_orientation.cpp cl /Fosolve_resolve\resolve\get_helix_rho.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_helix_rho.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_helix_rho.cpp cl /Fosolve_resolve\resolve\get_helix_score.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_helix_score.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_helix_score.cpp cl /Fosolve_resolve\resolve\get_helix_xyz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_helix_xyz.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_helix_xyz.cpp cl /Fosolve_resolve\resolve\get_hkl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_hkl.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_hkl.cpp cl /Fosolve_resolve\resolve\get_i.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_i.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_i.cpp cl /Fosolve_resolve\resolve\get_ichain_value.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_ichain_value.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_ichain_value.cpp cl /Fosolve_resolve\resolve\get_ihmax.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_ihmax.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_ihmax.cpp cl /Fosolve_resolve\resolve\get_image.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_image.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_image_from_pdb.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_image_from_pdb.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_image.cpp cl /Fosolve_resolve\resolve\get_imax.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_imax.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_image_from_pdb.cpp get_imax.cpp cl /Fosolve_resolve\resolve\get_inputs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_inputs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_inputs.cpp cl /Fosolve_resolve\resolve\get_last_true.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_last_true.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_lig_atomic_number.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_lig_atomic_number.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_last_true.cpp cl /Fosolve_resolve\resolve\get_link_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_link_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_lig_atomic_number.cpp get_link_list.cpp cl /Fosolve_resolve\resolve\get_link_prob.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_link_prob.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_loop_link.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_loop_link.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_link_prob.cpp get_loop_link.cpp cl /Fosolve_resolve\resolve\get_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_mask.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_mask_from_coords.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_mask_from_coords.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_mask.cpp get_mask_from_coords.cpp cl /Fosolve_resolve\resolve\get_mask_wang.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_mask_wang.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_mask_wang.cpp cl /Fosolve_resolve\resolve\get_masks_model_fc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_masks_model_fc.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_max_hist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_max_hist.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_masks_model_fc.cpp cl /Fosolve_resolve\resolve\get_mean.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_mean.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_max_hist.cpp get_mean.cpp cl /Fosolve_resolve\resolve\get_mean_3d.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_mean_3d.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_mean_3d.cpp cl /Fosolve_resolve\resolve\get_model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_model.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_model_error.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_model_error.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_model.cpp get_model_error.cpp cl /Fosolve_resolve\resolve\get_n_term_caco.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_n_term_caco.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_n_term_caco.cpp cl /Fosolve_resolve\resolve\get_nc_cc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_nc_cc.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_nc_cc.cpp cl /Fosolve_resolve\resolve\get_nc_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_nc_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_nc_map.cpp cl /Fosolve_resolve\resolve\get_nc_rho.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_nc_rho.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_nc_rho.cpp cl /Fosolve_resolve\resolve\get_nc_target.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_nc_target.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_new_centroid.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_new_centroid.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_nc_target.cpp get_new_centroid.cpp cl /Fosolve_resolve\resolve\get_new_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_new_mask.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_next_nona_in_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_next_nona_in_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_new_mask.cpp get_next_nona_in_list.cpp cl /Fosolve_resolve\resolve\get_nona_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_nona_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_nona_list.cpp cl /Fosolve_resolve\resolve\get_nona_pairs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_nona_pairs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_nona_pairs.cpp cl /Fosolve_resolve\resolve\get_nona_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_nona_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_nona_points.cpp cl /Fosolve_resolve\resolve\get_overlap.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_overlap.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_p_hist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_p_hist.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_p_zero_f_fft.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_p_zero_f_fft.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_overlap.cpp get_p_hist.cpp get_p_zero_f_fft.cpp cl /Fosolve_resolve\resolve\get_pdb.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_pdb.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_pdb.cpp cl /Fosolve_resolve\resolve\get_pdb_format.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_pdb_format.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_pdb_in.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_pdb_in.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_pdb_format.cpp get_pdb_in.cpp cl /Fosolve_resolve\resolve\get_pdb_orth.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_pdb_orth.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_pdb_sort.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_pdb_sort.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_pdb_orth.cpp get_pdb_sort.cpp cl /Fosolve_resolve\resolve\get_pent_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_pent_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_pent_list.cpp cl /Fosolve_resolve\resolve\get_pent_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_pent_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_pent_points_and_pairs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_pent_points_and_pairs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_pent_points.cpp get_pent_points_and_pairs.cpp cl /Fosolve_resolve\resolve\get_perfect_phases.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_perfect_phases.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_perfect_phases.cpp cl /Fosolve_resolve\resolve\get_points_in_nona_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_points_in_nona_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_points_in_nona_list.cpp cl /Fosolve_resolve\resolve\get_points_in_nona_list_b.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_points_in_nona_list_b.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_pp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_pp.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_points_in_nona_list_b.cpp get_pp.cpp cl /Fosolve_resolve\resolve\get_q.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_q.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_q.cpp cl /Fosolve_resolve\resolve\get_refl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_refl.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_refl.cpp cl /Fosolve_resolve\resolve\get_relat.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_relat.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_relat.cpp cl /Fosolve_resolve\resolve\get_relat_single.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_relat_single.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_relat_single.cpp cl /Fosolve_resolve\resolve\get_resolution.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_resolution.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_rho_at_mid_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rho_at_mid_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_rho_at_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rho_at_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_resolution.cpp get_rho_at_mid_points.cpp get_rho_at_points.cpp cl /Fosolve_resolve\resolve\get_rho_c.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rho_c.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_rho_c.cpp cl /Fosolve_resolve\resolve\get_rho_c_template.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rho_c_template.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_rho_fragment_select.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rho_fragment_select.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_rho_c_template.cpp cl /Fosolve_resolve\resolve\get_rho_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rho_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_rho_fragment_select.cpp get_rho_list.cpp cl /Fosolve_resolve\resolve\get_rho_orth.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rho_orth.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_rho_strand.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rho_strand.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_rho_orth.cpp get_rho_strand.cpp cl /Fosolve_resolve\resolve\get_rms.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rms.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_rmsd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rmsd.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_rms.cpp cl /Fosolve_resolve\resolve\get_rmsd_atom_name.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rmsd_atom_name.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_rmsd.cpp get_rmsd_atom_name.cpp cl /Fosolve_resolve\resolve\get_rmsd_centers_replace.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rmsd_centers_replace.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_rmsd_fix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rmsd_fix.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_rmsd_centers_replace.cpp get_rmsd_fix.cpp cl /Fosolve_resolve\resolve\get_rmsd_from_line.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rmsd_from_line.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_rmsd_from_line.cpp cl /Fosolve_resolve\resolve\get_rmsd_res.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rmsd_res.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_rot_axis.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_rot_axis.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_rmsd_res.cpp get_rot_axis.cpp cl /Fosolve_resolve\resolve\get_scale.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_scale.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_scale.cpp cl /Fosolve_resolve\resolve\get_scale_ratio.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_scale_ratio.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_scale_ratio.cpp cl /Fosolve_resolve\resolve\get_scatt_fact.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_scatt_fact.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_scatt_fact.cpp cl /Fosolve_resolve\resolve\get_score_pair_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_score_pair_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_score_stat.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_score_stat.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_score_pair_list.cpp get_score_stat.cpp cl /Fosolve_resolve\resolve\get_scores_only.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_scores_only.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_scores_only.cpp cl /Fosolve_resolve\resolve\get_search_center.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_search_center.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_seg_local.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_seg_local.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_segments.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_segments.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_search_center.cpp cl /Fosolve_resolve\resolve\get_sg.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_sg.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_seg_local.cpp get_segments.cpp cl /Fosolve_resolve\resolve\get_shell_point.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_shell_point.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_side_chain_templates.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_side_chain_templates.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_sg.cpp get_shell_point.cpp get_side_chain_templates.cpp cl /Fosolve_resolve\resolve\get_skew.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_skew.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_skew.cpp cl /Fosolve_resolve\resolve\get_solv_flatness.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_solv_flatness.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_solv_flatness.cpp cl /Fosolve_resolve\resolve\get_special_positions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_special_positions.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_start_file.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_start_file.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_special_positions.cpp get_start_file.cpp cl /Fosolve_resolve\resolve\get_sym_equiv.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_sym_equiv.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_sym_equiv.cpp cl /Fosolve_resolve\resolve\get_symm_sg_offset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_symm_sg_offset.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_symm_sg_offset.cpp cl /Fosolve_resolve\resolve\get_template.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_template.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_template.cpp cl /Fosolve_resolve\resolve\get_term_caco.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_term_caco.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_term_caco.cpp cl /Fosolve_resolve\resolve\get_top_frags.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_top_frags.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_top_frags.cpp cl /Fosolve_resolve\resolve\get_torsion_angle.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_torsion_angle.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_torsion_angle.cpp cl /Fosolve_resolve\resolve\get_triple_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_triple_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_triple_list.cpp cl /Fosolve_resolve\resolve\get_unique_symm.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_unique_symm.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_unique_symm.cpp cl /Fosolve_resolve\resolve\get_xyz_from_point_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_xyz_from_point_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\get_xyz_orth.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_xyz_orth.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_xyz_from_point_list.cpp cl /Fosolve_resolve\resolve\get_xyz_params.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\get_xyz_params.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve get_xyz_orth.cpp get_xyz_params.cpp cl /Fosolve_resolve\resolve\getdir.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\getdir.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve getdir.cpp cl /Fosolve_resolve\resolve\getdir_solve_only.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\getdir_solve_only.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\getkey.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\getkey.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\getnchar.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\getnchar.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\group_link.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\group_link.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve getdir_solve_only.cpp getkey.cpp getnchar.cpp group_link.cpp cl /Fosolve_resolve\resolve\groups_present.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\groups_present.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\guess_atom_type.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\guess_atom_type.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve groups_present.cpp guess_atom_type.cpp cl /Fosolve_resolve\resolve\helices_strands_trace.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\helices_strands_trace.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\helices_trace.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\helices_trace.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\hendft.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\hendft.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve helices_strands_trace.cpp hendft.cpp helices_trace.cpp cl /Fosolve_resolve\resolve\hermann.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\hermann.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\highest_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\highest_mask.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve hermann.cpp cl /Fosolve_resolve\resolve\i_check_matr.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\i_check_matr.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve highest_mask.cpp i_check_matr.cpp cl /Fosolve_resolve\resolve\i_contained_in_ring.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\i_contained_in_ring.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve i_contained_in_ring.cpp cl /Fosolve_resolve\resolve\i_dup_any.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\i_dup_any.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\i_get_res_id.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\i_get_res_id.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\i_list_contains.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\i_list_contains.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve i_dup_any.cpp i_get_res_id.cpp i_list_contains.cpp cl /Fosolve_resolve\resolve\i_list_of_close_atoms.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\i_list_of_close_atoms.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve i_list_of_close_atoms.cpp cl /Fosolve_resolve\resolve\i_position_in_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\i_position_in_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve i_position_in_list.cpp cl /Fosolve_resolve\resolve\i_same_3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\i_same_3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve i_same_3.cpp cl /Fosolve_resolve\resolve\i_same_any_4.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\i_same_any_4.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\i_same_any_n.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\i_same_any_n.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve i_same_any_4.cpp i_same_any_n.cpp cl /Fosolve_resolve\resolve\id_side_chain_density.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\id_side_chain_density.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve id_side_chain_density.cpp cl /Fosolve_resolve\resolve\id_unique_by_point_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\id_unique_by_point_group.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve id_unique_by_point_group.cpp cl /Fosolve_resolve\resolve\identify_chain.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\identify_chain.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve identify_chain.cpp cl /Fosolve_resolve\resolve\identify_segments.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\identify_segments.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\identity_matrix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\identity_matrix.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\interp_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\interp_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve identify_segments.cpp identity_matrix.cpp interp_ncs.cpp cl /Fosolve_resolve\resolve\inv3by3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\inv3by3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve inv3by3.cpp cl /Fosolve_resolve\resolve\invert_transform.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\invert_transform.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\is_atom_in_omit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\is_atom_in_omit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve invert_transform.cpp is_atom_in_omit.cpp cl /Fosolve_resolve\resolve\is_in_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\is_in_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\is_main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\is_main.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve is_in_list.cpp is_main.cpp cl /Fosolve_resolve\resolve\is_main_chain.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\is_main_chain.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve is_main_chain.cpp cl /Fosolve_resolve\resolve\is_residue_complete.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\is_residue_complete.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve is_residue_complete.cpp cl /Fosolve_resolve\resolve\is_unique.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\is_unique.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve is_unique.cpp cl /Fosolve_resolve\resolve\iter_frag_place.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\iter_frag_place.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\leftjustify.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\leftjustify.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\license.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\license.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\ligand_start_place.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\ligand_start_place.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\linfit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\linfit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve leftjustify.cpp iter_frag_place.cpp cl /Fosolve_resolve\resolve\lmdif.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\lmdif.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve ligand_start_place.cpp linfit.cpp license.cpp lmdif.cpp cl /Fosolve_resolve\resolve\lmdif1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\lmdif1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve lmdif1.cpp cl /Fosolve_resolve\resolve\lmpar.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\lmpar.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\lowercase.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\lowercase.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve lmpar.cpp lowercase.cpp cl /Fosolve_resolve\resolve\main_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\main_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\map_3_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\map_3_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve main_map.cpp map_3_points.cpp cl /Fosolve_resolve\resolve\map_3_points_no_ref.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\map_3_points_no_ref.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve map_3_points_no_ref.cpp cl /Fosolve_resolve\resolve\map_dist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\map_dist.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\map_p1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\map_p1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve map_dist.cpp map_p1.cpp cl /Fosolve_resolve\resolve\map_p1_if_bigger_cc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\map_p1_if_bigger_cc.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\map_sd_nozero.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\map_sd_nozero.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve map_p1_if_bigger_cc.cpp map_sd_nozero.cpp cl /Fosolve_resolve\resolve\map_stat2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\map_stat2.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve map_stat2.cpp cl /Fosolve_resolve\resolve\mark.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mark.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\mark_if_both.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mark_if_both.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mark.cpp mark_if_both.cpp cl /Fosolve_resolve\resolve\mark_ncs_au.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mark_ncs_au.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mark_ncs_au.cpp cl /Fosolve_resolve\resolve\mark_used.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mark_used.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\mark_used_points.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mark_used_points.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\mask_stat_gen.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mask_stat_gen.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mark_used.cpp mark_used_points.cpp mask_stat_gen.cpp cl /Fosolve_resolve\resolve\mask_cutoff.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mask_cutoff.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mask_cutoff.cpp cl /Fosolve_resolve\resolve\mask_distributions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mask_distributions.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mask_distributions.cpp cl /Fosolve_resolve\resolve\mask_p_var_sd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mask_p_var_sd.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mask_p_var_sd.cpp cl /Fosolve_resolve\resolve\mask_p_var_sd_f.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mask_p_var_sd_f.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mask_p_var_sd_f.cpp cl /Fosolve_resolve\resolve\mask_pattern.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mask_pattern.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\mask_s_p.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mask_s_p.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\mask_sd_stat_half.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\mask_sd_stat_half.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mask_pattern.cpp mask_s_p.cpp cl /Fosolve_resolve\resolve\match_hist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\match_hist.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve mask_sd_stat_half.cpp match_hist.cpp cl /Fosolve_resolve\resolve\match_hist_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\match_hist_2.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve match_hist_2.cpp cl /Fosolve_resolve\resolve\matsol.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\matsol.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\maximize.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\maximize.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\meanfit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\meanfit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve matsol.cpp maximize.cpp meanfit.cpp cl /Fosolve_resolve\resolve\modify_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\modify_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve modify_map.cpp cl /Fosolve_resolve\resolve\modify_map_and_phases.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\modify_map_and_phases.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve modify_map_and_phases.cpp cl /Fosolve_resolve\resolve\modify_map_and_phases_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\modify_map_and_phases_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve modify_map_and_phases_ncs.cpp cl /Fosolve_resolve\resolve\morph.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\morph.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve morph.cpp cl /Fosolve_resolve\resolve\morph_apply.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\morph_apply.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve morph_apply.cpp cl /Fosolve_resolve\resolve\morph_apply_offset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\morph_apply_offset.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve morph_apply_offset.cpp cl /Fosolve_resolve\resolve\morph_find_first_n.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\morph_find_first_n.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\morph_find_last_nth_n.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\morph_find_last_nth_n.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\morph_find_prev_nth_n.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\morph_find_prev_nth_n.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve morph_find_first_n.cpp morph_find_last_nth_n.cpp morph_find_prev_nth_n.cpp cl /Fosolve_resolve\resolve\morph_overlap.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\morph_overlap.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve morph_overlap.cpp cl /Fosolve_resolve\resolve\morph_reject.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\morph_reject.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve morph_reject.cpp cl /Fosolve_resolve\resolve\morph_write_pdb.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\morph_write_pdb.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\move.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\move.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve morph_write_pdb.cpp move.cpp cl /Fosolve_resolve\resolve\multiply.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\multiply.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve multiply.cpp cl /Fosolve_resolve\resolve\myinquire.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\myinquire.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\myopen.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\myopen.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\myopen_check.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\myopen_check.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve myinquire.cpp cl /Fosolve_resolve\resolve\nearby_average.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\nearby_average.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve myopen.cpp myopen_check.cpp nearby_average.cpp cl /Fosolve_resolve\resolve\need_coarse_grid.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\need_coarse_grid.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\new_refl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\new_refl.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve need_coarse_grid.cpp new_refl.cpp cl /Fosolve_resolve\resolve\nnzero.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\nnzero.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\normal_grid_unit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\normal_grid_unit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve nnzero.cpp normal_grid_unit.cpp cl /Fosolve_resolve\resolve\normalize.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\normalize.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\normalize_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\normalize_2.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve normalize.cpp normalize_2.cpp cl /Fosolve_resolve\resolve\normalize_vector.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\normalize_vector.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve normalize_vector.cpp cl /Fosolve_resolve\resolve\normalize_vector_new_vector.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\normalize_vector_new_vector.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve normalize_vector_new_vector.cpp cl /Fosolve_resolve\resolve\numbertodate.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\numbertodate.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve numbertodate.cpp cl /Fosolve_resolve\resolve\offset_maps.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\offset_maps.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve offset_maps.cpp cl /Fosolve_resolve\resolve\omit_box_number.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\omit_box_number.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve omit_box_number.cpp cl /Fosolve_resolve\resolve\one_integer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\one_integer.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\one_logical.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\one_logical.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve one_integer.cpp one_logical.cpp cl /Fosolve_resolve\resolve\one_real.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\one_real.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\one_strand_from_two.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\one_strand_from_two.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve one_real.cpp cl /Fosolve_resolve\resolve\opt_helix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\opt_helix.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve one_strand_from_two.cpp cl /Fosolve_resolve\resolve\opt_helix_density.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\opt_helix_density.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve opt_helix.cpp opt_helix_density.cpp cl /Fosolve_resolve\resolve\opt_strand.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\opt_strand.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\optimize_molecule.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\optimize_molecule.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\optimize_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\optimize_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve opt_strand.cpp optimize_molecule.cpp optimize_ncs.cpp cl /Fosolve_resolve\resolve\orient_aa.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\orient_aa.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve orient_aa.cpp cl /Fosolve_resolve\resolve\orient_aa_with_o.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\orient_aa_with_o.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve orient_aa_with_o.cpp cl /Fosolve_resolve\resolve\orient_segments.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\orient_segments.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\overlap.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\overlap.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve orient_segments.cpp cl /Fosolve_resolve\resolve\overlap_xyz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\overlap_xyz.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\pad_with_blanks.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\pad_with_blanks.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve overlap.cpp cl /Fosolve_resolve\resolve\pare_model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\pare_model.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve overlap_xyz.cpp pad_with_blanks.cpp pare_model.cpp cl /Fosolve_resolve\resolve\pass_message.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\pass_message.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\pgauss.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\pgauss.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve pass_message.cpp cl /Fosolve_resolve\resolve\pick_separated_atoms.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\pick_separated_atoms.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve pgauss.cpp pick_separated_atoms.cpp cl /Fosolve_resolve\resolve\place_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\place_group.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve place_group.cpp cl /Fosolve_resolve\resolve\planar_test.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\planar_test.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve planar_test.cpp cl /Fosolve_resolve\resolve\plot.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\plot.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve plot.cpp cl /Fosolve_resolve\resolve\plot_nona.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\plot_nona.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve plot_nona.cpp cl /Fosolve_resolve\resolve\plot_pent.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\plot_pent.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve plot_pent.cpp cl /Fosolve_resolve\resolve\plot_triple.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\plot_triple.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve plot_triple.cpp cl /Fosolve_resolve\resolve\process_nonamer_pointers.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\process_nonamer_pointers.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve process_nonamer_pointers.cpp cl /Fosolve_resolve\resolve\ps_edit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\ps_edit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\qrfac.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\qrfac.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve ps_edit.cpp qrfac.cpp cl /Fosolve_resolve\resolve\qrsolv.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\qrsolv.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\quadratic_approx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\quadratic_approx.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve qrsolv.cpp quadratic_approx.cpp cl /Fosolve_resolve\resolve\r_to_rotxyx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\r_to_rotxyx.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\random_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\random_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve r_to_rotxyx.cpp random_map.cpp cl /Fosolve_resolve\resolve\randomize_phases.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\randomize_phases.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\randomize_rotation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\randomize_rotation.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve randomize_phases.cpp randomize_rotation.cpp cl /Fosolve_resolve\resolve\randomize_xyz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\randomize_xyz.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve randomize_xyz.cpp cl /Fosolve_resolve\resolve\rank_segments.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\rank_segments.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\ranmar.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\ranmar.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\read_ezd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_ezd.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve rank_segments.cpp read_ezd.cpp ranmar.cpp cl /Fosolve_resolve\resolve\read_line_aa.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_line_aa.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_line_aa.cpp cl /Fosolve_resolve\resolve\read_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_map.cpp cl /Fosolve_resolve\resolve\read_model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_model.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\read_model_get_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_model_get_mask.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_model.cpp read_model_get_mask.cpp cl /Fosolve_resolve\resolve\read_mp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_mp.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_mp.cpp cl /Fosolve_resolve\resolve\read_mtz_all.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_mtz_all.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_mtz_all.cpp cl /Fosolve_resolve\resolve\read_n_database.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_n_database.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\read_peaks.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_peaks.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_n_database.cpp read_peaks.cpp cl /Fosolve_resolve\resolve\read_relat.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_relat.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_relat.cpp cl /Fosolve_resolve\resolve\read_second_dataset.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_second_dataset.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_second_dataset.cpp cl /Fosolve_resolve\resolve\read_seq.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_seq.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_seq.cpp cl /Fosolve_resolve\resolve\read_solvent_content.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_solvent_content.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_solvent_content.cpp cl /Fosolve_resolve\resolve\read_write_pdb_line.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\read_write_pdb_line.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve read_write_pdb_line.cpp cl /Fosolve_resolve\resolve\real_or.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\real_or.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\real_to_text.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\real_to_text.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve real_or.cpp cl /Fosolve_resolve\resolve\reference.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\reference.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve real_to_text.cpp reference.cpp cl /Fosolve_resolve\resolve\refine_and_score.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\refine_and_score.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\refine_nc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\refine_nc.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve refine_and_score.cpp refine_nc.cpp cl /Fosolve_resolve\resolve\refine_params_para.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\refine_params_para.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve refine_params_para.cpp cl /Fosolve_resolve\resolve\refine_rot_trans.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\refine_rot_trans.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\reject_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\reject_group.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve refine_rot_trans.cpp reject_group.cpp cl /Fosolve_resolve\resolve\remove_blank.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\remove_blank.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve remove_blank.cpp cl /Fosolve_resolve\resolve\remove_bottom.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\remove_bottom.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\remove_group1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\remove_group1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\rename_mse_to_met.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\rename_mse_to_met.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve remove_group1.cpp remove_bottom.cpp cl /Fosolve_resolve\resolve\replace_star_with_prime.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\replace_star_with_prime.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve rename_mse_to_met.cpp replace_star_with_prime.cpp cl /Fosolve_resolve\resolve\replace_x.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\replace_x.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve replace_x.cpp cl /Fosolve_resolve\resolve\reset_ncs_ops.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\reset_ncs_ops.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\resolution.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\resolution.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\restore_xyz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\restore_xyz.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve reset_ncs_ops.cpp resolution.cpp restore_xyz.cpp cl /Fosolve_resolve\resolve\reuse_chain.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\reuse_chain.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve reuse_chain.cpp cl /Fosolve_resolve\resolve\reverse_integer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\reverse_integer.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve reverse_integer.cpp cl /Fosolve_resolve\resolve\rings.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\rings.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve rings.cpp cl /Fosolve_resolve\resolve\rmsd_set.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\rmsd_set.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\rot_matrix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\rot_matrix.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve rmsd_set.cpp cl /Fosolve_resolve\resolve\rotx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\rotx.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve rot_matrix.cpp cl /Fosolve_resolve\resolve\rotxyx_to_r.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\rotxyx_to_r.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve rotx.cpp rotxyx_to_r.cpp cl /Fosolve_resolve\resolve\roty.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\roty.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve roty.cpp cl /Fosolve_resolve\resolve\run_build.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_build.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve run_build.cpp cl /Fosolve_resolve\resolve\run_combine.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_combine.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve run_combine.cpp cl /Fosolve_resolve\resolve\run_combine_mismatch.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_combine_mismatch.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\run_connect.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_connect.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\run_cross.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_cross.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\run_fit_ligand.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_fit_ligand.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve run_combine_mismatch.cpp run_connect.cpp run_cross.cpp run_fit_ligand.cpp cl /Fosolve_resolve\resolve\run_get_cc_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_get_cc_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve run_get_cc_map.cpp cl /Fosolve_resolve\resolve\run_get_ha_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_get_ha_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\run_randomize_phases.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_randomize_phases.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\run_rebuild.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_rebuild.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve run_get_ha_ncs.cpp cl /Fosolve_resolve\resolve\run_score_image.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\run_score_image.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve run_rebuild.cpp cl /Fosolve_resolve\resolve\s_copy_omit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_copy_omit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve run_randomize_phases.cpp run_score_image.cpp s_copy_omit.cpp cl /Fosolve_resolve\resolve\s_either_one.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_either_one.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_either_one.cpp cl /Fosolve_resolve\resolve\s_estimate_sigma_y.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_estimate_sigma_y.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_estimate_sigma_y.cpp cl /Fosolve_resolve\resolve\s_get_cc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_cc.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_get_cc.cpp cl /Fosolve_resolve\resolve\s_get_cc_mark.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_cc_mark.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\s_get_cc_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_cc_mask.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_get_cc_mark.cpp cl /Fosolve_resolve\resolve\s_get_cc_nozero.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_cc_nozero.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_get_cc_mask.cpp s_get_cc_nozero.cpp cl /Fosolve_resolve\resolve\s_get_cc_region.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_cc_region.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_get_cc_region.cpp cl /Fosolve_resolve\resolve\s_get_fit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_fit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_get_fit.cpp cl /Fosolve_resolve\resolve\s_get_hist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_hist.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_get_hist.cpp cl /Fosolve_resolve\resolve\s_get_hist1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_hist1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_get_hist1.cpp cl /Fosolve_resolve\resolve\s_get_ll_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_ll_1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_get_ll_1.cpp cl /Fosolve_resolve\resolve\s_get_mean_sd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_mean_sd.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\s_get_mean_sd_prot_solv.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_mean_sd_prot_solv.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\s_get_rho_fract.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_get_rho_fract.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_get_mean_sd.cpp s_get_mean_sd_prot_solv.cpp s_get_rho_fract.cpp cl /Fosolve_resolve\resolve\s_highest.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_highest.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_highest.cpp cl /Fosolve_resolve\resolve\s_map_inv_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_map_inv_mask.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_map_inv_mask.cpp cl /Fosolve_resolve\resolve\s_map_inv_mask_p1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_map_inv_mask_p1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\s_map_sd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_map_sd.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_map_inv_mask_p1.cpp s_map_sd.cpp cl /Fosolve_resolve\resolve\s_mask_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_mask_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\s_mask_stat.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_mask_stat.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_mask_map.cpp s_mask_stat.cpp cl /Fosolve_resolve\resolve\s_modify_outside.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_modify_outside.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_modify_outside.cpp cl /Fosolve_resolve\resolve\s_normalize.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_normalize.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_normalize.cpp cl /Fosolve_resolve\resolve\s_normalize_match.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_normalize_match.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\s_renormalize.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_renormalize.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_normalize_match.cpp s_renormalize.cpp cl /Fosolve_resolve\resolve\s_reset_solvent.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_reset_solvent.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\s_set_mean_to_zero.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_set_mean_to_zero.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\s_truncate.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_truncate.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_reset_solvent.cpp s_set_mean_to_zero.cpp s_truncate.cpp cl /Fosolve_resolve\resolve\s_truncate_it.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_truncate_it.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_truncate_it.cpp cl /Fosolve_resolve\resolve\s_truncate_it_plus.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_truncate_it_plus.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_truncate_it_plus.cpp cl /Fosolve_resolve\resolve\s_zero_neg_and_solvent.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\s_zero_neg_and_solvent.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\safe_sqrt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\safe_sqrt.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve s_zero_neg_and_solvent.cpp safe_sqrt.cpp cl /Fosolve_resolve\resolve\sample_along_curve.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\sample_along_curve.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\sample_between.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\sample_between.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve sample_along_curve.cpp cl /Fosolve_resolve\resolve\save_it_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\save_it_2.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve sample_between.cpp save_it_2.cpp cl /Fosolve_resolve\resolve\save_transforms.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\save_transforms.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\scale_f.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\scale_f.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\scale_f_1col.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\scale_f_1col.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\scale_fm_to_fp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\scale_fm_to_fp.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve scale_f.cpp save_transforms.cpp scale_f_1col.cpp cl /Fosolve_resolve\resolve\scale_it.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\scale_it.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve scale_fm_to_fp.cpp scale_it.cpp cl /Fosolve_resolve\resolve\scale_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\scale_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve scale_map.cpp cl /Fosolve_resolve\resolve\score_line.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\score_line.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve score_line.cpp cl /Fosolve_resolve\resolve\score_molecule.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\score_molecule.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve score_molecule.cpp cl /Fosolve_resolve\resolve\score_placement.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\score_placement.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve score_placement.cpp cl /Fosolve_resolve\resolve\score_tert.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\score_tert.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\score_z.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\score_z.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\select_atoms_near.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\select_atoms_near.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve score_tert.cpp cl /Fosolve_resolve\resolve\set_b.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_b.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve score_z.cpp select_atoms_near.cpp set_b.cpp cl /Fosolve_resolve\resolve\set_build_type.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_build_type.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\set_crystals.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_crystals.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_crystals.cpp set_build_type.cpp cl /Fosolve_resolve\resolve\set_fom_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_fom_1.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\set_map_level.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_map_level.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_fom_1.cpp cl /Fosolve_resolve\resolve\set_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_mask.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_map_level.cpp cl /Fosolve_resolve\resolve\set_mean_non_zero_to_zero.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_mean_non_zero_to_zero.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_mask.cpp set_mean_non_zero_to_zero.cpp cl /Fosolve_resolve\resolve\set_mean_nonzero.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_mean_nonzero.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_mean_nonzero.cpp cl /Fosolve_resolve\resolve\set_one_crystal.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_one_crystal.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_one_crystal.cpp cl /Fosolve_resolve\resolve\set_params.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_params.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\set_res_solvent.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_res_solvent.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\set_rotations.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_rotations.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_params.cpp set_res_solvent.cpp set_rotations.cpp cl /Fosolve_resolve\resolve\set_up_cycles.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_up_cycles.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_up_cycles.cpp cl /Fosolve_resolve\resolve\set_up_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_up_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\set_var.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_var.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\set_var_strand.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_var_strand.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_up_ncs.cpp cl /Fosolve_resolve\resolve\set_wang_rad.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\set_wang_rad.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve set_var.cpp set_wang_rad.cpp set_var_strand.cpp cl /Fosolve_resolve\resolve\sharpen.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\sharpen.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve sharpen.cpp cl /Fosolve_resolve\resolve\sharpen_1col.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\sharpen_1col.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\shell_average.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\shell_average.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\shell_average_fft.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\shell_average_fft.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve sharpen_1col.cpp cl /Fosolve_resolve\resolve\shell_zero.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\shell_zero.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve shell_average.cpp shell_average_fft.cpp shell_zero.cpp cl /Fosolve_resolve\resolve\side_chain.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\side_chain.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve side_chain.cpp cl /Fosolve_resolve\resolve\sift_nona_peaks.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\sift_nona_peaks.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve sift_nona_peaks.cpp cl /Fosolve_resolve\resolve\sift_segments.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\sift_segments.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve sift_segments.cpp cl /Fosolve_resolve\resolve\smooth_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\smooth_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\solvent_model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\solvent_model.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve smooth_ncs.cpp solvent_model.cpp cl /Fosolve_resolve\resolve\sort_and_sift_trace.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\sort_and_sift_trace.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve sort_and_sift_trace.cpp cl /Fosolve_resolve\resolve\sort_it.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\sort_it.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve sort_it.cpp cl /Fosolve_resolve\resolve\sort_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\sort_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve sort_list.cpp cl /Fosolve_resolve\resolve\split_ligand_file.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\split_ligand_file.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve split_ligand_file.cpp cl /Fosolve_resolve\resolve\split_segments.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\split_segments.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve split_segments.cpp cl /Fosolve_resolve\resolve\spmpar.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\spmpar.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve spmpar.cpp cl /Fosolve_resolve\resolve\squeezewr.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\squeezewr.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\start_build.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\start_build.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve squeezewr.cpp cl /Fosolve_resolve\resolve\strands_trace.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\strands_trace.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve start_build.cpp cl /Fosolve_resolve\resolve\sumit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\sumit.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve sumit.cpp strands_trace.cpp cl /Fosolve_resolve\resolve\summarize_resolution.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\summarize_resolution.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve summarize_resolution.cpp cl /Fosolve_resolve\resolve\systematic.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\systematic.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\tabulate.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\tabulate.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve systematic.cpp tabulate.cpp cl /Fosolve_resolve\resolve\test_misc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\test_misc.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve test_misc.cpp cl /Fosolve_resolve\resolve\test_rot_same.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\test_rot_same.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve test_rot_same.cpp cl /Fosolve_resolve\resolve\test_rot_trans.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\test_rot_trans.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\text_to_real.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\text_to_real.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve test_rot_trans.cpp cl /Fosolve_resolve\resolve\three_char_to_id.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\three_char_to_id.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve text_to_real.cpp cl /Fosolve_resolve\resolve\top_half.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\top_half.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve three_char_to_id.cpp top_half.cpp cl /Fosolve_resolve\resolve\trace_analyze.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\trace_analyze.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\trace_chain.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\trace_chain.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve trace_analyze.cpp trace_chain.cpp cl /Fosolve_resolve\resolve\trace_dist_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\trace_dist_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve trace_dist_list.cpp cl /Fosolve_resolve\resolve\trace_fill_gaps.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\trace_fill_gaps.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve trace_fill_gaps.cpp cl /Fosolve_resolve\resolve\trace_helices.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\trace_helices.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\trace_pair_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\trace_pair_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\truncate.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\truncate.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\truncate_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\truncate_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve trace_pair_list.cpp trace_helices.cpp cl /Fosolve_resolve\resolve\tubes.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\tubes.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve truncate.cpp tubes.cpp truncate_map.cpp cl /Fosolve_resolve\resolve\uncopy_ibin.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\uncopy_ibin.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve uncopy_ibin.cpp cl /Fosolve_resolve\resolve\unique_3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\unique_3.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve unique_3.cpp cl /Fosolve_resolve\resolve\unsave_transforms.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\unsave_transforms.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\update_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\update_mask.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve unsave_transforms.cpp update_mask.cpp cl /Fosolve_resolve\resolve\update_mask_init.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\update_mask_init.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve update_mask_init.cpp cl /Fosolve_resolve\resolve\update_proxy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\update_proxy.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve update_proxy.cpp cl /Fosolve_resolve\resolve\update_special_proxy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\update_special_proxy.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve update_special_proxy.cpp cl /Fosolve_resolve\resolve\uppercase.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\uppercase.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\verify_no_dup.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\verify_no_dup.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\warn_of_bias.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\warn_of_bias.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\write_ccp4_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_ccp4_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve uppercase.cpp warn_of_bias.cpp verify_no_dup.cpp write_ccp4_map.cpp cl /Fosolve_resolve\resolve\write_chain_list.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_chain_list.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_chain_list.cpp cl /Fosolve_resolve\resolve\write_dummy_atom.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_dummy_atom.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_dummy_atom.cpp cl /Fosolve_resolve\resolve\write_ezd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_ezd.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_ezd.cpp cl /Fosolve_resolve\resolve\write_header.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_header.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_header.cpp cl /Fosolve_resolve\resolve\write_helix_dots.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_helix_dots.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\write_hermann.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_hermann.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_helix_dots.cpp write_hermann.cpp cl /Fosolve_resolve\resolve\write_int_to_line.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_int_to_line.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\write_integer_to_file.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_integer_to_file.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_int_to_line.cpp write_integer_to_file.cpp cl /Fosolve_resolve\resolve\write_map.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_map.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\write_model.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_model.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_map.cpp write_model.cpp cl /Fosolve_resolve\resolve\write_mtz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_mtz.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\write_mtz_fp_phidm_abcd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_mtz_fp_phidm_abcd.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_mtz.cpp write_mtz_fp_phidm_abcd.cpp cl /Fosolve_resolve\resolve\write_map_coeffs_to_refl_db.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_map_coeffs_to_refl_db.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_map_coeffs_to_refl_db.cpp cl /Fosolve_resolve\resolve\write_n_select.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_n_select.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\write_out_phases.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_out_phases.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\write_pdb_occ.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_pdb_occ.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_n_select.cpp write_out_phases.cpp write_pdb_occ.cpp cl /Fosolve_resolve\resolve\write_peaks.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_peaks.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_peaks.cpp cl /Fosolve_resolve\resolve\write_real_to_file.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_real_to_file.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_real_to_file.cpp cl /Fosolve_resolve\resolve\write_relat.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_relat.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_relat.cpp cl /Fosolve_resolve\resolve\write_resolve_ncs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_resolve_ncs.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_resolve_ncs.cpp cl /Fosolve_resolve\resolve\write_resolve_ok.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\write_resolve_ok.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve write_resolve_ok.cpp cl /Fosolve_resolve\resolve\writecopyright.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\writecopyright.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve writecopyright.cpp cl /Fosolve_resolve\resolve\zero.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\zero.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve zero.cpp cl /Fosolve_resolve\resolve\zero_1d.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\zero_1d.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\zero_integer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\zero_integer.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\zero_logical.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\zero_logical.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve zero_1d.cpp zero_integer.cpp zero_logical.cpp cl /Fosolve_resolve\resolve\zero_map_except_in_region.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\zero_map_except_in_region.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve zero_map_except_in_region.cpp cl /Fosolve_resolve\resolve\zero_template_inside_rad.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\zero_template_inside_rad.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\zero_refl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\zero_refl.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve zero_template_inside_rad.cpp cl /Fosolve_resolve\resolve\exx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\exx.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve zero_refl.cpp exx.cpp cl /Forstbx\array_family\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\array_family\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Forstbx\array_family\flex_rstbx_arrays.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\array_family\flex_rstbx_arrays.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules ext.cpp cl /Forstbx\bandpass\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\bandpass\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules flex_rstbx_arrays.cpp ext.cpp cl /Forstbx\bpcx\detector_model\detector_model_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\bpcx\detector_model\detector_model_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Forstbx\bpcx\detector_model\sensor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\bpcx\detector_model\sensor.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules detector_model_ext.cpp sensor.cpp cl /Forstbx\diffraction\fastbragg\fastbragg_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\diffraction\fastbragg\fastbragg_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Forstbx\diffraction\fastbragg\fastbragg.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\diffraction\fastbragg\fastbragg.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules fastbragg_ext.cpp cl /Forstbx\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Forstbx\indexing_api\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\indexing_api\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Forstbx\apps\integration_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\apps\integration_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules fastbragg.cpp ext.cpp cl /Forstbx\simage\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\simage\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules ext.cpp integration_ext.cpp ext.cpp cl /Forstbx\simulation\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\simulation\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules cl /Forstbx\symmetry\constraints\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\rstbx\symmetry\constraints\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules ext.cpp ext.cpp cl /Foscitbx\array_family\boost_python\flex_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\array_family\boost_python\flex_grid.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_grid.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_ext.cpp cl /Foscitbx\array_family\boost_python\flex_bool.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_bool.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_grid.cpp flex_bool.cpp cl /Foscitbx\array_family\boost_python\flex_size_t.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_size_t.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_size_t.cpp cl /Foscitbx\array_family\boost_python\flex_int.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_int.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\array_family\boost_python\flex_long.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_long.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_int.cpp flex_long.cpp cl /Foscitbx\array_family\boost_python\flex_float.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_float.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_float.cpp cl /Foscitbx\array_family\boost_python\flex_double.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_double.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_double.cpp cl /Foscitbx\array_family\boost_python\flex_double_matrix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_double_matrix.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_double_matrix.cpp Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpemjshi.lnk for command line: lib /nologo /OUT:lib\resolve.lib solve_resolve\resolve\copy_cell_cgrd3.obj solve_resolve\resolve\finish_chains.obj solve_resolve\resolve\mark_linked.obj solve_resolve\resolve\limit_nonamers.obj solve_resolve\resolve\get_nonas_containing_points.obj solve_resolve\resolve\identify_connections.obj solve_resolve\resolve\read_line_from_string.obj solve_resolve\resolve\remove_zero_points.obj solve_resolve\resolve\run_resolve_tests.obj solve_resolve\resolve\tst_percentile_based_spread.obj solve_resolve\resolve\percentile_based_spread.obj solve_resolve\resolve\dump_full_map_to_memory.obj solve_resolve\resolve\analyze_rho_near_atoms_top.obj solve_resolve\resolve\analyze_rho_near_atoms.obj solve_resolve\resolve\fft_wrapper.obj solve_resolve\resolve\convert_any.obj solve_resolve\resolve\cutout.obj solve_resolve\resolve\mark_mask_cutout.obj solve_resolve\resolve\copy_to_float_array.obj solve_resolve\resolve\get_lookup.obj solve_resolve\resolve\get_refl_data.obj solve_resolve\resolve\get_sg_info.obj solve_resolve\resolve\get_centering.obj solve_resolve\resolve\fill_cgrd3.obj solve_resolve\resolve\get_origin_shifts_cgrd3.obj solve_resolve\resolve\get_cc_offset_big_cgrd3.obj solve_resolve\resolve\get_centroid_cgrd3.obj solve_resolve\resolve\get_max_in_sphere_cgrd3.obj solve_resolve\resolve\set_mean_non_zero_to_zero_cgrd3.obj solve_resolve\resolve\get_rho_c_cgrd3.obj solve_resolve\resolve\get_refl_cgrd3.obj solve_resolve\resolve\asym_unit_to_refl_cgrd3.obj solve_resolve\resolve\fill_cell_new_cell_cgrd3.obj solve_resolve\resolve\get_peaks_2aa_cgrd3.obj solve_resolve\resolve\map_p1_cgrd3.obj solve_resolve\resolve\rotate_fft_cgrd3.obj solve_resolve\resolve\get_conv_star_in_place_cgrd3.obj solve_resolve\resolve\map_stat2_cgrd3.obj solve_resolve\resolve\get_peaks_cgrd3.obj solve_resolve\resolve\scale1.obj solve_resolve\resolve\fft_smooth_cgrd3.obj solve_resolve\resolve\fill_cell_p1_cgrd3.obj solve_resolve\resolve\fill_cell_cgrd3.obj solve_resolve\resolve\scale_map_cgrd3.obj solve_resolve\resolve\scale_it_cgrd3.obj solve_resolve\resolve\extract_asym_unit_cgrd3.obj solve_resolve\resolve\extract_asym_unit_flex_grid.obj solve_resolve\resolve\fill_refl_wgt_opt_cgrd3.obj solve_resolve\resolve\get_fft_cgrd3.obj solve_resolve\resolve\ccp4_calls.obj solve_resolve\resolve\call_stack.obj solve_resolve\resolve\aaa_resolve.obj solve_resolve\resolve\aaa_resolve_main.obj solve_resolve\resolve\abc_to_fract_crystal.obj solve_resolve\resolve\add_abcd.obj solve_resolve\resolve\add_cycle_test.obj solve_resolve\resolve\add_group.obj solve_resolve\resolve\add_ksym.obj solve_resolve\resolve\add_list.obj solve_resolve\resolve\add_location.obj solve_resolve\resolve\add_ncs_group.obj solve_resolve\resolve\add_nonamers.obj solve_resolve\resolve\add_plac.obj solve_resolve\resolve\add_quotes.obj solve_resolve\resolve\add_sep.obj solve_resolve\resolve\add_sites.obj solve_resolve\resolve\adjust_peaks.obj solve_resolve\resolve\adjust_small_map.obj solve_resolve\resolve\ainside.obj solve_resolve\resolve\align_bases.obj solve_resolve\resolve\analyze_fragments.obj solve_resolve\resolve\analyze_nc.obj solve_resolve\resolve\angle_after_mapping.obj solve_resolve\resolve\apply_best_center.obj solve_resolve\resolve\apply_cutoff.obj solve_resolve\resolve\apply_hist.obj solve_resolve\resolve\apply_offsets.obj solve_resolve\resolve\apply_phase_offset.obj solve_resolve\resolve\apply_proxy.obj solve_resolve\resolve\apply_rot_trans_to_matrices.obj solve_resolve\resolve\apply_xl_symm.obj solve_resolve\resolve\apply_xl_symm_rot.obj solve_resolve\resolve\apply_xl_symm_to_matrices.obj solve_resolve\resolve\arcos.obj solve_resolve\resolve\assemble_model.obj solve_resolve\resolve\assemble_molecule.obj solve_resolve\resolve\assign.obj solve_resolve\resolve\asym_unit.obj solve_resolve\resolve\average_period.obj solve_resolve\resolve\bang.obj solve_resolve\resolve\begin_big_cycle.obj solve_resolve\resolve\big_cycle.obj solve_resolve\resolve\bonding.obj solve_resolve\resolve\bucket_sort.obj solve_resolve\resolve\build_model.obj solve_resolve\resolve\central_atom.obj solve_resolve\resolve\centric_check.obj solve_resolve\resolve\centroid.obj solve_resolve\resolve\chain_rt.obj solve_resolve\resolve\check_connect.obj solve_resolve\resolve\check_for_overlaps.obj solve_resolve\resolve\check_for_overlaps_between_groups.obj solve_resolve\resolve\check_geometry.obj solve_resolve\resolve\check_n_nc_oper_use.obj solve_resolve\resolve\check_phases.obj solve_resolve\resolve\check_point_group.obj solve_resolve\resolve\check_required.obj solve_resolve\resolve\check_rot.obj solve_resolve\resolve\check_screw.obj solve_resolve\resolve\check_wizard.obj solve_resolve\resolve\choose_param_value.obj solve_resolve\resolve\cluster_groups.obj solve_resolve\resolve\cmn.obj solve_resolve\resolve\combine_maps.obj solve_resolve\resolve\combine_omit.obj solve_resolve\resolve\combine_phases.obj solve_resolve\resolve\compare_it.obj solve_resolve\resolve\compare_m_phi.obj solve_resolve\resolve\compare_pdb.obj solve_resolve\resolve\compare_pdb_1.obj solve_resolve\resolve\compare_pdb_flip.obj solve_resolve\resolve\compare_rot.obj solve_resolve\resolve\connect1.obj solve_resolve\resolve\connect2.obj solve_resolve\resolve\connect3.obj solve_resolve\resolve\contain_2.obj solve_resolve\resolve\convert_fract_to_orth.obj solve_resolve\resolve\convert_mat_fract_to_orth.obj solve_resolve\resolve\convert_mat_orth_to_fract.obj solve_resolve\resolve\convert_orth_to_fract.obj solve_resolve\resolve\coord_plac.obj solve_resolve\resolve\coord_flip.obj solve_resolve\resolve\copy_abcd.obj solve_resolve\resolve\copy_aijk_seq.obj solve_resolve\resolve\copy_from_group_ncs.obj solve_resolve\resolve\copy_group.obj solve_resolve\resolve\copy_ibin.obj solve_resolve\resolve\copy_in_segment.obj solve_resolve\resolve\copy_integer.obj solve_resolve\resolve\copy_map_new_cell.obj solve_resolve\resolve\copy_offset.obj solve_resolve\resolve\copy_plac.obj solve_resolve\resolve\copy_plac_to_hold.obj solve_resolve\resolve\copy_refl.obj solve_resolve\resolve\copy_scatt_factors.obj solve_resolve\resolve\copy_template.obj solve_resolve\resolve\copy_to_group_ncs.obj solve_resolve\resolve\copy_vector_n.obj solve_resolve\resolve\count_atoms.obj solve_resolve\resolve\count_bonds.obj solve_resolve\resolve\count_logical.obj solve_resolve\resolve\count_q.obj solve_resolve\resolve\count_subdiv.obj solve_resolve\resolve\create_au_p1.obj solve_resolve\resolve\create_bins.obj solve_resolve\resolve\create_composite_map.obj solve_resolve\resolve\create_hist.obj solve_resolve\resolve\create_ncs_au.obj solve_resolve\resolve\cross_vector.obj solve_resolve\resolve\crossover.obj solve_resolve\resolve\cut.obj solve_resolve\resolve\datetonumber.obj solve_resolve\resolve\decrypt.obj solve_resolve\resolve\demo_special_positions.obj solve_resolve\resolve\density_search.obj solve_resolve\resolve\extract_density.obj solve_resolve\resolve\derivs.obj solve_resolve\resolve\derivs_sub_i.obj solve_resolve\resolve\derivs_sub_ii.obj solve_resolve\resolve\dis.obj solve_resolve\resolve\dist_from_line_between_points.obj solve_resolve\resolve\dist_line_line.obj solve_resolve\resolve\dist_line_point.obj solve_resolve\resolve\dist_minimum_self.obj solve_resolve\resolve\dist_pair.obj solve_resolve\resolve\dist_to_ha_count_dups.obj solve_resolve\resolve\distance.obj solve_resolve\resolve\distance_mod_cell.obj solve_resolve\resolve\distance_no_mod_cell.obj solve_resolve\resolve\distance_save_xyz.obj solve_resolve\resolve\distance_sym.obj solve_resolve\resolve\distance_sym_fract.obj solve_resolve\resolve\distance_sym_save_xyz.obj solve_resolve\resolve\dot_vector.obj solve_resolve\resolve\dump_fragment.obj solve_resolve\resolve\dump_map_as_mtz.obj solve_resolve\resolve\dump_mask.obj solve_resolve\resolve\dump_recover.obj solve_resolve\resolve\end_of_residue.obj solve_resolve\resolve\enorm.obj solve_resolve\resolve\evaluate_model.obj solve_resolve\resolve\expand_xyz.obj solve_resolve\resolve\extract_asym_unit.obj solve_resolve\resolve\extract_count.obj solve_resolve\resolve\extract_match.obj solve_resolve\resolve\extract_nomatch.obj solve_resolve\resolve\fall_off.obj solve_resolve\resolve\fcnhend.obj solve_resolve\resolve\fcnhist.obj solve_resolve\resolve\fcnhist1.obj solve_resolve\resolve\fcnquad_2.obj solve_resolve\resolve\fdjac2.obj solve_resolve\resolve\fft_forward.obj solve_resolve\resolve\fill_cell.obj solve_resolve\resolve\fill_cell_p1.obj solve_resolve\resolve\find_optimal_members.obj solve_resolve\resolve\find_allowed_plac.obj solve_resolve\resolve\find_atom_number.obj solve_resolve\resolve\find_available_points.obj solve_resolve\resolve\find_b.obj solve_resolve\resolve\find_best_direction.obj solve_resolve\resolve\find_best_offset_ncs.obj solve_resolve\resolve\find_best_pos_in_plane.obj solve_resolve\resolve\find_best_segment.obj solve_resolve\resolve\find_box.obj solve_resolve\resolve\find_ca_in_group.obj solve_resolve\resolve\find_chains.obj solve_resolve\resolve\find_closest.obj solve_resolve\resolve\find_connected.obj solve_resolve\resolve\find_cross.obj solve_resolve\resolve\find_dist_match.obj solve_resolve\resolve\find_edges.obj solve_resolve\resolve\find_extra_points.obj solve_resolve\resolve\find_first_atom_in_residue.obj solve_resolve\resolve\find_gauss.obj solve_resolve\resolve\find_helices.obj solve_resolve\resolve\find_i_at_max.obj solve_resolve\resolve\find_largest_available_range.obj solve_resolve\resolve\find_last_atom_in_residue.obj solve_resolve\resolve\find_match_flip.obj solve_resolve\resolve\find_molecular_centers.obj solve_resolve\resolve\find_next_available_range.obj solve_resolve\resolve\find_next_n.obj solve_resolve\resolve\find_next_ss.obj solve_resolve\resolve\find_omit_region.obj solve_resolve\resolve\find_peaks.obj solve_resolve\resolve\find_prev_n.obj solve_resolve\resolve\find_ridgeline.obj solve_resolve\resolve\find_ridges.obj solve_resolve\resolve\find_sheets.obj solve_resolve\resolve\find_sphere_points.obj solve_resolve\resolve\find_sym_close.obj solve_resolve\resolve\find_sym_match.obj solve_resolve\resolve\find_triple.obj solve_resolve\resolve\find_two_fold.obj solve_resolve\resolve\finish.obj solve_resolve\resolve\fit_ligand.obj solve_resolve\resolve\fit_quadratic.obj solve_resolve\resolve\flush_output.obj solve_resolve\resolve\fract_to_a.obj solve_resolve\resolve\generate_lig.obj solve_resolve\resolve\generate_small_plane.obj solve_resolve\resolve\generate_small_sphere.obj solve_resolve\resolve\generate_sphere.obj solve_resolve\resolve\generate_sym_equiv.obj solve_resolve\resolve\get_pair_id_from_ij.obj solve_resolve\resolve\get_2_values.obj solve_resolve\resolve\get_aijk_orth_cell1.obj solve_resolve\resolve\get_alpha.obj solve_resolve\resolve\get_alpha_helix_params.obj solve_resolve\resolve\get_alpha_helix_params_b.obj solve_resolve\resolve\get_b_factor.obj solve_resolve\resolve\get_best_center.obj solve_resolve\resolve\get_best_center_nc.obj solve_resolve\resolve\get_best_matrix.obj solve_resolve\resolve\get_bin.obj solve_resolve\resolve\get_c_term_caco.obj solve_resolve\resolve\get_cc.obj solve_resolve\resolve\get_cc_image_mask.obj solve_resolve\resolve\get_cc_nozero.obj solve_resolve\resolve\get_cc_offset.obj solve_resolve\resolve\get_cc_scale.obj solve_resolve\resolve\get_cc_segment.obj solve_resolve\resolve\get_center_of_mass.obj solve_resolve\resolve\get_database.obj solve_resolve\resolve\get_density.obj solve_resolve\resolve\get_density_on_circle.obj solve_resolve\resolve\get_density_at_midpoint_rna.obj solve_resolve\resolve\get_density_at_midpoint.obj solve_resolve\resolve\get_diff_map.obj solve_resolve\resolve\get_dist_matrix.obj solve_resolve\resolve\get_distrib.obj solve_resolve\resolve\get_distrib_2d.obj solve_resolve\resolve\get_fcalc.obj solve_resolve\resolve\get_fft_cc_max.obj solve_resolve\resolve\get_fom_hist.obj solve_resolve\resolve\get_fract_pzero.obj solve_resolve\resolve\get_fragment_orientation.obj solve_resolve\resolve\get_fragments.obj solve_resolve\resolve\get_freedom.obj solve_resolve\resolve\get_group_link.obj solve_resolve\resolve\get_group_rmsd.obj solve_resolve\resolve\get_group_score.obj solve_resolve\resolve\get_ha_ncs.obj solve_resolve\resolve\get_helix_orientation.obj solve_resolve\resolve\get_helix_rho.obj solve_resolve\resolve\get_helix_score.obj solve_resolve\resolve\get_helix_xyz.obj solve_resolve\resolve\get_hkl.obj solve_resolve\resolve\get_i.obj solve_resolve\resolve\get_ichain_value.obj solve_resolve\resolve\get_ihmax.obj solve_resolve\resolve\get_image.obj solve_resolve\resolve\get_image_from_pdb.obj solve_resolve\resolve\get_imax.obj solve_resolve\resolve\get_inputs.obj solve_resolve\resolve\get_last_true.obj solve_resolve\resolve\get_lig_atomic_number.obj solve_resolve\resolve\get_link_list.obj solve_resolve\resolve\get_link_prob.obj solve_resolve\resolve\get_loop_link.obj solve_resolve\resolve\get_mask.obj solve_resolve\resolve\get_mask_from_coords.obj solve_resolve\resolve\get_mask_wang.obj solve_resolve\resolve\get_masks_model_fc.obj solve_resolve\resolve\get_max_hist.obj solve_resolve\resolve\get_mean.obj solve_resolve\resolve\get_mean_3d.obj solve_resolve\resolve\get_model.obj solve_resolve\resolve\get_model_error.obj solve_resolve\resolve\get_n_term_caco.obj solve_resolve\resolve\get_nc_cc.obj solve_resolve\resolve\get_nc_map.obj solve_resolve\resolve\get_nc_rho.obj solve_resolve\resolve\get_nc_target.obj solve_resolve\resolve\get_new_centroid.obj solve_resolve\resolve\get_new_mask.obj solve_resolve\resolve\get_next_nona_in_list.obj solve_resolve\resolve\get_nona_list.obj solve_resolve\resolve\get_nona_pairs.obj solve_resolve\resolve\get_nona_points.obj solve_resolve\resolve\get_overlap.obj solve_resolve\resolve\get_p_hist.obj solve_resolve\resolve\get_p_zero_f_fft.obj solve_resolve\resolve\get_pdb.obj solve_resolve\resolve\get_pdb_format.obj solve_resolve\resolve\get_pdb_in.obj solve_resolve\resolve\get_pdb_orth.obj solve_resolve\resolve\get_pdb_sort.obj solve_resolve\resolve\get_pent_list.obj solve_resolve\resolve\get_pent_points.obj solve_resolve\resolve\get_pent_points_and_pairs.obj solve_resolve\resolve\get_perfect_phases.obj solve_resolve\resolve\get_points_in_nona_list.obj solve_resolve\resolve\get_points_in_nona_list_b.obj solve_resolve\resolve\get_pp.obj solve_resolve\resolve\get_q.obj solve_resolve\resolve\get_refl.obj solve_resolve\resolve\get_relat.obj solve_resolve\resolve\get_relat_single.obj solve_resolve\resolve\get_resolution.obj solve_resolve\resolve\get_rho_at_mid_points.obj solve_resolve\resolve\get_rho_at_points.obj solve_resolve\resolve\get_rho_c.obj solve_resolve\resolve\get_rho_c_template.obj solve_resolve\resolve\get_rho_fragment_select.obj solve_resolve\resolve\get_rho_list.obj solve_resolve\resolve\get_rho_orth.obj solve_resolve\resolve\get_rho_strand.obj solve_resolve\resolve\get_rms.obj solve_resolve\resolve\get_rmsd.obj solve_resolve\resolve\get_rmsd_atom_name.obj solve_resolve\resolve\get_rmsd_centers_replace.obj solve_resolve\resolve\get_rmsd_fix.obj solve_resolve\resolve\get_rmsd_from_line.obj solve_resolve\resolve\get_rmsd_res.obj solve_resolve\resolve\get_rot_axis.obj solve_resolve\resolve\get_scale.obj solve_resolve\resolve\get_scale_ratio.obj solve_resolve\resolve\get_scatt_fact.obj solve_resolve\resolve\get_score_pair_list.obj solve_resolve\resolve\get_score_stat.obj solve_resolve\resolve\get_scores_only.obj solve_resolve\resolve\get_search_center.obj solve_resolve\resolve\get_seg_local.obj solve_resolve\resolve\get_segments.obj solve_resolve\resolve\get_sg.obj solve_resolve\resolve\get_shell_point.obj solve_resolve\resolve\get_side_chain_templates.obj solve_resolve\resolve\get_skew.obj solve_resolve\resolve\get_solv_flatness.obj solve_resolve\resolve\get_special_positions.obj solve_resolve\resolve\get_start_file.obj solve_resolve\resolve\get_sym_equiv.obj solve_resolve\resolve\get_symm_sg_offset.obj solve_resolve\resolve\get_template.obj solve_resolve\resolve\get_term_caco.obj solve_resolve\resolve\get_top_frags.obj solve_resolve\resolve\get_torsion_angle.obj solve_resolve\resolve\get_triple_list.obj solve_resolve\resolve\get_unique_symm.obj solve_resolve\resolve\get_xyz_from_point_list.obj solve_resolve\resolve\get_xyz_orth.obj solve_resolve\resolve\get_xyz_params.obj solve_resolve\resolve\getdir.obj solve_resolve\resolve\getdir_solve_only.obj solve_resolve\resolve\getkey.obj solve_resolve\resolve\getnchar.obj solve_resolve\resolve\group_link.obj solve_resolve\resolve\groups_present.obj solve_resolve\resolve\guess_atom_type.obj solve_resolve\resolve\helices_strands_trace.obj solve_resolve\resolve\helices_trace.obj solve_resolve\resolve\hendft.obj solve_resolve\resolve\hermann.obj solve_resolve\resolve\highest_mask.obj solve_resolve\resolve\i_check_matr.obj solve_resolve\resolve\i_contained_in_ring.obj solve_resolve\resolve\i_dup_any.obj solve_resolve\resolve\i_get_res_id.obj solve_resolve\resolve\i_list_contains.obj solve_resolve\resolve\i_list_of_close_atoms.obj solve_resolve\resolve\i_position_in_list.obj solve_resolve\resolve\i_same_3.obj solve_resolve\resolve\i_same_any_4.obj solve_resolve\resolve\i_same_any_n.obj solve_resolve\resolve\id_side_chain_density.obj solve_resolve\resolve\id_unique_by_point_group.obj solve_resolve\resolve\identify_chain.obj solve_resolve\resolve\identify_segments.obj solve_resolve\resolve\identity_matrix.obj solve_resolve\resolve\interp_ncs.obj solve_resolve\resolve\inv3by3.obj solve_resolve\resolve\invert_transform.obj solve_resolve\resolve\is_atom_in_omit.obj solve_resolve\resolve\is_in_list.obj solve_resolve\resolve\is_main.obj solve_resolve\resolve\is_main_chain.obj solve_resolve\resolve\is_residue_complete.obj solve_resolve\resolve\is_unique.obj solve_resolve\resolve\iter_frag_place.obj solve_resolve\resolve\leftjustify.obj solve_resolve\resolve\license.obj solve_resolve\resolve\ligand_start_place.obj solve_resolve\resolve\linfit.obj solve_resolve\resolve\lmdif.obj solve_resolve\resolve\lmdif1.obj solve_resolve\resolve\lmpar.obj solve_resolve\resolve\lowercase.obj solve_resolve\resolve\main_map.obj solve_resolve\resolve\map_3_points.obj solve_resolve\resolve\map_3_points_no_ref.obj solve_resolve\resolve\map_dist.obj solve_resolve\resolve\map_p1.obj solve_resolve\resolve\map_p1_if_bigger_cc.obj solve_resolve\resolve\map_sd_nozero.obj solve_resolve\resolve\map_stat2.obj solve_resolve\resolve\mark.obj solve_resolve\resolve\mark_if_both.obj solve_resolve\resolve\mark_ncs_au.obj solve_resolve\resolve\mark_used.obj solve_resolve\resolve\mark_used_points.obj solve_resolve\resolve\mask_stat_gen.obj solve_resolve\resolve\mask_cutoff.obj solve_resolve\resolve\mask_distributions.obj solve_resolve\resolve\mask_p_var_sd.obj solve_resolve\resolve\mask_p_var_sd_f.obj solve_resolve\resolve\mask_pattern.obj solve_resolve\resolve\mask_s_p.obj solve_resolve\resolve\mask_sd_stat_half.obj solve_resolve\resolve\match_hist.obj solve_resolve\resolve\match_hist_2.obj solve_resolve\resolve\matsol.obj solve_resolve\resolve\maximize.obj solve_resolve\resolve\meanfit.obj solve_resolve\resolve\modify_map.obj solve_resolve\resolve\modify_map_and_phases.obj solve_resolve\resolve\modify_map_and_phases_ncs.obj solve_resolve\resolve\morph.obj solve_resolve\resolve\morph_apply.obj solve_resolve\resolve\morph_apply_offset.obj solve_resolve\resolve\morph_find_first_n.obj solve_resolve\resolve\morph_find_last_nth_n.obj solve_resolve\resolve\morph_find_prev_nth_n.obj solve_resolve\resolve\morph_overlap.obj solve_resolve\resolve\morph_reject.obj solve_resolve\resolve\morph_write_pdb.obj solve_resolve\resolve\move.obj solve_resolve\resolve\multiply.obj solve_resolve\resolve\myinquire.obj solve_resolve\resolve\myopen.obj solve_resolve\resolve\myopen_check.obj solve_resolve\resolve\nearby_average.obj solve_resolve\resolve\need_coarse_grid.obj solve_resolve\resolve\new_refl.obj solve_resolve\resolve\nnzero.obj solve_resolve\resolve\normal_grid_unit.obj solve_resolve\resolve\normalize.obj solve_resolve\resolve\normalize_2.obj solve_resolve\resolve\normalize_vector.obj solve_resolve\resolve\normalize_vector_new_vector.obj solve_resolve\resolve\numbertodate.obj solve_resolve\resolve\offset_maps.obj solve_resolve\resolve\omit_box_number.obj solve_resolve\resolve\one_integer.obj solve_resolve\resolve\one_logical.obj solve_resolve\resolve\one_real.obj solve_resolve\resolve\one_strand_from_two.obj solve_resolve\resolve\opt_helix.obj solve_resolve\resolve\opt_helix_density.obj solve_resolve\resolve\opt_strand.obj solve_resolve\resolve\optimize_molecule.obj solve_resolve\resolve\optimize_ncs.obj solve_resolve\resolve\orient_aa.obj solve_resolve\resolve\orient_aa_with_o.obj solve_resolve\resolve\orient_segments.obj solve_resolve\resolve\overlap.obj solve_resolve\resolve\overlap_xyz.obj solve_resolve\resolve\pad_with_blanks.obj solve_resolve\resolve\pare_model.obj solve_resolve\resolve\pass_message.obj solve_resolve\resolve\pgauss.obj solve_resolve\resolve\pick_separated_atoms.obj solve_resolve\resolve\place_group.obj solve_resolve\resolve\planar_test.obj solve_resolve\resolve\plot.obj solve_resolve\resolve\plot_nona.obj solve_resolve\resolve\plot_pent.obj solve_resolve\resolve\plot_triple.obj solve_resolve\resolve\process_nonamer_pointers.obj solve_resolve\resolve\ps_edit.obj solve_resolve\resolve\qrfac.obj solve_resolve\resolve\qrsolv.obj solve_resolve\resolve\quadratic_approx.obj solve_resolve\resolve\r_to_rotxyx.obj solve_resolve\resolve\random_map.obj solve_resolve\resolve\randomize_phases.obj solve_resolve\resolve\randomize_rotation.obj solve_resolve\resolve\randomize_xyz.obj solve_resolve\resolve\rank_segments.obj solve_resolve\resolve\ranmar.obj solve_resolve\resolve\read_ezd.obj solve_resolve\resolve\read_line_aa.obj solve_resolve\resolve\read_map.obj solve_resolve\resolve\read_model.obj solve_resolve\resolve\read_model_get_mask.obj solve_resolve\resolve\read_mp.obj solve_resolve\resolve\read_mtz_all.obj solve_resolve\resolve\read_n_database.obj solve_resolve\resolve\read_peaks.obj solve_resolve\resolve\read_relat.obj solve_resolve\resolve\read_second_dataset.obj solve_resolve\resolve\read_seq.obj solve_resolve\resolve\read_solvent_content.obj solve_resolve\resolve\read_write_pdb_line.obj solve_resolve\resolve\real_or.obj solve_resolve\resolve\real_to_text.obj solve_resolve\resolve\reference.obj solve_resolve\resolve\refine_and_score.obj solve_resolve\resolve\refine_nc.obj solve_resolve\resolve\refine_params_para.obj solve_resolve\resolve\refine_rot_trans.obj solve_resolve\resolve\reject_group.obj solve_resolve\resolve\remove_blank.obj solve_resolve\resolve\remove_bottom.obj solve_resolve\resolve\remove_group1.obj solve_resolve\resolve\rename_mse_to_met.obj solve_resolve\resolve\replace_star_with_prime.obj solve_resolve\resolve\replace_x.obj solve_resolve\resolve\reset_ncs_ops.obj solve_resolve\resolve\resolution.obj solve_resolve\resolve\restore_xyz.obj solve_resolve\resolve\reuse_chain.obj solve_resolve\resolve\reverse_integer.obj solve_resolve\resolve\rings.obj solve_resolve\resolve\rmsd_set.obj solve_resolve\resolve\rot_matrix.obj solve_resolve\resolve\rotx.obj solve_resolve\resolve\rotxyx_to_r.obj solve_resolve\resolve\roty.obj solve_resolve\resolve\run_build.obj solve_resolve\resolve\run_combine.obj solve_resolve\resolve\run_combine_mismatch.obj solve_resolve\resolve\run_connect.obj solve_resolve\resolve\run_cross.obj solve_resolve\resolve\run_fit_ligand.obj solve_resolve\resolve\run_get_cc_map.obj solve_resolve\resolve\run_get_ha_ncs.obj solve_resolve\resolve\run_randomize_phases.obj solve_resolve\resolve\run_rebuild.obj solve_resolve\resolve\run_score_image.obj solve_resolve\resolve\s_copy_omit.obj solve_resolve\resolve\s_either_one.obj solve_resolve\resolve\s_estimate_sigma_y.obj solve_resolve\resolve\s_get_cc.obj solve_resolve\resolve\s_get_cc_mark.obj solve_resolve\resolve\s_get_cc_mask.obj solve_resolve\resolve\s_get_cc_nozero.obj solve_resolve\resolve\s_get_cc_region.obj solve_resolve\resolve\s_get_fit.obj solve_resolve\resolve\s_get_hist.obj solve_resolve\resolve\s_get_hist1.obj solve_resolve\resolve\s_get_ll_1.obj solve_resolve\resolve\s_get_mean_sd.obj solve_resolve\resolve\s_get_mean_sd_prot_solv.obj solve_resolve\resolve\s_get_rho_fract.obj solve_resolve\resolve\s_highest.obj solve_resolve\resolve\s_map_inv_mask.obj solve_resolve\resolve\s_map_inv_mask_p1.obj solve_resolve\resolve\s_map_sd.obj solve_resolve\resolve\s_mask_map.obj solve_resolve\resolve\s_mask_stat.obj solve_resolve\resolve\s_modify_outside.obj solve_resolve\resolve\s_normalize.obj solve_resolve\resolve\s_normalize_match.obj solve_resolve\resolve\s_renormalize.obj solve_resolve\resolve\s_reset_solvent.obj solve_resolve\resolve\s_set_mean_to_zero.obj solve_resolve\resolve\s_truncate.obj solve_resolve\resolve\s_truncate_it.obj solve_resolve\resolve\s_truncate_it_plus.obj solve_resolve\resolve\s_zero_neg_and_solvent.obj solve_resolve\resolve\safe_sqrt.obj solve_resolve\resolve\sample_along_curve.obj solve_resolve\resolve\sample_between.obj solve_resolve\resolve\save_it_2.obj solve_resolve\resolve\save_transforms.obj solve_resolve\resolve\scale_f.obj solve_resolve\resolve\scale_f_1col.obj solve_resolve\resolve\scale_fm_to_fp.obj solve_resolve\resolve\scale_it.obj solve_resolve\resolve\scale_map.obj solve_resolve\resolve\score_line.obj solve_resolve\resolve\score_molecule.obj solve_resolve\resolve\score_placement.obj solve_resolve\resolve\score_tert.obj solve_resolve\resolve\score_z.obj solve_resolve\resolve\select_atoms_near.obj solve_resolve\resolve\set_b.obj solve_resolve\resolve\set_build_type.obj solve_resolve\resolve\set_crystals.obj solve_resolve\resolve\set_fom_1.obj solve_resolve\resolve\set_map_level.obj solve_resolve\resolve\set_mask.obj solve_resolve\resolve\set_mean_non_zero_to_zero.obj solve_resolve\resolve\set_mean_nonzero.obj solve_resolve\resolve\set_one_crystal.obj solve_resolve\resolve\set_params.obj solve_resolve\resolve\set_res_solvent.obj solve_resolve\resolve\set_rotations.obj solve_resolve\resolve\set_up_cycles.obj solve_resolve\resolve\set_up_ncs.obj solve_resolve\resolve\set_var.obj solve_resolve\resolve\set_var_strand.obj solve_resolve\resolve\set_wang_rad.obj solve_resolve\resolve\sharpen.obj solve_resolve\resolve\sharpen_1col.obj solve_resolve\resolve\shell_average.obj solve_resolve\resolve\shell_average_fft.obj solve_resolve\resolve\shell_zero.obj solve_resolve\resolve\side_chain.obj solve_resolve\resolve\sift_nona_peaks.obj solve_resolve\resolve\sift_segments.obj solve_resolve\resolve\smooth_ncs.obj solve_resolve\resolve\solvent_model.obj solve_resolve\resolve\sort_and_sift_trace.obj solve_resolve\resolve\sort_it.obj solve_resolve\resolve\sort_list.obj solve_resolve\resolve\split_ligand_file.obj solve_resolve\resolve\split_segments.obj solve_resolve\resolve\spmpar.obj solve_resolve\resolve\squeezewr.obj solve_resolve\resolve\start_build.obj solve_resolve\resolve\strands_trace.obj solve_resolve\resolve\sumit.obj solve_resolve\resolve\summarize_resolution.obj solve_resolve\resolve\systematic.obj solve_resolve\resolve\tabulate.obj solve_resolve\resolve\test_misc.obj solve_resolve\resolve\test_rot_same.obj solve_resolve\resolve\test_rot_trans.obj solve_resolve\resolve\text_to_real.obj solve_resolve\resolve\three_char_to_id.obj solve_resolve\resolve\top_half.obj solve_resolve\resolve\trace_analyze.obj solve_resolve\resolve\trace_chain.obj solve_resolve\resolve\trace_dist_list.obj solve_resolve\resolve\trace_fill_gaps.obj solve_resolve\resolve\trace_helices.obj solve_resolve\resolve\trace_pair_list.obj solve_resolve\resolve\truncate.obj solve_resolve\resolve\truncate_map.obj solve_resolve\resolve\tubes.obj solve_resolve\resolve\uncopy_ibin.obj solve_resolve\resolve\unique_3.obj solve_resolve\resolve\unsave_transforms.obj solve_resolve\resolve\update_mask.obj solve_resolve\resolve\update_mask_init.obj solve_resolve\resolve\update_proxy.obj solve_resolve\resolve\update_special_proxy.obj solve_resolve\resolve\uppercase.obj solve_resolve\resolve\verify_no_dup.obj solve_resolve\resolve\warn_of_bias.obj solve_resolve\resolve\write_ccp4_map.obj solve_resolve\resolve\write_chain_list.obj solve_resolve\resolve\write_dummy_atom.obj solve_resolve\resolve\write_ezd.obj solve_resolve\resolve\write_header.obj solve_resolve\resolve\write_helix_dots.obj solve_resolve\resolve\write_hermann.obj solve_resolve\resolve\write_int_to_line.obj solve_resolve\resolve\write_integer_to_file.obj solve_resolve\resolve\write_map.obj solve_resolve\resolve\write_model.obj solve_resolve\resolve\write_mtz.obj solve_resolve\resolve\write_mtz_fp_phidm_abcd.obj solve_resolve\resolve\write_map_coeffs_to_refl_db.obj solve_resolve\resolve\write_n_select.obj solve_resolve\resolve\write_out_phases.obj solve_resolve\resolve\write_pdb_occ.obj solve_resolve\resolve\write_peaks.obj solve_resolve\resolve\write_real_to_file.obj solve_resolve\resolve\write_relat.obj solve_resolve\resolve\write_resolve_ncs.obj solve_resolve\resolve\write_resolve_ok.obj solve_resolve\resolve\writecopyright.obj solve_resolve\resolve\zero.obj solve_resolve\resolve\zero_1d.obj solve_resolve\resolve\zero_integer.obj solve_resolve\resolve\zero_logical.obj solve_resolve\resolve\zero_map_except_in_region.obj solve_resolve\resolve\zero_template_inside_rad.obj solve_resolve\resolve\zero_refl.obj solve_resolve\resolve\exx.obj lib @c:\users\phaserbuilder\appdata\local\temp\tmpemjshi.lnk link /nologo /incremental:no /dll /MANIFEST /out:lib\rstbx_bpcx_detector_model_ext.pyd /implib:lib\rstbx_bpcx_detector_model_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs rstbx.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib rstbx\bpcx\detector_model\detector_model_ext.obj rstbx\bpcx\detector_model\sensor.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\rstbx_symmetry_constraints_ext.pyd /implib:lib\rstbx_symmetry_constraints_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs rstbx.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib rstbx\symmetry\constraints\ext.obj Creating library lib\rstbx_bpcx_detector_model_ext.lib and object lib\rstbx_bpcx_detector_model_ext.exp mt /nologo -manifest lib\rstbx_bpcx_detector_model_ext.pyd.manifest -outputresource:lib\rstbx_bpcx_detector_model_ext.pyd;2 Creating library lib\rstbx_symmetry_constraints_ext.lib and object lib\rstbx_symmetry_constraints_ext.exp C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_bool.cpp(147) : warning C4805: '&' : unsafe mix of type 'bool' and type 'int' in operation C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_bool.cpp(162) : warning C4805: '|' : unsafe mix of type 'bool' and type 'int' in operation mt /nologo -manifest lib\rstbx_symmetry_constraints_ext.pyd.manifest -outputresource:lib\rstbx_symmetry_constraints_ext.pyd;2 cl /Foscitbx\array_family\boost_python\flex_complex_double.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_complex_double.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\array_family\boost_python\flex_std_string.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_std_string.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_complex_double.cpp flex_std_string.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\rstbx_simulation_ext.pyd /implib:lib\rstbx_simulation_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs rstbx.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib rstbx\simulation\ext.obj cl /Foscitbx\array_family\boost_python\flex_random.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_random.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_random.cpp Creating library lib\rstbx_simulation_ext.lib and object lib\rstbx_simulation_ext.exp mt /nologo -manifest lib\rstbx_simulation_ext.pyd.manifest -outputresource:lib\rstbx_simulation_ext.pyd;2 cl /Foscitbx\array_family\boost_python\flex_sort.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_sort.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include link /nologo /incremental:no /dll /MANIFEST /out:lib\rstbx_diffraction_fastbragg_ext.pyd /implib:lib\rstbx_diffraction_fastbragg_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs rstbx.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib rstbx\diffraction\fastbragg\fastbragg_ext.obj rstbx\diffraction\fastbragg\fastbragg.obj flex_sort.cpp Creating library lib\rstbx_diffraction_fastbragg_ext.lib and object lib\rstbx_diffraction_fastbragg_ext.exp mt /nologo -manifest lib\rstbx_diffraction_fastbragg_ext.pyd.manifest -outputresource:lib\rstbx_diffraction_fastbragg_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\rstbx_bandpass_ext.pyd /implib:lib\rstbx_bandpass_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs ann.lib rstbx.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib rstbx\bandpass\ext.obj cl /Foscitbx\array_family\boost_python\flex_histogram.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_histogram.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_histogram.cpp Creating library lib\rstbx_bandpass_ext.lib and object lib\rstbx_bandpass_ext.exp mt /nologo -manifest lib\rstbx_bandpass_ext.pyd.manifest -outputresource:lib\rstbx_bandpass_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\rstbx_simage_ext.pyd /implib:lib\rstbx_simage_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs rstbx.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib rstbx\simage\ext.obj Creating library lib\rstbx_simage_ext.lib and object lib\rstbx_simage_ext.exp cl /Foscitbx\array_family\boost_python\flex_weighted_histogram.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_weighted_histogram.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include mt /nologo -manifest lib\rstbx_simage_ext.pyd.manifest -outputresource:lib\rstbx_simage_ext.pyd;2 flex_weighted_histogram.cpp cl /Foscitbx\array_family\boost_python\flex_mean_and_variance.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_mean_and_variance.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_mean_and_variance.cpp C:\Microsoft\Visual C++ for Python\9.0\VC\Include\xmemory(52) : warning C4244: 'initializing' : conversion from 'const size_t' to 'double', possible loss of data C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(54) : see reference to function template instantiation 'void std::_Construct(_T1 *,const _T2 &)' being compiled with [ OutputElementType=double, InputElementType=size_t, _T1=double, _T2=size_t ] C:\Microsoft\Visual C++ for Python\9.0\VC\Include\memory(113) : see reference to function template instantiation '_FwdIt std::_Uninit_copy<_InIt,_FwdIt>(_InIt,_InIt,_FwdIt,std::_Nonscalar_ptr_iterator_tag,std::_Range_checked_iterator_tag)' being compiled with [ _FwdIt=double *, _InIt=const size_t * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/detail/misc.h(114) : see reference to function template instantiation '_FwdIt std::uninitialized_copy(_InIt,_InIt,_FwdIt)' being compiled with [ _FwdIt=double *, InputElementType=size_t, OutputElementType=double, _InIt=const size_t * ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/shared_plain.h(170) : see reference to function template instantiation 'OutputElementType *scitbx::af::uninitialized_copy_typeconv(const InputElementType *,const InputElementType *,OutputElementType *)' being compiled with [ OutputElementType=double, OtherElementType=size_t, ElementType=double, InputElementType=size_t ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/boost_python/flex_wrapper.h(607) : see reference to function template instantiation 'scitbx::af::shared_plain::shared_plain(const OtherElementType *,const OtherElementType *)' being compiled with [ ElementType=double, OtherElementType=size_t ] c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx/array_family/boost_python/flex_wrapper.h(606) : while compiling class template member function 'scitbx::af::flex_double scitbx::af::boost_python::flex_wrapper::as_double(const scitbx::af::versa &)' with [ ElementType=size_t, AccessorType=scitbx::af::flex_grid<> ] C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_size_t.cpp(86) : see reference to class template instantiation 'scitbx::af::boost_python::flex_wrapper' being compiled with [ ElementType=size_t ] link /nologo /incremental:no /dll /MANIFEST /out:lib\rstbx_ext.pyd /implib:lib\rstbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs rstbx.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib rstbx\ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\rstbx_integration_ext.pyd /implib:lib\rstbx_integration_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs ann.lib spotfinder.lib rstbx.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib rstbx\apps\integration_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\rstbx_indexing_api_ext.pyd /implib:lib\rstbx_indexing_api_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs rstbx.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib rstbx\indexing_api\ext.obj cl /Foscitbx\array_family\boost_python\flex_median.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_median.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Creating library lib\rstbx_ext.lib and object lib\rstbx_ext.exp flex_median.cpp Creating library lib\rstbx_indexing_api_ext.lib and object lib\rstbx_indexing_api_ext.exp Creating library lib\rstbx_integration_ext.lib and object lib\rstbx_integration_ext.exp mt /nologo -manifest lib\rstbx_ext.pyd.manifest -outputresource:lib\rstbx_ext.pyd;2 mt /nologo -manifest lib\rstbx_integration_ext.pyd.manifest -outputresource:lib\rstbx_integration_ext.pyd;2 mt /nologo -manifest lib\rstbx_indexing_api_ext.pyd.manifest -outputresource:lib\rstbx_indexing_api_ext.pyd;2 cl /Foscitbx\array_family\boost_python\flex_linear_interpolation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_linear_interpolation.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\array_family\boost_python\flex_vec3_double.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_vec3_double.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\array_family\boost_python\flex_vec2_double.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_vec2_double.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\array_family\boost_python\flex_vec3_int.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_vec3_int.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_linear_interpolation.cpp flex_vec3_double.cpp flex_vec2_double.cpp flex_vec3_int.cpp cl /Foscitbx\array_family\boost_python\flex_sym_mat3_double.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_sym_mat3_double.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_sym_mat3_double.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\rstbx_array_family_flex_ext.pyd /implib:lib\rstbx_array_family_flex_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs rstbx.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib rstbx\array_family\ext.obj rstbx\array_family\flex_rstbx_arrays.obj cl /Foscitbx\array_family\boost_python\flex_mat3_double.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_mat3_double.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Creating library lib\rstbx_array_family_flex_ext.lib and object lib\rstbx_array_family_flex_ext.exp cl /Foscitbx\array_family\boost_python\flex_tiny_size_t_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\flex_tiny_size_t_2.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_mat3_double.cpp mt /nologo -manifest lib\rstbx_array_family_flex_ext.pyd.manifest -outputresource:lib\rstbx_array_family_flex_ext.pyd;2 flex_tiny_size_t_2.cpp cl /Foscitbx\array_family\boost_python\loops.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\loops.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\array_family\boost_python\show_sizes.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\show_sizes.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include loops.cpp show_sizes.cpp cl /Foscitbx\array_family\boost_python\numpy_bridge.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\numpy_bridge.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /DSCITBX_HAVE_NUMPY_INCLUDE /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\lib\site-packages\numpy\core\include numpy_bridge.cpp cl /Foscitbx\array_family\boost_python\shared_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\shared_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\cubicle_neighbors_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\cubicle_neighbors_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\examples\bevington\bevington_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\examples\bevington\bevington_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\eigen /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project shared_ext.cpp cubicle_neighbors_ext.cpp bevington_ext.cpp cl /Foscitbx\fftpack\boost_python\fftpack_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\fftpack\boost_python\fftpack_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include fftpack_ext.cpp cl /Foscitbx\glmtbx\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\glmtbx\boost_python\ext.cc /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cc cl /Foscitbx\graphics_utils\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\graphics_utils\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp cl /Foscitbx\iso_surface\iso_surface_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\iso_surface\iso_surface_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include iso_surface_ext.cpp cl /Foscitbx\lbfgsb\boost_python\lbfgsb_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\lbfgsb\boost_python\lbfgsb_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include lbfgsb_ext.cpp cl /Foscitbx\lbfgs\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\lbfgs\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DSCITBX_LBFGS_HAVE_LBFGS_FEM /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable ext.cpp cl /Foscitbx\lbfgs\lbfgs_fem.obj /c scitbx\lbfgs\lbfgs_fem.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable lbfgs_fem.cpp cl /Foscitbx\linalg\boost_python\linalg_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\linalg\boost_python\linalg_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include linalg_ext.cpp cl /Foscitbx\linalg\boost_python\matrix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\linalg\boost_python\matrix.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include matrix.cpp cl /Foscitbx\linalg\boost_python\cholesky.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\linalg\boost_python\cholesky.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\linalg\boost_python\householder.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\linalg\boost_python\householder.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\linalg\boost_python\svd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\linalg\boost_python\svd.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cholesky.cpp householder.cpp svd.cpp cl /Foscitbx\linalg\boost_python\eigensystem.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\linalg\boost_python\eigensystem.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include eigensystem.cpp c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION cl /Foscitbx\linalg\boost_python\lapack_fem_bpl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\linalg\boost_python\lapack_fem_bpl.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include lapack_fem_bpl.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_graphics_utils_ext.pyd /implib:lib\scitbx_graphics_utils_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\graphics_utils\ext.obj cl /Foscitbx\lstbx\boost_python\lstbx_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\lstbx\boost_python\lstbx_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Creating library lib\scitbx_graphics_utils_ext.lib and object lib\scitbx_graphics_utils_ext.exp mt /nologo -manifest lib\scitbx_graphics_utils_ext.pyd.manifest -outputresource:lib\scitbx_graphics_utils_ext.pyd;2 cl /Foscitbx\lstbx\boost_python\normal_equations.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\lstbx\boost_python\normal_equations.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include lstbx_ext.cpp normal_equations.cpp cl /Foscitbx\math\boost_python\math_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\math_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_iso_surface_ext.pyd /implib:lib\scitbx_iso_surface_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\iso_surface\iso_surface_ext.obj cl /Foscitbx\math\boost_python\basic_statistics.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\basic_statistics.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\math\boost_python\gaussian.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\gaussian.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Creating library lib\scitbx_iso_surface_ext.lib and object lib\scitbx_iso_surface_ext.exp math_ext.cpp basic_statistics.cpp mt /nologo -manifest lib\scitbx_iso_surface_ext.pyd.manifest -outputresource:lib\scitbx_iso_surface_ext.pyd;2 gaussian.cpp cl /Foscitbx\math\boost_python\golay.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\golay.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_cubicle_neighbors_ext.pyd /implib:lib\scitbx_cubicle_neighbors_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\cubicle_neighbors_ext.obj cl /Foscitbx\math\boost_python\minimum_covering_sphere.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\minimum_covering_sphere.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include golay.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_array_family_flex_ext.pyd /implib:lib\scitbx_array_family_flex_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_numpy.lib scitbx\array_family\boost_python\flex_ext.obj scitbx\array_family\boost_python\flex_grid.obj scitbx\array_family\boost_python\flex_bool.obj scitbx\array_family\boost_python\flex_size_t.obj scitbx\array_family\boost_python\flex_int.obj scitbx\array_family\boost_python\flex_long.obj scitbx\array_family\boost_python\flex_float.obj scitbx\array_family\boost_python\flex_double.obj scitbx\array_family\boost_python\flex_double_matrix.obj scitbx\array_family\boost_python\flex_complex_double.obj scitbx\array_family\boost_python\flex_std_string.obj scitbx\array_family\boost_python\flex_random.obj scitbx\array_family\boost_python\flex_sort.obj scitbx\array_family\boost_python\flex_histogram.obj scitbx\array_family\boost_python\flex_weighted_histogram.obj scitbx\array_family\boost_python\flex_mean_and_variance.obj scitbx\array_family\boost_python\flex_median.obj scitbx\array_family\boost_python\flex_linear_interpolation.obj scitbx\array_family\boost_python\flex_vec3_double.obj scitbx\array_family\boost_python\flex_vec2_double.obj scitbx\array_family\boost_python\flex_vec3_int.obj scitbx\array_family\boost_python\flex_sym_mat3_double.obj scitbx\array_family\boost_python\flex_mat3_double.obj scitbx\array_family\boost_python\flex_tiny_size_t_2.obj scitbx\array_family\boost_python\loops.obj scitbx\array_family\boost_python\show_sizes.obj scitbx\array_family\boost_python\numpy_bridge.obj minimum_covering_sphere.cpp Creating library lib\scitbx_cubicle_neighbors_ext.lib and object lib\scitbx_cubicle_neighbors_ext.exp mt /nologo -manifest lib\scitbx_cubicle_neighbors_ext.pyd.manifest -outputresource:lib\scitbx_cubicle_neighbors_ext.pyd;2 cl /Foscitbx\math\boost_python\principal_axes_of_inertia.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\principal_axes_of_inertia.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include principal_axes_of_inertia.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_lbfgsb_ext.pyd /implib:lib\scitbx_lbfgsb_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\lbfgsb\boost_python\lbfgsb_ext.obj Creating library lib\scitbx_lbfgsb_ext.lib and object lib\scitbx_lbfgsb_ext.exp mt /nologo -manifest lib\scitbx_lbfgsb_ext.pyd.manifest -outputresource:lib\scitbx_lbfgsb_ext.pyd;2 cl /Foscitbx\math\boost_python\row_echelon.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\row_echelon.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include row_echelon.cpp Creating library lib\scitbx_array_family_flex_ext.lib and object lib\scitbx_array_family_flex_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_glmtbx_ext.pyd /implib:lib\scitbx_glmtbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\glmtbx\boost_python\ext.obj Creating library lib\scitbx_glmtbx_ext.lib and object lib\scitbx_glmtbx_ext.exp mt /nologo -manifest lib\scitbx_glmtbx_ext.pyd.manifest -outputresource:lib\scitbx_glmtbx_ext.pyd;2 cl /Foscitbx\math\boost_python\tensor_rank_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\tensor_rank_2.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\math\boost_python\chebyshev.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\chebyshev.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include tensor_rank_2.cpp chebyshev.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_examples_bevington_ext.pyd /implib:lib\scitbx_examples_bevington_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\examples\bevington\bevington_ext.obj Creating library lib\scitbx_examples_bevington_ext.lib and object lib\scitbx_examples_bevington_ext.exp mt /nologo -manifest lib\scitbx_examples_bevington_ext.pyd.manifest -outputresource:lib\scitbx_examples_bevington_ext.pyd;2 cl /Foscitbx\math\boost_python\icosahedron.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\icosahedron.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include icosahedron.cpp cl /Foscitbx\math\boost_python\slatec.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\slatec.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include slatec.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_lbfgs_ext.pyd /implib:lib\scitbx_lbfgs_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\lbfgs\ext.obj scitbx\lbfgs\lbfgs_fem.obj Creating library lib\scitbx_lbfgs_ext.lib and object lib\scitbx_lbfgs_ext.exp cl /Foscitbx\math\boost_python\line_search.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\line_search.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include mt /nologo -manifest lib\scitbx_lbfgs_ext.pyd.manifest -outputresource:lib\scitbx_lbfgs_ext.pyd;2 line_search.cpp cl /Foscitbx\math\boost_python\r3_rotation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\r3_rotation.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\math\boost_python\resample.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\resample.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include r3_rotation.cpp resample.cpp mt /nologo -manifest lib\scitbx_array_family_flex_ext.pyd.manifest -outputresource:lib\scitbx_array_family_flex_ext.pyd;2 cl /Foscitbx\math\boost_python\quadrature.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\quadrature.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\math\boost_python\unimodular_generator.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\unimodular_generator.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include quadrature.cpp unimodular_generator.cpp cl /Foscitbx\math\boost_python\halton.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\halton.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\math\boost_python\least_squares_plane.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\least_squares_plane.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include halton.cpp least_squares_plane.cpp cl /Foscitbx\math\boost_python\continued_fraction.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\continued_fraction.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_linalg_ext.pyd /implib:lib\scitbx_linalg_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\linalg\boost_python\linalg_ext.obj scitbx\linalg\boost_python\matrix.obj scitbx\linalg\boost_python\cholesky.obj scitbx\linalg\boost_python\householder.obj scitbx\linalg\boost_python\svd.obj scitbx\linalg\boost_python\eigensystem.obj scitbx\linalg\boost_python\lapack_fem_bpl.obj continued_fraction.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_array_family_shared_ext.pyd /implib:lib\scitbx_array_family_shared_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_numpy.lib scitbx\array_family\boost_python\shared_ext.obj Creating library lib\scitbx_linalg_ext.lib and object lib\scitbx_linalg_ext.exp mt /nologo -manifest lib\scitbx_linalg_ext.pyd.manifest -outputresource:lib\scitbx_linalg_ext.pyd;2 Creating library lib\scitbx_array_family_shared_ext.lib and object lib\scitbx_array_family_shared_ext.exp mt /nologo -manifest lib\scitbx_array_family_shared_ext.pyd.manifest -outputresource:lib\scitbx_array_family_shared_ext.pyd;2 cl /Foscitbx\math\boost_python\numeric_limits.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\numeric_limits.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\math\boost_python\distributions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\distributions.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include numeric_limits.cpp distributions.cpp cl /Foscitbx\math\boost_python\exp_functions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\exp_functions.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include exp_functions.cpp cl /Foscitbx\math\boost_python\zernike.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\zernike.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include zernike.cpp cl /Foscitbx\math\boost_python\zernike_moments.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\zernike_moments.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include zernike_moments.cpp cl /Foscitbx\math\boost_python\2d_zernike_moments.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\2d_zernike_moments.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include 2d_zernike_moments.cpp cl /Foscitbx\math\boost_python\weighted_covariance.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\weighted_covariance.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include weighted_covariance.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_lstbx_normal_equations_ext.pyd /implib:lib\scitbx_lstbx_normal_equations_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\lstbx\boost_python\lstbx_ext.obj scitbx\lstbx\boost_python\normal_equations.obj Creating library lib\scitbx_lstbx_normal_equations_ext.lib and object lib\scitbx_lstbx_normal_equations_ext.exp mt /nologo -manifest lib\scitbx_lstbx_normal_equations_ext.pyd.manifest -outputresource:lib\scitbx_lstbx_normal_equations_ext.pyd;2 cl /Foscitbx\math\boost_python\rotation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\rotation.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\math\boost_python\interpolation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\interpolation.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include rotation.cpp interpolation.cpp cl /Foscitbx\math\boost_python\tetrahedron.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\tetrahedron.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include tetrahedron.cpp cl /Foscitbx\math\boost_python\angle_derivative.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\boost_python\angle_derivative.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include angle_derivative.cpp cl /Foscitbx\minpack\raw.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\minpack\raw.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Foscitbx\minpack\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\minpack\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include raw.cpp cl /Foscitbx\r3_utils_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\r3_utils_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp r3_utils_ext.cpp cl /Foscitbx\random\boost_python\random_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\random\boost_python\random_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include random_ext.cpp cl /Foscitbx\random\boost_python\basic_distributions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\random\boost_python\basic_distributions.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include lib /nologo /OUT:lib\scitbx_minpack.lib scitbx\minpack\raw.obj basic_distributions.cpp cl /Foscitbx\rigid_body\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\rigid_body\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\sparse\boost_python\vector.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\sparse\boost_python\vector.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\sparse\boost_python\matrix.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\sparse\boost_python\matrix.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp vector.cpp matrix.cpp cl /Foscitbx\sparse\boost_python\approx_equal.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\sparse\boost_python\approx_equal.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\sparse\boost_python\random.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\sparse\boost_python\random.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include random.cpp approx_equal.cpp cl /Foscitbx\sparse\boost_python\lu_factorization.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\sparse\boost_python\lu_factorization.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include lu_factorization.cpp cl /Foscitbx\sparse\boost_python\sparse_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\sparse\boost_python\sparse_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include sparse_ext.cpp cl /Foscitbx\stl\map_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\stl\map_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\stl\set_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\stl\set_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include map_ext.cpp set_ext.cpp cl /Foscitbx\stl\vector_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\stl\vector_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include vector_ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_fftpack_ext.pyd /implib:lib\scitbx_fftpack_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\fftpack\boost_python\fftpack_ext.obj Creating library lib\scitbx_fftpack_ext.lib and object lib\scitbx_fftpack_ext.exp mt /nologo -manifest lib\scitbx_fftpack_ext.pyd.manifest -outputresource:lib\scitbx_fftpack_ext.pyd;2 cl /Foscitbx\suffixtree\boost_python\suffixtree_shared_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\suffixtree\boost_python\suffixtree_shared_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include suffixtree_shared_ext.cpp cl /Foscitbx\suffixtree\boost_python\suffixtree_single_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\suffixtree\boost_python\suffixtree_single_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include suffixtree_single_ext.cpp cl /Foscitbx\suffixtree\boost_python\object_extensions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\suffixtree\boost_python\object_extensions.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include object_extensions.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_minpack_ext.pyd /implib:lib\scitbx_minpack_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_minpack.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\minpack\ext.obj Creating library lib\scitbx_minpack_ext.lib and object lib\scitbx_minpack_ext.exp mt /nologo -manifest lib\scitbx_minpack_ext.pyd.manifest -outputresource:lib\scitbx_minpack_ext.pyd;2 cl /Foscitbx\wigner\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\wigner\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosimtbx\nanoBragg\nanoBragg_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\simtbx\nanoBragg\nanoBragg_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosimtbx\nanoBragg\nanoBragg.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\simtbx\nanoBragg\nanoBragg.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp nanoBragg_ext.cpp nanoBragg.cpp cl /Fosimtbx\nanoBragg\nanoBragg_nks.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\simtbx\nanoBragg\nanoBragg_nks.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include nanoBragg_nks.cpp cl /Fosmtbx\ab_initio\ab_initio_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\ab_initio\ab_initio_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosmtbx\array_family\af_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\array_family\af_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include af_ext.cpp ab_initio_ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_r3_utils_ext.pyd /implib:lib\scitbx_r3_utils_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\r3_utils_ext.obj Creating library lib\scitbx_r3_utils_ext.lib and object lib\scitbx_r3_utils_ext.exp mt /nologo -manifest lib\scitbx_r3_utils_ext.pyd.manifest -outputresource:lib\scitbx_r3_utils_ext.pyd;2 cl /Fosmtbx\refinement\constraints\affine.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\affine.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints cl /Fosmtbx\refinement\constraints\geometrical_hydrogens.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\geometrical_hydrogens.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints affine.cpp geometrical_hydrogens.cpp cl /Fosmtbx\refinement\constraints\occupancy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\occupancy.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints occupancy.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_random_ext.pyd /implib:lib\scitbx_random_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\random\boost_python\random_ext.obj scitbx\random\boost_python\basic_distributions.obj Creating library lib\scitbx_random_ext.lib and object lib\scitbx_random_ext.exp mt /nologo -manifest lib\scitbx_random_ext.pyd.manifest -outputresource:lib\scitbx_random_ext.pyd;2 cl /Fosmtbx\refinement\constraints\reparametrisation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\reparametrisation.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints reparametrisation.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_stl_set_ext.pyd /implib:lib\scitbx_stl_set_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\stl\set_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_math_ext.pyd /implib:lib\scitbx_math_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_slatec.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\math\boost_python\math_ext.obj scitbx\math\boost_python\basic_statistics.obj scitbx\math\boost_python\gaussian.obj scitbx\math\boost_python\golay.obj scitbx\math\boost_python\minimum_covering_sphere.obj scitbx\math\boost_python\principal_axes_of_inertia.obj scitbx\math\boost_python\row_echelon.obj scitbx\math\boost_python\tensor_rank_2.obj scitbx\math\boost_python\chebyshev.obj scitbx\math\boost_python\icosahedron.obj scitbx\math\boost_python\slatec.obj scitbx\math\boost_python\line_search.obj scitbx\math\boost_python\r3_rotation.obj scitbx\math\boost_python\resample.obj scitbx\math\boost_python\quadrature.obj scitbx\math\boost_python\unimodular_generator.obj scitbx\math\boost_python\halton.obj scitbx\math\boost_python\least_squares_plane.obj scitbx\math\boost_python\continued_fraction.obj scitbx\math\boost_python\numeric_limits.obj scitbx\math\boost_python\distributions.obj scitbx\math\boost_python\exp_functions.obj scitbx\math\boost_python\zernike.obj scitbx\math\boost_python\zernike_moments.obj scitbx\math\boost_python\2d_zernike_moments.obj scitbx\math\boost_python\weighted_covariance.obj scitbx\math\boost_python\rotation.obj scitbx\math\boost_python\interpolation.obj scitbx\math\boost_python\tetrahedron.obj scitbx\math\boost_python\angle_derivative.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_suffixtree_shared_ext.pyd /implib:lib\scitbx_suffixtree_shared_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\suffixtree\boost_python\suffixtree_shared_ext.obj cl /Fosmtbx\refinement\constraints\rigid.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\rigid.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints Creating library lib\scitbx_stl_set_ext.lib and object lib\scitbx_stl_set_ext.exp Creating library lib\scitbx_suffixtree_shared_ext.lib and object lib\scitbx_suffixtree_shared_ext.exp mt /nologo -manifest lib\scitbx_stl_set_ext.pyd.manifest -outputresource:lib\scitbx_stl_set_ext.pyd;2 mt /nologo -manifest lib\scitbx_suffixtree_shared_ext.pyd.manifest -outputresource:lib\scitbx_suffixtree_shared_ext.pyd;2 rigid.cpp cl /Fosmtbx\refinement\constraints\same_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\same_group.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints cl /Fosmtbx\refinement\constraints\shared.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\shared.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints cl /Fosmtbx\refinement\constraints\special_position.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\special_position.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints same_group.cpp Creating library lib\scitbx_math_ext.lib and object lib\scitbx_math_ext.exp shared.cpp special_position.cpp mt /nologo -manifest lib\scitbx_math_ext.pyd.manifest -outputresource:lib\scitbx_math_ext.pyd;2 cl /Fosmtbx\refinement\constraints\symmetry_equivalent.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\symmetry_equivalent.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_sparse_ext.pyd /implib:lib\scitbx_sparse_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\sparse\boost_python\vector.obj scitbx\sparse\boost_python\matrix.obj scitbx\sparse\boost_python\approx_equal.obj scitbx\sparse\boost_python\random.obj scitbx\sparse\boost_python\lu_factorization.obj scitbx\sparse\boost_python\sparse_ext.obj symmetry_equivalent.cpp Creating library lib\scitbx_sparse_ext.lib and object lib\scitbx_sparse_ext.exp mt /nologo -manifest lib\scitbx_sparse_ext.pyd.manifest -outputresource:lib\scitbx_sparse_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_rigid_body_ext.pyd /implib:lib\scitbx_rigid_body_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\rigid_body\ext.obj cl /Fosmtbx\refinement\constraints\u_eq_dependent_u_iso.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\u_eq_dependent_u_iso.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_stl_vector_ext.pyd /implib:lib\scitbx_stl_vector_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\stl\vector_ext.obj Creating library lib\scitbx_rigid_body_ext.lib and object lib\scitbx_rigid_body_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\smtbx_array_family_ext.pyd /implib:lib\smtbx_array_family_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib smtbx\array_family\af_ext.obj u_eq_dependent_u_iso.cpp mt /nologo -manifest lib\scitbx_rigid_body_ext.pyd.manifest -outputresource:lib\scitbx_rigid_body_ext.pyd;2 Creating library lib\smtbx_array_family_ext.lib and object lib\smtbx_array_family_ext.exp mt /nologo -manifest lib\smtbx_array_family_ext.pyd.manifest -outputresource:lib\smtbx_array_family_ext.pyd;2 Creating library lib\scitbx_stl_vector_ext.lib and object lib\scitbx_stl_vector_ext.exp mt /nologo -manifest lib\scitbx_stl_vector_ext.pyd.manifest -outputresource:lib\scitbx_stl_vector_ext.pyd;2 cl /Fosmtbx\refinement\constraints\u_iso_dependent_u_iso.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\u_iso_dependent_u_iso.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints cl /Fosmtbx\refinement\constraints\boost_python\affine.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\affine.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosmtbx\refinement\constraints\boost_python\constraints_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\constraints_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosmtbx\refinement\constraints\boost_python\direction.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\direction.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include u_iso_dependent_u_iso.cpp affine.cpp constraints_ext.cpp direction.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_wigner_ext.pyd /implib:lib\scitbx_wigner_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\wigner\ext.obj Creating library lib\scitbx_wigner_ext.lib and object lib\scitbx_wigner_ext.exp mt /nologo -manifest lib\scitbx_wigner_ext.pyd.manifest -outputresource:lib\scitbx_wigner_ext.pyd;2 cl /Fosmtbx\refinement\constraints\boost_python\geometrical_hydrogens.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\geometrical_hydrogens.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include link /nologo /incremental:no /dll /MANIFEST /out:lib\smtbx_ab_initio_ext.pyd /implib:lib\smtbx_ab_initio_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib smtbx\ab_initio\ab_initio_ext.obj geometrical_hydrogens.cpp cl /Fosmtbx\refinement\constraints\boost_python\independent_scalar_parameters.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\independent_scalar_parameters.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosmtbx\refinement\constraints\boost_python\occupancy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\occupancy.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Creating library lib\smtbx_ab_initio_ext.lib and object lib\smtbx_ab_initio_ext.exp mt /nologo -manifest lib\smtbx_ab_initio_ext.pyd.manifest -outputresource:lib\smtbx_ab_initio_ext.pyd;2 independent_scalar_parameters.cpp occupancy.cpp cl /Fosmtbx\refinement\constraints\boost_python\reparametrisation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\reparametrisation.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosmtbx\refinement\constraints\boost_python\rigid.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\rigid.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include reparametrisation.cpp rigid.cpp cl /Fosmtbx\refinement\constraints\boost_python\same_group.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\same_group.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include same_group.cpp cl /Fosmtbx\refinement\constraints\boost_python\scatterer_parameters.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\scatterer_parameters.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosmtbx\refinement\constraints\boost_python\shared.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\shared.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include scatterer_parameters.cpp cl /Fosmtbx\refinement\constraints\boost_python\special_position.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\special_position.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include shared.cpp cl /Fosmtbx\refinement\constraints\boost_python\symmetry_equivalent.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\symmetry_equivalent.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include special_position.cpp symmetry_equivalent.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_stl_map_ext.pyd /implib:lib\scitbx_stl_map_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\stl\map_ext.obj Creating library lib\scitbx_stl_map_ext.lib and object lib\scitbx_stl_map_ext.exp mt /nologo -manifest lib\scitbx_stl_map_ext.pyd.manifest -outputresource:lib\scitbx_stl_map_ext.pyd;2 cl /Fosmtbx\refinement\constraints\boost_python\u_eq_dependent_u_iso.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\u_eq_dependent_u_iso.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosmtbx\refinement\constraints\boost_python\u_iso_dependent_u_iso.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\boost_python\u_iso_dependent_u_iso.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosmtbx\refinement\boost_python\least_squares_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\boost_python\least_squares_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include u_eq_dependent_u_iso.cpp u_iso_dependent_u_iso.cpp least_squares_ext.cpp cl /Fosmtbx\refinement\boost_python\weighting_schemes.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\boost_python\weighting_schemes.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include weighting_schemes.cpp cl /Fosmtbx\refinement\boost_python\least_squares.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\boost_python\least_squares.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include least_squares.cpp cl /Fosmtbx\refinement\restraints\boost_python\origin_fixing.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\restraints\boost_python\origin_fixing.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include origin_fixing.cpp lib /nologo /OUT:lib\smtbx_refinement_constraints.lib smtbx\refinement\constraints\affine.obj smtbx\refinement\constraints\geometrical_hydrogens.obj smtbx\refinement\constraints\occupancy.obj smtbx\refinement\constraints\reparametrisation.obj smtbx\refinement\constraints\rigid.obj smtbx\refinement\constraints\same_group.obj smtbx\refinement\constraints\shared.obj smtbx\refinement\constraints\special_position.obj smtbx\refinement\constraints\symmetry_equivalent.obj smtbx\refinement\constraints\u_eq_dependent_u_iso.obj smtbx\refinement\constraints\u_iso_dependent_u_iso.obj cl /Fosmtbx\refinement\restraints\boost_python\restraints_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\restraints\boost_python\restraints_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include restraints_ext.cpp c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx\suffixtree\boost_python\suffixtree_single_ext.cpp(75) : warning C4715: 'scitbx::suffixtree::`anonymous namespace'::python_exports::getitem' : not all control paths return a value c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx\suffixtree\boost_python\edge_exports.hpp(144) : warning C4715: 'scitbx::suffixtree::python::edge_exports,unsigned __int64,scitbx::suffixtree::`anonymous namespace'::BoostHashMapAdapter>::node_get_item' : not all control paths return a value c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx\suffixtree\boost_python\edge_exports.hpp(131) : warning C4715: 'scitbx::suffixtree::python::edge_exports,unsigned __int64,scitbx::suffixtree::`anonymous namespace'::BoostHashMapAdapter>::node_get_item_const' : not all control paths return a value cl /Fosmtbx\stl\map_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\stl\map_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include link /nologo /incremental:no /dll /MANIFEST /out:lib\scitbx_suffixtree_single_ext.pyd /implib:lib\scitbx_suffixtree_single_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx\suffixtree\boost_python\suffixtree_single_ext.obj scitbx\suffixtree\boost_python\object_extensions.obj map_ext.cpp Creating library lib\scitbx_suffixtree_single_ext.lib and object lib\scitbx_suffixtree_single_ext.exp mt /nologo -manifest lib\scitbx_suffixtree_single_ext.pyd.manifest -outputresource:lib\scitbx_suffixtree_single_ext.pyd;2 cl /Fosmtbx\structure_factors\direct\boost_python\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\structure_factors\direct\boost_python\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Fosmtbx\structure_factors\direct\boost_python\standard_xray.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\structure_factors\direct\boost_python\standard_xray.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp standard_xray.cpp cl /Fosolve_resolve\resolve\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve\helper_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\helper_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve ext.cpp helper_ext.cpp cl /Fospotfinder\array_family\flex_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\array_family\flex_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\simtbx_nanoBragg_ext.pyd /implib:lib\simtbx_nanoBragg_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs omptbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib scitbx_boost_python.lib boost_python.lib cctbx.lib simtbx\nanoBragg\nanoBragg_ext.obj simtbx\nanoBragg\nanoBragg.obj simtbx\nanoBragg\nanoBragg_nks.obj cl /Fospotfinder\array_family\flex_distl_spot.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\array_family\flex_distl_spot.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include Creating library lib\simtbx_nanoBragg_ext.lib and object lib\simtbx_nanoBragg_ext.exp cl /Fospotfinder\core_toolbox\boost_python\distltbx_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\core_toolbox\boost_python\distltbx_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include mt /nologo -manifest lib\simtbx_nanoBragg_ext.pyd.manifest -outputresource:lib\simtbx_nanoBragg_ext.pyd;2 cl /Fospotfinder\diffraction\geometry.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\diffraction\geometry.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include flex_distl_spot.cpp distltbx_ext.cpp cl /Fospotfinder\dxtbx_toolbox\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\dxtbx_toolbox\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include geometry.cpp cl /Fospotfinder\core_toolbox\boost_python\hough_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\spotfinder\core_toolbox\boost_python\hough_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include ext.cpp hough_ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\std_pair_ext.pyd /implib:lib\std_pair_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_adaptbx\std_pair_ext.obj cl /Foxfel\clustering\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\clustering\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include Creating library lib\std_pair_ext.lib and object lib\std_pair_ext.exp cl /Foxfel\merging\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\merging\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include mt /nologo -manifest lib\std_pair_ext.pyd.manifest -outputresource:lib\std_pair_ext.pyd;2 cl /Fotntbx\tntbx\eigensystem_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\tntbx\tntbx\eigensystem_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project ext.cpp ext.cpp cl /Fotntbx\tntbx\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\tntbx\tntbx\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project eigensystem_ext.cpp ext.cpp cl /Foxfel\vonHamos\xes_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\vonHamos\xes_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include xes_ext.cpp cl /Foxfel\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include cl /Foxfel\metrology\legacy_scale\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\metrology\legacy_scale\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include ext.cpp ext.cpp cl /Foxfel\metrology_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\metrology_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include metrology_ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\smtbx_stl_map_ext.pyd /implib:lib\smtbx_stl_map_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib smtbx\stl\map_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\smtbx_refinement_restraints_ext.pyd /implib:lib\smtbx_refinement_restraints_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib smtbx\refinement\restraints\boost_python\origin_fixing.obj smtbx\refinement\restraints\boost_python\restraints_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\smtbx_refinement_constraints_ext.pyd /implib:lib\smtbx_refinement_constraints_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs smtbx_refinement_constraints.lib scitbx_boost_python.lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib smtbx\refinement\constraints\boost_python\affine.obj smtbx\refinement\constraints\boost_python\constraints_ext.obj smtbx\refinement\constraints\boost_python\direction.obj smtbx\refinement\constraints\boost_python\geometrical_hydrogens.obj smtbx\refinement\constraints\boost_python\independent_scalar_parameters.obj smtbx\refinement\constraints\boost_python\occupancy.obj smtbx\refinement\constraints\boost_python\reparametrisation.obj smtbx\refinement\constraints\boost_python\rigid.obj smtbx\refinement\constraints\boost_python\same_group.obj smtbx\refinement\constraints\boost_python\scatterer_parameters.obj smtbx\refinement\constraints\boost_python\shared.obj smtbx\refinement\constraints\boost_python\special_position.obj smtbx\refinement\constraints\boost_python\symmetry_equivalent.obj smtbx\refinement\constraints\boost_python\u_eq_dependent_u_iso.obj smtbx\refinement\constraints\boost_python\u_iso_dependent_u_iso.obj Creating library lib\smtbx_stl_map_ext.lib and object lib\smtbx_stl_map_ext.exp mt /nologo -manifest lib\smtbx_stl_map_ext.pyd.manifest -outputresource:lib\smtbx_stl_map_ext.pyd;2 Creating library lib\smtbx_refinement_restraints_ext.lib and object lib\smtbx_refinement_restraints_ext.exp mt /nologo -manifest lib\smtbx_refinement_restraints_ext.pyd.manifest -outputresource:lib\smtbx_refinement_restraints_ext.pyd;2 cl /Foxfel\mono_simulation\bandpass_gaussian.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\mono_simulation\bandpass_gaussian.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include bandpass_gaussian.cpp cl /Foxfel\mono_simulation\ccixfel_core.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\mono_simulation\ccixfel_core.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include Creating library lib\smtbx_refinement_constraints_ext.lib and object lib\smtbx_refinement_constraints_ext.exp ccixfel_core.cpp mt /nologo -manifest lib\smtbx_refinement_constraints_ext.pyd.manifest -outputresource:lib\smtbx_refinement_constraints_ext.pyd;2 cl /Foxfel\mono_simulation\ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\mono_simulation\ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include ext.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\smtbx_structure_factors_direct_ext.pyd /implib:lib\smtbx_structure_factors_direct_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib smtbx\structure_factors\direct\boost_python\ext.obj smtbx\structure_factors\direct\boost_python\standard_xray.obj Creating library lib\smtbx_structure_factors_direct_ext.lib and object lib\smtbx_structure_factors_direct_ext.exp mt /nologo -manifest lib\smtbx_structure_factors_direct_ext.pyd.manifest -outputresource:lib\smtbx_structure_factors_direct_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\sx_clustering_ext.pyd /implib:lib\sx_clustering_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib xfel\clustering\ext.obj cl /Foxfel\merging\algorithms\error_model\sdfac_refine_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\xfel\merging\algorithms\error_model\sdfac_refine_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\src /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\annlib_adaptbx\include Creating library lib\sx_clustering_ext.lib and object lib\sx_clustering_ext.exp mt /nologo -manifest lib\sx_clustering_ext.pyd.manifest -outputresource:lib\sx_clustering_ext.pyd;2 link /nologo /incremental:no /dll /MANIFEST /out:lib\_pycbf.pyd /implib:lib\_pycbf.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cbf.lib python27.lib cbflib\pycbf\pycbf_wrap.obj cbflib\src\cbf_airy_disk.obj sdfac_refine_ext.cpp cl /Fommtbx\masks\tst_mask.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\mmtbx\masks\tst_mask.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project Creating library lib\_pycbf.lib and object lib\_pycbf.exp mt /nologo -manifest lib\_pycbf.pyd.manifest -outputresource:lib\_pycbf.pyd;2 tst_mask.cpp cl /Fomuscle\src\aligngivenpath.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\aligngivenpath.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\aligngivenpathsw.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\aligngivenpathsw.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 aligngivenpathsw.cpp aligngivenpath.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\xes_ext.pyd /implib:lib\xes_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib xfel\vonHamos\xes_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\spotfinder_hough_ext.pyd /implib:lib\spotfinder_hough_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs spotfinder.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib spotfinder\core_toolbox\boost_python\hough_ext.obj cl /Fomuscle\src\aligntwomsas.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\aligntwomsas.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 Creating library lib\xes_ext.lib and object lib\xes_ext.exp cl /Fomuscle\src\aligntwoprofs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\aligntwoprofs.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 mt /nologo -manifest lib\xes_ext.pyd.manifest -outputresource:lib\xes_ext.pyd;2 Creating library lib\spotfinder_hough_ext.lib and object lib\spotfinder_hough_ext.exp aligntwomsas.cpp mt /nologo -manifest lib\spotfinder_hough_ext.pyd.manifest -outputresource:lib\spotfinder_hough_ext.pyd;2 aligntwoprofs.cpp cl /Fomuscle\src\aln.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\aln.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\alpha.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\alpha.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\anchors.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\anchors.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\bittraceback.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\bittraceback.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 aln.cpp alpha.cpp anchors.cpp bittraceback.cpp cl /Fomuscle\src\blosum62.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\blosum62.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\blosumla.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\blosumla.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\clust.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\clust.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\cluster.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\cluster.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 blosum62.cpp blosumla.cpp clust.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\tntbx_ext.pyd /implib:lib\tntbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib tntbx\tntbx\ext.obj cluster.cpp cl /Fomuscle\src\clwwt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\clwwt.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\color.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\color.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 Creating library lib\tntbx_ext.lib and object lib\tntbx_ext.exp mt /nologo -manifest lib\tntbx_ext.pyd.manifest -outputresource:lib\tntbx_ext.pyd;2 cl /Fomuscle\src\cons.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\cons.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\diaglist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\diaglist.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 color.cpp clwwt.cpp cons.cpp diaglist.cpp cl /Fomuscle\src\diffobjscore.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\diffobjscore.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\diffpaths.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\diffpaths.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\difftrees.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\difftrees.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 diffobjscore.cpp cl /Fomuscle\src\difftreese.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\difftreese.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 diffpaths.cpp cl /Fomuscle\src\distcalc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\distcalc.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 difftrees.cpp difftreese.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\tntbx_eigensystem_ext.pyd /implib:lib\tntbx_eigensystem_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib tntbx\tntbx\eigensystem_ext.obj link /nologo /incremental:no /dll /MANIFEST /out:lib\solve_resolve_resolve_helper_ext.pyd /implib:lib\solve_resolve_resolve_helper_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib Advapi32.lib resolve.lib iotbx_pdb.lib cctbx.lib ccp4io.lib omptbx.lib objexxfcl.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib solve_resolve\resolve\helper_ext.obj distcalc.cpp cl /Fomuscle\src\distfunc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\distfunc.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 link /nologo /incremental:no /dll /MANIFEST /out:lib\spotfinder_dxtbx_ext.pyd /implib:lib\spotfinder_dxtbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs dxtbxspotfinder.lib spotfinder.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib spotfinder\dxtbx_toolbox\ext.obj cl /Fomuscle\src\distpwkimura.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\distpwkimura.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\domuscle.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\domuscle.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\dosp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\dosp.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\dpreglist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\dpreglist.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 distfunc.cpp Creating library lib\tntbx_eigensystem_ext.lib and object lib\tntbx_eigensystem_ext.exp lib /nologo /OUT:lib\xfel_mono_sim.lib xfel\mono_simulation\bandpass_gaussian.obj xfel\mono_simulation\ccixfel_core.obj mt /nologo -manifest lib\tntbx_eigensystem_ext.pyd.manifest -outputresource:lib\tntbx_eigensystem_ext.pyd;2 distpwkimura.cpp domuscle.cpp Creating library lib\spotfinder_dxtbx_ext.lib and object lib\spotfinder_dxtbx_ext.exp dosp.cpp Creating library lib\solve_resolve_resolve_helper_ext.lib and object lib\solve_resolve_resolve_helper_ext.exp mt /nologo -manifest lib\spotfinder_dxtbx_ext.pyd.manifest -outputresource:lib\spotfinder_dxtbx_ext.pyd;2 dpreglist.cpp mt /nologo -manifest lib\solve_resolve_resolve_helper_ext.pyd.manifest -outputresource:lib\solve_resolve_resolve_helper_ext.pyd;2 cl /Fomuscle\src\drawtree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\drawtree.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\edgelist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\edgelist.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\enumopts.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\enumopts.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\enumtostr.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\enumtostr.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\estring.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\estring.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\fasta.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\fasta.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\fasta2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\fasta2.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 drawtree.cpp enumopts.cpp cl /Fomuscle\src\fastclust.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\fastclust.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\fastdist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\fastdist.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 edgelist.cpp enumtostr.cpp fasta.cpp cl /Fomuscle\src\fastdistjones.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\fastdistjones.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 fastclust.cpp fasta2.cpp cl /Fomuscle\src\fastdistkbit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\fastdistkbit.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 estring.cpp cl /Fomuscle\src\fastdistkmer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\fastdistkmer.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 fastdist.cpp cl /Fomuscle\src\fastdistmafft.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\fastdistmafft.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\fastdistnuc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\fastdistnuc.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 fastdistjones.cpp cl /Fomuscle\src\fastscorepath2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\fastscorepath2.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 fastdistkmer.cpp fastdistkbit.cpp fastdistmafft.cpp fastdistnuc.cpp fastscorepath2.cpp cl /Fomuscle\src\finddiags.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\finddiags.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 link /nologo /incremental:no /dll /MANIFEST /out:lib\xfel_metrology_ext.pyd /implib:lib\xfel_metrology_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib xfel\metrology_ext.obj cl /Fomuscle\src\finddiagsn.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\finddiagsn.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\glbalign.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\glbalign.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\glbalign352.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\glbalign352.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\glbaligndiag.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\glbaligndiag.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 finddiags.cpp cl /Fomuscle\src\glbalignle.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\glbalignle.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 finddiagsn.cpp glbalign.cpp cl /Fomuscle\src\glbalignsimple.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\glbalignsimple.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 Creating library lib\xfel_metrology_ext.lib and object lib\xfel_metrology_ext.exp cl /Fomuscle\src\glbalignsp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\glbalignsp.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 glbalign352.cpp mt /nologo -manifest lib\xfel_metrology_ext.pyd.manifest -outputresource:lib\xfel_metrology_ext.pyd;2 cl /Fomuscle\src\glbalignspn.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\glbalignspn.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 glbaligndiag.cpp cl /Fomuscle\src\glbalignss.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\glbalignss.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 glbalignle.cpp cl /Fomuscle\src\glbalndimer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\glbalndimer.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\globals.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\globals.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 glbalignsimple.cpp glbalignsp.cpp cl /Fomuscle\src\globalslinux.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\globalslinux.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\globalsosx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\globalsosx.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 glbalignspn.cpp cl /Fomuscle\src\globalsother.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\globalsother.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 globals.cpp glbalndimer.cpp cl /Fomuscle\src\globalswin32.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\globalswin32.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 globalslinux.cpp glbalignss.cpp cl /Fomuscle\src\gonnet.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\gonnet.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 globalsosx.cpp globalsother.cpp cl /Fomuscle\src\henikoffweight.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\henikoffweight.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 globalswin32.cpp cl /Fomuscle\src\henikoffweightpb.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\henikoffweightpb.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\html.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\html.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\hydro.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\hydro.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 gonnet.cpp cl /Fomuscle\src\intmath.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\intmath.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\local.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\local.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 html.cpp cl /Fomuscle\src\main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\main.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 hydro.cpp henikoffweightpb.cpp henikoffweight.cpp cl /Fomuscle\src\makerootmsa.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\makerootmsa.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 local.cpp intmath.cpp cl /Fomuscle\src\makerootmsab.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\makerootmsab.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\maketree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\maketree.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 main.cpp cl /Fomuscle\src\mhack.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\mhack.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\mpam200.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\mpam200.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\msa.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\msa.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 makerootmsa.cpp cl /Fomuscle\src\msa2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\msa2.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\msadistkimura.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\msadistkimura.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 mpam200.cpp maketree.cpp makerootmsab.cpp mhack.cpp cl /Fomuscle\src\msf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\msf.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 msa.cpp msa2.cpp msadistkimura.cpp cl /Fomuscle\src\muscle.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\muscle.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 msf.cpp cl /Fomuscle\src\muscleout.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\muscleout.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\nucmx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\nucmx.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\nwdasimple.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\nwdasimple.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\nwdasimple2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\nwdasimple2.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 muscle.cpp cl /Fomuscle\src\nwdasmall.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\nwdasmall.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\nwrec.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\nwrec.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 muscleout.cpp nucmx.cpp cl /Fomuscle\src\nwsmall.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\nwsmall.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\objscore.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\objscore.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\objscore2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\objscore2.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 nwdasimple.cpp cl /Fomuscle\src\objscoreda.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\objscoreda.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\onexception.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\onexception.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 objscore.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\xfel_ext.pyd /implib:lib\xfel_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib xfel\ext.obj nwdasimple2.cpp nwrec.cpp nwdasmall.cpp nwsmall.cpp objscore2.cpp cl /Fomuscle\src\options.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\options.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\outweights.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\outweights.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\pam200mafft.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\pam200mafft.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 objscoreda.cpp onexception.cpp cl /Fomuscle\src\params.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\params.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\phy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\phy.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\phy2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\phy2.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 options.cpp Creating library lib\xfel_ext.lib and object lib\xfel_ext.exp cl /Fomuscle\src\phy3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\phy3.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 outweights.cpp mt /nologo -manifest lib\xfel_ext.pyd.manifest -outputresource:lib\xfel_ext.pyd;2 cl /Fomuscle\src\phy4.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\phy4.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 pam200mafft.cpp cl /Fomuscle\src\phyfromclust.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\phyfromclust.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 params.cpp cl /Fomuscle\src\phyfromfile.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\phyfromfile.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 phy.cpp phy2.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\spotfinder_distltbx_ext.pyd /implib:lib\spotfinder_distltbx_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs spotfinder.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib spotfinder\core_toolbox\boost_python\distltbx_ext.obj spotfinder\diffraction\geometry.obj phy3.cpp cl /Fomuscle\src\physeq.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\physeq.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\phytofile.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\phytofile.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\posgap.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\posgap.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 phyfromfile.cpp phy4.cpp cl /Fomuscle\src\ppscore.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\ppscore.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\profdb.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\profdb.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 physeq.cpp phyfromclust.cpp phytofile.cpp cl /Fomuscle\src\profile.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\profile.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\profilefrommsa.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\profilefrommsa.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 posgap.cpp cl /Fomuscle\src\progalign.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\progalign.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\progress.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\progress.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\progressivealign.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\progressivealign.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 Creating library lib\spotfinder_distltbx_ext.lib and object lib\spotfinder_distltbx_ext.exp cl /Fomuscle\src\pwpath.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\pwpath.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 ppscore.cpp profile.cpp cl /Fomuscle\src\readmx.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\readmx.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\realigndiffs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\realigndiffs.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\realigndiffse.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\realigndiffse.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 profilefrommsa.cpp mt /nologo -manifest lib\spotfinder_distltbx_ext.pyd.manifest -outputresource:lib\spotfinder_distltbx_ext.pyd;2 profdb.cpp progress.cpp progalign.cpp progressivealign.cpp cl /Fomuscle\src\refine.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\refine.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 realigndiffse.cpp cl /Fomuscle\src\refinehoriz.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\refinehoriz.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 readmx.cpp realigndiffs.cpp pwpath.cpp cl /Fomuscle\src\refinesubfams.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\refinesubfams.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\refinetree.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\refinetree.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\refinetreee.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\refinetreee.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 refine.cpp refinehoriz.cpp link /nologo /OUT:mmtbx\masks\tst_mask.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib mmtbx_masks.lib iotbx_pdb.lib cctbx.lib omptbx.lib cctbx_sgtbx_asu.lib mmtbx\masks\tst_mask.obj cl /Fomuscle\src\refinevert.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\refinevert.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\refinew.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\refinew.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\savebest.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\savebest.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 refinesubfams.cpp cl /Fomuscle\src\scoredist.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\scoredist.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 refinetreee.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\xfel_legacy_scale_ext.pyd /implib:lib\xfel_legacy_scale_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs legacy_scale.lib cctbx.lib scitbx_boost_python.lib ann.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib xfel\metrology\legacy_scale\ext.obj cl /Fomuscle\src\scoregaps.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\scoregaps.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 refinevert.cpp cl /Fomuscle\src\scorehistory.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\scorehistory.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\scorepp.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\scorepp.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 refinetree.cpp cl /Fomuscle\src\seq.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\seq.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 savebest.cpp cl /Fomuscle\src\seqvect.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\seqvect.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 refinew.cpp cl /Fomuscle\src\setblosumweights.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\setblosumweights.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\setgscweights.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\setgscweights.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 scoredist.cpp scorehistory.cpp cl /Fomuscle\src\setnewhandler.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\setnewhandler.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 scoregaps.cpp Creating library lib\xfel_legacy_scale_ext.lib and object lib\xfel_legacy_scale_ext.exp cl /Fomuscle\src\spfast.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\spfast.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 seq.cpp scorepp.cpp setblosumweights.cpp setgscweights.cpp mt /nologo -manifest lib\xfel_legacy_scale_ext.pyd.manifest -outputresource:lib\xfel_legacy_scale_ext.pyd;2 cl /Fomuscle\src\sptest.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\sptest.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\stabilize.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\stabilize.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 setnewhandler.cpp seqvect.cpp spfast.cpp cl /Fomuscle\src\subfam.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\subfam.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\subfams.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\subfams.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\sw.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\sw.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\termgaps.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\termgaps.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 sptest.cpp stabilize.cpp cl /Fomuscle\src\textfile.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\textfile.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\threewaywt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\threewaywt.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\tomhydro.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\tomhydro.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 subfams.cpp cl /Fomuscle\src\traceback.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\traceback.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\tracebackopt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\tracebackopt.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 sw.cpp cl /Fomuscle\src\tracebacksw.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\tracebacksw.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 subfam.cpp cl /Fomuscle\src\treefrommsa.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\treefrommsa.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\typetostr.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\typetostr.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 cl /Fomuscle\src\upgma2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\upgma2.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 textfile.cpp cl /Fomuscle\src\usage.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\usage.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 termgaps.cpp tomhydro.cpp cl /Fomuscle\src\validateids.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\validateids.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 treefrommsa.cpp tracebackopt.cpp cl /Fomuscle\src\vtml2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\vtml2.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 threewaywt.cpp traceback.cpp upgma2.cpp tracebacksw.cpp usage.cpp cl /Fomuscle\src\writescorefile.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\muscle\src\writescorefile.cpp /GR /EHsc /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /DWIN32 typetostr.cpp cl /Foprobe\abin.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\abin.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp validateids.cpp vtml2.cpp cl /Foprobe\atomprops.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\atomprops.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foprobe\autobondrot.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\autobondrot.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foprobe\dots.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\dots.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp writescorefile.cpp cl /Foprobe\hybrid_36_c.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\hybrid_36_c.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foprobe\probe.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\probe.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foprobe\readPDBrecs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\readPDBrecs.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foprobe\geom3d.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\geom3d.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foprobe\utility.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\utility.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foprobe\select.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\select.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp dots.c atomprops.c abin.c link /nologo /incremental:no /dll /MANIFEST /out:lib\sx_merging_ext.pyd /implib:lib\sx_merging_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib xfel\merging\ext.obj cl /Foprobe\parse.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\parse.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foprobe\stdconntable.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\probe\stdconntable.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp hybrid_36_c.c autobondrot.c geom3d.c probe.c select.c cl /Fopulchra\pulchra.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\pulchra\pulchra.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp readPDBrecs.c utility.c Creating library lib\sx_merging_ext.lib and object lib\sx_merging_ext.exp parse.c mt /nologo -manifest lib\sx_merging_ext.pyd.manifest -outputresource:lib\sx_merging_ext.pyd;2 stdconntable.c Using tempfile c:\users\phaserbuilder\appdata\local\temp\tmpmxmb6m.lnk for command line: link /nologo /OUT:muscle\exe\muscle.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib psapi.lib user32.lib kernel32.lib muscle\src\aligngivenpath.obj muscle\src\aligngivenpathsw.obj muscle\src\aligntwomsas.obj muscle\src\aligntwoprofs.obj muscle\src\aln.obj muscle\src\alpha.obj muscle\src\anchors.obj muscle\src\bittraceback.obj muscle\src\blosum62.obj muscle\src\blosumla.obj muscle\src\clust.obj muscle\src\cluster.obj muscle\src\clwwt.obj muscle\src\color.obj muscle\src\cons.obj muscle\src\diaglist.obj muscle\src\diffobjscore.obj muscle\src\diffpaths.obj muscle\src\difftrees.obj muscle\src\difftreese.obj muscle\src\distcalc.obj muscle\src\distfunc.obj muscle\src\distpwkimura.obj muscle\src\domuscle.obj muscle\src\dosp.obj muscle\src\dpreglist.obj muscle\src\drawtree.obj muscle\src\edgelist.obj muscle\src\enumopts.obj muscle\src\enumtostr.obj muscle\src\estring.obj muscle\src\fasta.obj muscle\src\fasta2.obj muscle\src\fastclust.obj muscle\src\fastdist.obj muscle\src\fastdistjones.obj muscle\src\fastdistkbit.obj muscle\src\fastdistkmer.obj muscle\src\fastdistmafft.obj muscle\src\fastdistnuc.obj muscle\src\fastscorepath2.obj muscle\src\finddiags.obj muscle\src\finddiagsn.obj muscle\src\glbalign.obj muscle\src\glbalign352.obj muscle\src\glbaligndiag.obj muscle\src\glbalignle.obj muscle\src\glbalignsimple.obj muscle\src\glbalignsp.obj muscle\src\glbalignspn.obj muscle\src\glbalignss.obj muscle\src\glbalndimer.obj muscle\src\globals.obj muscle\src\globalslinux.obj muscle\src\globalsosx.obj muscle\src\globalsother.obj muscle\src\globalswin32.obj muscle\src\gonnet.obj muscle\src\henikoffweight.obj muscle\src\henikoffweightpb.obj muscle\src\html.obj muscle\src\hydro.obj muscle\src\intmath.obj muscle\src\local.obj muscle\src\main.obj muscle\src\makerootmsa.obj muscle\src\makerootmsab.obj muscle\src\maketree.obj muscle\src\mhack.obj muscle\src\mpam200.obj muscle\src\msa.obj muscle\src\msa2.obj muscle\src\msadistkimura.obj muscle\src\msf.obj muscle\src\muscle.obj muscle\src\muscleout.obj muscle\src\nucmx.obj muscle\src\nwdasimple.obj muscle\src\nwdasimple2.obj muscle\src\nwdasmall.obj muscle\src\nwrec.obj muscle\src\nwsmall.obj muscle\src\objscore.obj muscle\src\objscore2.obj muscle\src\objscoreda.obj muscle\src\onexception.obj muscle\src\options.obj muscle\src\outweights.obj muscle\src\pam200mafft.obj muscle\src\params.obj muscle\src\phy.obj muscle\src\phy2.obj muscle\src\phy3.obj muscle\src\phy4.obj muscle\src\phyfromclust.obj muscle\src\phyfromfile.obj muscle\src\physeq.obj muscle\src\phytofile.obj muscle\src\posgap.obj muscle\src\ppscore.obj muscle\src\profdb.obj muscle\src\profile.obj muscle\src\profilefrommsa.obj muscle\src\progalign.obj muscle\src\progress.obj muscle\src\progressivealign.obj muscle\src\pwpath.obj muscle\src\readmx.obj muscle\src\realigndiffs.obj muscle\src\realigndiffse.obj muscle\src\refine.obj muscle\src\refinehoriz.obj muscle\src\refinesubfams.obj muscle\src\refinetree.obj muscle\src\refinetreee.obj muscle\src\refinevert.obj muscle\src\refinew.obj muscle\src\savebest.obj muscle\src\scoredist.obj muscle\src\scoregaps.obj muscle\src\scorehistory.obj muscle\src\scorepp.obj muscle\src\seq.obj muscle\src\seqvect.obj muscle\src\setblosumweights.obj muscle\src\setgscweights.obj muscle\src\setnewhandler.obj muscle\src\spfast.obj muscle\src\sptest.obj muscle\src\stabilize.obj muscle\src\subfam.obj muscle\src\subfams.obj muscle\src\sw.obj muscle\src\termgaps.obj muscle\src\textfile.obj muscle\src\threewaywt.obj muscle\src\tomhydro.obj muscle\src\traceback.obj muscle\src\tracebackopt.obj muscle\src\tracebacksw.obj muscle\src\treefrommsa.obj muscle\src\typetostr.obj muscle\src\upgma2.obj muscle\src\usage.obj muscle\src\validateids.obj muscle\src\vtml2.obj muscle\src\writescorefile.obj link @c:\users\phaserbuilder\appdata\local\temp\tmpmxmb6m.lnk cl /Fopulchra\pulchra_data.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\pulchra\pulchra_data.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp pulchra.c link /nologo /incremental:no /dll /MANIFEST /out:lib\smtbx_refinement_least_squares_ext.pyd /implib:lib\smtbx_refinement_least_squares_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs smtbx_refinement_constraints.lib scitbx_boost_python.lib cctbx.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib smtbx\refinement\boost_python\least_squares_ext.obj smtbx\refinement\boost_python\weighting_schemes.obj smtbx\refinement\boost_python\least_squares.obj cl /Foreduce\reduce_src\hybrid_36_c.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\hybrid_36_c.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\pulchra\pulchra.c(3172) : warning C4047: '=' : 'char *' differs in levels of indirection from 'char (*)[10]' cl /Foreduce\reduce_src\GraphToHoldScores.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\GraphToHoldScores.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb pulchra_data.c cl /Foreduce\reduce_src\reduce.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\reduce.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb cl /Foreduce\reduce_src\CTab.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\CTab.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb cl /Foreduce\reduce_src\ElementInfo.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\ElementInfo.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb cl /Foreduce\reduce_src\StdResH.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\StdResH.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb cl /Foreduce\reduce_src\ResBlk.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\ResBlk.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb cl /Foreduce\reduce_src\AtomConn.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\AtomConn.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb cl /Foreduce\reduce_src\AtomPositions.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\AtomPositions.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb Creating library lib\smtbx_refinement_least_squares_ext.lib and object lib\smtbx_refinement_least_squares_ext.exp GraphToHoldScores.cpp CTab.cpp link /nologo /OUT:probe\exe\probe.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib probe\hybrid_36_c.obj probe\probe.obj probe\dots.obj probe\abin.obj probe\readPDBrecs.obj probe\geom3d.obj probe\utility.obj probe\select.obj probe\parse.obj probe\atomprops.obj probe\stdconntable.obj probe\autobondrot.obj cl /Foreduce\reduce_src\DotSph.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\DotSph.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb hybrid_36_c.c ElementInfo.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\solve_resolve_resolve_ext.pyd /implib:lib\solve_resolve_resolve_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib Advapi32.lib resolve.lib iotbx_pdb.lib cctbx.lib ccp4io.lib omptbx.lib objexxfcl.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib solve_resolve\resolve\ext.obj cl /Foreduce\reduce_src\Mover.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\Mover.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb StdResH.cpp reduce.cpp cl /Foreduce\reduce_src\RotMethyl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\RotMethyl.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb AtomConn.cpp ResBlk.cpp AtomPositions.cpp DotSph.cpp cl /Foreduce\reduce_src\RotDonor.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\RotDonor.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb cl /Foreduce\reduce_src\FlipMemo.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\FlipMemo.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb Mover.cpp RotMethyl.cpp RotDonor.cpp FlipMemo.cpp mt /nologo -manifest lib\smtbx_refinement_least_squares_ext.pyd.manifest -outputresource:lib\smtbx_refinement_least_squares_ext.pyd;2 cl /Foreduce\reduce_src\CliqueList.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\CliqueList.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb CliqueList.cpp cl /Foreduce\reduce_src\AtomDescr.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\AtomDescr.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb link /nologo /incremental:no /dll /MANIFEST /out:lib\xfel_mono_sim_ext.pyd /implib:lib\xfel_mono_sim_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib xfel_mono_sim.lib ann.lib cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib xfel\mono_simulation\ext.obj AtomDescr.cpp Creating library lib\xfel_mono_sim_ext.lib and object lib\xfel_mono_sim_ext.exp link /nologo /incremental:no /dll /MANIFEST /out:lib\spotfinder_array_family_flex_ext.pyd /implib:lib\spotfinder_array_family_flex_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs spotfinder.lib omptbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib spotfinder\array_family\flex_ext.obj spotfinder\array_family\flex_distl_spot.obj mt /nologo -manifest lib\xfel_mono_sim_ext.pyd.manifest -outputresource:lib\xfel_mono_sim_ext.pyd;2 cl /Foreduce\reduce_src\PDBrec.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\PDBrec.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb Creating library lib\spotfinder_array_family_flex_ext.lib and object lib\spotfinder_array_family_flex_ext.exp cl /Foreduce\reduce_src\MoveableNode.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\MoveableNode.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb PDBrec.cpp mt /nologo -manifest lib\spotfinder_array_family_flex_ext.pyd.manifest -outputresource:lib\spotfinder_array_family_flex_ext.pyd;2 MoveableNode.cpp cl /Foreduce\reduce_src\RotAromMethyl.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\reduce_src\RotAromMethyl.cpp /GR /EHsc -DAROMATICS_ACCEPT_HBONDS -DCHARFUNCMACROS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLEFT_JUSTIFY_NUC_RES_OK -DLISTFRIENDFIX -DINCTEMPLATEDEFNS /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ireduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\toolclasses /Ireduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\libpdb cl /Foreduce\toolclasses\UseCount.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses\UseCount.cpp /GR /EHsc -DCHARFUNCMACROS -DINCTEMPLATEDEFNS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLISTFRIENDFIX /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foreduce\toolclasses\Point3d.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses\Point3d.cpp /GR /EHsc -DCHARFUNCMACROS -DINCTEMPLATEDEFNS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLISTFRIENDFIX /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp RotAromMethyl.cpp UseCount.cpp Creating library lib\solve_resolve_resolve_ext.lib and object lib\solve_resolve_resolve_ext.exp Point3d.cpp cl /Foreduce\toolclasses\Stringclass.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses\Stringclass.cpp /GR /EHsc -DCHARFUNCMACROS -DINCTEMPLATEDEFNS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLISTFRIENDFIX /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foreduce\toolclasses\Hash.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses\Hash.cpp /GR /EHsc -DCHARFUNCMACROS -DINCTEMPLATEDEFNS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLISTFRIENDFIX /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp link /nologo /OUT:pulchra\exe\pulchra.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib pulchra\pulchra.obj pulchra\pulchra_data.obj cl /Foreduce\toolclasses\utility.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses\utility.cpp /GR /EHsc -DCHARFUNCMACROS -DINCTEMPLATEDEFNS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLISTFRIENDFIX /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foreduce\toolclasses\column_sprintf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses\column_sprintf.cpp /GR /EHsc -DCHARFUNCMACROS -DINCTEMPLATEDEFNS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLISTFRIENDFIX /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foreduce\toolclasses\column_sscanf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses\column_sscanf.cpp /GR /EHsc -DCHARFUNCMACROS -DINCTEMPLATEDEFNS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLISTFRIENDFIX /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foreduce\toolclasses\DisjointSets.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\toolclasses\DisjointSets.cpp /GR /EHsc -DCHARFUNCMACROS -DINCTEMPLATEDEFNS -DBOOLPREDEFINED -DBRACKETOPERPARMS -DLISTFRIENDFIX /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp Stringclass.cpp Hash.cpp utility.cpp column_sprintf.cpp cl /Foreduce\libpdb\pdb_read.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb\pdb_read.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foreduce\libpdb\pdb_sprntf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb\pdb_sprntf.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foreduce\libpdb\pdb_sscanf.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb\pdb_sscanf.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp DisjointSets.cpp cl /Foreduce\libpdb\pdb_chars.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb\pdb_chars.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp column_sscanf.cpp cl /Foreduce\libpdb\pdb_type.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb\pdb_type.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp pdb_read.cpp pdb_sprntf.cpp pdb_sscanf.cpp pdb_type.cpp cl /Foreduce\libpdb\pdb++.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb\pdb++.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp pdb_chars.cpp cl /Foreduce\libpdb\pdbinput.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\libpdb\pdbinput.cpp /GR /EHsc -DBOOLPREDEFINED -DHASSSCANFEXTERN /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Foscitbx\array_family\boost_python\regression_test_ext.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\boost_python\regression_test_ext.cpp /GR /EHsc -DBOOST_PYTHON_MAX_BASES=2 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\Include cl /Foscitbx\array_family\tst_accessors.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_accessors.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family cl /Foscitbx\array_family\tst_af_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_af_1.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family lib /nologo /OUT:reduce\lib\toolclasses.lib reduce\toolclasses\UseCount.obj reduce\toolclasses\Point3d.obj reduce\toolclasses\Stringclass.obj reduce\toolclasses\Hash.obj reduce\toolclasses\utility.obj reduce\toolclasses\column_sprintf.obj reduce\toolclasses\column_sscanf.obj reduce\toolclasses\DisjointSets.obj pdbinput.cpp cl /Foscitbx\array_family\tst_af_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_af_2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family pdb++.cpp regression_test_ext.cpp cl /Foscitbx\array_family\tst_af_3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_af_3.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family tst_accessors.cpp cl /Foscitbx\array_family\tst_af_4.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_af_4.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family cl /Foscitbx\array_family\tst_af_5.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_af_5.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family tst_af_2.cpp tst_af_1.cpp cl /Foscitbx\array_family\tst_mat3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_mat3.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family cl /Foscitbx\array_family\tst_optional_copy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_optional_copy.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family cl /Foscitbx\array_family\tst_rectangular_full_packed.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_rectangular_full_packed.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family tst_af_4.cpp cl /Foscitbx\array_family\tst_ref_matrix_facet.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_ref_matrix_facet.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family cl /Foscitbx\array_family\tst_sym_mat3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_sym_mat3.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family tst_af_3.cpp cl /Foscitbx\array_family\tst_unsigned_float_arithmetic.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_unsigned_float_arithmetic.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family tst_mat3.cpp tst_optional_copy.cpp lib /nologo /OUT:reduce\lib\pdb++.lib reduce\libpdb\pdb_read.obj reduce\libpdb\pdb_sprntf.obj reduce\libpdb\pdb_sscanf.obj reduce\libpdb\pdb_chars.obj reduce\libpdb\pdb_type.obj reduce\libpdb\pdb++.obj reduce\libpdb\pdbinput.obj tst_af_5.cpp tst_rectangular_full_packed.cpp tst_sym_mat3.cpp tst_ref_matrix_facet.cpp mt /nologo -manifest lib\solve_resolve_resolve_ext.pyd.manifest -outputresource:lib\solve_resolve_resolve_ext.pyd;2 tst_unsigned_float_arithmetic.cpp cl /Foscitbx\array_family\tst_vec3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family\tst_vec3.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Iscitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\array_family /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\array_family tst_vec3.cpp cl /Foscitbx\error\tst_error.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\error\tst_error.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Iscitbx\error /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\error /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\error tst_error.cpp cl /Foscitbx\fftpack\timing\fftpack_timer.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\fftpack\timing\fftpack_timer.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Foscitbx\fftpack\timing\test0.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\fftpack\timing\test0.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Foscitbx\lbfgs\sdrive_fem.obj /c scitbx\lbfgs\sdrive_fem.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable fftpack_timer.cpp test0.cpp link /nologo /incremental:no /dll /MANIFEST /out:lib\xfel_sdfac_refine_ext.pyd /implib:lib\xfel_sdfac_refine_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs cctbx.lib scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib xfel\merging\algorithms\error_model\sdfac_refine_ext.obj sdrive_fem.cpp Creating library lib\xfel_sdfac_refine_ext.lib and object lib\xfel_sdfac_refine_ext.exp link /nologo /OUT:scitbx\error\tst_error.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\error\tst_error.obj mt /nologo -manifest lib\xfel_sdfac_refine_ext.pyd.manifest -outputresource:lib\xfel_sdfac_refine_ext.pyd;2 cl /Foscitbx\lbfgs\tst_lbfgs.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\lbfgs\tst_lbfgs.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project cl /Foscitbx\lbfgsb\dev\driver1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\lbfgsb\dev\driver1.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project tst_lbfgs.cpp link /nologo /OUT:reduce\exe\reduce.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:reduce\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\reduce\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\reduce\lib toolclasses.lib pdb++.lib reduce\reduce_src\hybrid_36_c.obj reduce\reduce_src\GraphToHoldScores.obj reduce\reduce_src\reduce.obj reduce\reduce_src\CTab.obj reduce\reduce_src\ElementInfo.obj reduce\reduce_src\StdResH.obj reduce\reduce_src\ResBlk.obj reduce\reduce_src\AtomConn.obj reduce\reduce_src\AtomPositions.obj reduce\reduce_src\DotSph.obj reduce\reduce_src\Mover.obj reduce\reduce_src\RotMethyl.obj reduce\reduce_src\RotDonor.obj reduce\reduce_src\FlipMemo.obj reduce\reduce_src\CliqueList.obj reduce\reduce_src\AtomDescr.obj reduce\reduce_src\PDBrec.obj reduce\reduce_src\MoveableNode.obj reduce\reduce_src\RotAromMethyl.obj driver1.cpp cl /Foscitbx\lbfgsb\dev\driver2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\lbfgsb\dev\driver2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project driver2.cpp link /nologo /OUT:scitbx\lbfgs\tst_lbfgs.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\lbfgs\tst_lbfgs.obj link /nologo /OUT:scitbx\array_family\tst_af_2.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\array_family\tst_af_2.obj cl /Foscitbx\lbfgsb\dev\driver3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\lbfgsb\dev\driver3.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project link /nologo /OUT:scitbx\array_family\tst_rectangular_full_packed.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\array_family\tst_rectangular_full_packed.obj link /nologo /OUT:scitbx\array_family\tst_unsigned_float_arithmetic.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\array_family\tst_unsigned_float_arithmetic.obj driver3.cpp cl /Foscitbx\math\tests\tst.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\tests\tst.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Iscitbx\math\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\math\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\math\tests link /nologo /OUT:scitbx\array_family\tst_optional_copy.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\array_family\tst_optional_copy.obj cl /Foscitbx\matrix\tests\tst_cholesky.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\matrix\tests\tst_cholesky.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Iscitbx\matrix\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\matrix\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\matrix\tests cl /Foscitbx\matrix\tests\tst_givens.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\matrix\tests\tst_givens.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Iscitbx\matrix\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\matrix\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\matrix\tests link /nologo /OUT:scitbx\array_family\tst_af_5.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\array_family\tst_af_5.obj tst.cpp link /nologo /OUT:scitbx\array_family\tst_ref_matrix_facet.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\array_family\tst_ref_matrix_facet.obj cl /Foscitbx\matrix\tests\tst_householder.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\matrix\tests\tst_householder.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Iscitbx\matrix\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\matrix\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\matrix\tests link /nologo /OUT:scitbx\array_family\tst_af_3.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\array_family\tst_af_3.obj tst_cholesky.cpp tst_givens.cpp link /nologo /OUT:scitbx\lbfgs\sdrive_fem.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\lbfgs\sdrive_fem.obj scitbx\lbfgs\lbfgs_fem.obj cl /Foscitbx\matrix\tests\tst_svd.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\matrix\tests\tst_svd.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Iscitbx\matrix\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\matrix\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\matrix\tests link /nologo /OUT:scitbx\array_family\tst_sym_mat3.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\array_family\tst_sym_mat3.obj tst_householder.cpp cl /Foscitbx\serialization\tst_base_256.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\serialization\tst_base_256.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Iscitbx\serialization /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\serialization /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\serialization link /nologo /OUT:scitbx\array_family\tst_vec3.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\array_family\tst_vec3.obj tst_svd.cpp cl /Foscitbx\sparse\tests\tst_sparse.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\sparse\tests\tst_sparse.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Iscitbx\sparse\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\scitbx\sparse\tests /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\scitbx\sparse\tests cl /Fosmtbx\refinement\constraints\tests\tst_geometrical_hydrogens.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\tests\tst_geometrical_hydrogens.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints tst_base_256.cpp cl /Fosmtbx\refinement\constraints\tests\tst_reparametrisation.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\tests\tst_reparametrisation.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints tst_sparse.cpp cl /Fosmtbx\refinement\constraints\tests\tst_special_position.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints\tests\tst_special_position.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ismtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\smtbx\refinement\constraints /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\smtbx\refinement\constraints link /nologo /OUT:scitbx\array_family\tst_mat3.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\array_family\tst_mat3.obj tst_reparametrisation.cpp tst_geometrical_hydrogens.cpp link /nologo /OUT:scitbx\array_family\tst_accessors.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\array_family\tst_accessors.obj tst_special_position.cpp cl /Fosolve_resolve\extract_segment\extract_segment_lib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\extract_segment\extract_segment_lib.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\extract_segment\main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\extract_segment\main.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx extract_segment_lib.cpp link /nologo /OUT:scitbx\serialization\tst_base_256.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\serialization\tst_base_256.obj main.cpp cl /Fosolve_resolve\extract_segment\resolve_pattern_lib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\extract_segment\resolve_pattern_lib.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx resolve_pattern_lib.cpp link /nologo /OUT:scitbx\lbfgsb\dev\driver1.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\lbfgsb\dev\driver1.obj link /nologo /OUT:scitbx\array_family\tst_af_1.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\array_family\tst_af_1.obj link /nologo /OUT:scitbx\math\tests\tst.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\math\tests\tst.obj cl /Fosolve_resolve\extract_segment_pair\extract_segment_lib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\extract_segment_pair\extract_segment_lib.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\extract_segment_pair\main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\extract_segment_pair\main.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\extract_segment_pair\resolve_pattern_lib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\extract_segment_pair\resolve_pattern_lib.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx extract_segment_lib.cpp main.cpp resolve_pattern_lib.cpp link /nologo /OUT:scitbx\lbfgsb\dev\driver2.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\lbfgsb\dev\driver2.obj cl /Fosolve_resolve\resolve\cresolve_main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\cresolve_main.cpp /GR /EHsc /DWIN32 /DCALL_LIKE_SUN /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve link /nologo /OUT:scitbx\matrix\tests\tst_givens.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\matrix\tests\tst_givens.obj cresolve_main.cpp link /nologo /OUT:scitbx\lbfgsb\dev\driver3.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\lbfgsb\dev\driver3.obj cl /Fosolve_resolve\resolve\malloc_hooks.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve\malloc_hooks.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io\libccp4\ccp4 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve cl /Fosolve_resolve\resolve_pattern\main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve_pattern\main.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx malloc_hooks.c cl /Fosolve_resolve\resolve_pattern\resolve_pattern_lib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve_pattern\resolve_pattern_lib.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx main.cpp resolve_pattern_lib.cpp link /nologo /incremental:no /dll /MANIFEST /out:scitbx\array_family\boost_python\regression_test_ext.pyd /implib:scitbx\array_family\boost_python\regression_test_ext.lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\libs scitbx_boost_python.lib boost_thread.lib boost_system.lib boost_chrono.lib boost_python.lib python27.lib boost_numpy.lib scitbx\array_family\boost_python\regression_test_ext.obj Creating library scitbx\array_family\boost_python\regression_test_ext.lib and object scitbx\array_family\boost_python\regression_test_ext.exp mt /nologo -manifest scitbx\array_family\boost_python\regression_test_ext.pyd.manifest -outputresource:scitbx\array_family\boost_python\regression_test_ext.pyd;2 cl /Fosolve_resolve\resolve_pattern\s_get_cc.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\resolve_pattern\s_get_cc.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx s_get_cc.cpp link /nologo /OUT:scitbx\matrix\tests\tst_householder.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\matrix\tests\tst_householder.obj link /nologo /OUT:scitbx\matrix\tests\tst_cholesky.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\matrix\tests\tst_cholesky.obj link /nologo /OUT:scitbx\sparse\tests\tst_sparse.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\sparse\tests\tst_sparse.obj cl /Fosolve_resolve\segment_library\main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\segment_library\main.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx Creating library scitbx\sparse\tests\tst_sparse.lib and object scitbx\sparse\tests\tst_sparse.exp cl /Fosolve_resolve\segment_library\resolve_pattern_lib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\segment_library\resolve_pattern_lib.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\side_chains\helper.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\side_chains\helper.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx main.cpp resolve_pattern_lib.cpp cl /Fosolve_resolve\side_chains\main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\side_chains\main.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx helper.cpp main.cpp link /nologo /OUT:scitbx\matrix\tests\tst_svd.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib scitbx\matrix\tests\tst_svd.obj cl /Fosolve_resolve\side_chains\resolve_pattern_lib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\side_chains\resolve_pattern_lib.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\side_chains_update\helper.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\side_chains_update\helper.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx resolve_pattern_lib.cpp link /nologo /OUT:scitbx\array_family\tst_af_4.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib scitbx\array_family\tst_af_4.obj link /nologo /OUT:smtbx\refinement\constraints\tests\tst_special_position.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx.lib smtbx_refinement_constraints.lib boost_thread.lib boost_system.lib boost_chrono.lib smtbx\refinement\constraints\tests\tst_special_position.obj helper.cpp cl /Fosolve_resolve\side_chains_update\main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\side_chains_update\main.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx Creating library smtbx\refinement\constraints\tests\tst_special_position.lib and object smtbx\refinement\constraints\tests\tst_special_position.exp cl /Fosolve_resolve\side_chains_update\resolve_pattern_lib.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\side_chains_update\resolve_pattern_lib.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx main.cpp resolve_pattern_lib.cpp cl /Fosolve_resolve\solve\cryst.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\cryst.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\solve\data.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\data.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx link /nologo /OUT:smtbx\refinement\constraints\tests\tst_reparametrisation.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx.lib smtbx_refinement_constraints.lib boost_thread.lib boost_system.lib boost_chrono.lib smtbx\refinement\constraints\tests\tst_reparametrisation.obj cryst.cpp data.cpp Creating library smtbx\refinement\constraints\tests\tst_reparametrisation.lib and object smtbx\refinement\constraints\tests\tst_reparametrisation.exp link /nologo /OUT:smtbx\refinement\constraints\tests\tst_geometrical_hydrogens.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib cctbx.lib smtbx_refinement_constraints.lib boost_thread.lib boost_system.lib boost_chrono.lib smtbx\refinement\constraints\tests\tst_geometrical_hydrogens.obj cl /Fosolve_resolve\solve\fft.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\fft.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\solve\hassp_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\hassp_1.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx fft.cpp Creating library smtbx\refinement\constraints\tests\tst_geometrical_hydrogens.lib and object smtbx\refinement\constraints\tests\tst_geometrical_hydrogens.exp hassp_1.cpp cl /Fosolve_resolve\solve\hassp_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\hassp_2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx hassp_2.cpp cl /Fosolve_resolve\solve\heavy.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\heavy.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\solve\hend.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\hend.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx hend.cpp heavy.cpp cl /Fosolve_resolve\solve\input_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\input_1.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\solve\input_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\input_2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx input_1.cpp link /nologo /OUT:solve_resolve\exe\csegment_library.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib Advapi32.lib boost_thread.lib boost_system.lib boost_chrono.lib ccp4io.lib solve_resolve\segment_library\main.obj solve_resolve\segment_library\resolve_pattern_lib.obj ccp4io_adaptbx\ccp4_fftlib_fem.obj input_2.cpp cl /Fosolve_resolve\solve\input_3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\input_3.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx input_3.cpp cl /Fosolve_resolve\solve\input_4.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\input_4.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx input_4.cpp cl /Fosolve_resolve\solve\input_5.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\input_5.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx input_5.cpp cl /Fosolve_resolve\solve\lmdif.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\lmdif.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx lmdif.cpp link /nologo /OUT:solve_resolve\exe\cside_chains_update.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib Advapi32.lib boost_thread.lib boost_system.lib boost_chrono.lib ccp4io.lib solve_resolve\side_chains_update\helper.obj solve_resolve\side_chains_update\main.obj solve_resolve\side_chains_update\resolve_pattern_lib.obj solve_resolve\resolve_pattern\s_get_cc.obj ccp4io_adaptbx\ccp4_fftlib_fem.obj cl /Fosolve_resolve\solve\madmrg_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\madmrg_1.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx madmrg_1.cpp link /nologo /OUT:solve_resolve\exe\cresolve.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib resolve.lib boost_thread.lib boost_system.lib boost_chrono.lib iotbx_pdb.lib cctbx.lib ccp4io.lib omptbx.lib objexxfcl.lib Advapi32.lib solve_resolve\resolve\cresolve_main.obj solve_resolve\resolve\malloc_hooks.obj cl /Fosolve_resolve\solve\madmrg_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\madmrg_2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\solve\main.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\main.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx madmrg_2.cpp cl /Fosolve_resolve\solve\maps.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\maps.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx main.cpp maps.cpp cl /Fosolve_resolve\solve\output_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\output_1.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\solve\output_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\output_2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx Creating library solve_resolve\exe\cresolve.lib and object solve_resolve\exe\cresolve.exp output_1.cpp output_2.cpp cl /Fosolve_resolve\solve\phasing.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\phasing.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx phasing.cpp cl /Fosolve_resolve\solve\scaling_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\scaling_1.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\solve\scaling_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\scaling_2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx scaling_2.cpp scaling_1.cpp link /nologo /OUT:solve_resolve\exe\cresolve_pattern.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib Advapi32.lib boost_thread.lib boost_system.lib boost_chrono.lib ccp4io.lib solve_resolve\resolve_pattern\main.obj solve_resolve\resolve_pattern\resolve_pattern_lib.obj solve_resolve\resolve_pattern\s_get_cc.obj ccp4io_adaptbx\ccp4_fftlib_fem.obj link /nologo /OUT:solve_resolve\exe\cextract_segment_pair.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib Advapi32.lib boost_thread.lib boost_system.lib boost_chrono.lib ccp4io.lib solve_resolve\extract_segment_pair\extract_segment_lib.obj solve_resolve\extract_segment_pair\main.obj solve_resolve\extract_segment_pair\resolve_pattern_lib.obj ccp4io_adaptbx\ccp4_fftlib_fem.obj cl /Fosolve_resolve\solve\solve_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\solve_1.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\solve\solve_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\solve_2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx solve_1.cpp solve_2.cpp cl /Fosolve_resolve\solve\solve_3.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\solve_3.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx solve_3.cpp cl /Fosolve_resolve\solve\solve_4.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\solve_4.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx solve_4.cpp cl /Fosolve_resolve\solve\solve_5.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\solve_5.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx solve_5.cpp cl /Fosolve_resolve\solve\solve_6.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\solve_6.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx solve_6.cpp cl /Fosolve_resolve\solve\solve_7.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\solve_7.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx solve_7.cpp cl /Fosolve_resolve\solve\symm_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\symm_1.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx symm_1.cpp link /nologo /OUT:solve_resolve\exe\cextract_segment.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib Advapi32.lib boost_thread.lib boost_system.lib boost_chrono.lib ccp4io.lib solve_resolve\extract_segment\extract_segment_lib.obj solve_resolve\extract_segment\main.obj solve_resolve\extract_segment\resolve_pattern_lib.obj ccp4io_adaptbx\ccp4_fftlib_fem.obj cl /Fosolve_resolve\solve\symm_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\symm_2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx symm_2.cpp cl /Fosolve_resolve\solve\utils_1.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\utils_1.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx cl /Fosolve_resolve\solve\utils_2.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\utils_2.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx utils_1.cpp utils_2.cpp cl /Fosolve_resolve\solve\vectors.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\vectors.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx vectors.cpp cl /Fosolve_resolve\solve\with_manual_changes.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve\solve\with_manual_changes.cpp /GR /EHsc /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp -DFEM_SHORTCUTS_FOR_SOLVE /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project /Isolve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\solve_resolve /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\solve_resolve /Ifable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\fable /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\fable /Iccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\ccp4io_adaptbx /IC:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\ccp4io_adaptbx with_manual_changes.cpp link /nologo /OUT:scitbx\fftpack\timing\fftpack_timer.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib omptbx.lib scitbx\fftpack\timing\fftpack_timer.obj cl /Fosuitename\suitename.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\suitename\suitename.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Fosuitename\suiteninit.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\suitename\suiteninit.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp suitename.c suiteninit.c cl /Fosuitename\suiteninpt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\suitename\suiteninpt.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Fosuitename\suitenout.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\suitename\suitenout.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp suiteninpt.c suitenout.c cl /Fosuitename\suitenscrt.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\suitename\suitenscrt.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp cl /Fosuitename\suitenutil.obj /c C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\suitename\suitenutil.c /nologo /D_SECURE_SCL=0 /D_CRT_SECURE_NO_DEPRECATE /DNOMINMAX /DWIN32 /DDLL_EXPORTS /D_WIN32_WINNT=_WIN32_WINNT_WIN7 /bigobj /wd4996 /wd4068 /Z7 /Zm800 /Ic:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\msvc9.0_include /MD /DNDEBUG /O2 /fp:fast /DBOOST_ALL_NO_LIB /openmp suitenscrt.c suitenutil.c link /nologo /OUT:suitename\exe\suitename.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib suitename\suitename.obj suitename\suiteninit.obj suitename\suiteninpt.obj suitename\suitenout.obj suitename\suitenscrt.obj suitename\suitenutil.obj link /nologo /OUT:scitbx\fftpack\timing\test0.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib boost_thread.lib boost_system.lib boost_chrono.lib omptbx.lib scitbx\fftpack\timing\test0.obj link /nologo /OUT:solve_resolve\exe\cside_chains.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib Advapi32.lib boost_thread.lib boost_system.lib boost_chrono.lib ccp4io.lib solve_resolve\side_chains\helper.obj solve_resolve\side_chains\main.obj solve_resolve\side_chains\resolve_pattern_lib.obj solve_resolve\resolve_pattern\s_get_cc.obj ccp4io_adaptbx\ccp4_fftlib_fem.obj link /nologo /OUT:solve_resolve\exe\csolve.exe /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib /LIBPATH:lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\lib /LIBPATH:C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\lib Advapi32.lib boost_thread.lib boost_system.lib boost_chrono.lib ccp4io.lib solve_resolve\solve\cryst.obj solve_resolve\solve\data.obj solve_resolve\solve\fft.obj solve_resolve\solve\hassp_1.obj solve_resolve\solve\hassp_2.obj solve_resolve\solve\heavy.obj solve_resolve\solve\hend.obj solve_resolve\solve\input_1.obj solve_resolve\solve\input_2.obj solve_resolve\solve\input_3.obj solve_resolve\solve\input_4.obj solve_resolve\solve\input_5.obj solve_resolve\solve\lmdif.obj solve_resolve\solve\madmrg_1.obj solve_resolve\solve\madmrg_2.obj solve_resolve\solve\main.obj solve_resolve\solve\maps.obj solve_resolve\solve\output_1.obj solve_resolve\solve\output_2.obj solve_resolve\solve\phasing.obj solve_resolve\solve\scaling_1.obj solve_resolve\solve\scaling_2.obj solve_resolve\solve\solve_1.obj solve_resolve\solve\solve_2.obj solve_resolve\solve\solve_3.obj solve_resolve\solve\solve_4.obj solve_resolve\solve\solve_5.obj solve_resolve\solve\solve_6.obj solve_resolve\solve\solve_7.obj solve_resolve\solve\symm_1.obj solve_resolve\solve\symm_2.obj solve_resolve\solve\utils_1.obj solve_resolve\solve\utils_2.obj solve_resolve\solve\vectors.obj solve_resolve\solve\with_manual_changes.obj ccp4io_adaptbx\ccp4_fftlib_fem.obj scons: done building targets. usr+sys time: 155.81 seconds wall clock time: 19 minutes 3.85 seconds (1143.85 seconds total) scons: Reading SConscript files ... scons: warning: VC version 9.0 not installed. C/C++ compilers are most likely not set correctly. Installed versions are: ['14.1', '14.0'] File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\libtbx\SConscript", line 330, in scons: warning: VC version 9.0 not installed. C/C++ compilers are most likely not set correctly. Installed versions are: ['14.1', '14.0'] File "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules\cctbx_project\libtbx\SConscript", line 330, in MSVC_VERSION: 9.0 libtbx.scons: OpenMP is available. BOOST_VERSION: 106300 libtbx.scons: implicit dependency scan disabled for directory c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost phaser: Distributed version phaser: Generating C++ and libtbx.phil defaults files phaser: Building shared version scons: done reading SConscript files. scons: Building targets ... scons: `.' is up to date. scons: done building targets. usr+sys time: 56.09 seconds wall clock time: 76.27 seconds Processing data files in "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\chem_data\rotarama_data": rota8000-cys.data -> rota8000-cys.pickle: already up to date. rota8000-asp.data -> rota8000-asp.pickle: already up to date. rota8000-ser.data -> rota8000-ser.pickle: already up to date. rota8000-gln.data -> rota8000-gln.pickle: already up to date. rota8000-ile.data -> rota8000-ile.pickle: already up to date. rota8000-pro.data -> rota8000-pro.pickle: already up to date. rota8000-lys.data -> rota8000-lys.pickle: already up to date. rota8000-thr.data -> rota8000-thr.pickle: already up to date. rota8000-phetyr.data -> rota8000-phetyr.pickle: already up to date. rota8000-glu.data -> rota8000-glu.pickle: already up to date. rota8000-met.data -> rota8000-met.pickle: already up to date. rota8000-his.data -> rota8000-his.pickle: already up to date. rota8000-leu.data -> rota8000-leu.pickle: already up to date. rota8000-arg.data -> rota8000-arg.pickle: already up to date. rota8000-trp.data -> rota8000-trp.pickle: already up to date. rota8000-asn.data -> rota8000-asn.pickle: already up to date. rota8000-phetyr.data -> rota8000-phetyr.pickle: already up to date. rota8000-val.data -> rota8000-val.pickle: already up to date. Processing data files in "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\chem_data\rotarama_data": rama8000-ileval-nopreP.data -> rama8000-ileval-nopreP.pickle: already up to date. rama8000-gly-sym.data -> rama8000-gly-sym.pickle: already up to date. rama8000-cispro.data -> rama8000-cispro.pickle: already up to date. rama8000-general-noGPIVpreP.data -> rama8000-general-noGPIVpreP.pickle: already up to date. rama8000-transpro.data -> rama8000-transpro.pickle: already up to date. rama8000-prepro-noGP.data -> rama8000-prepro-noGP.pickle: already up to date. u+s,u,s: 1.52 0.55 0.97 Wrote C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\build\dispatcher_include_phenix.bat You should now run libtbx.refresh to regenerate dispatchers. Python: 2.7.15 "C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\base\bin\python\python.exe" Compiler: default Build mode: release Warning level: 0 Precompiled Headers: False Static libraries: False Static exe: False Scan Boost headers: False Write full flex_fwd.h files: False Build Boost.Python extensions: True Define BOOST_PYTHON_NO_PY_SIGNATURES: False Define BOOST_PYTHON_BOOL_INT_STRICT: True Enable OpenMP if possible: True Boost threads enabled: True Enable CUDA: False Use conda: False Use opt_resources if available: False Use environment flags: False Enable C++11: False command_version_suffix: None Relocatable paths anchored at: c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build Top-down list of all modules involved: iota "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iota" xia2 "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\xia2" dials "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials" xfel "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel" prime "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\prime" simtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\simtbx" cma_es "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cma_es" amber_adaptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\amber_adaptbx" labelit "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\labelit" rstbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\rstbx" spotfinder "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\spotfinder" annlib+adaptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib" "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx" phenix_examples "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_examples" phenix "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix" reel "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\reel" phaser "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser" phaser_regression "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser_regression" tntbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\tntbx" solve_resolve "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\solve_resolve" muscle "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\muscle" ksdssp "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ksdssp" pulchra "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\pulchra" phenix_html "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_html" phenix_regression "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_regression" elbow "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\elbow" Plex "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\Plex" PyQuante "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\PyQuante" crys3d "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\crys3d" chem_data "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\chem_data" wxtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\wxtbx" gltbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\gltbx" mmtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\mmtbx" suitename "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\suitename" king "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\king" probe "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\probe" reduce "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\reduce" dxtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx" iotbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx" ccp4io+adaptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io" "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ccp4io_adaptbx" smtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\smtbx" ucif "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\ucif" cbflib+adaptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib" "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx" cctbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cctbx" scitbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx" fable "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable" omptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\omptbx" boost+adaptbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\boost" "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\boost_adaptbx" tbxx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\tbxx" chiltbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\chiltbx" libtbx "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\libtbx" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\dispatcher_include_phenix.bat" Creating files in build directory: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build" dispatcher_include_template.bat setpaths.bat setpaths_all.bat setpaths_debug.bat unsetpaths.bat SConstruct Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\libtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\boost_adaptbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\fable\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cctbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\smtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\reduce\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\probe\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\king\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\suitename\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\mmtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\gltbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\wxtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\crys3d\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\elbow\elbow\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_regression\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_html\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\ksdssp\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\muscle\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\solve_resolve\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser_regression\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phaser\phaser\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\reel\reel\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix\phenix\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\spotfinder\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\rstbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\labelit\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\amber_adaptbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\simtbx\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\prime\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\ui\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\cxi\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\clustering\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\merging\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\small_cell\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\xia2\command_line" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iota\command_line" requires dials-data>=2.0,>=2.0.30,>=2.0.38, has 2.0.52 requires mock>=2.0, has 2.0.0 requires procrunner>=1.0.2, has 1.1.0 requires pytest<5.0,>=3.1,>=4.5, has 4.6.6 requires Jinja2, has 2.10 requirement pytest-mock is not currently met, package not installed attempting install of pytest-mock... Collecting pytest-mock Using cached https://files.pythonhosted.org/packages/7a/67/d527b9cd470e41e51436eb09b6af343828ae0ffbed9673ef03d75a0b6e6c/pytest_mock-1.11.2-py2.py3-none-any.whl Requirement already satisfied: pytest>=2.7 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest-mock) (4.6.6) Requirement already satisfied: mock; python_version < "3.0" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest-mock) (2.0.0) Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (0.23) Requirement already satisfied: funcsigs>=1.0; python_version < "3.0" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (1.0.2) Requirement already satisfied: packaging in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (17.1) Requirement already satisfied: six>=1.10.0 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (1.11.0) Requirement already satisfied: pluggy<1.0,>=0.12 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (0.13.0) Requirement already satisfied: attrs>=17.4.0 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (17.4.0) Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (2.3.5) Requirement already satisfied: py>=1.5.0 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (1.5.3) Requirement already satisfied: atomicwrites>=1.0 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (1.3.0) Requirement already satisfied: wcwidth in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (0.1.7) Requirement already satisfied: colorama; sys_platform == "win32" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (0.3.9) Requirement already satisfied: more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pytest>=2.7->pytest-mock) (4.1.0) Requirement already satisfied: pbr>=0.11 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from mock; python_version < "3.0"->pytest-mock) (4.0.2) Requirement already satisfied: zipp>=0.5 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pytest>=2.7->pytest-mock) (0.6.0) Requirement already satisfied: contextlib2; python_version < "3" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pytest>=2.7->pytest-mock) (0.6.0.post1) Requirement already satisfied: configparser>=3.5; python_version < "3" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pytest>=2.7->pytest-mock) (4.0.2) Requirement already satisfied: pyparsing>=2.0.2 in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from packaging->pytest>=2.7->pytest-mock) (2.2.0) Requirement already satisfied: scandir; python_version < "3.5" in c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\base\bin\python\lib\site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest>=2.7->pytest-mock) (1.10.0) Installing collected packages: pytest-mock Successfully installed pytest-mock-1.11.2 You are using pip version 10.0.1, however version 19.3.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. install successful requires msgpack, has 0.6.1 requires orderedset, has 2.0.1 requires psutil, has 5.4.5 requires scikit_learn[alldeps]<0.21, has 0.19.1 requires scipy, has 1.0.1 requires tqdm==4.23.4, has 4.23.4 requires futures, has 3.3.0 requires tabulate, has 0.8.2 Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\boost_adaptbx\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\scitbx\libtbx_refresh.py" Generating C++ header files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include\scitbx\array_family" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include\scitbx\array_family\boost_python" Using fable to convert scitbx\lbfgs.f Updating entry points for scitbx 1 entries for entry point pytest_randomly.random_seeder Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cctbx\libtbx_refresh.py" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\cctbx\eltbx" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include\cctbx\boost_python" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\cbflib_adaptbx\libtbx_refresh.py" Copying to lib: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cbflib\pycbf\pycbf.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\smtbx\libtbx_refresh.py" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\include\smtbx\boost_python" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\iotbx\libtbx_refresh.py" Using fable to convert iotbx\pdb\hybrid_36_f.f Writing: iotbx\pdb\hybrid_36_fem.cpp Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dxtbx\libtbx_refresh.py" Enumerating format classes: found FormatBruker based on ['Format'] found FormatBrukerFixedChi based on ['FormatBruker'] found FormatBrukerPhotonII based on ['FormatBruker'] found FormatCBF based on ['Format'] found FormatCBFCspad based on ['FormatCBFMultiTileHierarchyStill'] found FormatCBFFullStillInMemory based on ['FormatCBFFullStill'] found FormatCBFMultiTileHierarchyStillInMemory based on ['FormatCBFFullStillInMemory', 'FormatCBFMultiTileHierarchyStill'] found FormatCBFCspadInMemory based on ['FormatCBFMultiTileHierarchyStillInMemory', 'FormatCBFCspad'] found FormatCBFFull based on ['FormatCBF'] found FormatCBFFullStill based on ['FormatStill', 'FormatCBFFull'] found FormatCBFFullPilatus based on ['FormatCBFFull'] found FormatCBFFullPilatusDLS300KSN104 based on ['FormatCBFFullPilatus'] found FormatCBFFullPilatusDLS6MSN100 based on ['FormatCBFFullPilatus'] found FormatCBFFullPilatusDLS6MSN126 based on ['FormatCBFFullPilatus'] found FormatCBFMini based on ['FormatCBF'] found FormatCBFMiniADSCHF4M based on ['FormatCBFMini'] found FormatCBFMiniEiger based on ['FormatCBFMini'] found FormatCBFMiniEigerDLS16MSN160 based on ['FormatCBFMiniEiger'] found FormatCBFMiniEigerMaxIVBio based on ['FormatCBFMiniEiger'] found FormatCBFMiniEigerPetraP14 based on ['FormatCBFMiniEiger'] found FormatCBFMiniEigerPhotonFactory based on ['FormatCBFMini'] found FormatCBFMiniPilatus based on ['FormatCBFMini'] found FormatCBFMiniPilatus3AOS19ID6MSN132 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusCHESS_6MSN127 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDESY6MSN115 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS12M based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN100 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN114 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN114DMM based on ['FormatCBFMiniPilatus', 'FormatStill'] found FormatCBFMiniPilatusDLS6MSN119 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusDLS6MSN126 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusSOLEILPX16MSN106 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusSPring8_6MSN125 based on ['FormatCBFMiniPilatus'] found FormatCBFMiniPilatusXXX based on ['FormatCBFMiniPilatus'] found FormatCBFMultiTile based on ['FormatCBFFull'] found FormatCBFMultiTileStill based on ['FormatStill', 'FormatCBFMultiTile'] found FormatCBFMultiTileHierarchy based on ['FormatCBFMultiTile'] found FormatCBFMultiTileHierarchyStill based on ['FormatCBFMultiTileStill', 'FormatCBFMultiTileHierarchy'] found FormatDIP2030b based on ['Format'] found FormatEDFALS733 based on ['Format'] found FormatEiger0MQDump based on ['Format'] found FormatEigerStream based on ['FormatMultiImage', 'Format'] found FormatGatanDM4 based on ['FormatMultiImage', 'Format'] found FormatHDF5 based on ['FormatMultiImage', 'Format'] found FormatHDF5EigerNearlyNexus based on ['FormatHDF5'] found FormatHDF5EigerNearlyNexusSPring8 based on ['FormatHDF5EigerNearlyNexus'] found FormatHDF5Lambda based on ['FormatHDF5'] found FormatHDF5PAL based on ['FormatHDF5'] found FormatRawData based on ['FormatHDF5'] found FormatHDF5Sacla based on ['FormatHDF5', 'FormatStill'] found FormatHDF5SaclaMPCCD based on ['FormatHDF5', 'FormatStill'] found FormatHDF5SaclaRayonix based on ['FormatHDF5', 'FormatStill'] found FormatMarIP based on ['Format'] found FormatMultiImage based on ['Format'] found FormatMultiImageLazy based on ['FormatMultiImage'] found FormatNexus based on ['FormatHDF5'] found FormatNexusStill based on ['FormatMultiImageLazy', 'FormatNexus', 'FormatStill'] found FormatNexusEigerDLS16M based on ['FormatNexus'] found FormatNexusExternalDataFile based on ['FormatHDF5'] found FormatNexusJungfrauHack based on ['FormatNexus'] found FormatPY based on ['Format'] found FormatPYmultitile based on ['FormatPY'] found FormatPYunspecified based on ['FormatPY'] found FormatPYunspecifiedInMemory based on ['FormatPYunspecified'] found FormatPYunspecifiedStill based on ['FormatStill', 'FormatPYunspecified'] found FormatPYunspecifiedStillInMemory based on ['FormatStill', 'FormatPYunspecifiedInMemory'] found FormatRAXIS based on ['Format'] found FormatRAXISII based on ['Format'] found FormatRAXISIVSPring8 based on ['Format'] found FormatSER based on ['FormatMultiImage', 'Format'] found FormatSEReBIC based on ['FormatSER'] found FormatSMV based on ['Format'] found FormatSMVADSC based on ['FormatSMV'] found FormatSMVADSCDBG based on ['FormatSMVADSC'] found FormatSMVADSCNoDateStamp based on ['FormatSMVADSC'] found FormatSMVADSCSN based on ['FormatSMVADSC'] found FormatSMVADSCSN445 based on ['FormatSMVADSCSN'] found FormatSMVADSCSNSN457 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN905 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN915 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN920 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN926 based on ['FormatSMVADSCSN'] found FormatSMVADSCSN928 based on ['FormatSMVADSCSN'] found FormatSMVADSCSNAPSID19 based on ['FormatSMVADSCSN'] found FormatSMVADSCmlfsom based on ['FormatSMVADSC'] found FormatSMVCMOS1 based on ['FormatSMV'] found FormatSMVHamamatsu based on ['FormatSMVADSC'] found FormatSMVHamamatsuSPring8BL32XU based on ['FormatSMVHamamatsu'] found FormatSMVJHSim based on ['FormatSMV'] found FormatSMVNOIR based on ['FormatSMVRigaku'] found FormatSMVRigaku based on ['FormatSMV'] found FormatSMVRigakuA200 based on ['FormatSMVRigaku'] found FormatSMVRigakuA200SPring8BL26B1 based on ['FormatSMVRigakuA200'] found FormatSMVRigakuEiger based on ['FormatSMVRigaku'] found FormatSMVRigakuPilatus based on ['FormatSMVRigaku'] found FormatSMVRigakuSaturn based on ['FormatSMVRigaku'] found FormatSMVRigakuSaturnNoTS based on ['FormatSMVRigaku'] found FormatSMVRigakuSaturnSN07400090 based on ['FormatSMVRigakuSaturn'] found FormatSMVRigakuSaturn09040159 based on ['FormatSMVRigakuSaturnNoTS'] found FormatSMVRigakuSaturnSN11480296 based on ['FormatSMVRigakuSaturn'] found FormatSMVTimePix_SU based on ['FormatSMV'] found FormatSMVTimePix_SU_512x512 based on ['FormatSMVTimePix_SU'] found FormatSMVTimePix_SU_516x516 based on ['FormatSMVTimePix_SU'] found FormatStill based on ['Format'] found FormatTIFF based on ['Format'] found FormatTIFFBruker based on ['FormatTIFF'] found FormatTIFFRayonix based on ['FormatTIFF'] found FormatTIFFRayonixESRF based on ['FormatTIFFRayonix'] found FormatTIFFRayonixSPring8 based on ['FormatTIFFRayonix'] found FormatTIFFRayonixXPP based on ['FormatTIFFRayonix'] found FormatXDS based on ['Format'] found FormatXTC based on ['FormatMultiImageLazy', 'FormatStill', 'Format'] found FormatXTCCspad based on ['FormatXTC'] found FormatXTCJungfrau based on ['FormatXTC'] found FormatXTCJungfrauMonolithic based on ['FormatXTCJungfrau'] found FormatXTCMultipleDetectors based on ['FormatXTCRayonix', 'FormatXTCCspad', 'FormatXTCJungfrau'] found FormatXTCRayonix based on ['FormatXTC'] Updating entry points for dxtbx 117 entries for entry point dxtbx.format Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\reduce\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\probe\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\mmtbx\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\gltbx\libtbx_refresh.py" Generating C++ files in: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\gltbx" Info: Re-using existing font cpp files. Hint: Remove gltbx\FONTS_UCS_DONE_FLAG_FILE to force generation of new font files. Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\crys3d\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix_regression\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\solve_resolve\libtbx_refresh.py" Number of hpp files generated from resolve cpp files: 721 Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\phenix\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\annlib_adaptbx\libtbx_refresh.py" Generating C++ files for self-inclusive approximate nearest neighbour Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\cctbx_project\xfel\libtbx_refresh.py" Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\dials\libtbx_refresh.py" Updating entry points for dials 3 entries for entry point dials.index.basis_vector_search 1 entries for entry point dials.index.lattice_search 3 entries for entry point dxtbx.scaling_model_ext 1 entries for entry point dxtbx.profile_model DIALS 2.dev.1099-g438a9cc3c Identified autocompletable commands: dials.find_spots dials.geometry_viewer dials.index dials.integrate dials.reciprocal_lattice_viewer dials.refine dials.reindex dials.rl_png Installing autocompletion script into: Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\modules\xia2\libtbx_refresh.py" XIA2 0.6.312-g4d8cfa80 Processing: "c:\users\phaserbuilder\nightlybuilds\phenixvc2008\x64\current\build\exe_dev" This script is only applicable to Linux - exiting. Done. ===== Running in modules: extracting files from msgpack-3.1.1.tar.gz ===== Running in modules\dials: git pull --rebase ===== Running in modules: svn update probe --non-interactive --trust-server-cert ===== Running in modules: svn update reduce --non-interactive --trust-server-cert ===== Running in modules\dxtbx: git pull --rebase ===== Running in modules: svn update ccp4io_adaptbx --non-interactive --trust-server-cert ===== Running in modules: svn update solve_resolve --non-interactive --trust-server-cert ===== Running in modules: svn update clipper --non-interactive --trust-server-cert ===== Running in modules: svn update ksdssp --non-interactive --trust-server-cert ===== Running in modules: svn update phenix_regression --non-interactive --trust-server-cert ===== Running in modules: svn update opt_resources --non-interactive --trust-server-cert ===== Running in modules: svn update phenix --non-interactive --trust-server-cert ===== Running in modules: svn update Plex --non-interactive --trust-server-cert ===== Running in modules: svn update tntbx --non-interactive --trust-server-cert ===== Running in modules: svn update pulchra --non-interactive --trust-server-cert ===== Running in modules: svn update PyQuante --non-interactive --trust-server-cert ===== Running in modules\boost: git pull --rebase ===== Running in modules: git clone --recursive https://github.com/cctbx/cctbx_project.git cctbx_project --progress --verbose setting branch master to rebase ===== Running in modules\cctbx_project: git rev-parse HEAD ===== Running in modules\annlib_adaptbx: git pull --rebase ===== Running in modules: svn update suitename --non-interactive --trust-server-cert ===== Running in modules\xia2: git pull --rebase ===== Running in modules: svn update chem_data --non-interactive --trust-server-cert ===== Running in modules\phaser: git pull --rebase ===== Running in modules\phaser_regression: git pull --rebase ===== Running in modules: svn update phenix_examples --non-interactive --trust-server-cert ===== Running in modules: svn update reel --non-interactive --trust-server-cert ===== Running in modules: svn update phenix_html --non-interactive --trust-server-cert ===== Running in modules: svn update king --non-interactive --trust-server-cert ===== Running in modules\cbflib: git pull --rebase Existing non-git directory -- don't know what to do. skipping: amber_adaptbx ===== Running in modules: svn update labelit --non-interactive --trust-server-cert ===== Running in modules: svn update elbow --non-interactive --trust-server-cert ===== Running in modules: svn update muscle --non-interactive --trust-server-cert ===== Running in modules: svn update gui_resources --non-interactive --trust-server-cert removing .pyc files in C:\Users\phaserbuilder\NightlyBuilds\PhenixVC2008\x64\Current\modules, walk? True removed 757 files ===== Running in .: base ===== Running in build: run configure.py ===== Running in build: save configure command ===== Running in build: libtbx.scons.bat ===== Running in build: libtbx.scons.bat ===== Running in build: rebuild rotarama ===== Running in build: gui dispatcher ===== Running in .: libtbx.refresh Bootstrap success: cleanup, hot, update, base, build 15/11/2019 6:29:13.94