Exemplo n.º 1
0
static void ProcNoPackFunctions( const char *arg )
/************************************************/
{
    /* unused parameters */ (void)arg;

    NotNecessary( "nopackfunctions" );
}
Exemplo n.º 2
0
static void ProcNoExtDictSearch( const char *arg )
/************************************************/
{
    /* unused parameters */ (void)arg;

    NotNecessary( "noextdictionary" );
}
Exemplo n.º 3
0
static void ProcNoFarCallTrans( const char *arg )
/***********************************************/
{
    /* unused parameters */ (void)arg;

    NotNecessary( "nofarcalltranslation" );
}
Exemplo n.º 4
0
static void ProcInformation( const char *arg )
/********************************************/
{
    /* unused parameters */ (void)arg;

    NotNecessary( "information" );
}
Exemplo n.º 5
0
static void ProcBatch( const char *arg )
/**************************************/
{
    /* This option disables prompting, but only when LINK asks for additional
     * information like missing libraries. It does not affect the standard
     * object file, run file, etc. prompts. For ms2wlink, it is effectively
     * always true.
     */
    arg=arg;
    NotNecessary( "batch" );
}
Exemplo n.º 6
0
static void ProcSegments( const char *arg )
/*****************************************/
{
    NotNecessary( "segments" );
    CheckNum( arg );
}
Exemplo n.º 7
0
static void ProcNoVIO( void )
/***************************/
{
    FmtInfo = NO_EXTRA;
    NotNecessary( "novio" );
}
Exemplo n.º 8
0
static void ProcOverlayInterrupt( const char *arg )
/*************************************************/
{
    NotNecessary( "overlayinterrupt" );
    CheckNum( arg );
}
Exemplo n.º 9
0
static void ProcDynamic( const char *arg )
/****************************************/
{
    NotNecessary( "dynamic" );
    CheckNum( arg );
}
Exemplo n.º 10
0
static void ProcNoPackFunctions( const char *arg )
/************************************************/
{
    arg=arg;
    NotNecessary( "nopackfunctions" );
}
Exemplo n.º 11
0
static void ProcNoFarCallTrans( const char *arg )
/***********************************************/
{
    arg=arg;
    NotNecessary( "nofarcalltranslation" );
}
Exemplo n.º 12
0
static void ProcNoExtDictSearch( const char *arg )
/************************************************/
{
    arg=arg;
    NotNecessary( "noextdictionary" );
}
Exemplo n.º 13
0
static void ProcInformation( const char *arg )
/********************************************/
{
    arg=arg;
    NotNecessary( "information" );
}