From c334c00995ebaed57b0ae106937e31afa2331db3 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Mon, 14 Feb 2005 03:12:12 +0000 Subject: [PATCH] To compile the new transform code with make, add the following to user-def.mk: export NAN_NEW_TRANSFORM=true --- source/nan_compile.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/nan_compile.mk b/source/nan_compile.mk index 83cc501f147..5ff20584284 100644 --- a/source/nan_compile.mk +++ b/source/nan_compile.mk @@ -58,6 +58,11 @@ ifeq ($(NAN_NO_KETSJI), true) CPPFLAGS += -DNO_KETSJI endif +# Support for new transform code --------------------------------------- +ifeq ($(NAN_NEW_TRANSFORM), true) + CPPFLAGS += -DNEWTRANSFORM +endif + # OS dependent parts --------------------------------------------------- ifeq ($(OS),beos)