Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 104055
Collapse All | Expand All

(-)minesweeper3d-20050828/src/SConscript (-2 / +4 lines)
Lines 35-42 Link Here
35
env.Append(CCFLAGS = ['-Wall', '-std=c++98', '-pedantic'])
35
env.Append(CCFLAGS = ['-Wall', '-std=c++98', '-pedantic'])
36
  # Todo: Consider -Wextra (although it seems to cause a lot of warnings in Boost headers)
36
  # Todo: Consider -Wextra (although it seems to cause a lot of warnings in Boost headers)
37
37
38
env.Append(LIBS = ['boost_filesystem-gcc' + boost_runtime,
38
env.Append(LIBS = ['boost_filesystem' + boost_runtime,
39
                   'boost_serialization-gcc' + boost_runtime])
39
                   'boost_serialization' + boost_runtime])
40
#env.Append(LIBS = ['boost_filesystem-gcc' + boost_runtime,
41
#                   'boost_serialization-gcc' + boost_runtime])
40
42
41
# compile
43
# compile
42
#########
44
#########

Return to bug 104055