This is a /bin/sh syntax version of the dllPath.bat file, needed to run IOCs under Cygwin when SHARED_LIBRARIES=YES.
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
TOP = ../..
|
|
include $(TOP)/configure/CONFIG
|
|
ARCH = _ARCH_
|
|
TARGETS = envPaths relPaths.sh
|
|
include $(TOP)/configure/RULES.ioc
|