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:
authorJoseph Gilbert <ascotan@gmail.com>2005-02-21 08:12:14 +0300
committerJoseph Gilbert <ascotan@gmail.com>2005-02-21 08:12:14 +0300
commit597da98a71c984afdf78d7e97e843f9104ac9d6c (patch)
tree8ed09a77d3103e933efaff0fd235057e6ada74ee /projectfiles_vc7
parent61767b4f483613f4060524abd9cb7e74aae355ea (diff)
Part of the MSVC7 update
- MakesDNA vcproj was not linking to the proper libs for the 3D Plugin configurations
Diffstat (limited to 'projectfiles_vc7')
-rw-r--r--projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj b/projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj
index 519ba5bf9f0..b794f6d1a50 100644
--- a/projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj
+++ b/projectfiles_vc7/blender/makesdna/DNA_makesdna.vcproj
@@ -44,7 +44,7 @@
OutputFile=".\..\..\..\source\blender\makesdna\intern/DNA_makesdna.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="..\..\..\..\build\msvc_7\libs\intern;..\..\..\..\build\msvc_7\libs"
+ AdditionalLibraryDirectories="..\..\..\..\build\msvc_7\libs\intern\mtdll\debug;..\..\..\..\build\msvc_7\libs\mtdll\debug"
IgnoreDefaultLibraryNames=" libc.lib, libcmt.lib, msvcrt.lib, libcd.lib, libcmtd.lib"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="..\..\..\..\build\msvc_7\libs\debug\DNA_makesdna.pdb"
@@ -177,7 +177,7 @@ DNA_makesdna.exe dna.c
OutputFile="..\..\..\source\blender\makesdna\intern\DNA_makesdna.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="..\..\..\..\build\msvc_7\libs\intern;..\..\..\..\build\msvc_7\libs"
+ AdditionalLibraryDirectories="..\..\..\..\build\msvc_7\libs\intern\mtdll;..\..\..\..\build\msvc_7\libs\mtdll"
IgnoreDefaultLibraryNames=" libc.lib, libcmt.lib, libcd.lib, libcmtd.lib, msvcrtd.lib"
ProgramDatabaseFile="..\..\..\..\build\msvc_7\libs\DNA_makesdna.pdb"
SubSystem="1"/>