Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c408f913 authored by hhakim's avatar hhakim
Browse files

Fix windows package missing demo. mat files.

parent 9bc2e64f
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ Section "" ; no component so name not needed ...@@ -101,7 +101,7 @@ Section "" ; no component so name not needed
; install matlab wrapper ; install matlab wrapper
SetOutPath $INSTDIR\matlab SetOutPath $INSTDIR\matlab
File /r /x old_matlab @PROJECT_BINARY_DIR@\wrapper\matlab\*.m @PROJECT_BINARY_DIR@\wrapper\matlab\*.@MEX_EXT@ File /r /x old_matlab @PROJECT_BINARY_DIR@\wrapper\matlab\*.m @PROJECT_BINARY_DIR@\wrapper\matlab\*.@MEX_EXT@ @PROJECT_BINARY_DIR@\wrapper\matlab\*.mat
; post install pyfaust auto-setup in environment (only works if python is installed in path) ; post install pyfaust auto-setup in environment (only works if python is installed in path)
${StrRep} '$0' $TEMP '\' '\\' ${StrRep} '$0' $TEMP '\' '\\'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment