mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-15 14:35:13 +00:00
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
|
; 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
|