From 8fb10a59965a4436aa7c2bfc2f5dcd6257bf6967 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 12 Jan 2008 01:25:21 +0000 Subject: [PATCH] - outdated Changed files: eclipse-build.patch -> 1.2 eclipse-core_resources-makefile.patch -> 1.4 --- eclipse-build.patch | 13 ------------- eclipse-core_resources-makefile.patch | 17 ----------------- 2 files changed, 30 deletions(-) delete mode 100644 eclipse-build.patch delete mode 100644 eclipse-core_resources-makefile.patch diff --git a/eclipse-build.patch b/eclipse-build.patch deleted file mode 100644 index 6488075..0000000 --- a/eclipse-build.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- build.xml.org 2006-04-21 23:02:48.956291000 +0200 -+++ build.xml 2006-04-21 23:03:15.689961750 +0200 -@@ -300,8 +300,8 @@ - - - -- -- -+ -+ - - - diff --git a/eclipse-core_resources-makefile.patch b/eclipse-core_resources-makefile.patch deleted file mode 100644 index 864709c..0000000 --- a/eclipse-core_resources-makefile.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile.org 2006-04-21 20:11:42.010647000 +0200 -+++ plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile 2006-04-21 20:14:21.592620250 +0200 -@@ -20,11 +20,11 @@ - JAVA_HOME = ~/vm/sun142 - - JDK_INCLUDE = -I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS_TYPE} --COMMON_INCLUDE = -I include -+COMMON_INCLUDE = -Iinclude - - core : -- gcc -fPIC -g -c $(JDK_INCLUDE) $(COMMON_INCLUDE) -o $(CORE.O) $(CORE.C) -- gcc -g -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O) -lc -+ gcc -fPIC $(CFLAGS) -c $(INC_PATH) $(COMMON_INCLUDE) -o $(CORE.O) $(CORE.C) -+ gcc $(LDFLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O) - - clean : - rm *.o -- 2.43.0