summaryrefslogtreecommitdiffstats
path: root/util/scripts/win-binary/config/config.default
blob: b515c54a3178c80e188c95bec6e586c1c7bafe96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#root directory
env		root			"c:\iwmake"

#where to find all external files
env		extroot			"\\tirion\binaries"

#where to find mingw
env		mingwPath		"c:\mingw"

#where to find nsis
env		NSISPath		"%ProgramFiles%\NSIS"

#where to find perl
env		perlPath		"c:\Perl\bin"

#where to find packages
env		releaseLocation		"http://tirion.troll.no/~qt/packages/%QT_VERSION%"