summaryrefslogtreecommitdiff
path: root/Jamroot.jam
blob: e02a59a29fe09791da9f665a144f3fe2ee43159b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import os ;
import slice ;

using gcc : : [ os.environ CXX ] ;

project
  : requirements
      <variant>release:<cflags>"-std=c++0x"
      <variant>debug:<cflags>"-W -Wall -Werror -Wwrite-strings -std=c++0x"
      <linkflags>"-Wl,-z,defs,--warn-once"
	;


alias all : project2 netfs ytfs ;