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
dd9f905a
Commit
dd9f905a
authored
Aug 19, 2009
by
Michael Sherman
Browse files
Fixed Fortran Visual Studio project file to grab module file from OpenMM include directory.
parent
2364b7f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
examples/HelloArgonInFortranVS8/HelloArgonInFortran.vfproj
examples/HelloArgonInFortranVS8/HelloArgonInFortran.vfproj
+3
-3
No files found.
examples/HelloArgonInFortranVS8/HelloArgonInFortran.vfproj
View file @
dd9f905a
...
...
@@ -5,7 +5,7 @@
<Configurations>
<Configuration
Name=
"Debug|Win32"
>
<Tool
Name=
"VFFortranCompilerTool"
SuppressStartupBanner=
"true"
DebugInformationFormat=
"debugEnabled"
Optimization=
"optimizeDisabled"
Interfaces=
"true"
WarnInterfaces=
"true"
Traceback=
"true"
BoundsCheck=
"true"
RuntimeLibrary=
"rtMultiThreadedDebugDLL"
/>
<Tool
Name=
"VFLinkerTool"
LinkIncremental=
"linkIncrementalNo"
SuppressStartupBanner=
"true"
AdditionalLibraryDirectories=
"C:\Program Files\OpenMM\lib"
GenerateDebugInformation=
"true"
SubSystem=
"subSystemConsole"
AdditionalDependencies=
"
OpenMMCWrapper_d.lib
OpenMM_d.lib"
/>
<Tool
Name=
"VFLinkerTool"
LinkIncremental=
"linkIncrementalNo"
SuppressStartupBanner=
"true"
AdditionalLibraryDirectories=
"C:\Program Files\OpenMM\lib"
GenerateDebugInformation=
"true"
SubSystem=
"subSystemConsole"
AdditionalDependencies=
"OpenMM_d.lib"
/>
<Tool
Name=
"VFResourceCompilerTool"
/>
<Tool
Name=
"VFMidlTool"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VFCustomBuildTool"
/>
...
...
@@ -15,7 +15,7 @@
<Tool
Name=
"VFManifestTool"
SuppressStartupBanner=
"true"
/></Configuration>
<Configuration
Name=
"Release|Win32"
>
<Tool
Name=
"VFFortranCompilerTool"
SuppressStartupBanner=
"true"
RuntimeLibrary=
"rtMultiThreadedDLL"
/>
<Tool
Name=
"VFLinkerTool"
LinkIncremental=
"linkIncrementalNo"
SuppressStartupBanner=
"true"
AdditionalLibraryDirectories=
"C:\Program Files\OpenMM\lib"
SubSystem=
"subSystemConsole"
AdditionalDependencies=
"
OpenMMCWrapper.lib
OpenMM.lib"
/>
<Tool
Name=
"VFLinkerTool"
LinkIncremental=
"linkIncrementalNo"
SuppressStartupBanner=
"true"
AdditionalLibraryDirectories=
"C:\Program Files\OpenMM\lib"
SubSystem=
"subSystemConsole"
AdditionalDependencies=
"OpenMM.lib"
/>
<Tool
Name=
"VFResourceCompilerTool"
/>
<Tool
Name=
"VFMidlTool"
SuppressStartupBanner=
"true"
/>
<Tool
Name=
"VFCustomBuildTool"
/>
...
...
@@ -28,5 +28,5 @@
<Filter
Name=
"Resource Files"
Filter=
"rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
/>
<Filter
Name=
"Source Files"
Filter=
"f90;for;f;fpp;ftn;def;odl;idl"
>
<File
RelativePath=
"..\HelloArgonInFortran.f90"
/>
<File
RelativePath=
"
..
\OpenMMFortranModule.f90"
/></Filter></Files>
<File
RelativePath=
"
C:\Program Files\OpenMM\include
\OpenMMFortranModule.f90"
/></Filter></Files>
<Globals/></VisualStudioProject>
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