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}" )
4141#-------------------------------------
4242# Collect source files for the library
4343#-------------------------------------
44- set ( JF_LIB_SRCS src/json_module.f90 )
44+ set ( JF_LIB_SRCS src/json_module.F90 )
4545file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )
4646
4747#-----------------------------------------
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if env['FORTRAN'] == 'gfortran':
2121elif env ['FORTRAN' ] == 'ifort' :
2222 env = Environment (F90FLAGS = '-O2 -warn -stand f08 -diag-disable 7601 -traceback -module lib' ,)
2323
24- src = join ('src' ,'json_module.f90 ' )
24+ src = join ('src' ,'json_module.F90 ' )
2525ar = join ('lib' ,'libjsonfortran' + env ['LIBSUFFIX' ])
2626sl = join ('lib' ,'libjsonfortran' + env ['SHLIBSUFFIX' ])
2727mod = 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
2727TESTDIR=' ./src/tests/' # unit test source directory
2828BINDIR=' ./bin/' # build directory for unit tests
2929LIBDIR=' ./lib/' # build directory for library
30- MODCODE=' json_module.f90 ' # json module file name
30+ MODCODE=' json_module.F90 ' # json module file name
3131LIBOUT=' libjsonfortran.a' # name of json library
3232
3333
File renamed without changes.
Original file line number Diff line number Diff line change 2222 <Tool Name =" VFPreBuildEventTool" />
2323 <Tool Name =" VFPostBuildEventTool" /></Configuration ></Configurations >
2424 <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 >
2727 <Globals /></VisualStudioProject >
You can’t perform that action at this time.
0 commit comments