*:: -D_DEBUG:BOOL=TRUE (Build debug executables for development & testing)
 *:: -DBUILDID:STRING=UW_development (Daemon Output will indicate development exe)
 *:: -DCMAKE_INSTALL_PREFIX:PATH=${PWD}/release_dir (localized install location)
+*: *For out of source builds* simply make a directory above CONDOR_SRC e.g. 7.5.5  and cd into it, then type:
+*:: *UW:* ../CONDOR_SRC/configure_uw ../CONDOR_SRC.
+*:: *Everyone else:* cmake ../CONDOR_SRC
 
 5.) Now you can run make or open the visual studio solution file.