Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-01-31 20:00:33 +0000
committerAlain Magloire2003-01-31 20:00:33 +0000
commit640781486bbc085921c6ecb7ad78a2d7c4fc1083 (patch)
treebd14435fdb3463db8e46f632c1e593edfbf65b64 /core/org.eclipse.cdt.core.linux
parent737909c87881add4fbcb58d62e14f1f9475f9183 (diff)
downloadorg.eclipse.cdt-640781486bbc085921c6ecb7ad78a2d7c4fc1083.tar.gz
org.eclipse.cdt-640781486bbc085921c6ecb7ad78a2d7c4fc1083.tar.xz
org.eclipse.cdt-640781486bbc085921c6ecb7ad78a2d7c4fc1083.zip
updated.
Diffstat (limited to 'core/org.eclipse.cdt.core.linux')
-rw-r--r--core/org.eclipse.cdt.core.linux/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core.linux/ChangeLog b/core/org.eclipse.cdt.core.linux/ChangeLog
index 0920da64193..3675ee13d62 100644
--- a/core/org.eclipse.cdt.core.linux/ChangeLog
+++ b/core/org.eclipse.cdt.core.linux/ChangeLog
@@ -1,3 +1,15 @@
+2003-01-31 Tom Tromey
+
+ * library/Makefile (OS): New macro.
+ (ARCH): Likewise.
+ (JDK_INCLUDES, JDK_OS_INCLUDES): Define; don't check to see if
+ they are set externally.
+ (INSTALL_DIR): New macro.
+ (LIB_NAME_FULL_SPAWNER): Use it.
+ (LIB_NAME_FULL_PTY): Likewise.
+ ($(LIB_NAME_FULL_SPAWNER)): Make output directory.
+ ($(LIB_NAME_FULL_PTY)): Likewise.
+
2002-10-15 Alain Magloire
Runtime.getRuntime().exec(..) would throw an exception
@@ -12,4 +24,3 @@
os/linux/x86/libspawner.so: Rebuild.
- \ No newline at end of file

Back to the top