[OpenMPT / OpenMPT Legacy] Fix include paths

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-06-24 15:18:15 -07:00
parent 43433c244e
commit dd35639174
5 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
// Copyright 2018 __LoSnoCo__. All rights reserved.
//
#import <libOpenMPTOld/libopenmpt.hpp>
#import <libopenmpt/libopenmpt.hpp>
#import "OMPTContainer.h"
#import "OMPTDecoder.h"

View File

@ -8,7 +8,7 @@
#import <Cocoa/Cocoa.h>
#import <libOpenMPTOld/libopenmpt.hpp>
#import <libopenmpt/libopenmpt.hpp>
#include <vector>

View File

@ -9,7 +9,7 @@
#import "OMPTMetadataReader.h"
#import "OMPTDecoder.h"
#import <libOpenMPTOld/libopenmpt.hpp>
#import <libopenmpt/libopenmpt.hpp>
#import "Logging.H"

View File

@ -502,6 +502,7 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
HEADER_SEARCH_PATHS = ../../ThirdParty/libopenmpt_old/include;
INFOPLIST_FILE = OpenMPT/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
LIBRARY_SEARCH_PATHS = (
@ -521,6 +522,7 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
HEADER_SEARCH_PATHS = ../../ThirdParty/libopenmpt_old/include;
INFOPLIST_FILE = OpenMPT/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
LIBRARY_SEARCH_PATHS = (

View File

@ -493,6 +493,7 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
HEADER_SEARCH_PATHS = ../../ThirdParty/libopenmpt/include;
INFOPLIST_FILE = OpenMPT/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
LIBRARY_SEARCH_PATHS = (
@ -512,6 +513,7 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
HEADER_SEARCH_PATHS = ../../ThirdParty/libopenmpt/include;
INFOPLIST_FILE = OpenMPT/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
LIBRARY_SEARCH_PATHS = (