Re: Yasm r1713 fixed; building and Windows-native
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.all |
|---|---|
| Message-ID | <4588FDF8.7050304__8900.33226828582$1166605834$gmane$org@microsoft.com> |
Neil Mitchell wrote: > Hi > >> As a general procedure, I would personally rather solve all Windows- >> compatibility problems first, then redo the build system to use SCons >> or some other Windows-native system and go from there. > > > Yhc uses Scons. I personally don't recommend it. > > Makefiles are obviously absolutely horrible on Windows. > > CMake is next on my list of "build systems to try" I briefly looked at CMake recently after I learned that KDE had adopted it. My first reaction was that I would have to remap my caps lock key from ctrl back to caps lock again :-) Cheers, Simon