mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-30 23:02:39 -06:00
ide: Remote development settings removed
git-svn-id: svn://ultimatepp.org/upp/trunk@5312 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1895836fb0
commit
9e26683034
3 changed files with 7 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue