Skip to content

Commit

Permalink
Dependencies: Rebuilt SDL2 assembly for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Feb 1, 2017
1 parent d1db63d commit bc114e1
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
Binary file modified _Libs/_builds/win32/bin/SDL2.dll
Binary file not shown.
1 change: 1 addition & 0 deletions _Libs/_builds/win32/include/SDL2/SDL_joystick.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ typedef enum
SDL_JOYSTICK_TYPE_GUITAR,
SDL_JOYSTICK_TYPE_DRUM_KIT,
SDL_JOYSTICK_TYPE_ARCADE_PAD,
SDL_JOYSTICK_TYPE_THROTTLE
} SDL_JoystickType;

typedef enum
Expand Down
Binary file modified _Libs/_builds/win32/lib/libSDL2.a
Binary file not shown.
Binary file modified _Libs/_builds/win32/lib/libSDL2.dll.a
Binary file not shown.
2 changes: 1 addition & 1 deletion _Libs/_builds/win32/lib/libSDL2.la
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ old_library='libSDL2.a'
inherited_linker_flags=''

# Libraries that this one depends upon.
dependency_libs=' -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid'
dependency_libs=' -L/c/_Repos/PGE-Project/_Libs/_sources/../_builds/win32/lib -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid'

# Names of additional weak libraries provided by this library
weak_library_names=''
Expand Down
Binary file modified _Libs/_builds/win32/lib/libSDL2_test.a
Binary file not shown.
Binary file modified _Libs/_builds/win32/lib/libSDL2main.a
Binary file not shown.
Binary file modified _Libs/_builds/win32/lib/libluajit-5.1.a
Binary file not shown.

0 comments on commit bc114e1

Please sign in to comment.