From b5ec0f54fe391f3f948ba23b1e534901f45c64a2 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 25 Oct 2021 09:15:04 -0400 Subject: Added a DLL project --- libfzip.prj | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 libfzip.prj diff --git a/libfzip.prj b/libfzip.prj new file mode 100644 index 0000000..0a42389 --- /dev/null +++ b/libfzip.prj @@ -0,0 +1,70 @@ +{ + "Root":{ + "Folders":[], + "Name":"+libfzip (libfzip.dll)", + "Files":[{ + "filename":".\\unzip_wrap.f90", + "enabled":"1" + },{ + "filename":".\\zwrapper.c", + "enabled":"1" + }] + }, + "Name":"libfzip (libfzip.dll)", + "Options":{ + "Compiler Options":{ + "Fortran Flags":"", + "Link Flags":"-lzip.dll", + "C Flags":"" + }, + "Architecture":0, + "Type":1, + "Revision":2, + "Windows GUI":0, + "File Options":{ + "Library Directories":["Default Add-On Directory","../../libzip-1.8.0/build32/lib"], + "Build Directory":"build", + "Module Directory":"modules", + "Include Directories":["Default Add-On Include Directory","../../libzip-1.8.0/lib","../../libzip-1.8.0/build32"] + }, + "Target":"libfzip.dll", + "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":{ + "Build Before Launch":"true", + "Working Directory":"", + "Launch Using MPI":"false", + "Keep Console":"true", + "Executable":"", + "Command Line Arguments":"", + "External Console":"false" + }, + "Build Options":{ + "Makefile":"Makefile", + "Auto Makefile":"true" + }, + "Linker Options":{ + "Static Linking Mode":0, + "Link MPI Library":"false", + "Build Import Library":"true", + "Link LAPACK":0 + } + } +} \ No newline at end of file -- cgit v1.2.3