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>2006-11-06 00:55:28 +0300
committerAndrea Weikert <elubie@gmx.net>2006-11-06 00:55:28 +0300
commit6feb2cc4f6d4c2131b959b77a8b87a5d7c9412a4 (patch)
treee8a47d3fa751cea52044fc2bff621707900b4ccd /intern/ghost/make
parent8b77d4241bd0a9763330a41d524349db9d1ee643 (diff)
Extended GHOST to support WinTab, in order to better support graphic tablets on Windows
Basic support for normal pressure sensitivity is implemented, adding other features like tilt etc. shouldn't be too difficult, now that basic support is there. Tested with WACOM Volito on Windows XP using the pressure sensitivity with texture paint to change size of the brush . Added additional include dir to scons, and MSVC 7 project files - other build systems might have to be updated.
Diffstat (limited to 'intern/ghost/make')
-rw-r--r--intern/ghost/make/msvc_7_0/ghost.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/make/msvc_7_0/ghost.vcproj b/intern/ghost/make/msvc_7_0/ghost.vcproj
index b39a51b0e92..c1e85b05860 100644
--- a/intern/ghost/make/msvc_7_0/ghost.vcproj
+++ b/intern/ghost/make/msvc_7_0/ghost.vcproj
@@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\include"
+ AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\include;..\..\..\..\..\lib\windows\wintab\INCLUDE"
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
StringPooling="TRUE"
RuntimeLibrary="0"
@@ -78,7 +78,7 @@ ECHO Done
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\include"
+ AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\include;..\..\..\..\..\lib\windows\wintab\INCLUDE"
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
BasicRuntimeChecks="3"
RuntimeLibrary="1"