Browse Source

Added note to Makefile (CUDD compiler options).

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@442 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 18 years ago
parent
commit
35098ec695
  1. 3
      prism/Makefile

3
prism/Makefile

@ -127,6 +127,9 @@ LD = $(CPP)
JAVAC = javac JAVAC = javac
JAVAH = javah 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. # # Flags etc. #
############## ##############

Loading…
Cancel
Save