Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
21
Src/installer/SDK/xspf.nsh
Normal file
21
Src/installer/SDK/xspf.nsh
Normal file
|
@ -0,0 +1,21 @@
|
|||
SetOutPath $INSTDIR\xspf
|
||||
|
||||
; project files
|
||||
File ${PROJECTS}\xspf\xspf.sln
|
||||
File ${PROJECTS}\xspf\xspf.vcxproj
|
||||
File ${PROJECTS}\xspf\xspf.vcxproj.filters
|
||||
|
||||
; source files
|
||||
File ${PROJECTS}\xspf\main.cpp
|
||||
File ${PROJECTS}\xspf\api.h
|
||||
File ${PROJECTS}\xspf\XSPFHandler.cpp
|
||||
File ${PROJECTS}\xspf\XSPFHandler.h
|
||||
File ${PROJECTS}\xspf\XSPFHandlerFactory.cpp
|
||||
File ${PROJECTS}\xspf\XSPFHandlerFactory.h
|
||||
File ${PROJECTS}\xspf\XSPFLoader.cpp
|
||||
File ${PROJECTS}\xspf\XSPFLoader.h
|
||||
|
||||
; resource files
|
||||
File ${PROJECTS}\xspf\xspf.rc
|
||||
File ${PROJECTS}\xspf\resource.h
|
||||
File ${PROJECTS}\xspf\version.rc2
|
Loading…
Add table
Add a link
Reference in a new issue