Changeset 3604


Ignore:
Timestamp:
Sep 15, 2006, 12:58:10 PM (19 years ago)
Author:
jack
Message:

Fixed the SConstruct to build shared libs without the lib prefix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/SConstruct

    r3599 r3604  
    101101    env.Append(CCFLAGS=['${MSVCFLAGS}'])
    102102
     103# Suppress the "lib" prefix on built files
     104env['SHLIBPREFIX'] = ""
     105
    103106anuga_root = os.path.join('source', 'anuga')
    104107install_root = os.path.join(env['PREFIX'], 'anuga')
Note: See TracChangeset for help on using the changeset viewer.