Multi-threaded DLL model for (avoid using libcmt.lib)
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Oct 2015 09:04:37 +0000 (10:04 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Oct 2015 09:04:37 +0000 (10:04 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 9c659b2..fee554b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </activation>
       <properties>
         <platform>win32</platform>
-        <yaz.path>C:\Program Files\YAZ</yaz.path>
+        <yaz.path>C:\users\adam\desktop\proj\win32\yaz</yaz.path>
         <swig>swig</swig>
         <!-- needed by swig -->
         <yaz.include>"-I${yaz.path}\include"</yaz.include>