mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
15 lines
370 B
Text
15 lines
370 B
Text
; Tone input plugin
|
|
SetOutPath $INSTDIR\in_tone
|
|
|
|
; project files
|
|
File ${SDKPlugins}\in_tone\IN_TONE.sln
|
|
File ${SDKPlugins}\in_tone\IN_TONE.vcxproj
|
|
File ${SDKPlugins}\in_tone\IN_TONE.vcxproj.filters
|
|
|
|
; source
|
|
File ${SDKPlugins}\in_tone\MAIN.C
|
|
|
|
; resources
|
|
File ${SDKPlugins}\in_tone\in_tone.rc
|
|
File ${SDKPlugins}\in_tone\resource.h
|
|
File ${SDKPlugins}\in_tone\version.rc2
|