⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stltask.ini

📁 STLstlfilt.zip
💻 INI
字号:
;
; STL Error Decryptor Secondary (STLTask-specific) configuration file
; -------------------------------------------------------------------
;
; Configures STLTask's new multi-platform-aware functionality.
;
;   For simultaneous multi-platform support by a single STLTask instance,
;   configure and place this file either into your %Systemroot% directory, or
;   into an alternate location specified by the MP_CONFIG_FILE parameter
;   in the [stltask.exe] section of the primary configuration file.
;
;   Options in the [common] section apply to all configured platforms, and
;   have defaults as shown below.
;
;   The [platform.n] sections (where n is a single digit, 0-9, with gaps OK)
;   allow for up to 10 simultaneous platforms (platform.0 through platform.9).
;   When this file is detected, STLTask goes into "multiplatform"
;   mode. The ID parameter of each platform is used to identify/select the
;   active platforms from the STLTask context menu. Pick descriptive names.
;   If you have more than one version of gcc installed, for example, one's ID
;   could be "gcc 2" and the other "gcc 3". Or, MSVC 6 and MSVC 7, etc.
;
;   Below, some common/default values are shown configured for the following
;   five platforms:  MSVC 6, MSVC 7.0, MSVC 7.1, MinGW32 gcc 3.2, and Intel C++ 7.0. 
;
;   Note that the ONLY configuration parameter in the [platform.n] sections
;   that has a default value is CLIPBOARD_ONLY (it defaults to false). All
;   other values MUST be specified, or STLTask will complain and bail out.
;
;   STLTask will still read [common] settings from the primary configuration
;   file as described above, but in multi-platform mode it will ignore all
;   but the TIMER_INTERVAL and  CHECK_FOR_PREVIOUS_INSTANCE settings from the
;   [STLTask.EXE] section; all platform-specific information will be
;   taken from STLTask.INI instead. This scheme makes STLTask backward-compatible
;   with pre-version 3 primary configuration files (where only the one primary
;   configuration file was used, with support for only one platform per STLTask;
;   instance.)
;

[common]
default_platform=0                   ;0 is the default value anyway. Note it selects MSVC 6 below.
sentinel_dir=c:\                     ;STLTask Lock file location (the default is shown)

[platform.0]                         ;MSVC 6
id=msvc 6
cl_dir=c:\program files\microsoft visual studio\vc98\bin          ;MSVC's bin directory
cl_exe=cl.exe                        ;"Natural" native compiler command name/extension
filter_script=c:\stlfilt.pl
toggle_file_dir=c:\
native_cl=cl2.exe
proxy_cl_uninstalled_fname=cl.stl    ;name of copy STLTask makes of Proxy CL
clipboard_only=false                 ;If true, all STLTask can do is filter clipboard


[platform.1]                          ;MSVC 7.0
id=msvc 7.0
cl_dir="c:\microsoft visual studio .NET\vc7\bin"                  ;MSVC 7's bin directory
cl_exe=cl.exe                        ;"Natural" native compiler command name/extension
filter_script=c:\stlfilt.pl
toggle_file_dir=c:\
native_cl=cl2.exe
proxy_cl_uninstalled_fname=cl.stl    ;name of copy STLTask makes of Proxy CL
clipboard_only=false

[platform.2]                          ;MSVC 7.1
id=msvc 7.1
cl_dir="c:\microsoft visual studio .NET 2003\vc7\bin"                 ;MSVC 7.1's bin directory
cl_exe=cl.exe                        ;"Natural" native compiler command name/extension
filter_script=c:\stlfilt.pl
toggle_file_dir=d:\src\cl
native_cl=cl2.exe
proxy_cl_uninstalled_fname=cl.stl    ;name of copy STLTask makes of Proxy CL
clipboard_only=false


[platform.5]                            ;gcc 3.2
id=gcc 3.2
CL_DIR=c:\gcc3\bin                      ;gcc's  bin directory
CL_EXE=c++.exe                          ;Original native gcc compiler command name/extension
filter_script=c:\gstlfilt.pl
toggle_file_dir=c:\
native_cl=c++2.exe
proxy_cl_uninstalled_fname=cl.stl       ;name of copy STLTask makes of Proxy c++ (the name doesn't really matter)
clipboard_only=false

[platform.6]                            ;Intel C++
id=intel 7.0
cl_dir=C:\Program Files\Intel\Compiler70\IA32\Bin
cl_exe=icl.exe                          ;"Natural" native compiler command name/extension
filter_script=c:\intelfilt.pl
toggle_file_dir=c:\
native_cl=icl2.exe
proxy_cl_uninstalled_fname=icl.stl      ;name of copy STLTask makes of Proxy ICL
clipboard_only=false

; etc.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -