summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-08-25 14:38:38 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-08-25 14:38:38 (GMT)
commitcb166460d03ebace16b39ad3af5f61cef2464b74 (patch)
tree5c709f3d95915abb09bc105c1f5a4fc48d15e93f
parentb134708f2e1a833c01df536273e32da130557610 (diff)
downloadhdf5-cb166460d03ebace16b39ad3af5f61cef2464b74.zip
hdf5-cb166460d03ebace16b39ad3af5f61cef2464b74.tar.gz
hdf5-cb166460d03ebace16b39ad3af5f61cef2464b74.tar.bz2
[svn-r15523] Purpose: Backport from trunk-- Fix Windows link dependencies in new app_ref DLL project
Description: The app_refdll project was set to link with static version of hdf5 and libtest projects, which were causing the build to fail, only in Visual Studio .NET 2003, and was previously overlooked. This corrects those errors. Tested: VS.NET on WinXP
-rw-r--r--windows_vnet/proj/all/all.sln4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows_vnet/proj/all/all.sln b/windows_vnet/proj/all/all.sln
index c966cad..1d7f2df 100644
--- a/windows_vnet/proj/all/all.sln
+++ b/windows_vnet/proj/all/all.sln
@@ -1055,8 +1055,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "app_ref", "..\..\test\app_r
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "app_refdll", "..\..\test\app_refdll\app_refdll.vcproj", "{49D70E88-6911-4A96-815F-83891D7A0080}"
ProjectSection(ProjectDependencies) = postProject
- {BB439F14-D29D-4A05-9AB0-0B08682721DE} = {BB439F14-D29D-4A05-9AB0-0B08682721DE}
- {76D3767E-4FB1-4348-B17E-3621DD5712EE} = {76D3767E-4FB1-4348-B17E-3621DD5712EE}
+ {605B6189-1BA4-4DC5-84E4-4F2A2A2891D6} = {605B6189-1BA4-4DC5-84E4-4F2A2A2891D6}
+ {B5D88BF3-5F9B-49CC-A677-BF4D364F1163} = {B5D88BF3-5F9B-49CC-A677-BF4D364F1163}
EndProjectSection
EndProject
Global