Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Burt <desoto@exenex.com>2005-04-18 23:28:38 +0400
committerChris Burt <desoto@exenex.com>2005-04-18 23:28:38 +0400
commit5d31c72020956ab8a372f60a2d8f1ecf85477896 (patch)
treed02c31f20c2adf4d7ced235391e98152a444d026
parentd556ae38742638b04bb86344d2201fcd5472284a (diff)
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.
-rw-r--r--source/nan_compile.mk2
1 files changed, 1 insertions, 1 deletions
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