aboutsummaryrefslogtreecommitdiff
path: root/gemini.prj
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-08-08 12:02:59 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2020-08-08 12:02:59 -0400
commitf833fc391d3192733c799dcdaf1c4df4c9919f8b (patch)
tree61960f846063a7cda6843159e3a1c84294817d5d /gemini.prj
parentf6a2bd488ca74881855f74f5302078526cfbd81c (diff)
downloadLR-87-f833fc391d3192733c799dcdaf1c4df4c9919f8b.tar.gz
LR-87-f833fc391d3192733c799dcdaf1c4df4c9919f8b.zip
Added make_directory subroutine. Fixed allocatable favorites to be pointers instead so the program doesn't crash.
Diffstat (limited to 'gemini.prj')
-rw-r--r--gemini.prj16
1 files changed, 13 insertions, 3 deletions
diff --git a/gemini.prj b/gemini.prj
index f16d855..4c739ed 100644
--- a/gemini.prj
+++ b/gemini.prj
@@ -35,6 +35,9 @@
"filename":"escape.f90",
"enabled":"1"
},{
+ "filename":"favorites.f90",
+ "enabled":"1"
+ },{
"filename":"files.f90",
"enabled":"1"
},{
@@ -53,6 +56,9 @@
"filename":"makefile.gnu",
"enabled":"1"
},{
+ "filename":"platform.F90",
+ "enabled":"1"
+ },{
"filename":"protocol.f90",
"enabled":"1"
},{
@@ -65,6 +71,9 @@
"filename":"request.f90",
"enabled":"1"
},{
+ "filename":"sdl_render.f90",
+ "enabled":"0"
+ },{
"filename":"test.f90",
"enabled":"0"
}]
@@ -89,7 +98,7 @@
"Target":"lr87",
"Fortran Options":{
"Use C Preprocessor":"false",
- "Runtime Diagnostics":"false",
+ "Runtime Diagnostics":"true",
"Cray Pointers":"false",
"Enable OpenMP":"false",
"Enable Coarrays":"false",
@@ -105,12 +114,13 @@
},
"Build Dependencies":1,
"Launch Options":{
+ "Build Before Launch":"true",
"Working Directory":"",
"Launch Using MPI":"false",
"Keep Console":"true",
- "External Console":"false",
+ "Executable":"",
"Command Line Arguments":"",
- "Build Before Launch":"true"
+ "External Console":"false"
},
"Build Options":{
"Makefile":"Makefile",