diff -r 1d57e533b09e -r b1772bf1197b core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/ISBSv1BuildInfo.java --- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/ISBSv1BuildInfo.java Wed Aug 11 11:52:30 2010 -0500 +++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/ISBSv1BuildInfo.java Wed Aug 11 18:14:52 2010 -0500 @@ -66,12 +66,12 @@ ISBVCatalog getSBVCatalog(); /** - * Get a list of macros specific to the given target type, e.g. "__EXE__" or "__DLL__" + * Get the macro for the given target type, e.g. "__EXE__" or "__DLL__" * @param targettype * @return list of macro strings, may be empty * @deprecated */ - List getTargetTypeMacros(String targettype); + String getTargetTypeMacro(String targettype); /** * Get a list of macros that are used to distinguish a SDK. Typically only