diff -r 6b3a68e3dd06 -r 266c5fbe0bbd Makefile.os2 --- a/Makefile.os2 Mon Nov 19 21:35:59 2018 -0800 +++ b/Makefile.os2 Tue Nov 20 10:55:00 2018 +0300 @@ -25,7 +25,7 @@ CFLAGS+= -bd # the include paths : CFLAGS+= $(INCPATH) -# building SDL itself: +# building SDL itself (for DECLSPEC): CFLAGS+= -DBUILD_SDL MSRCS= e_atan2.c e_exp.c e_fmod.c e_log10.c e_log.c e_pow.c e_rem_pio2.c e_sqrt.c &