mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 19:05:46 -04:00
Initial community commit
This commit is contained in:
@ -0,0 +1,26 @@
|
||||
|
||||
project "smbPitchShift"
|
||||
uuid "89AF16DD-32CC-4A7E-B219-5F117D761F9F"
|
||||
language "C++"
|
||||
location ( "../../build/" .. mpt_projectpathname .. "/ext" )
|
||||
mpt_projectname = "smbPitchShift"
|
||||
dofile "../../build/premake/premake-defaults-LIBorDLL.lua"
|
||||
dofile "../../build/premake/premake-defaults.lua"
|
||||
targetname "openmpt-smbpitchshift"
|
||||
includedirs { }
|
||||
filter {}
|
||||
filter { "action:vs*" }
|
||||
characterset "Unicode"
|
||||
filter {}
|
||||
files {
|
||||
"../../include/smbPitchShift/smbPitchShift.cpp",
|
||||
}
|
||||
files {
|
||||
"../../include/smbPitchShift/smbPitchShift.h",
|
||||
}
|
||||
filter { "action:vs*" }
|
||||
buildoptions { "/wd4244" }
|
||||
filter {}
|
||||
filter { "kind:SharedLib" }
|
||||
defines { "SMBPITCHSHIFT_BUILD_DLL" }
|
||||
filter {}
|
Reference in New Issue
Block a user