blob: 8fd0096f6d8c9a4664b8f7d05c71c195955738ab [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2005,2010 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.pldt.openmp.internal.core;
import org.eclipse.ptp.pldt.openmp.core.messages.Messages;
/**
* @author Beth Tibbitts
*
*/
public class OpenMPIDs {
public static final String OpenMP_INCLUDES = Messages.OpenMPIDs_OpenMP_includes;
// FIXME the following is used as a key?
public static final String OpenMP_BUILD_CMD = "gcc -fopenmp"; //$NON-NLS-1$
public static final String OPENMP_RECOGNIZE_APIS_BY_PREFIX_ALONE = "openmpRecognizeAPIsByPrefixAlone";//$NON-NLS-1$
}