To compile the new transform code with make, add the following to

user-def.mk:

  export NAN_NEW_TRANSFORM=true
This commit is contained in:
Chris Want
2005-02-14 03:12:12 +00:00
parent 28902e9334
commit c334c00995

View File

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