Skip to content

Commit

Permalink
Fix ADI registry in VS projects
Browse files Browse the repository at this point in the history
- fix file name for AeroDyn_Inflow_Registry.txt in the visual studio project files
- also add `SAVE` attribute to avoid compiler warnings
  • Loading branch information
bjonkman committed Oct 19, 2023
1 parent b31ea65 commit 758cd65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions modules/aerodyn/src/AeroDyn_Inflow_C_Binding.f90
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ MODULE AeroDyn_Inflow_C_BINDING


IMPLICIT NONE
SAVE

PUBLIC :: AeroDyn_Inflow_C_Init
!PUBLIC :: AeroDyn_Inflow_C_ReInit
Expand Down
2 changes: 1 addition & 1 deletion vs-build/AeroDyn/AeroDyn_Driver.vfproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<Filter Name="ADI">
<Filter Name="RegistryFiles">
<File RelativePath="..\..\modules\AeroDyn\src\AeroDyn_Inflow.f90">
<File RelativePath="..\..\modules\AeroDyn\src\AeroDyn_Inflow_Registry.txt">
<FileConfiguration Name="Debug_Double|Win32">
<Tool Name="VFCustomBuildTool" CommandLine="CALL ..\RunRegistry.bat ADI" Description="Running Registry for ADI" Outputs="..\..\modules\AeroDyn\src\AeroDyn_Inflow_Types.f90"/></FileConfiguration>
<FileConfiguration Name="Release_OpenMP|x64">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<Filter Name="ADI">
<Filter Name="RegistryFiles">
<File RelativePath="..\..\modules\AeroDyn\src\AeroDyn_Inflow.f90">
<File RelativePath="..\..\modules\AeroDyn\src\AeroDyn_Inflow_Registry.txt">
<FileConfiguration Name="Debug_Double|Win32">
<Tool Name="VFCustomBuildTool" CommandLine="CALL ..\RunRegistry.bat ADI" Description="Running Registry for ADI" Outputs="..\..\modules\AeroDyn\src\AeroDyn_Inflow_Types.f90"/></FileConfiguration>
<FileConfiguration Name="Release_OpenMP_Double|Win32">
Expand Down

0 comments on commit 758cd65

Please sign in to comment.