File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
advanced/04_all_dps_apis_at_work_in_spl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131# present in the DPS toolkit's impl directory, it is necessary to
3232# export the following. This will get used inside the C++ operator's
3333# impl/bin/archLevel file.
34- export DPS_TOOLKIT_HOME =$(HOME ) /streamsx.dps/com.ibm.streamsx.dps
34+ export DPS_TOOLKIT_HOME? =$(HOME ) /streamsx.dps/com.ibm.streamsx.dps
3535
3636SPLC_FLAGS ?= -a -t $(DPS_TOOLKIT_HOME )
3737SPLC = $(STREAMS_INSTALL ) /bin/sc
Original file line number Diff line number Diff line change 2525# Since the DPS toolkit version you are using could be more
2626# recent than the one in the IBM Streams installation directory,
2727# you may want to ensure that the following DPS toolkit path is correct.
28- DPS_TOOLKIT_HOME = $(HOME ) /streamsx.dps/com.ibm.streamsx.dps
28+ DPS_TOOLKIT_HOME ? = $(HOME ) /streamsx.dps/com.ibm.streamsx.dps
2929
3030# If the user wants to use a different version of
3131# the DPS toolkit than the one shipped in the
You can’t perform that action at this time.
0 commit comments