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-29 06:31:36 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-29 06:31:36 +0400
commit4b7174a6dd18d83b4d359f3e86df8a6f7a6edd7a (patch)
tree587d19a66954ce6ebc03cb5ea20f6777a80f4cc5 /source/blender/freestyle/intern/app_blender
parent9a6302e10994e45a2ec8a419bda5e1735c8e0799 (diff)
soc-2008-mxcurioni: updated SConscript file for SWIG module compilation and linking under Linux
Diffstat (limited to 'source/blender/freestyle/intern/app_blender')
-rw-r--r--source/blender/freestyle/intern/app_blender/AppGLWidget_point.h2
-rw-r--r--source/blender/freestyle/intern/app_blender/test_config.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/app_blender/AppGLWidget_point.h b/source/blender/freestyle/intern/app_blender/AppGLWidget_point.h
index 81903f174a8..4250922239d 100644
--- a/source/blender/freestyle/intern/app_blender/AppGLWidget_point.h
+++ b/source/blender/freestyle/intern/app_blender/AppGLWidget_point.h
@@ -156,4 +156,4 @@ inline const Point operator/( const Point &p, double c )
return Point((QCOORD)(p.xp/c), (QCOORD)(p.yp/c));
}
-#endif // POINT_H \ No newline at end of file
+#endif // POINT_H
diff --git a/source/blender/freestyle/intern/app_blender/test_config.h b/source/blender/freestyle/intern/app_blender/test_config.h
index 98239f279f3..6507050a4e4 100644
--- a/source/blender/freestyle/intern/app_blender/test_config.h
+++ b/source/blender/freestyle/intern/app_blender/test_config.h
@@ -5,5 +5,4 @@
#define TEST_ROOT_DIR "/Users/mx/Documents/work/GSoC_2008/bf-blender/branches/soc-2008-mxcurioni/source/blender/freestyle"
-
-#define TEST_TEXTURE_FILE "/Users/mx/Documents/work/GSoC_2008/bf-blender/branches/soc-2008-mxcurioni/source/blender/freestyle/data/textures/papers/whitepaper.jpg" \ No newline at end of file
+#define TEST_TEXTURE_FILE "/Users/mx/Documents/work/GSoC_2008/bf-blender/branches/soc-2008-mxcurioni/source/blender/freestyle/data/textures/papers/whitepaper.jpg"