Menu

[2d617b]: / jamfile  Maximize  Restore  History

Download this file

27 lines (23 with data), 829 Bytes

project log4cpp ;

alias sockets : : <toolset>gcc ;
lib sockets : : <name>ws2_32 <toolset>gcc <os>NT ;
lib sockets : : <name>ws2_32.lib <toolset>msvc ;
lib sockets : : <name>ws2_32.lib <toolset>borland ;

lib registry : : <name>Advapi32.lib <toolset>msvc ;
lib registry : : <name>Advapi32.lib <toolset>borland ;
alias registry : : <toolset>gcc ;

lib log4cpp : [ glob src/*.cpp ]
              sockets
              registry
            :
              <include>include
              <variant>debug:<define>_DEBUG
              <toolset>msvc:<define>WIN32
              <toolset>borland:<define>WIN32
              <link>shared:<define>LOG4CPP_HAS_DLL
              <link>shared:<define>LOG4CPP_BUILD_DLL
            :
            :
              <include>include
              <link>shared:<define>LOG4CPP_HAS_DLL
            ;
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.