'
' SECOND ROUND SWITCHES
' To test full conversion functionality, assign "T" to all this switches.
'
' Specifies myproject.vbp, project to be converted.
' If variable "project_to_convert" is empty or
' commented out, then
' the first met *.vbp file will be taken as myproject.vbp and converted,
' and other *.vbp ignored:
' (the final variable which holds myproject name is $project_file_basic)
|=project_to_convert."malone_630.vbp"
'================================================================================
' Selection Switches.
'
' This five switches override settings in corresponding "convert... files".
' For example, "Convert_all_forms."T" will trigger to convert all forms
' disregarding forms preset in file convert_this_forms.txt.
'
' Setting any of this switches to "T" enables the switch.
' Setting to other value has no effect.
'--------------------------------------------------------------------------------
|=Convert_all_forms.""
|=Convert_all_modules.""
|=Convert_all_classes.""
|=Variable_geometry."" 'T - enables dynamic geometry.
|=Variable_visibility."" 'T - enables dynamic visibility.
'================================================================================
'
' 'Copy entire project' switch
|=copy_entire_project."T" ' This switch works for itmes: forms, classes, modules.
' This switch copies files without converting them
' creating subfolders if necessary.
' This is "the last resort" switch or
' "weakest" switch.
' This switch works only
' if set to "T", and
' if "convert" option
' is NOT set for item
' by Convert_all_... switch AND
' is NOT set for item
' by convert_this_....txt file.
' (If all files where copied in first round this switch
' makes no difference.)
' |