macalimlim / godot-rust-template

A template for godot-rust projects
MIT License
51 stars 22 forks source link

Add support for x86_64-pc-windows-msvc #33

Closed photex closed 3 years ago

photex commented 3 years ago

This was apparently all that was needed to get going with ftw on Windows using the msvc toolchain.

macalimlim commented 3 years ago

Hi @photex , thankyou for the PR. Unfortunately this PR is incomplete. You also need the folders (inside /bin and /lib), Makefile targets, and export presets in order for this to work. You can refer to this previous PR. You just have to make it so to work with Windows.

macalimlim commented 3 years ago

this should resolve #7

photex commented 3 years ago

lib folder was already added, bin folder was added with my most recent push.

Continuing now with the other work you've listed. 👍

macalimlim commented 3 years ago

Hi @photex any update on this?

photex commented 3 years ago

None yet. I haven't had a spare moment since to hop back in a make these changes due to work priorities and homeschooling the kids etc.

macalimlim commented 3 years ago

I will be having some extra time this coming weekend, I can pick this up for you.

macalimlim commented 3 years ago

@photex support for windows targets have been merged, closing this now