From a70e69738191675d8630974b3eef93a2b7236323 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 26 Jan 2011 12:23:02 +0000 Subject: 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. --- intern/ghost/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/ghost/CMakeLists.txt') 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() -- cgit v1.2.3