Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-05-08 23:16:40 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-08 23:16:40 +0400
commit64e4a3ec9aed6c8abe095e2cd1fe1552f7cde51c (patch)
tree6c77358bd447b6c2d215324ef48fc12d1f5ae5ca /source/blender/freestyle/intern/view_map/src.pri
parentcf2e1e2857cfc5b3c2848c7fc6c9d919ac72fabb (diff)
parent106974a9d2d5caa5188322507980e3d57d2e3517 (diff)
soc-2008-mxcurioni: merged changes to revision 14747, cosmetic changes for source/blender/freestyle
Diffstat (limited to 'source/blender/freestyle/intern/view_map/src.pri')
-rwxr-xr-xsource/blender/freestyle/intern/view_map/src.pri34
1 files changed, 34 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/view_map/src.pri b/source/blender/freestyle/intern/view_map/src.pri
new file mode 100755
index 00000000000..2faf6a81fea
--- /dev/null
+++ b/source/blender/freestyle/intern/view_map/src.pri
@@ -0,0 +1,34 @@
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+# W A R N I N G ! ! ! #
+# a u t h o r i z e d p e r s o n a l o n l y #
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+
+VIEW_MAP_DIR = ../view_map
+
+SOURCES *= $${VIEW_MAP_DIR}/Functions0D.cpp \
+ $${VIEW_MAP_DIR}/Functions1D.cpp \
+ $${VIEW_MAP_DIR}/Silhouette.cpp \
+ $${VIEW_MAP_DIR}/SilhouetteGeomEngine.cpp \
+ $${VIEW_MAP_DIR}/ViewMap.cpp \
+ $${VIEW_MAP_DIR}/ViewMapBuilder.cpp \
+ $${VIEW_MAP_DIR}/ViewMapIO.cpp \
+ $${VIEW_MAP_DIR}/ViewMapTesselator.cpp \
+ $${VIEW_MAP_DIR}/FEdgeXDetector.cpp \
+ $${VIEW_MAP_DIR}/ViewEdgeXBuilder.cpp \
+ $${VIEW_MAP_DIR}/SteerableViewMap.cpp
+
+HEADERS *= $${VIEW_MAP_DIR}/Functions0D.h \
+ $${VIEW_MAP_DIR}/Functions1D.h \
+ $${VIEW_MAP_DIR}/Interface0D.h \
+ $${VIEW_MAP_DIR}/Interface1D.h \
+ $${VIEW_MAP_DIR}/Silhouette.h \
+ $${VIEW_MAP_DIR}/SilhouetteGeomEngine.h \
+ $${VIEW_MAP_DIR}/ViewMap.h \
+ $${VIEW_MAP_DIR}/ViewMapAdvancedIterators.h \
+ $${VIEW_MAP_DIR}/ViewMapBuilder.h \
+ $${VIEW_MAP_DIR}/ViewMapIO.h \
+ $${VIEW_MAP_DIR}/ViewMapIterators.h \
+ $${VIEW_MAP_DIR}/ViewMapTesselator.h \
+ $${VIEW_MAP_DIR}/FEdgeXDetector.h \
+ $${VIEW_MAP_DIR}/ViewEdgeXBuilder.h \
+ $${VIEW_MAP_DIR}/SteerableViewMap.h