Opened 15 years ago
Closed 14 months ago
#264 closed task (wontfix)
try setting up cross-chicken for a windows target
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | not urgent at all | Milestone: | |
Component: | documentation | Version: | 4.5.x |
Keywords: | cross-development | Cc: | |
Estimated difficulty: | medium |
Description
It would be nice to be able to build a cross-chicken that generates windows binaries. If successfull, the setup should be documented in the manual or the wiki.
Change History (4)
comment:1 Changed 15 years ago by
Version: | → 4.5.x |
---|
comment:2 Changed 14 years ago by
Owner: | felix winkelmann deleted |
---|---|
Status: | new → assigned |
comment:3 Changed 8 years ago by
Estimated difficulty: | → medium |
---|
comment:4 Changed 14 months ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Probably just a matter of providing a
config.mk
that usesPLATFORM=cross-linux-mingw
and sets a couple of make variables.