ide: Remote development settings removed

git-svn-id: svn://ultimatepp.org/upp/trunk@5312 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-09-03 11:35:15 +00:00
parent 1895836fb0
commit 9e26683034
3 changed files with 7 additions and 11 deletions

View file

@ -199,6 +199,7 @@ BuildMethods::BuildMethods()
method.AddCtrl("PATH", path);
method.AddCtrl("INCLUDE", include);
method.AddCtrl("LIB", lib);
#if 0 // REMOTE REMOVED
method.AddCtrl("REMOTE_HOST", remote_host);
method.AddCtrl("REMOTE_OS", remote_os);
remote_os.Add("WIN32");
@ -211,6 +212,7 @@ BuildMethods::BuildMethods()
remote_file_access.Add("0", "direct (SAMBA)");
remote_file_access.Add("1", "indirect (transfer)");
method.AddCtrl("REMOTE_MAP", remote_path_map);
#endif
method.AddCtrl("SCRIPT", scriptfile);
method.AddCtrl("LINKMODE_LOCK", linkmode_lock);
open_script.Attach(scriptfile);