From d53076ec22c34822c314264f664532883c87083b Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 14 May 2020 09:55:47 -0400 Subject: Initial commit of an AppGraphics renderer that actually works, though it doesn't scroll or allow url entry. --- gemini-windows.prj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gemini-windows.prj') diff --git a/gemini-windows.prj b/gemini-windows.prj index 05c7a2e..c53c8ea 100644 --- a/gemini-windows.prj +++ b/gemini-windows.prj @@ -30,7 +30,7 @@ "Name":"+gemini-windows (lr87.exe)", "Files":[{ "filename":".\\ag_render.f90", - "enabled":"0" + "enabled":"1" },{ "filename":".\\dumb_render.f90", "enabled":"1" @@ -69,7 +69,7 @@ "Name":"gemini-windows (lr87.exe)", "Options":{ "Compiler Options":{ - "Fortran Flags":"-DWINDOWS", + "Fortran Flags":"-DWINDOWS -DWINDOWS_GUI", "Link Flags":"-lssl -lcrypto -lws2_32 -lcrypt32", "C Flags":"" }, -- cgit v1.2.3