pspdev / psplinkusb

General purpose homebrew/debugging toolkit for PSP
https://pspdev.github.io/debugging.html
BSD 3-Clause "New" or "Revised" License
64 stars 35 forks source link

Fix Windows build #19

Closed sharkwouter closed 2 years ago

sharkwouter commented 2 years ago

This is still early at the moment, that's why it's a draft.

What I want to do is make pspsh and usbhostfs_pc buildable for Windows in the CI. This should be doable with the use of cmake and vcpkg.

Step one, to make them buildable with cmake is completed as of the making of this PR. Windows support in the cmake files is still WIP.

sharkwouter commented 2 years ago

Going to close this for now, as I'm not working on this at the moment and I found out I there is no way to build this with msvc.