petelomax / Phix

The Phix Programming Language
http://phix.x10.mx/
Other
55 stars 2 forks source link

Cross compilation? #10

Closed eboatwright closed 2 years ago

eboatwright commented 2 years ago

I was wondering if there is any cross compilation support. For example, from Ubuntu Linux to Windows?

petelomax commented 2 years ago

Absolutely! In fact the Linux executables are always built here on Windows, by phixzip.exw, see p32.exu and p64.exu. The reverse, as asked for, would simply be be "format PE32" and/or "format PE64", plus of course a -c in the command line.

eboatwright commented 2 years ago

Ayy thanks! :D