project settings (mac)

This commit is contained in:
Sam Hatchett
2013-01-08 12:16:45 -05:00
parent 566eb53eb4
commit ad97233410

View File

@@ -304,6 +304,7 @@
GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INSTALL_PATH = /usr/local/lib; INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = epanet; PRODUCT_NAME = epanet;
SDKROOT = "";
}; };
name = Debug; name = Debug;
}; };
@@ -317,6 +318,7 @@
GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INSTALL_PATH = /usr/local/lib; INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = epanet; PRODUCT_NAME = epanet;
SDKROOT = "";
}; };
name = Release; name = Release;
}; };