P4BSEnvironmentVariables #2

  • //
  • guest/
  • andy_bachorski/
  • P4BSConfigurationItems/
  • P4BSEnvironmentVariables
  • View
  • Commits
  • Open Download .zip Download (836 B)
#
#	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

# Change User Description Committed
#2 311 Andy Bachorski Update configuration script to setup both environment and client variables.
#1 235 Andy Bachorski First set of file for P4BS (p4 Build System).