1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

spawner update

This commit is contained in:
David Inglis 2002-09-03 16:13:53 +00:00
parent fb3b0b4c05
commit 232aee209b
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ JDK_OS_INCLUDES=/usr/local/jdk/include/linux
CC=gcc
LIB_NAME = libspawner.so
LIB_NAME_FULL = ../os/linux/x86/libspawner.so
OBJS=spawner.o io.o exec_unix.o
OBJS=spawner.o io.o exec_unix.o pfind.o
CPPFLAGS = -I. -I$(JDK_INCLUDES) -I$(JDK_OS_INCLUDES)
CFLAGS +=-fpic -D_REENTRANT