[cairo-commit] rcairo ChangeLog,1.250,1.251 Rakefile,1.11,1.12

Kouhei Sutou commit at pdx.freedesktop.org
Thu Apr 24 06:15:08 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv31691

Modified Files:
	ChangeLog Rakefile 
Log Message:
* Rakefile: include libruby-cairo.a into gem for mswin32.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- ChangeLog	24 Apr 2008 12:36:52 -0000	1.250
+++ ChangeLog	24 Apr 2008 13:21:25 -0000	1.251
@@ -1,5 +1,7 @@
 2008-04-24  Kouhei Sutou  <kou at cozmixng.org>
 
+	* Rakefile: include libruby-cairo.a into gem for mswin32.
+
 	* index.html: update information for Windows users.
 
 	* src/rb_cairo.c: 1.6.1 -> 1.7.0.

Index: Rakefile
===================================================================
RCS file: /cvs/cairo/rcairo/Rakefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Rakefile	24 Apr 2008 06:03:47 -0000	1.11
+++ Rakefile	24 Apr 2008 13:21:25 -0000	1.12
@@ -32,7 +32,7 @@
                                   NEWS README Rakefile
                                   extconf.rb pkg-config.rb)
 excluded_components = %w(.cvsignore .gdb_history CVS depend Makefile pkg)
-excluded_suffixes = %w(.png .ps .pdf .o .so .txt .~)
+excluded_suffixes = %w(.png .ps .pdf .o .so .a .txt .~)
 Find.find(base_dir) do |target|
   target = truncate_base_dir[target]
   components = target.split(File::SEPARATOR)
@@ -89,7 +89,7 @@
 
 if /mswin32/ =~ project.spec.platform.to_s
   project.spec.extensions = []
-  project.spec.files += ["src/cairo.so"]
+  project.spec.files += ["src/cairo.so", "src/libruby-cairo.a"]
 
   FileUtils.cp_r(File.expand_path("~/.wine/drive_c/cairo-dev"),
                  cairo_win32_dir)



More information about the cairo-commit mailing list