Changeset 145 for CMT/HEAD/mgr


Ignore:
Timestamp:
Feb 9, 2006, 9:55:41 AM (18 years ago)
Author:
arnault
Message:

Fill <project>_installarea_linkopts in addition to cmt_installarea_linkopts see CL 296

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/requirements

    r144 r145  
    677677  path_remove_regexp CLASSPATH "" <project>_with_installarea "$(<project>_installarea_prefix_remove)$(CMT_PATH_remove_share_regexp)bin$"
    678678
    679 
    680679cmtpath_pattern \
    681680  path_prepend PATH "" \
     
    692691                <project>_without_installarea "" \
    693692                <project>_with_installarea&Unix " -L<path>/$(<project>_installarea_prefix)/$(CMTCONFIG)/lib " \
    694                 <project>_with_installarea&WIN32 " /LIBPATH:<path>\$(<project>_installarea_prefix)\$(CMTCONFIG)\lib "
     693                <project>_with_installarea&WIN32 " /LIBPATH:<path>\$(<project>_installarea_prefix)\$(CMTCONFIG)\lib " ; \
     694  macro_prepend <project>_installarea_linkopts "" \
     695                <project>_without_installarea "" \
     696                <project>_with_installarea&Unix " -L<path>/$(<project>_installarea_prefix)/$(CMTCONFIG)/lib " \
     697                <project>_with_installarea&WIN32 " /LIBPATH:<path>\$(<project>_installarea_prefix)\$(CMTCONFIG)\lib " ; \
     698
    695699
    696700set NEWCMTCONFIG "${cmt_hardware}-${cmt_system_version}-${cmt_compiler_version}"
Note: See TracChangeset for help on using the changeset viewer.