Hi guys,
I have a really stupid question. Looking at this for windows:
$(DIR_EXECUTABLE)$(DIR_SEP)$(FT_DLL_PREFIX)sapcrypto$(FT_DLL
My understanding is as follows:
DIR_EXECUTABLE:<DRIVE>:\usr\sap\<SID>\SYS\exe\run\
DIR_INSTANCE : <DRIVE>:\usr\sap\<SID>\<instance>
DIR_SEP:
Does the following hold true:
sapcrypto.dll = $(FT_DLL_PREFIX)sapcrypto$(FT_DLL)
Or does it get broken down further i.e. $(FT_DLL_PREFIX) means something else?
Kind Regards,
Johan