#
# Global variables needed by the P4 tool
#
Set -e P4Port public.perforce.com:1666
Set -e P4User andy_bachorski
Set -e P4Passwd xxxxxxx
Set -e P4Client AndyB_guest
#
# Global variables used by the P4 scripts
#
# Root directory for checkouts by this client
Set -e P4BSRootDir "Sources:Home:Perforce:"
# Set default directory to root source directory
If `Exists -d "{P4BSRootDir}"`
Directory "{P4BSRootDir}"
End
#
# Global variables used to customize the MPW environment
#
Set -e ShowProgress 1
Set -e ProjectHeaders 1
Set -e User "Andy Bachorski"
Set -e UserInitials "afb"
Set -e Writers "Andy Bachorski"
Set -e myMonitorType "-Largest"
Set -e AllowColorizing 1
Set -e AllowDraggingOut 1
Set -e CursorForDragging 1
Set -e DynaScroll 1
Set -e AllowCmdsOnlyInWorksheet 0
Set -e AllowMultipleUnDo 1
Set -e ScreenUpdateDelay 16