From 7b8f2ab32f66d8f3ce48a5e9685c05b25d31f2bb Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 10 Aug 2020 18:02:04 -0400 Subject: Fixed favorite loading that caused string filling and pointer crashes. Now calls win32 CreateDirectory on Windows. Fixed Fave button on Windows. --- gemini-windows.prj | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'gemini-windows.prj') diff --git a/gemini-windows.prj b/gemini-windows.prj index 8e32881..e7141c5 100644 --- a/gemini-windows.prj +++ b/gemini-windows.prj @@ -91,7 +91,7 @@ "Architecture":1, "Type":0, "Revision":2, - "Windows GUI":1, + "Windows GUI":0, "File Options":{ "Library Directories":["Default Add-On Directory","../../Workspace/git/libvncserver/openssl-1.1.1f-win64-mingw/lib"], "Build Directory":"build", @@ -103,8 +103,9 @@ "Use C Preprocessor":"false", "Runtime Diagnostics":"false", "Cray Pointers":"false", - "Enable OpenMP":"false", "Enable Coarrays":"false", + "Enable OpenMP":"false", + "Initialize Variables to Zero":"true", "Default Double for Real":"false" }, "Code Generation Options":{ @@ -113,17 +114,17 @@ "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