diff options
author | Guillaume Melquiond <guillaume.melquiond@inria.fr> | 2016-01-06 15:08:08 +0100 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@inria.fr> | 2016-01-06 15:08:08 +0100 |
commit | 6599e31f04b6e8980de72e9d3913b70c04b6698c (patch) | |
tree | f28177b60a7f537bde0f4763c320e08529bddbb3 /ide | |
parent | d0d46d9c5a93de25ecf0202a0ab3dbd83f1ed693 (diff) |
Remove deprecated command-line options such as "-as".
Diffstat (limited to 'ide')
-rw-r--r-- | ide/project_file.ml4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/project_file.ml4 b/ide/project_file.ml4 index f66fd31c2..081094e2b 100644 --- a/ide/project_file.ml4 +++ b/ide/project_file.ml4 @@ -86,7 +86,6 @@ let rec process_cmd_line orig_dir ((project_file,makefile,install,opt) as opts) process_cmd_line orig_dir opts ((Include (CUnix.correct_path d orig_dir, lp)) :: l) r | "-I" :: d :: r -> process_cmd_line orig_dir opts ((MLInclude (CUnix.correct_path d orig_dir)) :: l) r - | "-R" :: p :: "-as" :: lp :: r | "-R" :: p :: lp :: r -> process_cmd_line orig_dir opts (RInclude (CUnix.correct_path p orig_dir,lp) :: l) r | ("-Q"|"-R"|"-I"|"-custom"|"-extra"|"-extra-phony") :: _ -> |