-msvc7 project file needs to update the /src project to include files for the new transformation code so that the linker can be happy.

This commit is contained in:
Joseph Gilbert 2005-03-04 16:35:07 +00:00
parent a61c0d7995
commit c3f44c0713

@ -441,6 +441,18 @@
<File
RelativePath="..\..\..\source\blender\src\toolbox.c">
</File>
<File
RelativePath="..\..\..\source\blender\src\transform.c">
</File>
<File
RelativePath="..\..\..\source\blender\src\transform_constraints.c">
</File>
<File
RelativePath="..\..\..\source\blender\src\transform_generics.c">
</File>
<File
RelativePath="..\..\..\source\blender\src\transform_numinput.c">
</File>
<File
RelativePath="..\..\..\source\blender\src\unwrapper.c">
</File>
@ -514,6 +526,18 @@
<File
RelativePath="..\..\..\source\blender\include\butspace.h">
</File>
<File
RelativePath="..\..\..\source\blender\src\transform.h">
</File>
<File
RelativePath="..\..\..\source\blender\src\transform_constraints.h">
</File>
<File
RelativePath="..\..\..\source\blender\src\transform_generics.h">
</File>
<File
RelativePath="..\..\..\source\blender\src\transform_numinput.h">
</File>
<File
RelativePath="..\..\..\source\blender\src\winlay.h">
</File>