webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.
https://webui.me
MIT License
2.63k stars 157 forks source link

Use GNUmakefile and Makefile to simplify MSVC compilation #245

Closed ttytm closed 9 months ago

ttytm commented 9 months ago

Next to just running make and mingw32-make as usual for compiling lib and examples, the change allows to also just run nmake instead of nmake -f Makefile.nmake to compile with MSVC.

hassandraga commented 9 months ago

I like this one 👍 Thank you