Explorar el Código

merge

Former-commit-id: 542ebfa79ec06e51111ed7bf58ccc52d0dffd750
Alec Jacobson (jalec hace 11 años
padre
commit
5dd9d8eef9
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      examples/quicklook-mesh/Makefile

+ 4 - 2
examples/quicklook-mesh/Makefile

@@ -14,8 +14,9 @@ EIGEN=/opt/local/include/eigen3/
 EIGEN3_INC=-I$(EIGEN) -I$(EIGEN)/unsupported
 
 LIBIGL=../../
-LIBIGL_LIB=-L$(LIBIGL)/lib -ligl
-LIBIGL_INC=-I $(LIBIGL)/include
+#LIBIGL_LIB=-L$(LIBIGL)/lib -ligl
+LIBIGL_LIB=
+LIBIGL_INC=-DIGL_HEADER_ONLY -I $(LIBIGL)/include
 
 # Do not use the GLU that comes with the macports Mesa:
 # http://www.alecjacobson.com/weblog/?p=2827
@@ -71,6 +72,7 @@ Mesh.qlgenerator/Contents/Resources/:
 
 Mesh.qlgenerator/Contents/MacOS/Mesh: $(OBJ_FILES)
 	${CXX} $(CFLAGS) $(CXXFLAGS) -bundle -o $@ $(OBJ_FILES) $(LIB)
+	#dylibbundler -od -b -x ./Mesh.qlgenerator/Contents/MacOS/Mesh -d ./Mesh.qlgenerator/Contents/libs/
 
 obj:
 	mkdir -p obj