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:
authorAndrea Weikert <elubie@gmx.net>2008-11-25 22:23:54 +0300
committerAndrea Weikert <elubie@gmx.net>2008-11-25 22:23:54 +0300
commit03f9b732165b9a2bc35d1b7e46411cb69d076d61 (patch)
tree72cb9b4cf7c1d65623b5aab99a7060757687d78b /projectfiles_vc9/blender
parent9ba909e9f9202d13f7b04e3492186886f5ab02c1 (diff)
Bringing back icons:
Part 3/3: new icons - Icon set done by jendrzych! Great job! - cleaned up unnecessary includes and removed commented out code - preview icons (for materials, textures,..) don't work yet, have to be ported to new event system
Diffstat (limited to 'projectfiles_vc9/blender')
-rw-r--r--projectfiles_vc9/blender/blender.vcproj2
-rw-r--r--projectfiles_vc9/blender/editors/ED_editors.vcproj22
2 files changed, 22 insertions, 2 deletions
diff --git a/projectfiles_vc9/blender/blender.vcproj b/projectfiles_vc9/blender/blender.vcproj
index ab8ac7baab4..106231ecc51 100644
--- a/projectfiles_vc9/blender/blender.vcproj
+++ b/projectfiles_vc9/blender/blender.vcproj
@@ -148,7 +148,7 @@
AssemblerListingLocation="..\..\..\build\msvc_9\source\blender\debug\"
ObjectFile="..\..\..\build\msvc_9\source\blender\debug\"
ProgramDataBaseFileName="..\..\..\build\msvc_9\source\blender\debug\"
- WarningLevel="2"
+ WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"
diff --git a/projectfiles_vc9/blender/editors/ED_editors.vcproj b/projectfiles_vc9/blender/editors/ED_editors.vcproj
index 93ae0892302..426add657ab 100644
--- a/projectfiles_vc9/blender/editors/ED_editors.vcproj
+++ b/projectfiles_vc9/blender/editors/ED_editors.vcproj
@@ -128,7 +128,7 @@
AssemblerListingLocation="..\..\..\..\build\msvc_9\source\blender\editors\debug\"
ObjectFile="..\..\..\..\build\msvc_9\source\blender\editors\debug\"
ProgramDataBaseFileName="..\..\..\..\build\msvc_9\source\blender\editors\debug\"
- WarningLevel="2"
+ WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="3"
CompileAs="0"
@@ -194,6 +194,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\include\ED_markers.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\include\ED_mesh.h"
>
</File>
@@ -214,10 +218,18 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\include\ED_types.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\include\UI_interface.h"
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\include\UI_interface_icons.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\include\UI_resources.h"
>
</File>
@@ -271,6 +283,10 @@
>
</File>
<File
+ RelativePath="..\..\..\source\blender\editors\interface\interface_icons.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\interface\interface_ops.c"
>
</File>
@@ -307,6 +323,10 @@
Name="space_time"
>
<File
+ RelativePath="..\..\..\source\blender\editors\space_time\ed_markers.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\source\blender\editors\space_time\space_time.c"
>
</File>