soc-2008-mxcurioni: towards Freestyle compilation, removing Qt's QString and QImage dependencies. Up to this commit, the following directories compile well (and without any warning): system, image, geometry, graph, winged_edge, view_map, stroke.

Modified code is commented by //soc and unused variables by //soc unused
This commit is contained in:
Maxime Curioni
2008-05-09 23:06:28 +00:00
parent 64e4a3ec9a
commit fd9ad58298
37 changed files with 279 additions and 133 deletions

View File

@@ -14,7 +14,7 @@ BF_SWIG_LIB = 'extern_swig'
BF_LIB3DS = '${BF_FREESTYLE}/lib3ds'
BF_LIB3DS_LIB = 'extern_lib3ds'
BF_LIB3DS_LIBPATH = '${BF_LIB3DS}/lib3ds/.libs'
BF_LIB3DS_INC = '${BF_LIB3DS}/lib3ds'
BF_LIB3DS_INC = '${BF_LIB3DS}'
###########################