need ftools for File.copy on windows

This commit is contained in:
Doug MacEachern 2009-02-15 20:15:22 -08:00
parent 606940eba2
commit 9e2576f7d6
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ when /bsd/
have_library("kvm")
when /mswin32|mingw|cygwin|bccwin32/
os = 'win32'
require 'ftools'
$CPPFLAGS += ' -DWIN32'
is_win32 = true
have_library("kernel32")