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:
parent
cf15b1fb76
commit
961a96a496
4 changed files with 9 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
4
core/org.eclipse.cdt.core.qnx/library/x86/so/.cvsignore
Normal file
4
core/org.eclipse.cdt.core.qnx/library/x86/so/.cvsignore
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
iostream.o
|
||||||
|
libspawner.so
|
||||||
|
libspawnerS.a
|
||||||
|
spawner.o
|
|
@ -1 +1 @@
|
||||||
include ../../../common.mk
|
include ../../common.mk
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue