Moved MAX plugin line to MAX instead of Maya section
Moved the search line for .ms files from the Maya section, to the MAX section where it should be. Closes: #214
This commit is contained in:
parent
29f50be15e
commit
9e8060d402
|
|
@ -588,6 +588,7 @@ Section "3ds Max plug-ins" SecMaxPlugins
|
|||
SetOutPath $INSTDIR\plugins
|
||||
File /nonfatal /r "${BUILT}\plugins\*.dle"
|
||||
File /nonfatal /r "${BUILT}\plugins\*.dlo"
|
||||
File /nonfatal /r "${BUILT}\plugins\*.ms"
|
||||
File "${SOURCE}\doc\INSTALLING-PLUGINS.TXT"
|
||||
SectionEnd
|
||||
!endif
|
||||
|
|
@ -603,7 +604,6 @@ Section "Maya plug-ins" SecMayaPlugins
|
|||
SetOutPath $INSTDIR\plugins
|
||||
File /nonfatal /r "${BUILT}\plugins\*.mll"
|
||||
File /nonfatal /r "${BUILT}\plugins\*.mel"
|
||||
File /nonfatal /r "${BUILT}\plugins\*.ms"
|
||||
File "${SOURCE}\doc\INSTALLING-PLUGINS.TXT"
|
||||
SectionEnd
|
||||
!endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue