[Bf-committers] PATCH - Latest CVS broken w/ MSVC 2003

Andrea Weikert andrea at aweikert.de
Sat Mar 3 00:01:22 CET 2007


Thanks for reporting, I will take a look at this.

One note though, it only affected the Blender 3d Plugin configurations, the
normal 'Blender Debug' and 'Blender Release' were building fine.
I think it should maybe be made more obvious in the compile documentation, that
for building Blender the 'Blender Release' or 'Blender Debug' should be
selected. (or 'BlenderPlayer Debug' / 'Blenderplayer Release' for building the
Blenderplayer exe.)
As far as I know, the 3D plugin is not really supported, but I will see if I can
update the projectfiles, so it compiles at least.

Thanks,

Andrea Weikert

----- Original Message ----- 
From: "Early Ehlinger" <early at respower.com>
To: <bf-committers at blender.org>
Sent: Friday, March 02, 2007 9:46 PM
Subject: [Bf-committers] PATCH - Latest CVS broken w/ MSVC 2003


> I downloaded the plain CVS into a new project directory this morning to
> start working on a patch for some new functionality, only to discover
> that it doesn't build as downloaded.  Here's a small patch to fix that.
>
> intern solution, ghost project (intern/ghost/make/msvc_7_0/ghost.vcproj):
>
>     add "..\..\..\..\..\lib\windows\wintab\INCLUDE\" to include paths
>     for each configuration, so that wintab.h can be found.
>
> -- Early Ehlinger, President, ResPower, Inc.
>
>


--------------------------------------------------------------------------------


> Index: intern/ghost/make/msvc_7_0/ghost.vcproj
> ===================================================================
> RCS file:
/cvsroot/bf-blender/blender/intern/ghost/make/msvc_7_0/ghost.vcproj,v
> retrieving revision 1.9
> diff -b -u -r1.9 ghost.vcproj
> --- intern/ghost/make/msvc_7_0/ghost.vcproj 12 Nov 2006 16:21:16 -0000 1.9
> +++ intern/ghost/make/msvc_7_0/ghost.vcproj 2 Mar 2007 21:29:14 -0000
> @@ -136,7 +136,7 @@
>   <Tool
>   Name="VCCLCompilerTool"
>   InlineFunctionExpansion="1"
> -
AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\in
clude"
> +
AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\in
clude;..\..\..\..\..\lib\windows\wintab\INCLUDE\"
>   PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
>   StringPooling="TRUE"
>   RuntimeLibrary="2"
> @@ -193,7 +193,7 @@
>   <Tool
>   Name="VCCLCompilerTool"
>   Optimization="0"
> -
AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\in
clude"
> +
AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\in
clude;..\..\..\..\..\lib\windows\wintab\INCLUDE\"
>   PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
>   BasicRuntimeChecks="3"
>   RuntimeLibrary="3"
>
>


--------------------------------------------------------------------------------


> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
>



More information about the Bf-committers mailing list