File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77// print(model["materials"]
88#include < Python.h>
99#include < vector>
10- #include " tiny_obj_loader.h"
10+ #include " ../ tiny_obj_loader.h"
1111
1212typedef std::vector<double > vectd;
1313
Original file line number Diff line number Diff line change 11# ------------------------------------------------------------------------------#
22# This makefile was generated by 'cbp2make' tool rev.147 #
33# ------------------------------------------------------------------------------#
4- # requirements : Python 3 (- dev)
4+
55
66WORKDIR = ` pwd `
77
@@ -62,8 +62,8 @@ out_debug: before_debug $(OBJ_DEBUG) $(DEP_DEBUG)
6262$(OBJDIR_DEBUG ) /main.o : main.cpp
6363 $(CXX ) $(CFLAGS_DEBUG ) $(INC_DEBUG ) -c main.cpp -o $(OBJDIR_DEBUG ) /main.o
6464
65- $(OBJDIR_DEBUG ) /tiny_obj_loader.o : tiny_obj_loader.cc
66- $(CC ) $(CFLAGS_DEBUG ) $(INC_DEBUG ) -c tiny_obj_loader.cc -o $(OBJDIR_DEBUG ) /tiny_obj_loader.o
65+ $(OBJDIR_DEBUG ) /tiny_obj_loader.o : ../ tiny_obj_loader.cc
66+ $(CC ) $(CFLAGS_DEBUG ) $(INC_DEBUG ) -c ../ tiny_obj_loader.cc -o $(OBJDIR_DEBUG ) /tiny_obj_loader.o
6767
6868clean_debug :
6969 rm -f $(OBJ_DEBUG ) $(OUT_DEBUG )
@@ -84,8 +84,8 @@ out_release: before_release $(OBJ_RELEASE) $(DEP_RELEASE)
8484$(OBJDIR_RELEASE ) /main.o : main.cpp
8585 $(CXX ) $(CFLAGS_RELEASE ) $(INC_RELEASE ) -c main.cpp -o $(OBJDIR_RELEASE ) /main.o
8686
87- $(OBJDIR_RELEASE ) /tiny_obj_loader.o : tiny_obj_loader.cc
88- $(CC ) $(CFLAGS_RELEASE ) $(INC_RELEASE ) -c tiny_obj_loader.cc -o $(OBJDIR_RELEASE ) /tiny_obj_loader.o
87+ $(OBJDIR_RELEASE ) /tiny_obj_loader.o : ../ tiny_obj_loader.cc
88+ $(CC ) $(CFLAGS_RELEASE ) $(INC_RELEASE ) -c ../ tiny_obj_loader.cc -o $(OBJDIR_RELEASE ) /tiny_obj_loader.o
8989
9090clean_release :
9191 rm -f $(OBJ_RELEASE ) $(OUT_RELEASE )
You can’t perform that action at this time.
0 commit comments