You can build using the Microsoft Visual Studio Build Tools:
Making the main executable:
cl wm.c user32.lib
Making the DLL:
cl /c wm_dll.c
link wm_dll.obj user32.lib /dll
- Add proper error handling and cleanup
- Add make file
- Add keyboard navigation
- Add workspaces