--- minesweeper3d-20050828/src/SConscript 2005-08-28 02:55:34.000000000 -0500 +++ minesweeper3d-20050828.new/src/SConscript 2005-08-29 10:35:42.000000000 -0500 @@ -35,8 +35,10 @@ env.Append(CCFLAGS = ['-Wall', '-std=c++98', '-pedantic']) # Todo: Consider -Wextra (although it seems to cause a lot of warnings in Boost headers) -env.Append(LIBS = ['boost_filesystem-gcc' + boost_runtime, - 'boost_serialization-gcc' + boost_runtime]) +env.Append(LIBS = ['boost_filesystem' + boost_runtime, + 'boost_serialization' + boost_runtime]) +#env.Append(LIBS = ['boost_filesystem-gcc' + boost_runtime, +# 'boost_serialization-gcc' + boost_runtime]) # compile #########