mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
update solaris spawner
This commit is contained in:
parent
961a96a496
commit
c16d27620d
3 changed files with 6 additions and 2 deletions
4
core/org.eclipse.cdt.core.solaris/library/.cvsignore
Normal file
4
core/org.eclipse.cdt.core.solaris/library/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
exec_unix.o
|
||||
io.o
|
||||
pfind.o
|
||||
spawner.o
|
|
@ -1,8 +1,8 @@
|
|||
# makefile for libspawner.so
|
||||
|
||||
#set JDK_INCLUDES
|
||||
JDK_INCLUDES=/usr/local/jdk/include
|
||||
JDK_OS_INCLUDES=/usr/local/jdk/include/linux
|
||||
JDK_INCLUDES=/usr/java/include
|
||||
JDK_OS_INCLUDES=/usr/java/include/solaris
|
||||
|
||||
CC=gcc
|
||||
LIB_NAME = libspawner.so
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue