Skip to content
Snippets Groups Projects
Commit ba676b17 authored by Stephane Poirier's avatar Stephane Poirier
Browse files

[pom] Win64 compilation (tentative)

parent 4202e181
No related branches found
No related tags found
No related merge requests found
......@@ -38,16 +38,12 @@
</scm>
<properties>
<YAT.version>1.19.3</YAT.version>
<YAT.version>1.19.5</YAT.version>
<libs-64bits>//filer2.ica.synchrotron-soleil.fr/ica/LIB_VC12_64</libs-64bits>
<yat-lib>${libs-64bits}\yat\${YAT.version}\lib\</yat-lib>
<yat-include>${libs-64bits}\yat\${YAT.version}\include\</yat-include>
<zlib-lib>${libs-64bits}\zlib\contrib\vstudio\vc12\x64\ZlibDllRelease\</zlib-lib>
<zlib-include>${libs-64bits}\zlib\</zlib-include>
<hdf5-lib>${libs-64bits}\hdf5\lib\x64\</hdf5-lib>
<hdf5-include>${libs-64bits}\hdf5\include\</hdf5-include>
</properties>
......@@ -98,7 +94,6 @@
<define>PROJECT_NAME=${project.name}</define>
<define>HDF_PROJECT_VERSION=1.8.16</define>
<define>HDF_PROJECT_NAME=HDF5</define>
<define>_CRT_SECURE_NO_WARNINGS</define>
<define>_HDF5USEDLL_</define>
<define>WITH_HDF5</define>
......@@ -107,12 +102,12 @@
<define>NEXUSCPP_BUILD</define>
<define>NEXUSCPP_DLL</define>
<define>YAT_DLL</define>
<define>_WIN32</define>
<define>WIN32</define>
<define>WIN64</define>
<define>_WIN64</define>
<define>NDEBUG</define>
<define>NEXUSCPP_HAVE_LZ4_FILTER</define>
</defines>
<includePaths>
<includePath>include</includePath>
......@@ -121,7 +116,21 @@
<includePath>${hdf5-include}</includePath>
</includePaths>
</cpp>
<c>
<excludes>
<!-- problem compiling bslz4, but we don't need it for now -->
<exclude>**/bslz4/*.c</exclude>
</excludes>
<sourceDirectory>src</sourceDirectory>
<includePaths>
<includePath>${hdf5-include}</includePath>
<includePath>include</includePath>
</includePaths>
<options>
<option>/FS</option>
<!--option>-std=c99</option-->
</options>
</c>
<linker>
<sysLibs>
<sysLib>
......@@ -188,12 +197,10 @@
</lib>
</libs>
</linker>
</specificConfiguration>
</specificConfigurations>
</configuration>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment