rainers / cv2pdb

converter of DMD CodeView/DWARF debug information to PDB files
Artistic License 2.0
472 stars 109 forks source link

Quick build from command line with latest installed version of Visual Studio #36

Closed vmurashev closed 6 years ago

vmurashev commented 6 years ago

Hello folks, Would you accept a small one-file contribution which let us build cv2pdb binary from command line with latest installed version of Visual Studio ?

If yes, then build process would look like: native bitness: python -m minibuild win32: python -m minibuild --model win32 win64: python -m minibuild --model win64

On my machine with VS-2017 installed target binaries are here:

minibuild itself is a pure python package, so as a prerequisite for build Python-2.7 or Python-3.x is required. And then minibuild package is supposed to be installed by pip: python -m pip install minibuild

If no, then just close this issue.

rainers commented 6 years ago

Sorry for the late reply, I've been on vacation. Thanks for considering to contribute to cv2pdb.

I don't think adding another way to build cv2pdb adds much, though. You can build it from the command line with msbuild cv2pdb.vcxproj with appropriate options for configuration and tool chain.