mirror of
https://git.wuffs.org/MWCC
synced 2025-12-19 18:05:33 +00:00
move lots of source files around to match their actual placement in the original tree
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
#include "cmdline.h"
|
||||
#include "parser.h"
|
||||
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Options/Glue/ParserGlue-mach-ppc-common.h"
|
||||
#include "ParserGlue-mach-ppc-common.h"
|
||||
|
||||
static Boolean useDefaultIncludes = 1;
|
||||
static Boolean useDefaultLibraries = 1;
|
||||
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsCmdLine.opt"
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsCmdLineCompiler.opt"
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsCmdLineLinker.opt"
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsFrontEndC.opt"
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsDebugging.opt"
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsOptimizer.opt"
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsWarningC.opt"
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsBackEnd.opt"
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsProject.opt"
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsLinker.opt"
|
||||
#include "compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Lib/mac-ppc-cc/OptsDumper.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsCmdLine.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsCmdLineCompiler.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsCmdLineLinker.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsFrontEndC.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsDebugging.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsOptimizer.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsWarningC.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsBackEnd.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsProject.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsLinker.opt"
|
||||
#include "../../../Lib/mac-ppc-cc/OptsDumper.opt"
|
||||
|
||||
char *prefs[] = {
|
||||
"PPC CodeGen Mach-O",
|
||||
|
||||
@@ -139,7 +139,7 @@ int RegisterStaticLibImporterPlugin(void) {
|
||||
return RegisterStaticCompilerLinkerPlugin(&machlibimport_cb, &machlibimport_cl_cb);
|
||||
}
|
||||
|
||||
#include "compiler_and_linker/Plugin_Tools/MacOS_PPC/Lib_Importer_Mach/Resources/Errors.r"
|
||||
#include "../../../../../Plugin_Tools/MacOS_PPC/Lib_Importer_Mach/Resources/Errors.r"
|
||||
|
||||
int RegisterLibImporterResources(void) {
|
||||
return RegisterResource("Mach-O Lib Importer Errors", 911, STR911);
|
||||
|
||||
Reference in New Issue
Block a user