OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 20 forks source link

Fix MSVC builds - missing profiling.c #144

Closed ddeclerck closed 2 months ago

ddeclerck commented 2 months ago

Follow-up of https://github.com/OCamlPro/gnucobol/pull/110#issuecomment-2091486360.

Add missing profiling.c file in MSVC projects. Also fix usage of preprocessor directives inside macro in flag.def (MSVC does not seem to like that).

GitMensch commented 2 months ago

Yes. You can also use a different approach, but ideally we have the help text only once.

GitMensch commented 2 months ago

Would it be reasonable to get back to #140 after checking in Win32+MacOS changes?

ddeclerck commented 2 months ago

Merged upstream.

Would it be reasonable to get back to #140 after checking in Win32+MacOS changes?

I would like to, but I have things to do for our main client first (in particular : PR #136 , collation support on indexed files in GCSORT, and the GC3 => GC4 forward porting).