From 5d31c72020956ab8a372f60a2d8f1ecf85477896 Mon Sep 17 00:00:00 2001 From: Chris Burt Date: Mon, 18 Apr 2005 19:28:38 +0000 Subject: Uncommented a line in the FREE_WINDOWS section that appears to control the detection of changes to dependencies. This should resolve issues with Cygwin builds using makefiles which have bizarre behavior if 'make clean' was not used before compile. --- source/nan_compile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/nan_compile.mk') diff --git a/source/nan_compile.mk b/source/nan_compile.mk index 12329af1ca1..8bd323cf494 100644 --- a/source/nan_compile.mk +++ b/source/nan_compile.mk @@ -189,7 +189,7 @@ ifeq ($(OS),windows) CPPFLAGS += -DFREE_WINDOWS REL_CFLAGS += -O2 REL_CCFLAGS += -O2 - #NAN_DEPEND = true + NAN_DEPEND = true #OPENGL_HEADERS = /usr/include/w32api OPENGL_HEADERS = ./ AR = ar -- cgit v1.2.3