Merge pull request #334 from zeners/master

webui: windows build-script
This commit is contained in:
Cyril Soler 2016-03-30 14:03:50 -04:00
commit 21421ab8bf
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"