aboutsummaryrefslogtreecommitdiff
path: root/gemini-windows.prj
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2020-08-10 18:02:04 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2020-08-10 18:02:04 -0400
commit7b8f2ab32f66d8f3ce48a5e9685c05b25d31f2bb (patch)
tree64e548693c90b65da6ee400cf9476af4b8aa9c16 /gemini-windows.prj
parent48fad229ae1f033e694a7eb663945a6a3f1f4cb2 (diff)
downloadLR-87-7b8f2ab32f66d8f3ce48a5e9685c05b25d31f2bb.tar.gz
LR-87-7b8f2ab32f66d8f3ce48a5e9685c05b25d31f2bb.zip
Fixed favorite loading that caused string filling and pointer crashes. Now calls win32 CreateDirectory on Windows. Fixed Fave button on Windows.
Diffstat (limited to 'gemini-windows.prj')
-rw-r--r--gemini-windows.prj11
1 files changed, 6 insertions, 5 deletions
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",