Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-02-25 16:06:02 +0000
committerAlain Magloire2003-02-25 16:06:02 +0000
commit7f7de54b770f59c1ed6dd691b0a2882bcd6aa0d5 (patch)
tree00da5fa209b0eeab5f25f1b21c5c33108b6ae653 /core/org.eclipse.cdt.core.win32
parent203cb53ced1d1464f0c9965e176604021ab7567f (diff)
downloadorg.eclipse.cdt-7f7de54b770f59c1ed6dd691b0a2882bcd6aa0d5.tar.gz
org.eclipse.cdt-7f7de54b770f59c1ed6dd691b0a2882bcd6aa0d5.tar.xz
org.eclipse.cdt-7f7de54b770f59c1ed6dd691b0a2882bcd6aa0d5.zip
updated
Diffstat (limited to 'core/org.eclipse.cdt.core.win32')
-rw-r--r--core/org.eclipse.cdt.core.win32/ChangeLog12
-rw-r--r--core/org.eclipse.cdt.core.win32/os/win32/x86/spawner.dllbin53248 -> 53248 bytes
-rw-r--r--core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exebin16384 -> 16384 bytes
3 files changed, 12 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.win32/ChangeLog b/core/org.eclipse.cdt.core.win32/ChangeLog
index c972537d1fe..4320321bc7a 100644
--- a/core/org.eclipse.cdt.core.win32/ChangeLog
+++ b/core/org.eclipse.cdt.core.win32/ChangeLog
@@ -1,3 +1,15 @@
+2003-02-25 Alex Chapiro
+
+ Fix for this type of problem:
+ make CFLAGS="-D jek "
+
+ * os/win32/x86/spawner.dll: Rebuild
+ * os/win32/x86/starter.exe: Rebuild
+ * src/library/starter/starter.cpp:
+ Fix problem with embedded quotation
+ * src/library/Win32ProcessEx.c:
+ Fix problem with embedded quotation.
+
2003-01-27 Alex Chapiro
* os/win32/x86/spawner.dll: Rebuild
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 c1d88c0de1d..e11ce2c22f4 100644
--- a/core/org.eclipse.cdt.core.win32/os/win32/x86/spawner.dll
+++ b/core/org.eclipse.cdt.core.win32/os/win32/x86/spawner.dll
Binary files 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 e1d9698d127..d81e602f73d 100644
--- a/core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exe
+++ b/core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exe
Binary files differ

Back to the top