mirror of https://github.com/stella-emu/stella.git
Oops. Forgot I need to change some compile settings. Reverting to gcc 3.3 instead of gcc 4.0, since C++ on 4.0 will not work with OSX 10.2, and I want to maintain compatibility for this release
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@813 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
b43cff5de8
commit
225049893a
|
@ -237,6 +237,7 @@
|
|||
buildSettings = {
|
||||
DEBUGGING_SYMBOLS = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = "\"$(HOME)/Library/Frameworks\" .";
|
||||
GCC_VERSION = 3.3;
|
||||
HEADER_SEARCH_PATHS = "./SDL.framework/Headers ../emucore ../emucore/m6502/src/bspf/src ../emucore/m6502/src ../ui/sound ../common ../debugger ../debugger/gui ../yacc ../../../../debugger ./gui ../gui .";
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
LIBRARY_SEARCH_PATHS = .;
|
||||
|
|
Loading…
Reference in New Issue