Skip to content

Commit 69e070a

Browse files
authored
Ranlux: add NWTC_RandomNumber to VS projects (#13)
1 parent 8b5995c commit 69e070a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

vs-build/FASTlib/FASTlib.vfproj

+1
Original file line numberDiff line numberDiff line change
@@ -1990,6 +1990,7 @@
19901990
<FileConfiguration Name="Debug_Double|x64">
19911991
<Tool Name="VFFortranCompilerTool" WarnUnusedVariables="false"/></FileConfiguration></File>
19921992
<File RelativePath="..\..\modules\nwtc-library\src\NWTC_Num.f90"/>
1993+
<File RelativePath="..\..\modules\nwtc-library\src\NWTC_RandomNumber.f90"/>
19931994
<File RelativePath="..\..\modules\nwtc-library\src\SingPrec.f90"/>
19941995
<File RelativePath="..\..\modules\nwtc-library\src\SysIVF.f90">
19951996
<FileConfiguration Name="Debug_Matlab|x64" ExcludedFromBuild="true"/>

vs-build/HydroDyn/HydroDynDriver.vfproj

+19
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@
147147
<File RelativePath="..\..\modules\HydroDyn\src\Waves.f90"/>
148148
<File RelativePath="..\..\modules\HydroDyn\src\Waves2.f90"/>
149149
<File RelativePath="..\..\modules\HydroDyn\src\Waves2_Output.f90"/></Filter>
150+
<Filter Name="RanLux">
151+
<File RelativePath="..\..\modules\nwtc-library\src\ranlux\RANLUX.f90">
152+
<FileConfiguration Name="Debug|Win32">
153+
<Tool Name="VFFortranCompilerTool" StandardWarnings="standardWarningsNone" WarnDeclarations="false" WarnUnusedVariables="false"/></FileConfiguration>
154+
<FileConfiguration Name="Release|x64">
155+
<Tool Name="VFFortranCompilerTool" StandardWarnings="standardWarningsNone" WarnUnusedVariables="false"/></FileConfiguration>
156+
<FileConfiguration Name="Debug|x64">
157+
<Tool Name="VFFortranCompilerTool" StandardWarnings="standardWarningsNone" WarnDeclarations="false" WarnUnusedVariables="false"/></FileConfiguration>
158+
<FileConfiguration Name="Release|Win32">
159+
<Tool Name="VFFortranCompilerTool" StandardWarnings="standardWarningsNone" WarnUnusedVariables="false"/></FileConfiguration></File></Filter>
150160
<Filter Name="NetLib">
151161
<File RelativePath="..\..\modules\nwtc-library\src\NetLib\fftpack\fftpack4.1.f">
152162
<FileConfiguration Name="Debug|Win32">
@@ -232,6 +242,15 @@
232242
<Tool Name="VFFortranCompilerTool" WarnUnusedVariables="false"/></FileConfiguration>
233243
<FileConfiguration Name="Release|Win32">
234244
<Tool Name="VFFortranCompilerTool" WarnUnusedVariables="false"/></FileConfiguration></File>
245+
<File RelativePath="..\..\modules\nwtc-library\src\NWTC_RandomNumber.f90">
246+
<FileConfiguration Name="Debug|Win32">
247+
<Tool Name="VFFortranCompilerTool" WarnUnusedVariables="false"/></FileConfiguration>
248+
<FileConfiguration Name="Release|x64">
249+
<Tool Name="VFFortranCompilerTool" WarnUnusedVariables="false"/></FileConfiguration>
250+
<FileConfiguration Name="Debug|x64">
251+
<Tool Name="VFFortranCompilerTool" WarnUnusedVariables="false"/></FileConfiguration>
252+
<FileConfiguration Name="Release|Win32">
253+
<Tool Name="VFFortranCompilerTool" WarnUnusedVariables="false"/></FileConfiguration></File>
235254
<File RelativePath="..\..\modules\nwtc-library\src\SingPrec.f90">
236255
<FileConfiguration Name="Debug|Win32">
237256
<Tool Name="VFFortranCompilerTool" WarnUnusedVariables="false"/></FileConfiguration>

0 commit comments

Comments
 (0)