From 723324ae71f8209e4b1757a3f84bd0e66b6c6319 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 5 May 2020 07:54:53 -0400 Subject: Actual client can now load and display a page using dumb_renderer --- gemini-windows.prj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gemini-windows.prj') diff --git a/gemini-windows.prj b/gemini-windows.prj index ba68877..d70f6cd 100644 --- a/gemini-windows.prj +++ b/gemini-windows.prj @@ -37,6 +37,9 @@ },{ "filename":".\\layout.f90", "enabled":"1" + },{ + "filename":".\\main.F90", + "enabled":"1" },{ "filename":".\\protocol.f90", "enabled":"1" @@ -87,8 +90,8 @@ "Working Directory":"", "Launch Using MPI":"false", "Keep Console":"true", - "External Console":"false", - "Command Line Arguments":"-g samples\\sample1.gmi", + "External Console":"true", + "Command Line Arguments":"gemini://pon.ix.tc", "Build Before Launch":"true" }, "Build Options":{ -- cgit v1.2.3