diff --git a/core/org.eclipse.cdt.core.win32/ChangeLog b/core/org.eclipse.cdt.core.win32/ChangeLog index f99858b0846..f253dacc670 100644 --- a/core/org.eclipse.cdt.core.win32/ChangeLog +++ b/core/org.eclipse.cdt.core.win32/ChangeLog @@ -1,3 +1,10 @@ +2003-01-13 Alex Chapiro + + * os/win32/x86/spawner.dll: Rebuild. + * os/win32/x86/starter.exe: Rebuild. + * library/Win32ProcessEx.c: Quoting of spaces when calling starter. + * library/starter/starter.cpp: Quoting of spaces when calling the executable. + 2002-11-06 Alex Chapiro * library/Win32ProcessEx.c: diff --git a/core/org.eclipse.cdt.core.win32/os/win32/x86/spawner.dll b/core/org.eclipse.cdt.core.win32/os/win32/x86/spawner.dll index b5bb06d727f..1e15ab7f875 100644 Binary files a/core/org.eclipse.cdt.core.win32/os/win32/x86/spawner.dll and b/core/org.eclipse.cdt.core.win32/os/win32/x86/spawner.dll differ diff --git a/core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exe b/core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exe index 19011275b91..2a387f3cdb9 100644 Binary files a/core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exe and b/core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exe differ