From e7bf4c84afd7961eb92a2d6583c84b56a87f2555 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 8 Jun 2012 16:50:25 -0400 Subject: [PATCH] Make the Makefile.nmake warning slightly less dire --- Makefile.nmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.nmake b/Makefile.nmake index fd08c49a..f0ec1023 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -1,5 +1,7 @@ -# WATCH OUT! This makefile is a work in progress. It is probably missing -# tons of important things. DO NOT RELY ON IT TO BUILD A GOOD LIBEVENT. +# WATCH OUT! This makefile is a work in progress. +# +# I'm not very knowledgeable about MSVC and nmake beyond their most basic +# aspects. If anything here looks wrong to you, please let me know. # Needed for correctness CFLAGS=/IWIN32-Code /Iinclude /Icompat /DHAVE_CONFIG_H /I.