webui: windows build-script

new location for web sources
This commit is contained in:
zeners 2016-03-30 19:50:11 +02:00
parent 741db1333f
commit 8def6174c9
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ Section $(Section_Main) Section_Main
; WebUI ; WebUI
SetOutPath "$INSTDIR\webui" SetOutPath "$INSTDIR\webui"
File /r "${SOURCEDIR}\libresapi\src\webfiles\*.*" File /r "${SOURCEDIR}\libresapi\src\webui\*.*"
; License ; License
SetOutPath "$INSTDIR\license" SetOutPath "$INSTDIR\license"

View File

@ -241,7 +241,7 @@ Section $(Section_Main) Section_Main
; WebUI ; WebUI
SetOutPath "$INSTDIR\webui" SetOutPath "$INSTDIR\webui"
File /r "${SOURCEDIR}\libresapi\src\webfiles\*.*" File /r "${SOURCEDIR}\libresapi\src\webui\*.*"
; License ; License
SetOutPath "$INSTDIR\license" SetOutPath "$INSTDIR\license"