-
Notifications
You must be signed in to change notification settings - Fork 325
Expand file tree
/
Copy pathw64devkit.ini
More file actions
26 lines (25 loc) · 1.11 KB
/
w64devkit.ini
File metadata and controls
26 lines (25 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; w64devkit.ini -- configuration for w64devkit.exe
[w64devkit]
; home: Sets the HOME environment variable for the shell. Place a
; .profile in this directory to do further environment configuration
; using the shell itself.
;
; This path may be relative and reference environment variables using
; percent symbols, like a batch script. Variables will be expanded, a
; la ExpandEnvironmentStrings, and a relative path will be converted to
; an absolute path relative to this .ini file.
;
; path type: Sets $PATH according to one of three possible types.
; * inherit: inherit entire $PATH, prepending w64devkit's bin/ [default]
; * minimal: $PATH is w64devkit's bin/ and basic system directories
; * strict: $PATH is only w64devkit's bin/
; Append +ccache for transparent ccache. Or prepend $W64DEVKIT_HOME/lib/ccache
; to $PATH, e.g. in your .profile.
;
; title: Sets the initial title for the new console window. This value
; may also contain environment variables.
;
;home = ..\home
;home = %HOMEDRIVE%%HOMEPATH%
;path type = minimal+ccache
;title = %USERNAME%@%COMPUTERNAME% [%W64DEVKIT_HOME% %W64DEVKIT%]