Commit Graph

12 Commits

Author SHA1 Message Date
Legend 20692fb90d
no weak on windows 2023-07-02 10:07:24 +08:00
Legend 4a9653d378
no "weak" on windows 2023-07-02 09:40:48 +08:00
olikraus 0bc506ad0f
Revert " mingw sys/sdl : "undefined reference to `u8x8_GetMenuEvent'"" 2022-09-03 22:44:03 +02:00
sudobob 3b788cfcbd fix undefined reference to `u8x8_GetMenuEvent' when compiling with
mingw gcc
2022-08-06 11:26:17 -04:00
sudobob ea90aebf2b mingw sdl compile: Undefined reference to `u8x8_GetMenuEvent' 2022-08-06 11:15:49 -04:00
Hendry Kaak 7bfe1a3bf8 Do not use weak symbols on CYGWIN
Apparently CYGWIN does not properly support these, the weak
u8x8_GetMenuEvent() symbol is not found by the linker during
the link step.
2017-10-17 16:41:31 +02:00
Gianluca Costa f076e96750 Declared "weak" (only for GCC) the function u8x8_GetMenuEvent 2017-09-03 18:44:22 +02:00
olikraus 7f60b8872e improved debounce #388 2017-08-20 12:46:35 +02:00
olikraus 78a8c0d7d8 selection list sdl example 2016-06-12 14:19:10 +02:00
olikraus b47cf07122 sel.list 2016-06-07 08:14:34 +05:30
olikraus b0909d1c49 str list selection, updated event handler 2016-05-22 19:29:47 +02:00
olikraus a07b525e0b debounce 2016-05-16 23:13:09 +02:00