コード例 #1
0
static void ProcNoPackFunctions( const char *arg )
/************************************************/
{
    /* unused parameters */ (void)arg;

    NotNecessary( "nopackfunctions" );
}
コード例 #2
0
static void ProcNoExtDictSearch( const char *arg )
/************************************************/
{
    /* unused parameters */ (void)arg;

    NotNecessary( "noextdictionary" );
}
コード例 #3
0
static void ProcNoFarCallTrans( const char *arg )
/***********************************************/
{
    /* unused parameters */ (void)arg;

    NotNecessary( "nofarcalltranslation" );
}
コード例 #4
0
static void ProcInformation( const char *arg )
/********************************************/
{
    /* unused parameters */ (void)arg;

    NotNecessary( "information" );
}
コード例 #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" );
}
コード例 #6
0
static void ProcSegments( const char *arg )
/*****************************************/
{
    NotNecessary( "segments" );
    CheckNum( arg );
}
コード例 #7
0
static void ProcNoVIO( void )
/***************************/
{
    FmtInfo = NO_EXTRA;
    NotNecessary( "novio" );
}
コード例 #8
0
static void ProcOverlayInterrupt( const char *arg )
/*************************************************/
{
    NotNecessary( "overlayinterrupt" );
    CheckNum( arg );
}
コード例 #9
0
static void ProcDynamic( const char *arg )
/****************************************/
{
    NotNecessary( "dynamic" );
    CheckNum( arg );
}
コード例 #10
0
static void ProcNoPackFunctions( const char *arg )
/************************************************/
{
    arg=arg;
    NotNecessary( "nopackfunctions" );
}
コード例 #11
0
static void ProcNoFarCallTrans( const char *arg )
/***********************************************/
{
    arg=arg;
    NotNecessary( "nofarcalltranslation" );
}
コード例 #12
0
static void ProcNoExtDictSearch( const char *arg )
/************************************************/
{
    arg=arg;
    NotNecessary( "noextdictionary" );
}
コード例 #13
0
static void ProcInformation( const char *arg )
/********************************************/
{
    arg=arg;
    NotNecessary( "information" );
}