Changeset 1535

Show
Ignore:
Timestamp:
07/20/05 01:31:51 (3 years ago)
Author:
madcat
Message:

Link Boost.Filesystem statically on win32 (breaks on mingw in dll build)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/extra/Jamfile

    r1533 r1535  
    6969lib boost_filesystem 
    7070        : $(FS_SOURCES).cpp 
    71         :  
     71        : <link>static 
    7272; 
    7373lib boost_signals