diff options
Diffstat (limited to 'clp-example.prj')
-rw-r--r-- | clp-example.prj | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/clp-example.prj b/clp-example.prj index 9497bd2..fd3ebe0 100644 --- a/clp-example.prj +++ b/clp-example.prj @@ -11,7 +11,10 @@ "Folders":[], "Name":"+src", "Files":[{ - "filename":".\\src\\main.f90", + "filename":".\\src\\examples\\basic.f90", + "enabled":"0" + },{ + "filename":".\\src\\examples\\driver.f90", "enabled":"1" }] }], @@ -56,12 +59,13 @@ }, "Build Dependencies":1, "Launch Options":{ + "Build Before Launch":"true", "Working Directory":"", "Launch Using MPI":"false", "Keep Console":"true", - "External Console":"false", + "Executable":"", "Command Line Arguments":"", - "Build Before Launch":"true" + "External Console":"false" }, "Build Options":{ "Makefile":"Makefile.example", |