]> gitweb.factorcode.org Git - factor.git/blobdiff - Nmakefile
ui.tools.listener.completion: change history completion popup to preserve newlines
[factor.git] / Nmakefile
index d92e5ee2d1fd6b0d791e1dffedf97c283e16c4c6..f87fb76d2daedd97afdc431df97f365d492ba798 100644 (file)
--- a/Nmakefile
+++ b/Nmakefile
@@ -1,4 +1,4 @@
-VERSION = 0.99
+VERSION = 0.100
 
 # Crazy hack to do shell commands
 # We do it in Nmakefile because that way we don't have to invoke build through build.cmd
@@ -127,7 +127,7 @@ DLL_OBJS = $(PLAF_DLL_OBJS) \
 
 # batch mode has ::
 .cpp.obj::
-       cl /EHsc $(CL_FLAGS) /W4 /MP /Fovm/ /c $<
+       cl /EHsc $(CL_FLAGS) /MP /Fovm/ /c $<
 
 .c.obj::
        cl /EHsc $(CL_FLAGS) /MP /Fovm/ /c $<