Hi allI am using IBM C compiler via good ol' JCL.  I already know how to supply 
external macro definitions by supplying://OPTFILE DD DSN=MY.LIB(OPTFILE),...and 
an OPTFILE member that contains lines like:DEF(HAVE_STDINT_H)or 
evenDEF(HAVE_STDINT_H=1)
I have a new challenge, something like:#define HAVE_STDINT_H   
@HAVE_STDINT_H@which means that I should not define the macro externally, but 
get only the value from CMake… I do not have CMake and I do not use it since I 
run with good ol' JCL.
Is there a way to supply the value only?
Thank you
Ze'ev Atlas

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to