mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-19 23:05:53 +01:00
17 lines
216 B
Lua
17 lines
216 B
Lua
|
|
||
|
configuration {}
|
||
|
|
||
|
configuration "Debug"
|
||
|
kind "StaticLib"
|
||
|
|
||
|
configuration "DebugShared"
|
||
|
kind "SharedLib"
|
||
|
|
||
|
configuration "Release"
|
||
|
kind "StaticLib"
|
||
|
|
||
|
configuration "ReleaseShared"
|
||
|
kind "SharedLib"
|
||
|
|
||
|
configuration {}
|