Updated Ogg and Vorbis targets Base SDK. #65

Merged
nevack merged 1 commit from nevack/update-ogg-vorbis-sdk into master 2021-01-06 19:40:49 -03:00
2 changed files with 8 additions and 0 deletions

View file

@ -402,6 +402,7 @@
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = ogg;
SDKROOT = macosx;
ZERO_LINK = YES;
};
name = Debug;
@ -414,6 +415,7 @@
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = ogg;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;

View file

@ -920,6 +920,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbis;
SDKROOT = macosx;
ZERO_LINK = YES;
};
name = Debug;
@ -936,6 +937,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbis;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@ -955,6 +957,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbisenc;
SDKROOT = macosx;
ZERO_LINK = YES;
};
name = Debug;
@ -972,6 +975,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbisenc;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@ -990,6 +994,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbisfile;
SDKROOT = macosx;
ZERO_LINK = YES;
};
name = Debug;
@ -1006,6 +1011,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbisfile;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;