gavanderhoorn / rossum

A CMake-like build file generator for Fanuc Robotics (Karel) projects.
Apache License 2.0
9 stars 7 forks source link

Potential fix for 25 (winreg) #26

Closed gavanderhoorn closed 5 years ago

gavanderhoorn commented 5 years ago

As per subject.

Should fix #25.

gavanderhoorn commented 5 years ago

@kobbled: I might also revert the logic for --rg32: as all Roboguide versions are 32bit applications right now (afaik), even RG9, it might make more sense for rossum to assume that. The --rg32 flag makes rossum consider a 32bit version when it looks through the registry.

But a --rg64 flag might make more sense: assume 32 bit, but prepare for when RG becomes a 64bit application.

That would make it work by default on current installations (and shorten the command line a bit).