]> gitweb.factorcode.org Git - factor.git/blobdiff - Nmakefile
Use ParseCommandLineArgvw() on Windows again, instead of hand-rolled parser. Update...
[factor.git] / Nmakefile
index e9384fdff8000b705384a9ad481c8b4769ad6169..405cf331e866217f457935811edf0825c7ab3ce2 100755 (executable)
--- a/Nmakefile
+++ b/Nmakefile
@@ -1,4 +1,4 @@
-LINK_CLFAGS = /nologo\r
+LINK_FLAGS = /nologo shell32.lib\r
 CL_FLAGS = /nologo /O2 /W3\r
 \r
 EXE_OBJS = factor.dll.lib vm\main-windows-nt.obj vm\factor.res\r
@@ -66,6 +66,7 @@ factor.exe: $(EXE_OBJS)
 \r
 clean:\r
        del vm\*.obj\r
+       del factor.lib\r
        del factor.com\r
        del factor.exe\r
        del factor.dll\r