minor update to Makefile.os2, added a test/Makefile.os2.

This commit is contained in:
Ozkan Sezer 2018-11-20 10:55:00 +03:00
parent 97f778f0f3
commit eb37476b4d
3 changed files with 92 additions and 1 deletions

View file

@ -25,7 +25,7 @@ CFLAGS+= -wx
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 &