Explorar el Código

Use <sysinclude> so that compilers which distinguish #include <...> look in the right place.
Removed needless $(SUFLIB)


[SVN r15834]

Dave Abrahams hace 23 años
padre
commit
a73bac71ba
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      tools/regression/build/Jamfile

+ 4 - 4
tools/regression/build/Jamfile

@@ -5,9 +5,9 @@ subproject tools/regression/build ;
 exe process_jam_log
 	:
 	../process_jam_log.cpp ../detail/tiny_xml.cpp
-	<lib>../../../libs/filesystem/build/fs$(SUFLIB)
+	<lib>../../../libs/filesystem/build/fs
 	:
-	<include>$(BOOST_ROOT)
+	<sysinclude>$(BOOST_ROOT)
 	:
         release
 	;
@@ -15,9 +15,9 @@ exe process_jam_log
 exe compiler_status
 	:
 	../compiler_status.cpp ../detail/tiny_xml.cpp
-	<lib>../../../libs/filesystem/build/fs$(SUFLIB)
+	<lib>../../../libs/filesystem/build/fs
 	:
-	<include>$(BOOST_ROOT)
+	<sysinclude>$(BOOST_ROOT)
 	:
         release
 	;

粤ICP备19079148号