diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-10-24 15:35:39 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2021-10-24 15:35:39 -0400 |
commit | 0f75ab0e3cea30ee86d2bd34cff125b221d5d02b (patch) | |
tree | 337832766d4b20d29229ce1766f3ffcc0987ca71 /libzip-wrapper.prj | |
download | libzip-wrapper-0f75ab0e3cea30ee86d2bd34cff125b221d5d02b.tar.gz libzip-wrapper-0f75ab0e3cea30ee86d2bd34cff125b221d5d02b.zip |
Initial code commit
Diffstat (limited to 'libzip-wrapper.prj')
-rw-r--r-- | libzip-wrapper.prj | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/libzip-wrapper.prj b/libzip-wrapper.prj new file mode 100644 index 0000000..68d31be --- /dev/null +++ b/libzip-wrapper.prj @@ -0,0 +1,71 @@ +{ + "Root":{ + "Folders":[], + "Name":"+libzip-wrapper (funzip)", + "Files":[{ + "filename":"funzip.f90", + "enabled":"1" + },{ + "filename":"unzip_wrap.f90", + "enabled":"1" + },{ + "filename":"zwrapper.c", + "enabled":"1" + }] + }, + "Name":"libzip-wrapper (funzip)", + "Options":{ + "Compiler Options":{ + "Fortran Flags":"", + "Link Flags":"-lzip", + "C Flags":"" + }, + "Architecture":0, + "Type":0, + "Revision":2, + "Windows GUI":0, + "File Options":{ + "Library Directories":["Default Library Directory"], + "Build Directory":"build", + "Module Directory":"modules", + "Include Directories":["Default Include Directory"] + }, + "Target":"funzip", + "Fortran Options":{ + "Use C Preprocessor":"false", + "Runtime Diagnostics":"false", + "Floating Point Exception Trap":0, + "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, + "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":0, + "Link MPI Library":"false", + "Link LAPACK":0 + } + } +}
\ No newline at end of file |