mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
9
Src/installer/SDK/in_chain.nsh
Normal file
9
Src/installer/SDK/in_chain.nsh
Normal file
@ -0,0 +1,9 @@
|
||||
; Chained input plugin example
|
||||
SetOutPath $INSTDIR\in_chain
|
||||
|
||||
; project files
|
||||
File ${Hinterland}\in_chain\in_chain.sln
|
||||
File ${Hinterland}\in_chain\in_chain.vcproj
|
||||
|
||||
; source
|
||||
File ${Hinterland}\in_chain\main.cpp
|
Reference in New Issue
Block a user