~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to intern/ghost/make/msvc_7_0/ghost.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
                        <Tool
137
137
                                Name="VCCLCompilerTool"
138
138
                                InlineFunctionExpansion="1"
139
 
                                AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\include"
 
139
                                AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\include;..\..\..\..\..\lib\windows\wintab\INCLUDE"
140
140
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
141
141
                                StringPooling="TRUE"
142
142
                                RuntimeLibrary="2"
193
193
                        <Tool
194
194
                                Name="VCCLCompilerTool"
195
195
                                Optimization="0"
196
 
                                AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\include"
 
196
                                AdditionalIncludeDirectories="..\..;..\..\..\..\..\build\msvc_7\intern\string\include;..\..\..\..\..\lib\windows\wintab\INCLUDE"
197
197
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
198
198
                                BasicRuntimeChecks="3"
199
199
                                RuntimeLibrary="3"