summaryrefslogtreecommitdiffstats
path: root/funtools/notes/mingw.notes
blob: 75ec18588f8bf4e8fd6da085c51e7b57dd4e79dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Since the gcc.exe install directory, C:\mingw\bin, is not in the
Windows PATH, the FILTER_CC variable must be set. You have to use a
Windows pathname, not a Posix pathname, because the Windows system()
routine passes the string to the DOS shell.

	export FILTER_CC="C:\mingw\bin\gcc.exe"