libui/build
Pietro Gagliardi a3344f0341 Two important changes to the Windows build:
1) cvtres is no longer used directly. MSDN says to send the .res files to link.exe; that runs cvtres for us (at least it seems to, accoring to Google results for error LNK1158). It'll also avoid some of the weird warnings in cvtres, like CVT4001.

2) (and more important, but it depended on 1) Command-line switches are now passed using - instead of /. This is because some versions of MinGW are buggy and treat anything that starts with a / as a MSYS filename that needs to be converted to a Windows pathname.

Update #16.
2016-01-19 16:40:00 -05:00
..
GNUbasegcc.mk Two important changes to the Windows build: 2016-01-19 16:40:00 -05:00
GNUbasemsvc.mk Two important changes to the Windows build: 2016-01-19 16:40:00 -05:00
GNUmakefile.example Set up saner handling of sonames at build time. 2016-01-05 11:51:36 -05:00
GNUmakefile.libui Set up saner handling of sonames at build time. 2016-01-05 11:51:36 -05:00
GNUmakefile.test Set up saner handling of sonames at build time. 2016-01-05 11:51:36 -05:00