[pypy-commit] pypy windowsinstaller: Add find msbuild.bat

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95822:c43a3018916a Date: 2019-02-02 19:23 + http://bitbucket.org/pypy/pypy/changeset/c43a3018916a/ Log:Add find msbuild.bat diff --git a/PCbuild/find_msbuild.bat b/PCbuild/find_msbuild.bat new file mode 100644 --- /d

[pypy-commit] pypy windowsinstaller: Added path. Fixed some file names.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95818:d5fcd44841c2 Date: 2019-01-02 14:28 + http://bitbucket.org/pypy/pypy/changeset/d5fcd44841c2/ Log:Added path. Fixed some file names. diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.targets b/pypy/

[pypy-commit] pypy windowsinstaller: Further renaming

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95816:c38660f18fad Date: 2018-12-31 19:39 + http://bitbucket.org/pypy/pypy/changeset/c38660f18fad/ Log:Further renaming diff --git a/pypy/tool/release/windowsinstaller/sitepackages/sitepackages.wixproj b/pypy/tool/

[pypy-commit] pypy windowsinstaller: Further renaming

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95815:14976c9f5538 Date: 2018-12-31 19:39 + http://bitbucket.org/pypy/pypy/changeset/14976c9f5538/ Log:Further renaming diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.targets b/pypy/tool/release/windo

[pypy-commit] pypy windowsinstaller: Modify installer to remove customise button.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95821:bdb9d8ea6391 Date: 2019-01-06 21:01 + http://bitbucket.org/pypy/pypy/changeset/bdb9d8ea6391/ Log:Modify installer to remove customise button. diff --git a/pypy/tool/release/windowsinstaller/bundle/Default.thm

[pypy-commit] pypy windowsinstaller: Work in progress

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95819:498026a51df2 Date: 2019-01-06 19:00 + http://bitbucket.org/pypy/pypy/changeset/498026a51df2/ Log:Work in progress diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.wxs b/pypy/tool/release/windowsin

[pypy-commit] pypy windowsinstaller: Additional files from cpython

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95803:536b0f301622 Date: 2018-12-24 21:07 + http://bitbucket.org/pypy/pypy/changeset/536b0f301622/ Log:Additional files from cpython diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.targets b/pypy/tool/

[pypy-commit] pypy windowsinstaller: Got windows msi installer to build. It is not currently in a usable state.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95804:52a98664 Date: 2018-12-25 19:20 + http://bitbucket.org/pypy/pypy/changeset/52a98664/ Log:Got windows msi installer to build. It is not currently in a usable state. diff --git a/PC/icons/setup.ic

[pypy-commit] pypy windowsinstaller: Fixed missing file ids.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95810:8d97265b8c16 Date: 2018-12-27 18:09 + http://bitbucket.org/pypy/pypy/changeset/8d97265b8c16/ Log:Fixed missing file ids. diff --git a/pypy/tool/release/windowsinstaller/exe/exe.wxs b/pypy/tool/release/windowsi

[pypy-commit] pypy windowsinstaller: renamed folder to reduce problems

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95814:04de7b50bbee Date: 2018-12-31 18:01 + http://bitbucket.org/pypy/pypy/changeset/04de7b50bbee/ Log:renamed folder to reduce problems diff --git a/pypy/tool/release/windowsinstaller/site-packages/site-packages.wi

[pypy-commit] pypy windowsinstaller: Fixed issue with lib_pypy directory

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95820:cc37b0cf Date: 2019-01-06 20:11 + http://bitbucket.org/pypy/pypy/changeset/cc37b0cf/ Log:Fixed issue with lib_pypy directory diff --git a/pypy/tool/release/windowsinstaller/common.wxs b/pypy/tool/relea

[pypy-commit] pypy windowsinstaller: Finished creating pypy setup icons.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95807:ff86926a903e Date: 2018-12-26 15:18 + http://bitbucket.org/pypy/pypy/changeset/ff86926a903e/ Log:Finished creating pypy setup icons. diff --git a/PC/icons/setup.ico b/PC/icons/setup.ico index 210aa45604f6d8593

