Skip to content

Commit

Permalink
Makefile.os2: minor re-order.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 10, 2020
1 parent b546db2 commit 5d42ad9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile.os2
Expand Up @@ -57,12 +57,11 @@ SRCS+= SDL_syshaptic.c SDL_sysjoystick.c
SRCS+= SDL_dummyaudio.c SDL_diskaudio.c
SRCS+= SDL_nullvideo.c SDL_nullframebuffer.c SDL_nullevents.c
SRCS+= SDL_dummysensor.c

SRCS+= SDL_dynapi.c

SRCS+= SDL_locale.c SDL_syslocale.c
SRCS+= SDL_url.c SDL_sysurl.c

SRCS+= SDL_dynapi.c

OBJS = $(SRCS:.c=.obj)
MOBJS= $(MSRCS:.c=.obj)

Expand Down

0 comments on commit 5d42ad9

Please sign in to comment.