unicode: Default toolset for Unix systems is gcc
git-svn-id: http://pugixml.googlecode.com/svn/trunk@279 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
20edc02ff7
commit
dc0a2a815b
@ -13,7 +13,14 @@
|
|||||||
# default toolset/configuration
|
# default toolset/configuration
|
||||||
if ( ! $(toolset) )
|
if ( ! $(toolset) )
|
||||||
{
|
{
|
||||||
exit You should specify a toolset ;
|
if ( $(UNIX) )
|
||||||
|
{
|
||||||
|
toolset = "gcc" ;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
exit You should specify a toolset ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! $(configuration) )
|
if ( ! $(configuration) )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user