mirror of
https://github.com/ksherlock/mpw.git
synced 2025-02-16 12:30:53 +00:00
loader.(cpp | h) -> main.(cpp | h)
This commit is contained in:
parent
305d9fe251
commit
23b0ae3bc4
@ -69,7 +69,7 @@ set_source_files_properties(
|
||||
"${CMAKE_CXX_FLAGS} -Wno-unused-variable"
|
||||
)
|
||||
|
||||
add_executable(mpw loader.cpp debugger.cpp debugger_internal.cpp
|
||||
add_executable(mpw main.cpp debugger.cpp debugger_internal.cpp
|
||||
address_map.cpp lexer.cpp parser.cpp loadtrap.cpp
|
||||
commands.cpp
|
||||
template_loader.cpp template_parser.cpp intern.cpp template.cpp)
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include "debugger.h"
|
||||
#include "debugger_internal.h"
|
||||
#include "loader.h" // Flags
|
||||
#include "main.h" // Flags
|
||||
|
||||
|
||||
namespace Debug {
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include <readline/readline.h>
|
||||
|
||||
|
||||
#include "loader.h"
|
||||
#include "main.h"
|
||||
#include "address_map.h"
|
||||
|
||||
#include "debugger.h"
|
||||
|
@ -56,7 +56,7 @@
|
||||
#include <macos/sysequ.h>
|
||||
#include <macos/traps.h>
|
||||
|
||||
#include "loader.h"
|
||||
#include "main.h"
|
||||
#include "debugger.h"
|
||||
|
||||
#include <cxx/string_splitter.h>
|
@ -1,7 +1,7 @@
|
||||
#include "template.h"
|
||||
#include "debugger.h"
|
||||
#include "debugger_internal.h"
|
||||
#include "loader.h" // Flags.
|
||||
#include "main.h" // Flags.
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user