# Application name should be uniquely named and be specific to your 
# company and/or product.
APPLICATION "MWMACHSIM"

# Point to the locations of your function and resource libraries.
FUNC_DLL "simulator\machsim.dll", "simulator"
RES_DLL "machsim_res.dll", "simulator"

# The category for your Add-In.
CATEGORY 19


# Specify the name of your entry point function,
# the small and large icons for your C-Hook
# as well as the tool tip resource ID.
FUNCTION CPP "m_main"
    SPNG 1994
    LPNG 1995
    FNAME "Run Mastercam Simulator"
    TIP  1996 
END_FUNCTION

FUNCTION CPP "m_main_fast"
    SPNG 1997
    LPNG 1998
    FNAME "Mastercam Simulator Fast"
    TIP  1999 
END_FUNCTION

FUNCTION CPP "m_main_backplot"
    SPNG 2000
    LPNG 2001
    FNAME "Mastercam Simulator Backplot"
    TIP  2002 
END_FUNCTION

FUNCTION CPP "m_main_verify"
    SPNG 2003
    LPNG 2004
    FNAME "Mastercam Simulator Verify"
    TIP  2005 
END_FUNCTION

