From 36249ebd4dece7ee69cd85e7e169db0dc4315e3e Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 23 Feb 2021 15:44:25 -0500 Subject: Added favicon support. Fixed UTF-8 display on dumb renderer. --- gemini.prj | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gemini.prj') diff --git a/gemini.prj b/gemini.prj index b1cff20..6cf9a33 100644 --- a/gemini.prj +++ b/gemini.prj @@ -34,6 +34,9 @@ },{ "filename":"escape.f90", "enabled":"1" + },{ + "filename":"favicon.f90", + "enabled":"1" },{ "filename":"favorites.f90", "enabled":"1" @@ -102,6 +105,7 @@ "Fortran Options":{ "Use C Preprocessor":"false", "Runtime Diagnostics":"false", + "Floating Point Exception Trap":0, "Cray Pointers":"false", "Enable Coarrays":"false", "Enable OpenMP":"false", @@ -114,18 +118,16 @@ "Aggressive Loops":"false", "Debugging":"true", "Optimization Mode":0, - "Floating Point Trap":"false", "Profiling":"false" }, "Build Dependencies":1, "Launch Options":{ - "Build Before Launch":"true", "Working Directory":"", "Launch Using MPI":"false", "Keep Console":"true", - "Executable":"", + "External Console":"false", "Command Line Arguments":"", - "External Console":"false" + "Build Before Launch":"true" }, "Build Options":{ "Makefile":"Makefile", -- cgit v1.2.3