Re: File path bug on windows platform

2006-11-25 Thread Eli Zaretskii
> Date: Fri, 24 Nov 2006 00:44:42 +0800 > From: goodmen <[EMAIL PROTECTED]> > > I'm using gnu make version 3.81. I compile the soucre using msvc7. > Please run this script on ms windows of any version. > === > __this_file

File path bug on windows platform

2006-11-24 Thread goodmen
Hi, I'm using gnu make version 3.81. I compile the soucre using msvc7. Please run this script on ms windows of any version. === __this_file := $(lastword $(MAKEFILE_LIST)) __this_file := $(abspath $(__this_file)) __sub_dir