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:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2005-01-17 14:02:44 +0300
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2005-01-17 14:02:44 +0300
commitb908cfcb07ca28b099953d5a1ddad9a5e1cc85c4 (patch)
tree9bc7db640ffb9895c8f465b0d8a4a5da5595faed /intern/moto/SConscript
parentc448aa60cae56023b4578936f7202920e3c37c79 (diff)
Use the default windows assert for VisualC
Update Scons
Diffstat (limited to 'intern/moto/SConscript')
-rw-r--r--intern/moto/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/moto/SConscript b/intern/moto/SConscript
index 04bd97abc82..b0956c15dd2 100644
--- a/intern/moto/SConscript
+++ b/intern/moto/SConscript
@@ -4,7 +4,8 @@ Import ('library_env')
moto_env = library_env.Copy ()
-source_files = ['intern/MT_CmMatrix4x4.cpp',
+source_files = ['intern/MT_Assert.cpp',
+ 'intern/MT_CmMatrix4x4.cpp',
'intern/MT_Matrix3x3.cpp',
'intern/MT_Matrix4x4.cpp',
'intern/MT_Plane3.cpp',