diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-29 10:27:08 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-29 10:27:08 -0400 |
commit | 0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4 (patch) | |
tree | a39fef5ed55667e898bd224a97571954e46a09c0 /libClpFortran.dll.prj | |
parent | a53e0ecf6d3e5d3bb3ca32fa800f9eb17ff8ba1e (diff) | |
download | clp_fortran-0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4.tar.gz clp_fortran-0f982e7efcf0a1eb1e3b8054206ad940cd3e2ea4.zip |
Added projects for building and using DLLs for Clp
Diffstat (limited to 'libClpFortran.dll.prj')
-rw-r--r-- | libClpFortran.dll.prj | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/libClpFortran.dll.prj b/libClpFortran.dll.prj new file mode 100644 index 0000000..a004f9f --- /dev/null +++ b/libClpFortran.dll.prj @@ -0,0 +1,85 @@ +{ + "Root":{ + "Folders":[{ + "Folders":[], + "Name":"+src", + "Files":[{ + "filename":".\\src\\clp.f90", + "enabled":"1", + "panel":1, + "open":"1" + },{ + "filename":".\\src\\clp_constants.F90", + "enabled":"1", + "panel":1, + "open":"1" + },{ + "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)", + "Files":[] + }, + "Name":"libClpFortran.dll (clp-dll/libClpFortran.dll)", + "Options":{ + "Compiler Options":{ + "Fortran Flags":"", + "Link Flags":"clp-dll\\Clp.dll.lib clp-dll\\CoinUtils.dll.lib", + "C Flags":"" + }, + "Architecture":1, + "Type":1, + "Revision":2, + "Windows GUI":0, + "File Options":{ + "Library Directories":["Default Add-On Directory"], + "Build Directory":"build", + "Module Directory":"clp-dll\\modules", + "Include Directories":["Default Add-On Include Directory"] + }, + "Target":"clp-dll\\libClpFortran.dll", + "Fortran Options":{ + "Use C Preprocessor":"false", + "Runtime Diagnostics":"false", + "Cray Pointers":"false", + "Enable Coarrays":"false", + "Enable OpenMP":"false", + "Initialize Variables to Zero":"false", + "Default Double for Real":"false" + }, + "Code Generation Options":{ + "CPU Specific":"false", + "Processor":"generic", + "Aggressive Loops":"false", + "Debugging":"true", + "Optimization Mode":0, + "Floating Point Trap":"false", + "Profiling":"false" + }, + "Build Dependencies":1, + "Launch Options":{ + "Working Directory":"", + "Launch Using MPI":"false", + "Keep Console":"true", + "External Console":"false", + "Command Line Arguments":"", + "Build Before Launch":"true" + }, + "Build Options":{ + "Makefile":"Makefile", + "Auto Makefile":"true" + }, + "Linker Options":{ + "Static Linking Mode":7, + "Link MPI Library":"false", + "Build Import Library":"true", + "Link LAPACK":0 + } + } +}
\ No newline at end of file |