diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2006-06-26 23:45:31 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2006-06-26 23:45:31 +0000 |
commit | adf64277b966ebaaf4e03f2e0a57886d98e85eb0 (patch) | |
tree | 5adc05d27fe40c84caa30e905b1c73d5c44387c3 /externals/grill/vasp/vasp.vcproj | |
parent | 201312033476f6fe791d921d42b1578914613c27 (diff) |
fixed break condition for some loop constructs
resurrected help message functionality
preparing RIP release
svn path=/trunk/; revision=5302
Diffstat (limited to 'externals/grill/vasp/vasp.vcproj')
-rw-r--r-- | externals/grill/vasp/vasp.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/vasp.vcproj b/externals/grill/vasp/vasp.vcproj index e5182f86..e47aea6e 100644 --- a/externals/grill/vasp/vasp.vcproj +++ b/externals/grill/vasp/vasp.vcproj @@ -98,11 +98,11 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="pthreadVC.lib pd.lib" + AdditionalDependencies="pthreadVC2.lib pd.lib" OutputFile=".\pd-msvc\td/vasp.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="c:\programme\audio\pd\bin" + AdditionalLibraryDirectories="c:\data\pd\pd-cvs\bin;c:\data\prog\packs\pthreads\lib" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\pd-msvc\td/vasp.pdb" ImportLibrary=".\pd-msvc\td/vasp.lib" |