Hi,
I've started some work on making libmaple compile on windows with codesourcery (or similar GNU tools on windows). I'm getting close, but the only problem right now is that GNU make doesn't support colons (':') in path names for targets. Escaping them doesn't seem to make a difference (still gives me a "multiple targets" error).
This is kind of a show stopper for me right now. I was wondering what everyone thought about me doing something specific for windows. Like making makefiles for nmake instead of GNU make. I can take the responsibility of keeping them up to date with changes to libmaple. I know there is some redundancy there but the current state of windows buildage of libmaple is annoying at best.
- Aditya