/[ascend]/trunk/ascend/compiler/SConscript
ViewVC logotype

Diff of /trunk/ascend/compiler/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2019 by jpye, Wed Apr 29 03:38:10 2009 UTC revision 2020 by jpye, Wed Apr 29 04:00:14 2009 UTC
# Line 77  for s in [csrcs]: Line 77  for s in [csrcs]:
77  # INSTALL  # INSTALL
78    
79  if libascend_env.get('CAN_INSTALL'):  if libascend_env.get('CAN_INSTALL'):
80      installdir = Dir(libascend_env.subst("$INSTALL_ROOT$INSTALL_INCLUDE/compiler"))      installdir = Dir(libascend_env.subst("$INSTALL_ROOT$INSTALL_INCLUDE/ascend/compiler"))
81    
82      headers = glob.glob("*.h")      headers = glob.glob("*.h")
83      libascend_env.InstallHeader(installdir,headers)      libascend_env.InstallHeader(installdir,headers)

Legend:
Removed from v.2019  
changed lines
  Added in v.2020

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22