]> gitweb.factorcode.org Git - factor.git/blobdiff - Nmakefile
VM: implement a ctrl-break handler thread (#1573)
[factor.git] / Nmakefile
index 689156a57fdc0987cd7598c37c8e13a681f5735e..ffd8b2d14e41f0eab5627820c40c94b78d05d8a0 100644 (file)
--- a/Nmakefile
+++ b/Nmakefile
@@ -8,7 +8,7 @@ GIT_LABEL = git-label-missing
 
 !IF DEFINED(PLATFORM)
 
-LINK_FLAGS = /nologo shell32.lib
+LINK_FLAGS = /nologo shell32.lib user32.lib
 CL_FLAGS = /nologo /O2 /WX /W3 /D_CRT_SECURE_NO_WARNINGS /DFACTOR_VERSION=$(VERSION) /DFACTOR_GIT_LABEL=$(GIT_LABEL)
 CL_FLAGS_VISTA = /D_WIN32_WINNT=0x0600