aboutsummaryrefslogtreecommitdiff
path: root/gemini-windows.prj
blob: 539171e45892c8fa4c5777d2c43484f51dfa68e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
  "Root":{
    "Folders":[{
        "Folders":[],
        "Name":"+samples",
        "Files":[{
            "filename":".\\samples\\sample1.gmi",
            "enabled":"1"
          }]
      },{
        "Folders":[],
        "Name":"+ssl",
        "Files":[{
            "filename":".\\jessl.f90",
            "enabled":"1"
          },{
            "filename":".\\network.F90",
            "enabled":"1"
          },{
            "filename":".\\request.f90",
            "enabled":"1"
          },{
            "filename":".\\test_ssl.f90",
            "enabled":"0"
          },{
            "filename":".\\wsa.f90",
            "enabled":"1"
          }]
      }],
    "Name":"+gemini-windows (lr87.exe)",
    "Files":[{
        "filename":".\\ag_render.f90",
        "enabled":"1"
      },{
        "filename":".\\dumb_render.f90",
        "enabled":"1"
      },{
        "filename":".\\escape.f90",
        "enabled":"1"
      },{
        "filename":".\\files.f90",
        "enabled":"1"
      },{
        "filename":".\\history.f90",
        "enabled":"1"
      },{
        "filename":".\\layout.f90",
        "enabled":"1"
      },{
        "filename":".\\LICENSE.txt",
        "enabled":"1"
      },{
        "filename":".\\main.F90",
        "enabled":"1"
      },{
        "filename":".\\protocol.f90",
        "enabled":"1"
      },{
        "filename":".\\README.md",
        "enabled":"1"
      },{
        "filename":".\\render.f90",
        "enabled":"1"
      },{
        "filename":".\\test.f90",
        "enabled":"0"
      }]
  },
  "Name":"gemini-windows (lr87.exe)",
  "Options":{
    "Compiler Options":{
      "Fortran Flags":"-DWINDOWS -DWINDOWS_GUI",
      "Link Flags":"-lssl -lcrypto -lws2_32 -lcrypt32",
      "C Flags":""
    },
    "Architecture":1,
    "Type":0,
    "Revision":2,
    "Windows GUI":1,
    "File Options":{
      "Library Directories":["Default Add-On Directory","../../Workspace/git/libvncserver/openssl-1.1.1f-win64-mingw/lib"],
      "Build Directory":"build",
      "Module Directory":"modules",
      "Include Directories":["Default Add-On Include Directory"]
    },
    "Target":"lr87.exe",
    "Fortran Options":{
      "Use C Preprocessor":"false",
      "Runtime Diagnostics":"false",
      "Cray Pointers":"false",
      "Enable OpenMP":"false",
      "Enable Coarrays":"false",
      "Default Double for Real":"false"
    },
    "Code Generation Options":{
      "CPU Specific":"false",
      "Processor":"generic",
      "Aggressive Loops":"false",
      "Debugging":"true",
      "Optimization Mode":0,
      "Profiling":"false"
    },
    "Build Dependencies":1,
    "Launch Options":{
      "Working Directory":"",
      "Launch Using MPI":"false",
      "Keep Console":"true",
      "External Console":"true",
      "Command Line Arguments":"gemini.conman.org",
      "Build Before Launch":"true"
    },
    "Build Options":{
      "Makefile":"Makefile",
      "Auto Makefile":"true"
    },
    "Linker Options":{
      "Static Linking Mode":3,
      "Link MPI Library":"false",
      "Link LAPACK":0
    }
  }
}