christopherpow / nesicide

Integrated Development Environment for the 8-bit Nintendo Entertainment System
315 stars 38 forks source link

Partial MSVC support, #33

Closed nyanpasu64 closed 6 years ago

nyanpasu64 commented 6 years ago
nyanpasu64 commented 6 years ago

oh god I didn't mean for this to be merged as is. Did you make sure it builds on Linux/Mac without any regressions? The 99999... and 64 return values look really shady, but hopefully return values aren't used.

Also you need to reorganize windows deps to put SDL .lib files in a x86 subfolder.

christopherpow commented 6 years ago

I made some changes for OSX.

christopherpow commented 6 years ago

I can't do Windows at the moment.

christopherpow commented 6 years ago

I just changed those to return sane values. They are used only for loading translation DLLs which I don't support.