[pypy-commit] pypy windowsinstaller: Corrected a large number of cpython references.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95808:8acc3489da28 Date: 2018-12-26 17:47 + http://bitbucket.org/pypy/pypy/changeset/8acc3489da28/ Log:Corrected a large number of cpython references. diff --git a/pypy/tool/release/windowsinstaller/bundle/SideBar.pn

[pypy-commit] pypy windowsinstaller: Added external and site packages.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95813:e0469a100160 Date: 2018-12-30 22:08 + http://bitbucket.org/pypy/pypy/changeset/e0469a100160/ Log:Added external and site packages. diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.targets b/pypy/t

[pypy-commit] pypy windowsinstaller: Further renaming

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95817:5dedb6d71a0c Date: 2018-12-31 19:40 + http://bitbucket.org/pypy/pypy/changeset/5dedb6d71a0c/ Log:Further renaming diff --git a/pypy/tool/release/windowsinstaller/site_packages/sitepackages.wixproj b/pypy/tool

[pypy-commit] pypy windowsinstaller: lib-python builds

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95811:0a8a958e20ed Date: 2018-12-29 20:40 + http://bitbucket.org/pypy/pypy/changeset/0a8a958e20ed/ Log:lib-python builds diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.targets b/pypy/tool/release/wind

[pypy-commit] pypy windowsinstaller: Added libs folder

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95812:8c7fe370d197 Date: 2018-12-29 21:34 + http://bitbucket.org/pypy/pypy/changeset/8c7fe370d197/ Log:Added libs folder diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.wxs b/pypy/tool/release/windowsi

[pypy-commit] pypy windowsinstaller: Started adding python executable to installer

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95809:1accd6d10d42 Date: 2018-12-27 17:20 + http://bitbucket.org/pypy/pypy/changeset/1accd6d10d42/ Log:Started adding python executable to installer diff --git a/pypy/tool/release/windowsinstaller/buildinstaller.py

[pypy-commit] pypy windowsinstaller: Got to the point where bootstrap is being built.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95801:fb576872b8ca Date: 2018-12-24 19:53 + http://bitbucket.org/pypy/pypy/changeset/fb576872b8ca/ Log:Got to the point where bootstrap is being built. diff too long, truncating to 2000 out of 3893 lines diff --git

[pypy-commit] pypy windowsinstaller: Further hackery.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95802:1e97dbe9c397 Date: 2018-12-24 21:06 + http://bitbucket.org/pypy/pypy/changeset/1e97dbe9c397/ Log:Further hackery. diff --git a/pypy/tool/release/windowsinstaller/bundle/bootstrap/pythonba.vcxproj b/pypy/tool/

[pypy-commit] pypy windowsinstaller: Cleaned up 64x64 icon

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95806:ca3f2c17865d Date: 2018-12-26 13:23 + http://bitbucket.org/pypy/pypy/changeset/ca3f2c17865d/ Log:Cleaned up 64x64 icon diff --git a/PC/icons/setup.ico b/PC/icons/setup.ico index 351b306272b000141ec1342ce6b243d

[pypy-commit] pypy windowsinstaller: First icon drawn

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95805:647ac737bf55 Date: 2018-12-26 12:55 + http://bitbucket.org/pypy/pypy/changeset/647ac737bf55/ Log:First icon drawn diff --git a/PC/icons/setup.ico b/PC/icons/setup.ico index e54364b3af11d3173c8b48d8ee32bce18f85

[pypy-commit] pypy windowsinstaller: Started merging cpython scripts

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95800:c9a11ed5ae5d Date: 2018-12-24 08:55 + http://bitbucket.org/pypy/pypy/changeset/c9a11ed5ae5d/ Log:Started merging cpython scripts diff --git a/pypy/tool/release/windowsinstaller/README b/pypy/tool/release/windo

[pypy-commit] pypy windowsinstaller: started work on windows installer

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95799:beb845313379 Date: 2018-12-22 12:03 + http://bitbucket.org/pypy/pypy/changeset/beb845313379/ Log:started work on windows installer diff --git a/pypy/tool/release/windowsinstaller/buildinstaller.py b/pypy/tool/