diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-29 12:36:45 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-29 12:36:45 -0400 |
commit | 9fac184765c3756de6b22cf110a6fc3f626d2fe1 (patch) | |
tree | ac1cfe33b873ece1a24a1d9453952d0fede87b03 /libClpFortran.dll.prj | |
parent | 0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4 (diff) | |
download | clp_fortran-9fac184765c3756de6b22cf110a6fc3f626d2fe1.tar.gz clp_fortran-9fac184765c3756de6b22cf110a6fc3f626d2fe1.zip |
Added handling of callbacks in a Fortran-esque manner
Diffstat (limited to 'libClpFortran.dll.prj')
-rw-r--r-- | libClpFortran.dll.prj | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/libClpFortran.dll.prj b/libClpFortran.dll.prj index a004f9f..0fc6601 100644 --- a/libClpFortran.dll.prj +++ b/libClpFortran.dll.prj @@ -4,26 +4,31 @@ "Folders":[], "Name":"+src", "Files":[{ - "filename":".\\src\\clp.f90", + "filename":"src/clp.f90", "enabled":"1", "panel":1, "open":"1" },{ - "filename":".\\src\\clp_constants.F90", + "filename":"src/clp_callback.f90", "enabled":"1", "panel":1, "open":"1" },{ - "filename":".\\src\\clp_interface_utils.f90", + "filename":"src/clp_constants.F90", "enabled":"1", "panel":1, "open":"1" },{ - "filename":".\\src\\clp_types.f90", + "filename":"src/clp_interface_utils.f90", + "enabled":"1", + "panel":1, + "open":"1" + },{ + "filename":"src/clp_types.f90", "enabled":"1" }] }], - "Name":"+libClpFortran.dll (clp-dll\\libClpFortran.dll)", + "Name":"+libClpFortran.dll (clp-dll/libClpFortran.dll)", "Files":[] }, "Name":"libClpFortran.dll (clp-dll/libClpFortran.dll)", @@ -40,10 +45,10 @@ "File Options":{ "Library Directories":["Default Add-On Directory"], "Build Directory":"build", - "Module Directory":"clp-dll\\modules", + "Module Directory":"clp-dll/modules", "Include Directories":["Default Add-On Include Directory"] }, - "Target":"clp-dll\\libClpFortran.dll", + "Target":"clp-dll/libClpFortran.dll", "Fortran Options":{ "Use C Preprocessor":"false", "Runtime Diagnostics":"false", @@ -64,12 +69,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", |