From 35098ec695fcbd71c12ca14bb4d7bdcd66cdee88 Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Fri, 5 Oct 2007 13:06:56 +0000 Subject: [PATCH] Added note to Makefile (CUDD compiler options). git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@442 bbc10eb1-c90d-0410-af57-cb519fbb1720 --- prism/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prism/Makefile b/prism/Makefile index 41bc39e7..e4546569 100644 --- a/prism/Makefile +++ b/prism/Makefile @@ -127,6 +127,9 @@ LD = $(CPP) JAVAC = javac JAVAH = javah +# Please note that C/CPP are currently not passed to the CUDD make process +# So if you want alternative compilers for CUDD too, change the options at the top of cudd/Makefile.$OSTYPE + ############## # Flags etc. # ##############