Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
5fd032eb
Commit
5fd032eb
authored
Aug 19, 2009
by
Michael Sherman
Browse files
C programs no longer need a separate wrapper library to link with.
parent
3cfcd746
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/HelloArgonInCVS8/HelloArgonInC.vcproj
examples/HelloArgonInCVS8/HelloArgonInC.vcproj
+2
-2
No files found.
examples/HelloArgonInCVS8/HelloArgonInC.vcproj
View file @
5fd032eb
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
/>
/>
<Tool
<Tool
Name=
"VCLinkerTool"
Name=
"VCLinkerTool"
AdditionalDependencies=
"
OpenMMCWrapper_d.lib
OpenMM_d.lib"
AdditionalDependencies=
"OpenMM_d.lib"
LinkIncremental=
"2"
LinkIncremental=
"2"
AdditionalLibraryDirectories=
""$(ProgramFiles)\OpenMM\lib""
AdditionalLibraryDirectories=
""$(ProgramFiles)\OpenMM\lib""
GenerateDebugInformation=
"true"
GenerateDebugInformation=
"true"
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
/>
/>
<Tool
<Tool
Name=
"VCLinkerTool"
Name=
"VCLinkerTool"
AdditionalDependencies=
"
OpenMMCWrapper.lib
OpenMM.lib"
AdditionalDependencies=
"OpenMM.lib"
LinkIncremental=
"1"
LinkIncremental=
"1"
AdditionalLibraryDirectories=
""$(ProgramFiles)\OpenMM\lib""
AdditionalLibraryDirectories=
""$(ProgramFiles)\OpenMM\lib""
GenerateDebugInformation=
"true"
GenerateDebugInformation=
"true"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment