nnarain / gameboycore-python

Python Bindings for GameboyCore
MIT License
5 stars 2 forks source link

Python 3.3 and 3.4 for Windows #10

Closed nnarain closed 5 years ago

nnarain commented 7 years ago

Use CMake to build the python extension for Python 3.3 and 3.4

nnarain commented 7 years ago

https://stackoverflow.com/questions/24071491/how-can-i-make-a-python-wheel-from-an-existing-native-library

Can use cmake to generate the pyd file. However it might make more sense to move all build configuration to cmake and just the packaging to setup.py

nnarain commented 5 years ago

Aged out