mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 19:05:52 +01: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
|