mirror of https://github.com/encounter/SDL.git
Makefile.os2: minor re-order.
This commit is contained in:
parent
b546db2f85
commit
5d42ad9eab
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue