mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-27 04:31:44 +00:00
include ../CIncludes/PEFBinaryFormat explicitly instead of adding CIncludes to path
This commit is contained in:
parent
258488e2a5
commit
19e6f3d015
@ -2,7 +2,6 @@ set(CMAKE_CXX_FLAGS "--std=c++11 -Wall -Werror=return-type -Wno-multichar")
|
||||
|
||||
find_package(Boost COMPONENTS filesystem system REQUIRED)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../CIncludes)
|
||||
add_executable(MakePEF MakePEF.cc rs6000.h PEF.h)
|
||||
|
||||
add_executable(MakeImport MakeImport.cc PEF.h)
|
||||
|
@ -40,7 +40,7 @@ typedef void *LogicalAddress;
|
||||
typedef struct {} FSSpec, *FSSpecPtr;
|
||||
|
||||
/* Definitions for PEF, from Apple's Universal Interfaces */
|
||||
#include <PEFBinaryFormat.h>
|
||||
#include "../CIncludes/PEFBinaryFormat.h"
|
||||
|
||||
/* Deal with differences between versions of PEFBinaryFormat.h */
|
||||
#ifndef PEFRelocComposeSetPosition_1st
|
||||
|
Loading…
x
Reference in New Issue
Block a user