Re: odd cint\MAKEINFO error on WNT
Pasha Murat (murat@cdfsga.fnal.gov)
Mon, 7 Dec 1998 10:46:22 -0600 (CST)
Hi Richard, I don't know the real cause of your problem, but a workaround is
pretty simple. Find below an example of a $ROOTSYS/cint/MAKEINFO file which
makes CINT happy. Sure you may want to change the definitions of preprocessor
and file extentions for Windows.
regards,pasha
---------------------- cut here
# Preprocessor
CPREP = cc -E
CPPPREP = CC -E
# source code postfix
CSRCPOST = .c
CHDRPOST = .h
CPPSRCPOST = .C
CPPHDRPOST = .h
OBJPOST = .o
DLLPOST = .dl
---------------------- end