move out more unused files

This commit is contained in:
Kelvin Sherlock 2016-02-02 16:17:30 -05:00
parent 532c62ec15
commit 6f482d73df
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ add_custom_command(
)
# mpw-shell-execute.cpp mpw-shell-builtins.cpp
add_executable(mpw-shell mpw-shell.cpp mpw-shell-read.cpp mpw-shell-token.cpp mpw-shell-expand.cpp
# mpw-shell-execute.cpp mpw-shell-builtins.cpp mpw-shell-read.cpp
add_executable(mpw-shell mpw-shell.cpp mpw-shell-token.cpp mpw-shell-expand.cpp
mpw-shell-parser.cpp value.cpp mpw-shell-quote.cpp
phase1.cpp phase2.cpp phase2-parser.cpp command.cpp environment.cpp builtins.cpp mapped_file.cpp)