You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2014/07/20 17:21:09 UTC

[1/2] git commit: refs/heads/win_fixes_for_0.4 - Linker flags for Windows Perl build

Repository: lucy
Updated Branches:
  refs/heads/win_fixes_for_0.4 32fd52c86 -> 9ad21fcf0


Linker flags for Windows Perl build


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/959a861d
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/959a861d
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/959a861d

Branch: refs/heads/win_fixes_for_0.4
Commit: 959a861d1949aab74c7bbfbec38ea13547376449
Parents: 32fd52c
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Jul 20 17:15:40 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Jul 20 17:15:40 2014 +0200

----------------------------------------------------------------------
 perl/Build.PL | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/959a861d/perl/Build.PL
----------------------------------------------------------------------
diff --git a/perl/Build.PL b/perl/Build.PL
index a56d497..40903b7 100644
--- a/perl/Build.PL
+++ b/perl/Build.PL
@@ -30,6 +30,10 @@ my $UTF8PROC_SRC_DIR = catdir( $MODULES_DIR, qw( unicode utf8proc ) );
 my $CORE_SOURCE_DIR  = catdir( @BASE_PATH, 'core' );
 my $XS_SOURCE_DIR    = 'xs';
 
+my @cf_linker_flags = Clownfish::CFC::Perl::Build->cf_linker_flags(
+    'Clownfish',
+);
+
 my $builder = Lucy::Build->new(
     module_name => 'Lucy',
     license     => 'apache',
@@ -74,6 +78,7 @@ my $builder = Lucy::Build->new(
             $UTF8PROC_SRC_DIR,
         ],
     },
+    extra_linker_flags => [ @cf_linker_flags ],
     add_to_cleanup => [
         qw(
             Lucy-*


[2/2] git commit: refs/heads/win_fixes_for_0.4 - Add .obj files to .gitignore

Posted by nw...@apache.org.
Add .obj files to .gitignore


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/9ad21fcf
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/9ad21fcf
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/9ad21fcf

Branch: refs/heads/win_fixes_for_0.4
Commit: 9ad21fcf034331ab105b048dc48d903b04d324b7
Parents: 959a861
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Jul 20 17:18:05 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Jul 20 17:18:05 2014 +0200

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/9ad21fcf/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 5e3a3a7..2d9ea87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.o
+*.obj
 *.dSYM
 *.gcda
 *.gcno