wxruby-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wxruby-dev] Corrections for Windows build error


From: Kevin Smith
Subject: Re: [Wxruby-dev] Corrections for Windows build error
Date: 22 Jul 2003 19:55:35 -0700

On Sat, 2003-07-19 at 02:35, Roy Varghese wrote:
> RCS file: /cvsroot/wxruby/wxruby/src/extconf.rb,v
> retrieving revision 1.18
> diff -r1.18 extconf.rb
> 37c37
> <     $WXVERSION = '24'
> ---
> >     $WXVERSION = '24d'

I still don't want to make this change until we can all agree on the
correct value, or on how to update it when extconf.rb is run.

> 52c52
> < File.open("Makefile","a+") {|f|

I have checked in all the "ab+" changes to extconf.rb.

> > if File.exist?("depends")

I renamed depends to depend, and removed the extconf.rb code that was
pulling in depends, so this should be fine now.

> diff -r1.2 install.rb
> 8,9c8,9
> <       File::install('wxmsw240.dll', CONFIG['bindir'], 0755, true)
> <       File::install('wx.so', CONFIG['archdir'], 0755, true)
> ---
> >       File::install('c:/apps/wx2/lib/wxmsw24d.dll', CONFIG['bindir'],
> 0755, true)
> >       File::install('wxruby.so', CONFIG['archdir'], 0755, true)

Ooh. I missed this one. I'll try to get it in my next batch of changes.

Kevin






reply via email to

[Prev in Thread] Current Thread [Next in Thread]