1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

update qnx spawner

This commit is contained in:
David Inglis 2002-09-03 17:52:57 +00:00
parent cf15b1fb76
commit 961a96a496
4 changed files with 9 additions and 3 deletions

View file

@ -3,12 +3,14 @@ QCONFIG=qconfig.mk
endif endif
include $(QCONFIG) include $(QCONFIG)
NAME=spawner
include $(MKFILES_ROOT)/qtargets.mk include $(MKFILES_ROOT)/qtargets.mk
ifeq ($(OS),nto) ifeq ($(OS),nto)
ifeq ($(IVEHOME),) ifeq ($(IVEHOME),)
IVEHOME:=/opt/vame/ive IVEHOME:=/opt/vame/ive/bin
endif endif
EXTRA_INCVPATH+=$(IVEHOME)/bin/include EXTRA_INCVPATH+=$(IVEHOME)/include
endif endif

View file

@ -0,0 +1,4 @@
iostream.o
libspawner.so
libspawnerS.a
spawner.o

View file

@ -1 +1 @@
include ../../../common.mk include ../../common.mk