fix to include assert.cpp in release mode as well

This commit is contained in:
Arvid Norberg 2007-12-30 23:30:14 +00:00
parent e45e6af107
commit 62670cc2f3
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,7 @@ rule building ( properties * )
{
local result ;
if <variant>debug in $(properties)
&& ( <target-os>linux in $(properties)
if ( <target-os>linux in $(properties)
|| <target-os>darwin in $(properties) )
&& ( <toolset>gcc in $(properties)
|| <toolset>darwin in $(properties) )
@ -218,6 +217,7 @@ lib ws2_32 : : <name>ws2_32 ;
SOURCES =
alert
assert
connection_queue
entry
escape_string