Searched refs:saveopts (Results 1 – 5 of 5) sorted by relevance
23 saveopts = setuptools.command.saveopts:saveopts
141 setuptools/command/saveopts.py
4 class saveopts(option_base): class
1718 the `configuration file options`_ (listed under the `saveopts`_ command, below)2120 ``saveopts`` - Save used options to a configuration file2126 using the ``saveopts`` command. Just add it to the command line to save the2131 setup.py build --compiler=mingw32 saveopts2133 The ``saveopts`` command saves all options for every command specified on the2139 setup.py build --compiler=mingw32 saveopts -g2141 Note that it doesn't matter where you place the ``saveopts`` command on the2145 setup.py saveopts -g build --compiler=mingw322148 where ``saveopts`` is placed on the command line.2215 options`_ (listed under the `saveopts`_ command, above) to determine which
3532 * Added "saveopts" command that saves all command-line options for the current