diff options
Diffstat (limited to 'clp-example-using-dlls.prj')
-rw-r--r-- | clp-example-using-dlls.prj | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/clp-example-using-dlls.prj b/clp-example-using-dlls.prj index 539c1dc..bb50639 100644 --- a/clp-example-using-dlls.prj +++ b/clp-example-using-dlls.prj @@ -11,10 +11,11 @@ "Folders":[], "Name":"+src", "Files":[{ - "filename":".\\src\\main.f90", - "enabled":"1", - "panel":1, - "open":"1" + "filename":".\\src\\examples\\basic.f90", + "enabled":"0" + },{ + "filename":".\\src\\examples\\driver.f90", + "enabled":"1" }] }], "Name":"+clp-example-using-dlls (clp-dll\\example.exe)", @@ -58,19 +59,20 @@ }, "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", "Auto Makefile":"true" }, "Linker Options":{ - "Static Linking Mode":7, + "Static Linking Mode":0, "Link MPI Library":"false", "Link LAPACK":0 } |