diff options
Diffstat (limited to 'libClpFortran.prj')
-rw-r--r-- | libClpFortran.prj | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/libClpFortran.prj b/libClpFortran.prj new file mode 100644 index 0000000..d100f44 --- /dev/null +++ b/libClpFortran.prj @@ -0,0 +1,75 @@ +{ + "Root":{ + "Folders":[{ + "Folders":[], + "Name":"+src", + "Files":[{ + "filename":".\\src\\clp.f90", + "enabled":"1" + },{ + "filename":".\\src\\clp_constants.f90", + "enabled":"1" + },{ + "filename":".\\src\\clp_types.f90", + "enabled":"1" + }] + }], + "Name":"+libClpFortran (libClpFortran.a)", + "Files":[] + }, + "Name":"libClpFortran (libClpFortran.a)", + "Options":{ + "Compiler Options":{ + "Fortran Flags":"", + "Link Flags":"", + "C Flags":"" + }, + "Architecture":1, + "Type":2, + "Revision":2, + "Windows GUI":0, + "File Options":{ + "Library Directories":["Default Add-On Directory"], + "Build Directory":"build", + "Module Directory":"modules", + "Include Directories":["Default Add-On Include Directory"] + }, + "Target":"libClpFortran.a", + "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", + "Link LAPACK":0 + } + } +}
\ No newline at end of file |