File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ set ( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
41
41
#-------------------------------------
42
42
# Collect source files for the library
43
43
#-------------------------------------
44
- set ( JF_LIB_SRCS src/json_module.f90 )
44
+ set ( JF_LIB_SRCS src/json_module.F90 )
45
45
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )
46
46
47
47
#-----------------------------------------
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if env['FORTRAN'] == 'gfortran':
21
21
elif env ['FORTRAN' ] == 'ifort' :
22
22
env = Environment (F90FLAGS = '-O2 -warn -stand f08 -diag-disable 7601 -traceback -module lib' ,)
23
23
24
- src = join ('src' ,'json_module.f90 ' )
24
+ src = join ('src' ,'json_module.F90 ' )
25
25
ar = join ('lib' ,'libjsonfortran' + env ['LIBSUFFIX' ])
26
26
sl = join ('lib' ,'libjsonfortran' + env ['SHLIBSUFFIX' ])
27
27
mod = join ('lib' ,'json_module.mod' ) ## FORTRANMODSUFFIX
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ SRCDIR='./src/' # library source directory
27
27
TESTDIR=' ./src/tests/' # unit test source directory
28
28
BINDIR=' ./bin/' # build directory for unit tests
29
29
LIBDIR=' ./lib/' # build directory for library
30
- MODCODE=' json_module.f90 ' # json module file name
30
+ MODCODE=' json_module.F90 ' # json module file name
31
31
LIBOUT=' libjsonfortran.a' # name of json library
32
32
33
33
File renamed without changes.
Original file line number Diff line number Diff line change 22
22
<Tool Name =" VFPreBuildEventTool" />
23
23
<Tool Name =" VFPostBuildEventTool" /></Configuration ></Configurations >
24
24
<Files >
25
- <Filter Name =" src" Filter =" f90;for;f;fpp;ftn;def;odl;idl" >
26
- <File RelativePath =" ..\src\json_module.f90 " /></Filter ></Files >
25
+ <Filter Name =" src" Filter =" F90; f90;for;f;fpp;ftn;def;odl;idl" >
26
+ <File RelativePath =" ..\src\json_module.F90 " /></Filter ></Files >
27
27
<Globals /></VisualStudioProject >
You can’t perform that action at this time.
0 commit comments