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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-01-26 15:23:02 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-01-26 15:23:02 +0300
commita70e69738191675d8630974b3eef93a2b7236323 (patch)
tree58b0a2a591e50360e4c8b2efb3389c95e18df3a4 /intern/ghost/CMakeLists.txt
parent75f155be33dcae185e995e7baa6c18b680233fdc (diff)
Apply part of patch [#25612] Windows 7 icon progress bar
Submitted by Alexander Kuznetsov. This adds the progress bar to the taskbar item of Blender for Windows 7. Small change in version retrieval, otherwise as is.
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index da26b74880f..b77236acf41 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -153,6 +153,7 @@ elseif(WIN32)
intern/GHOST_SystemWin32.h
intern/GHOST_SystemPathsWin32.h
intern/GHOST_WindowWin32.h
+ intern/GHOST_TaskbarWin32.h
)
endif()