Skip to content

Commit

Permalink
Disable some problematic modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jul 12, 2024
1 parent 1edf283 commit 85c3a16
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions scripts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,13 @@ components-files = [
'Con_Info_Message',
'Con_Err_Message',
'Con_Write_ScrollMsg',
'Con_Wait_Message',
'Win_Err_Message',
'Win_Info_Message',
'Win_Question_Message',
'Win_Stop_Message',
'Win_Warning_Message',
'Win_Write_ScrollMsg'
'Con_Wait_Message'#,
#'Win_Err_Message',
#'Win_Info_Message',
#'Win_Question_Message',
#'Win_Stop_Message',
#'Win_Warning_Message',
#'Win_Write_ScrollMsg'
]

[[cfml-modules]]
Expand Down Expand Up @@ -406,10 +406,9 @@ components-files = [
'Tab_Allocating_SuperSpaceDBase',
'Tab_Read_SSG_DBase',
'Tab_Allocating_MagneticDBase',
'Tab_Read_MagneticDBase',
'Tab_Allocating_magSuperSpaceDBase',
'Tab_Read_magSSG_DBase'

'Tab_Read_MagneticDBase'#,
#'Tab_Allocating_magSuperSpaceDBase',
#'Tab_Read_magSSG_DBase'
]

[[cfml-modules]]
Expand Down

0 comments on commit 85c3a16

Please sign in to comment.