mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 02:17:39 +00:00
minor update to os2 makefile.
This commit is contained in:
parent
c501d159a9
commit
cd7ef24cba
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ SDL_RLEaccel.obj: SDL_RLEaccel.c
|
|||
|
||||
# c99 mode needed because of structs with flexible array members in libusb.h
|
||||
SDL_hidapi.obj: SDL_hidapi.c
|
||||
wcc386 $(CFLAGS) -za99 -I"src/hidapi/hidapi" -fo=$^@ $<
|
||||
wcc386 $(CFLAGS) -za99 -fo=$^@ $<
|
||||
|
||||
.c: ./src/libm;
|
||||
$(LIBM): $(MOBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue