mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 15:15:45 -04:00
Initial community commit
This commit is contained in:
12
Src/installer/SDK/mlExplorer.nsh
Normal file
12
Src/installer/SDK/mlExplorer.nsh
Normal file
@ -0,0 +1,12 @@
|
||||
; Sample HTTP Plugin
|
||||
SetOutPath $INSTDIR\mlExplorer
|
||||
|
||||
; project files
|
||||
File ${Hinterland}\mlExplorer\mlExplorer.sln
|
||||
File ${Hinterland}\mlExplorer\mlExplorer.vcproj
|
||||
|
||||
; source
|
||||
File ${Hinterland}\mlExplorer\mlExplorer.cpp
|
||||
|
||||
; docs
|
||||
File ${Hinterland}\mlExplorer\readme.txt
|
Reference in New Issue
Block a user