Procházet zdrojové kódy

"s, <s, and >s oh my...

BuildTools před 7 roky
rodič
revize
6a76959f5b

+ 1 - 1
scripts/adjust_header_paths.sh

@@ -34,5 +34,5 @@ declare -a headers=("fast_atof.h"
 
 for i in "${headers[@]}"
 do
-  find . -type f -exec sed -i "s,\"$i\",<assimp/$i>,g" {} \;
+  find . -type f -exec sed -i "s,<../code/$i>,<assimp/$i>,g" {} \;
 done

+ 1 - 1
tools/assimp_view/Material.cpp

@@ -53,7 +53,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <assimp/IOStream.hpp>
 #include <assimp/LogStream.hpp>
 #include <assimp/DefaultLogger.hpp>
-#include <../code/StringComparison.h>
+#include <assimp/StringComparison.h>
 
 #include <vector>
 #include <algorithm>