mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-15 18:35:15 +00:00
6 lines
117 B
Makefile
6 lines
117 B
Makefile
|
|
||
|
APP_CFLAGS :=#-std=c99
|
||
|
APP_CPPFLAGS := -std=c++17 -fexceptions -frtti
|
||
|
APP_LDFLAGS :=
|
||
|
APP_STL := c++_shared
|