Home | History | Annotate | Download | only in make

Lines Matching refs:TAB

164     local TAB=$'\t'
168 ${TAB}@echo " * devenv.com not found in path."
169 ${TAB}@echo " * "
170 ${TAB}@echo " * You will have to build all configurations manually using the"
171 ${TAB}@echo " * Visual Studio IDE. To allow make to build them automatically,"
172 ${TAB}@echo " * add the Common7/IDE directory of your Visual Studio"
173 ${TAB}@echo " * installation to your path, eg:"
174 ${TAB}@echo " * C:\Program Files\Microsoft Visual Studio 8\Common7\IDE"
175 ${TAB}@echo " * "
176 ${TAB}@touch \$@
188 ${TAB}rm -rf "$platform"/"$config"
193 ${TAB}devenv.com $outfile -build "$config"
197 ${TAB}devenv.com $outfile -build "$sln_config"
202 ${TAB}@echo " * Skipping build of $sln_config (devenv.com not in path)."
203 ${TAB}@echo " * "