diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-06-20 16:34:32 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-06-20 16:34:32 (GMT) |
commit | 25f247fda77522aa2c3a1449fb7786fed40159f7 (patch) | |
tree | a5511277e1337b8b3d0af9da743e5d7bcd7647ef | |
parent | e93a6786135d45b6e858363976bb1b540cf7f91a (diff) | |
download | hdf5-25f247fda77522aa2c3a1449fb7786fed40159f7.zip hdf5-25f247fda77522aa2c3a1449fb7786fed40159f7.tar.gz hdf5-25f247fda77522aa2c3a1449fb7786fed40159f7.tar.bz2 |
[svn-r15254] Purpose: Remove ttsafedll project from default build.
Description:
Somehow, the ttsafedll project was setup to build by default in Visual Studio .NET project files. This causes build errors when the HDF5_EXT_PTHREAD variable isn't defined or the pthreads library path isn't setup. It should be disabled by default.
Tested:
VS.NET on WinXP
-rw-r--r-- | windows_vnet/proj/all/all.sln | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/windows_vnet/proj/all/all.sln b/windows_vnet/proj/all/all.sln index 1666237..2996cfd 100644 --- a/windows_vnet/proj/all/all.sln +++ b/windows_vnet/proj/all/all.sln @@ -2256,9 +2256,7 @@ Global {159841AE-42DA-4931-B81F-BF9BD580DDF6}.AlphaRel.ActiveCfg = Release|Win32
{159841AE-42DA-4931-B81F-BF9BD580DDF6}.AlphaRel.Build.0 = Release|Win32
{159841AE-42DA-4931-B81F-BF9BD580DDF6}.Debug.ActiveCfg = Debug|Win32
- {159841AE-42DA-4931-B81F-BF9BD580DDF6}.Debug.Build.0 = Debug|Win32
{159841AE-42DA-4931-B81F-BF9BD580DDF6}.Release.ActiveCfg = Release|Win32
- {159841AE-42DA-4931-B81F-BF9BD580DDF6}.Release.Build.0 = Release|Win32
{20276CCF-2478-4FAA-98A9-A485038E00F6}.AlphaDbg.ActiveCfg = AlphaDbg|Win32
{20276CCF-2478-4FAA-98A9-A485038E00F6}.AlphaDbg.Build.0 = AlphaDbg|Win32
{20276CCF-2478-4FAA-98A9-A485038E00F6}.AlphaRel.ActiveCfg = AlphaRel|Win32
|