summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-10-25 09:15:04 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-10-25 09:15:04 -0400
commitb5ec0f54fe391f3f948ba23b1e534901f45c64a2 (patch)
tree8dfbb1de3880a6ee56e11e1bb90f119264da29c0
parent0f75ab0e3cea30ee86d2bd34cff125b221d5d02b (diff)
downloadlibzip-wrapper-b5ec0f54fe391f3f948ba23b1e534901f45c64a2.tar.gz
libzip-wrapper-b5ec0f54fe391f3f948ba23b1e534901f45c64a2.zip
Added a DLL project
-rw-r--r--libfzip.prj70
1 files changed, 70 insertions, 0 deletions
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