--- ../core/base/Source/GNUmakefile.cvs 2004-01-19 16:11:55.000000000 +0800 +++ ../core/base/Source/GNUmakefile 2004-01-16 16:58:21.000000000 +0800 @@ -192,6 +192,7 @@ NSObjCRuntime.m \ NSObject.m \ NSPage.m \ +NSPathUtilities.m \ NSPipe.m \ NSPort.m \ NSPortCoder.m \ @@ -229,6 +230,13 @@ NSMessagePortNameServer.m endif +ifeq ($(GNUSTEP_TARGET_OS), mingw32) +ADD_HEADERS += \ +Win32_Utilities.h +BASE_MFILES += \ +Win32_Utilities.m +endif + ifeq ($(WITH_FFI),libffi) GNU_MFILES += cifframe.m BASE_MFILES += GSFFIInvocation.m