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.
This commit is contained in:
Chris Burt 2005-04-18 19:28:38 +00:00
parent d556ae3874
commit 5d31c72020
1 changed files with 1 additions and 1 deletions

View File

@ -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