Make direcotry for Windows client and server.
Make script names take the form of:

  mk-xxx-yz	

  xxx = package name            sdk, sss

  y   = debug(platform dep.)    d = (mdd or d2)     default debug
                                o = optimized       default optimized
                                h = (hc, codeview)  netware only

  z   = platform                n = netware
                                w = win32

Make script command line options:
	clean		= removes all of the object files
	all		= builds all that is needed
	install		= copies final binaries to product dir
	checkout	= checks binaries out of Contiuous for install option
	checkin		= checks final binaries back into Continuous 

Shorthand scripts for making all platforms:
	mk-xxx-all
	xxx = command line options 	c = clean
					a = all
					i = install

Shorthand scripts for making platform specific build:
	mk-xxx-yyy			
		xxx = platform			
					c32 = Win32 client
					nss = NetWare server
					wss = Win32 server
	
		yyy = command line options
					cal = clean all
					all = all

Make scripts for making Beta servers:
	mk-beta-ox
		x = platform
					n = NetWare
					w = Win32

Shorthand scripts for making Beta servers for all platforms:
	mk-beta-xxx
		xxx = command line option
					cal = clean all
					all = all