../../code header path oversight fixed

pull/1683/head
BuildTools 2018-01-06 20:50:01 -08:00
parent 7b5c543b82
commit 123fb1d009
11 changed files with 791 additions and 791 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -70,7 +70,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "../../code/MaterialSystem.h" // aiMaterial class
#include "../../code/StringComparison.h" // ASSIMP_stricmp and ASSIMP_strincmp
#include <assimp/StringComparison.h> // ASSIMP_stricmp and ASSIMP_strincmp
#include <time.h>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB