Mercurial > hg > xemacs-beta
comparison netinstall/root.cc @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | 3078fd1074e8 |
children | ce0b3f2eff35 |
comparison
equal
deleted
inserted
replaced
451:8ad70c5cd5d7 | 452:3d3049ae1304 |
---|---|
271 | 271 |
272 if (cygwin_without_cygwin ()) | 272 if (cygwin_without_cygwin ()) |
273 if (IDNO == yesno (IDS_ROOT_NOCYGWIN)) | 273 if (IDNO == yesno (IDS_ROOT_NOCYGWIN)) |
274 break; | 274 break; |
275 | 275 |
276 create_xemacs_root (root_dir, | 276 create_xemacs_root (backslash (root_dir), |
277 root_scope == IDC_ROOT_SYSTEM ? 1 : 0, | 277 root_scope == IDC_ROOT_SYSTEM ? 1 : 0, |
278 install_type == IDC_INSTALL_NATIVE ? 1 : 0); | 278 install_type == IDC_INSTALL_NATIVE ? 1 : 0); |
279 | 279 |
280 switch (source) | 280 switch (source) |
281 { | 281 { |